Skip to content

Commit

Permalink
Merge pull request #14 from Justin3go/remove_dead_link
Browse files Browse the repository at this point in the history
fix: remove dead link
  • Loading branch information
Justin3go authored Feb 22, 2024
2 parents ddb8b66 + cec8385 commit c7940bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}
]);
</script>

Expand Down

0 comments on commit c7940bf

Please sign in to comment.