feat:侧边栏加了皮肤站标签,可在启动内直接打开皮肤站
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user