feat:侧边栏加了皮肤站标签,可在启动内直接打开皮肤站

This commit is contained in:
2026-09-13 11:01:05 +08:00
parent 59d15108d6
commit 62d704dec0
8 changed files with 164 additions and 4 deletions

View File

@ -93,6 +93,14 @@ export default new createRouter({
discordActivity: 'Changing skins...',
},
},
{
path: '/starlight-skin',
name: 'Starlight skin',
component: () => import('@/pages/StarlightSkin.vue'),
meta: {
breadcrumb: [{ name: 'Starlight skin' }],
},
},
{
path: '/multiplayer',
name: 'Multiplayer',