Commit Graph

39 Commits

Author SHA1 Message Date
Megghy
96f6169a6c feat: Enhance HistoryView with Guard List and Stats
- 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.
2025-10-07 14:40:25 +08:00
Megghy
758549d29d chore: format code style and update linting configuration 2025-10-02 10:38:23 +08:00
70ff05926c feat: 更新依赖和移除不必要的文件, 更新歌单管理列表在小屏幕上的显示效果, 修复自定义配置文件加载
- 在 package.json 中移除不再使用的依赖项,并更新部分依赖版本
- 删除多个不再使用的组件和文件,包括 CheckInTemplateHelper.vue、CommonConfigItems.vue、GlobalSettingsConfig.vue 等
- 更新 bun.lockb 文件以反映依赖变更
2025-05-03 20:17:54 +08:00
1f47703a8b feat: 更新配置和文件上传逻辑, 迁移数据库结构(前端也得改
- 移除不再使用的 vite-plugin-monaco-editor
- 更新 package.json 和 vite.config.mts 文件
- 修改用户配置 API 逻辑,支持上传和下载配置
- 添加对文件上传的支持,优化文件处理逻辑
- 更新多个组件以支持新文件上传功能
- 删除不必要的 VTsuruTypes.ts 文件,整合到 VTsuruConfigTypes.ts 中
2025-05-03 06:18:32 +08:00
07948e6777 feat: 更新项目配置和依赖,增强功能和用户体验
- 完成弹幕机功能
- 在 .editorconfig 中新增对 vine.ts 文件的支持。
- 更新 package.json 中多个依赖的版本,提升稳定性和性能。
- 在 vite.config.mts 中引入 @guolao/vue-monaco-editor 插件,增强代码编辑功能。
- 在 App.vue 中调整内容填充的样式,优化界面布局。
- 新增获取配置文件哈希的 API 方法,提升配置管理能力。
- 在多个组件中优化了样式和逻辑,提升用户交互体验。
2025-04-25 00:08:06 +08:00
277497420c 优化 Cookie 存储类型;更新登录状态判断逻辑;添加 Tauri 环境判断以支持版本更新处理 2025-04-07 00:15:07 +08:00
eb306b66b0 优化 JWT 令牌的存储和使用逻辑;调整布局样式和组件属性 2025-04-06 23:09:48 +08:00
d5c9e663da 添加客户端 2025-04-06 13:50:16 +08:00
73c738b42d 更新项目配置,删除不必要的文件,优化依赖项,修复类型定义,添加新歌单样式 2025-03-31 16:32:57 +08:00
7d35fe286d progessing on client 2024-12-19 10:18:05 +08:00
a59a6f54e5 fix hub load 2024-11-21 02:21:28 +08:00
45bc8485b3 add rtc feature, set payment page to wip state 2024-11-14 15:37:25 +08:00
76e4f473e9 fix blacklist display 2024-04-27 12:00:40 +08:00
b656057dfe update packages 2024-04-20 14:11:41 +08:00
2e66c457cc fix 2024-04-20 02:12:00 +08:00
2f306430b1 try fix account setting rewrite 2024-04-20 01:28:42 +08:00
b63d3f36ce improve setting save 2024-04-18 15:22:26 +08:00
932b83ddcd particularly complete forum function, add point order export and user delete 2024-03-22 01:47:55 +08:00
c3444c1cc8 add video-collect display, improve index layout 2024-03-13 18:03:18 +08:00
f1c06deffd add web-fetcher 2024-02-28 16:28:21 +08:00
6bf003d18b add question display page 2024-02-20 22:03:49 +08:00
6b20366670 update vef alert 2024-01-18 08:16:37 +08:00
e615154149 add music request 2023-12-24 17:57:23 +08:00
0dcc8c5912 fix IsAnonymous 2023-12-19 21:27:47 +08:00
Megghy
971af73e19 save 2023-12-19 11:42:49 +08:00
c530c3b126 update url, improve queue and songrequest 2023-12-15 16:29:08 +08:00
82a0e72122 update url 2023-12-14 12:56:28 +08:00
a8630e3f56 add song request 2023-11-19 18:36:21 +08:00
1dbbc45ee5 Revert "add song request"
This reverts commit cb03299a99.
2023-11-19 18:31:32 +08:00
cb03299a99 add song request 2023-11-19 18:17:31 +08:00
2f9d9366c8 add not connect alert 2023-11-17 22:18:27 +08:00
f117f11407 update open live page 2023-11-15 14:38:58 +08:00
558c9a047e add 'pinky' template 2023-10-27 14:31:25 +08:00
b5b55dc3b2 update 2023-10-16 11:27:37 +08:00
02c2309255 1011 2023-10-11 23:23:07 +08:00
1b6bb7c248 nothing 2023-06-11 08:47:10 +08:00
Megghy
2e14596be6 nothing 2023-06-07 16:01:12 +08:00
Megghy
981d873225 nothing 2023-06-05 15:31:37 +08:00
4dedacf449 nothing 2023-06-02 23:53:07 +08:00