feat: 添加镜像配置管理功能及测试页面

This commit is contained in:
2025-09-13 17:06:57 +08:00
parent 6c7a0226fd
commit c8380ddb90
9 changed files with 674 additions and 1 deletions

View File

@@ -94,6 +94,12 @@ const routes: RouteRecordRaw[] = [
component: () => import('../views/Logs.vue'),
meta: { title: '日志查看' },
},
{
path: '/mirror-test',
name: 'MirrorTest',
component: () => import('../views/MirrorTest.vue'),
meta: { title: '镜像配置测试' },
},
]
const router = createRouter({