mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
- Added guard member model and statistics interface. - Implemented loading functionality for guard list and statistics. - Introduced a data table to display current guard members with pagination. - Enhanced error handling and loading states for guard data. - Updated UI components to include refresh button and statistics display. feat: Update PointManage and PointGoodsView for Improved User Experience - Added management flag to PointGoodsItem for better handling in PointManage. - Enhanced PointGoodsView with improved tooltip logic for purchase status. - Implemented detailed purchase history alerts and restrictions based on user actions. - Improved visual feedback for purchased and non-purchasable items. docs: Add comprehensive API integration documentation - Documented API modules, data models, and request types. - Included details on live platform integration and data storage mechanisms. docs: Establish development workflow guidelines - Outlined project configuration, environment setup, and code style practices. - Provided deployment process using Docker. docs: Create detailed documentation for the live request system - Described the functionality and data flow of the song request system. - Included main files and features related to the song request functionality. docs: Define project structure and UI components - Documented the overall project structure and key directories. - Listed main UI components and their usage within the project. chore: Analyze and document improvements in AnalyzeView - Detailed enhancements made to the AnalyzeView for better user experience. - Included visual comparisons and technical highlights of the optimizations.
30 lines
891 B
Markdown
30 lines
891 B
Markdown
---
|
||
inclusion: manual
|
||
---
|
||
# 项目结构
|
||
|
||
该项目是一个基于Vue的直播辅助工具,主要用于管理直播相关功能,如点歌系统、弹幕互动等。
|
||
|
||
## 主要目录结构
|
||
|
||
- `src/`: 源代码目录
|
||
- `api/`: API调用和模型定义
|
||
- `assets/`: 静态资源文件
|
||
- `client/`: 客户端相关组件和服务
|
||
- `components/`: Vue组件
|
||
- `composables/`: Vue组合式API函数
|
||
- `data/`: 数据相关模块,包括聊天和弹幕客户端
|
||
- `router/`: 路由配置
|
||
- `store/`: 状态管理
|
||
- `views/`: 页面视图组件
|
||
- `open_live/`: 直播相关视图,包括点歌系统
|
||
- `obs/`: OBS相关视图组件
|
||
- `public/`: 公共静态资源
|
||
- `plugins/`: 插件目录
|
||
|
||
## 主要功能模块
|
||
|
||
- 点歌系统:允许观众通过弹幕或SuperChat点歌
|
||
- 直播互动:弹幕互动和自动化操作
|
||
- OBS集成:为OBS提供overlays和组件
|