del:删除了服务器标签页
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
Some checks failed
Axolotl desktop CI / guardrails (push) Has been cancelled
Axolotl desktop CI / desktop (macos-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (ubuntu-latest) (push) Has been cancelled
Axolotl desktop CI / desktop (windows-latest) (push) Has been cancelled
Axolotl desktop CI / website (push) Has been cancelled
Repository checks / typos (push) Has been cancelled
Repository checks / tombi (push) Has been cancelled
Rust checks / shear (push) Has been cancelled
Sync source to CNB / Sync Git ref (push) Has been cancelled
This commit is contained in:
@ -27,7 +27,6 @@ const messages = defineMessages({
|
||||
library: { id: 'app.library.title', defaultMessage: 'Library' },
|
||||
allInstances: { id: 'app.library.tabs.all-instances', defaultMessage: 'All instances' },
|
||||
modpacks: { id: 'app.library.tabs.modpacks', defaultMessage: 'Modpacks' },
|
||||
servers: { id: 'app.library.tabs.servers', defaultMessage: 'Servers' },
|
||||
custom: { id: 'app.library.tabs.custom', defaultMessage: 'Custom' },
|
||||
shared: { id: 'app.library.tabs.shared', defaultMessage: 'Shared with me' },
|
||||
saved: { id: 'app.library.tabs.saved', defaultMessage: 'Saved' },
|
||||
@ -66,7 +65,6 @@ onUnmounted(() => {
|
||||
:links="[
|
||||
{ label: formatMessage(messages.allInstances), href: `/library` },
|
||||
{ label: formatMessage(messages.modpacks), href: `/library/modpacks` },
|
||||
{ label: formatMessage(messages.servers), href: `/library/servers` },
|
||||
{ label: formatMessage(messages.custom), href: `/library/custom` },
|
||||
{ label: formatMessage(messages.shared), href: `/library/shared`, shown: false },
|
||||
{ label: formatMessage(messages.saved), href: `/library/saved`, shown: false },
|
||||
|
||||
@ -198,11 +198,6 @@ export default new createRouter({
|
||||
name: 'Modpacks',
|
||||
component: () => import('@/pages/library/Modpacks.vue'),
|
||||
},
|
||||
{
|
||||
path: 'servers',
|
||||
name: 'LibraryServers',
|
||||
component: () => import('@/pages/library/Servers.vue'),
|
||||
},
|
||||
{
|
||||
path: 'custom',
|
||||
name: 'Custom',
|
||||
|
||||
Reference in New Issue
Block a user