From a15afabfa750d68ba72fc1acd7d7d2837be46620 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 22 Mar 2025 09:27:27 +0800 Subject: [PATCH] fix #310 --- src/components/dialog/AddDownloadDialog.vue | 8 ++++---- src/router/menu.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index 7c252d7b..e69582ed 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -138,7 +138,7 @@ onMounted(() => { ↓{{ torrent?.peers }} - + @@ -146,7 +146,7 @@ onMounted(() => { {{ torrent?.description }} - + @@ -164,7 +164,7 @@ onMounted(() => { @@ -173,7 +173,7 @@ onMounted(() => { diff --git a/src/router/menu.ts b/src/router/menu.ts index c8a032a1..10dddd5e 100644 --- a/src/router/menu.ts +++ b/src/router/menu.ts @@ -56,7 +56,7 @@ export const SystemNavMenus = [ icon: 'mdi-state-machine', to: '/workflow', header: '订阅', - admin: false, + admin: true, footer: false, }, {