9d0ea6c591
feat: 重构直播信息卡片组件并优化默认设置
...
- 将 LiveInfoContainer 组件从传统布局重构为现代卡片式布局
- 优化直播封面展示:添加 LIVE 标识、悬停缩放效果和 16:9 宽高比
- 改进信息展示层次:标题、元数据和统计数据分区显示
- 使用图标增强统计数据可读性(弹幕、互动、收益)
- 优化响应式布局,支持移动端和桌面端自适应
- 修改默认启动设置:bootAsMinimized 改为 false
- 新增 Man
2025-11-25 02:21:52 +08:00
55d3b31146
chore: remove unused steering docs and update point settings model
2025-10-16 00:52:05 +08:00
Megghy
902926f28f
feat: enhance song management and notification features
...
- Updated SongList.vue to enable default sorting with a boolean flag.
- Modified TempComponent.vue to include useNotification for better user feedback.
- Refined useLiveRequest.ts to enforce type safety on song request settings.
- Adjusted RTCClient.ts to improve event handling and connection logic.
- Enhanced useVTsuruHub.ts to ensure SignalR connection is awaited during initialization.
- Improved ManageLayout.vue by reorganizing menu options for better user experience.
- Added folder scanning functionality in SongListManageView.vue for importing songs from local directories.
- Implemented OBS notification system in various OBS-related components for real-time updates.
- Removed outdated documentation files related to local question saving functionality.
- Introduced a new store useOBSNotification.ts to manage OBS notifications effectively.
2025-10-13 04:12:42 +08:00
Megghy
758549d29d
chore: format code style and update linting configuration
2025-10-02 10:38:23 +08:00
Megghy
ca575a623e
feat: 更新组件以支持新的功能和优化用户体验
...
- 在components.d.ts中添加NSwitch组件声明
- 在ManageLayout.vue中新增收藏功能相关的存储逻辑
- 在DashboardView.vue和SettingsManageView.vue中使用useRouteQuery自动同步URL查询参数
- 在SongListManageView.vue中移除不必要的按钮样式
2025-07-08 00:21:24 +08:00
Megghy
8fd182acae
feat: 更新OBS组件和路由配置,添加动态九图生成器功能, 修复礼物描述不换行的问题
...
- 在package.json中添加vue-cropperjs和相关类型定义
- 在obsConstants.ts中新增示例组件和控制器组件定义
- 更新manage.ts路由配置,添加OBS组件库和直播工具箱路由
- 在DynamicForm.vue中移除调试信息输出
- 在PointGoodsItem.vue中优化商品描述的显示逻辑
- 删除不再使用的OBS组件视图文件
2025-06-03 18:03:49 +08:00
Megghy
0d5a657d5c
feat: 更新直播请求相关组件和功能
...
- 在useLiveRequest.ts中使用FunctionTypes替代硬编码的功能标识
- 在SongListManageView.vue中添加调试信息输出
- 在ClassicRequestOBS.vue中优化歌曲请求列表的样式和动画效果
- 在SongRequestSettings.vue中新增OBS相关设置项,支持动态配置
2025-05-18 22:02:18 +08:00
Megghy
5db66e3861
feat: 更新依赖和组件,优化功能实现
...
- 更新package.json中的TypeScript版本
- 删除不再使用的message_render_content.txt文件
- 在VEditor.vue中移除未使用的常量导入
- 在OBSComponentStoreView.vue中修复用户信息的属性引用
- 在SvgInspector.vue中删除不再使用的组件
- 在PointManage.vue中优化商品模型和表单验证逻辑
- 在WebFetcherOBS.vue中修复webfetcher类型的引用
- 在DefaultIndexTemplate.vue中更新封面配置项类型
2025-05-17 15:58:53 +08:00
968c34f57a
feat: 更新依赖和增强动态表单功能
...
- 在 package.json 中添加 hammerjs 和 tui-image-editor 依赖
- 在 DynamicForm.vue 中引入并实现装饰性图片功能,支持图片上传、删除和属性调整
- 优化颜色处理逻辑,支持 RGBA 格式
- 更新常量和类型定义,增强代码可读性和可维护性
2025-04-29 05:31:00 +08:00
2e5e0afd30
refactor: 优化多个视图组件并添加功能
...
本次提交对多个视图组件进行了重构和功能增强:
PointGoodsView.vue:
- 清理了未使用的导入(`useAccount`)和变量(`accountInfo`, `biliInfo` prop)。
- 通过重组计算属性和方法提高了代码可读性。
- 增强了商品列表的筛选和排序逻辑。
- 为购买商品功能添加了错误处理和加载状态。
PointUserHistoryView.vue:
- 为获取积分历史记录实现了加载状态。
- 改进了 PointHistoryCard 组件的渲染。
QuestionBoxView.vue:
- 优化了可读性和性能(整合状态变量,改进命名)。
- 增强了文件上传处理和验证逻辑。
- 改进了标签选择逻辑和数据获取方法。
- 添加了代码注释以提高可理解性。
UserIndexView.vue:
- 简化了确定要显示的模板组件的逻辑。
- 确保无论用户信息是否存在,都一致返回默认模板。
2025-04-17 02:15:22 +08:00
85127ff866
允许无法获取到5sing链接时继续添加曲目
2025-04-01 13:06:38 +08:00
25597149fc
更新动态表单提示信息,优化歌曲列表管理界面,添加修改展示模板按钮
2025-03-31 19:15:15 +08:00
24f1c413c4
重构多个组件以优化代码格式和可读性,删除不必要的文件,更新类型定义,添加数据分析路由
2025-03-27 18:37:01 +08:00
b8b73ba6f2
add cn host
2025-03-18 23:33:49 +08:00
8828ba060d
update doc address
2025-02-24 22:59:28 +08:00
edf59e2082
improve add song function
2024-11-25 09:57:12 +08:00
7499298a8b
fix song adding
2024-11-25 08:57:34 +08:00
14267bab3a
fix route tab select
2024-11-21 08:54:21 +08:00
537ea7bbe6
fix wrong langue value when adding songs
2024-11-21 00:53:15 +08:00
3c80be02b3
try fix language set
2024-07-31 00:47:57 +08:00
df1e75caa5
allow custom song language
2024-04-19 00:56:33 +08:00
932b83ddcd
particularly complete forum function, add point order export and user delete
2024-03-22 01:47:55 +08:00
af112da9a8
update song-request to live-request, add questionbox tag support
2024-03-12 14:36:01 +08:00
a0b3319bd9
add guild button
2024-02-25 18:49:59 +08:00
db114bec67
allow full-width character
2024-02-25 17:46:39 +08:00
61ccbc2147
add goal
2024-02-25 17:41:46 +08:00
aa7fbd47a0
add switch
2024-02-21 12:04:41 +08:00
ae576ed20c
songlist add import from file, partically complete point system
2024-02-10 13:05:18 +08:00
8419a18b22
update alert
2023-12-24 00:00:00 +08:00
Megghy
cb23bb7fc6
update ver
2023-12-22 11:45:29 +08:00
Megghy
283f3e11f4
clear unused imports
2023-12-19 10:41:04 +08:00
8894a5649e
fix songlist export
2023-12-18 14:58:08 +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
4ab1f6da4f
update song options
2023-12-11 13:41:29 +08:00
cfbfaf7938
update style
2023-11-30 13:05:44 +08:00
30c1708fe7
add songrequest options
2023-11-23 20:37:41 +08:00
7dcbc87436
add song request from web
2023-11-20 14:18:43 +08:00
d5d719f168
update domain
2023-10-22 10:14:27 +08:00
b5b55dc3b2
update
2023-10-16 11:27:37 +08:00
7ecf576515
update
2023-10-07 07:30:33 +08:00
Megghy
64a6bece5c
nothing
2023-06-12 14:49:05 +08:00
1b6bb7c248
nothing
2023-06-11 08:47:10 +08:00