diff --git a/app.vue b/app.vue index f0a0885..d4cf6a4 100644 --- a/app.vue +++ b/app.vue @@ -10,6 +10,9 @@ const themes = ref([ const setTheme = (theme) => { colorMode.preference = theme } +const feedback = () => { + window.open('https://github.com/WongSaang/chatgpt-ui/issues', '_blank') +} @@ -60,6 +70,27 @@ const setTheme = (theme) => { {{ runtimeConfig.public.appName }} + + + + + + + + Feedback + + +