feat: 优化弹幕动效, 开始自动操作编写

This commit is contained in:
2025-04-18 02:34:20 +08:00
parent d53295bb0c
commit 5891f20f86
29 changed files with 2528 additions and 184 deletions

View File

@@ -34,6 +34,14 @@ export default {
title: '弹幕窗口管理',
}
},
{
path: 'auto-action',
name: 'client-auto-action-manage',
component: () => import('@/client/ClientAutoAction.vue'),
meta: {
title: '自动操作管理',
}
},
{
path: 'danmaku-window',
name: 'client-danmaku-window-redirect',