From cdd8a86de05dbbe3109fc48f312491fe01963180 Mon Sep 17 00:00:00 2001 From: Rafi Date: Mon, 13 Feb 2023 21:21:47 +0800 Subject: [PATCH] Add feedback buttons --- app.vue | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 + + +