Megghy
6fd046adcd
chore: 更新依赖, 支持日程表单日多日程
2025-09-30 09:48:57 +08:00
Megghy
7c516559f1
feat: 更新按钮文本格式和相关链接的显示样式
2025-09-26 23:12:24 +08:00
Megghy
83a6c36d57
feat: enhance DefaultIndexTemplate with ordered links and UI improvements
...
- Added computed property to order links based on user settings or default order.
- Updated UI to display ordered links dynamically.
- Improved text display for UID and adjusted button styles for better UX.
- Modified TypeScript configuration to include 'jszip' type definitions.
2025-09-26 23:10:09 +08:00
Megghy
904b73e551
feat: 更新依赖版本以提升稳定性和功能
...
- 更新package.json中的多个依赖版本,包括@tauri-apps/plugin-http、@vueuse/core、eslint-plugin-oxlint等
2025-06-17 12:05:57 +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
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
33d0c0c85f
fix: 添加缺失的naiveui(不知道啥东西给删的
2025-05-03 20:55:39 +08:00
abaabf4a1b
feat: 在package.json中添加stylus依赖
2025-05-03 20:25:07 +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
968c34f57a
feat: 更新依赖和增强动态表单功能
...
- 在 package.json 中添加 hammerjs 和 tui-image-editor 依赖
- 在 DynamicForm.vue 中引入并实现装饰性图片功能,支持图片上传、删除和属性调整
- 优化颜色处理逻辑,支持 RGBA 格式
- 更新常量和类型定义,增强代码可读性和可维护性
2025-04-29 05:31:00 +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
630fe45b47
feat: 更新依赖项和配置,添加新通知类型
...
- 在 package.json 中添加了 @types/md5 和 @vueuse/integrations 依赖。
- 更新了 tsconfig.json 中的模块解析方式为 bundler。
- 在组件声明中移除了不再使用的 Naive UI 组件。
- 在弹幕窗口和设置中添加了启用动画的选项,并更新了相关样式。
- 实现了私信发送失败的通知功能,增强了用户体验。
2025-04-19 22:29:09 +08:00
1ea4404307
feat: 重构弹幕组件和工具以改进结构和性能
...
- 更新 `useWebFetcher.ts`:将事件监听器从 `onEvent` 更改为 `on`,并修改了断开连接处理逻辑,增加了 30 秒后自动重连的功能。
- 增强 `MessageRender.vue`:为 `paidMessages` 使用 v-model,并将生命周期钩子更新为 `beforeUnmount`。
- 引入新组件 `ClientDanmakuItem.vue`:用于渲染具有卡片和文本样式的弹幕条目。
- 创建 `BaseDanmakuItem.vue`:封装弹幕条目的通用逻辑,包括表情符号解析和显示逻辑。
- 添加 `CardStyleDanmakuItem.vue` 和 `TextStyleDanmakuItem.vue`:用于实现不同显示样式的弹幕消息。
- 开发 `danmakuUtils.ts`:提供用于弹幕条目属性和样式的工具函数。
- 改进弹幕组件的 CSS 样式:确保外观统一和响应式布局。
2025-04-15 22:18:47 +08:00
0195e7b01a
feat: Add Tauri support and enhance client functionality
...
- Introduced Tauri as a new EventFetcherType in api-models.
- Enhanced ClientFetcher.vue to support forced mode switching for Danmaku client.
- Updated ClientLayout.vue to restrict usage outside Tauri environment with appropriate alerts.
- Improved ClientSettings.vue to fetch and display the current version of the application.
- Modified initialization logic in initialize.ts to handle minimized startup for Tauri.
- Updated QueryBiliAPI function to conditionally use cookies based on a new parameter.
- Added bootAsMinimized setting to useSettings store for better user experience.
- Refactored logging in useWebFetcher to use console instead of logError/logInfo for clarity.
- Created a new LabelItem component for better label handling in forms.
- Enhanced EventFetcherStatusCard.vue to display version information based on EventFetcherType.
2025-04-07 19:14:39 +08:00
d5c9e663da
添加客户端
2025-04-06 13:50:16 +08:00
73c738b42d
更新项目配置,删除不必要的文件,优化依赖项,修复类型定义,添加新歌单样式
2025-03-31 16:32:57 +08:00
24f1c413c4
重构多个组件以优化代码格式和可读性,删除不必要的文件,更新类型定义,添加数据分析路由
2025-03-27 18:37:01 +08:00
1b6ec67ba8
update build action
2025-03-18 20:42:25 +08:00
eb43d88e44
fix obs components display
2025-03-18 19:58:54 +08:00
7d35fe286d
progessing on client
2024-12-19 10:18:05 +08:00
47ade4a965
fix: no voice in speech page; custom personal page redirect notworking. feat: sync sroll bar between question display page an obs component
2024-11-23 18:46:37 +08:00
45bc8485b3
add rtc feature, set payment page to wip state
2024-11-14 15:37:25 +08:00
51897133a7
merge to bun
2024-10-29 15:33:22 +08:00