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"), - }, + } ]);