mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 更新OBS组件和路由配置,添加动态九图生成器功能, 修复礼物描述不换行的问题
- 在package.json中添加vue-cropperjs和相关类型定义 - 在obsConstants.ts中新增示例组件和控制器组件定义 - 更新manage.ts路由配置,添加OBS组件库和直播工具箱路由 - 在DynamicForm.vue中移除调试信息输出 - 在PointGoodsItem.vue中优化商品描述的显示逻辑 - 删除不再使用的OBS组件视图文件
This commit is contained in:
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@@ -53,6 +53,7 @@ declare module 'vue' {
|
||||
SongList: typeof import('./components/SongList.vue')['default']
|
||||
SongPlayer: typeof import('./components/SongPlayer.vue')['default']
|
||||
TempComponent: typeof import('./components/TempComponent.vue')['default']
|
||||
ToolDynamicNineGrid: typeof import('./components/manage/tools/ToolDynamicNineGrid.vue')['default']
|
||||
TurnstileVerify: typeof import('./components/TurnstileVerify.vue')['default']
|
||||
UpdateNoteContainer: typeof import('./components/UpdateNoteContainer.vue')['default']
|
||||
UserBasicInfoCard: typeof import('./components/UserBasicInfoCard.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user