feat: add SHOW_GITHUB config (#371)

This commit is contained in:
Dream Hunter
2024-08-04 14:34:35 +08:00
committed by GitHub
parent 9c5e8857af
commit 10da337a9c
7 changed files with 7 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ const menuOptions = computed(() => [
icon: () => h(NIcon, { component: GithubAlt })
}
),
show: openSettings.value?.showGithub,
key: "github"
}
]);