From cec8385a1b0388a1ebae06e251c129a9f02f7fad Mon Sep 17 00:00:00 2001 From: justin3go Date: Thu, 22 Feb 2024 20:06:03 +0800 Subject: [PATCH] fix: remove dead link --- components/MainMenu.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/MainMenu.vue b/components/MainMenu.vue index 09a2189..a052165 100644 --- a/components/MainMenu.vue +++ b/components/MainMenu.vue @@ -81,12 +81,7 @@ const menuItems = ref([ icon: "mdi-github", clickFn: () => window.open("https://github.com/Justin3go/SearchSearchGo", "_blank"), - }, - { - title: "回到旧版", - icon: "mdi-account-arrow-right-outline", - clickFn: () => window.open("https://pan.justin3go.com", "_blank"), - }, + } ]);