feat: 修复图片url, 开始弹幕机编写

This commit is contained in:
2025-04-13 21:59:47 +08:00
parent 2a022e0448
commit c13fcb90c8
27 changed files with 2331 additions and 915 deletions

View File

@@ -26,6 +26,14 @@ export default {
title: '设置',
}
},
{
path: 'danmaku-window-manage',
name: 'client-danmaku-window-manage',
component: () => import('@/client/DanmakuWindowManager.vue'),
meta: {
title: '弹幕窗口管理',
}
},
{
path: 'test',
name: 'client-test',

View File

@@ -14,5 +14,13 @@ export default [
meta: {
title: '测试页'
}
},
{
path: '/danmaku-window',
name: 'client-danmaku-client',
component: () => import('@/client/ClientDanmakuWindow.vue'),
meta: {
title: '弹幕窗口'
}
}
]