
diff --git a/electron/api/github.ts b/electron/api/github.ts
index 1209ef3..7954d75 100644
--- a/electron/api/github.ts
+++ b/electron/api/github.ts
@@ -207,7 +207,7 @@ export const initGitHubApi = () => {
* 打开GitHub
*/
ipcMain.on("github.open", () => {
- shell.openExternal("https://github.com/luckjiawei/frpc-desktop");
+ shell.openExternal("https://github.com/luckjiawei/frpc-desktop/issues");
})
electron.ipcMain.on("github.openReleases", () => {
diff --git a/src/layout/compoenets/LeftMenu.vue b/src/layout/compoenets/LeftMenu.vue
index 063c87d..ddbe491 100644
--- a/src/layout/compoenets/LeftMenu.vue
+++ b/src/layout/compoenets/LeftMenu.vue
@@ -28,14 +28,6 @@ const handleMenuChange = (route: any) => {
});
};
-const handleOpenGitHub = () => {
- ipcRenderer.send("github.open")
-}
-
-const handleOpenGitHubReleases = () => {
- ipcRenderer.send("github.openReleases")
-}
-
onMounted(() => {
routes.value = router.options.routes[0].children?.filter(
@@ -61,15 +53,6 @@ onMounted(() => {
>