From 3d392dd7888e436759bc755f59c6dfc70216f32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Tue, 10 Jun 2025 22:52:10 +0800 Subject: [PATCH] Fix open articles in the TTY, as it is broken while in the demo. And Added YouTube OnBoarding to the App (Currently in testing and this is the beta branch :) Oh also updated some more stuff as well! --- components/app/windows/onBoarding.vue | 15 +++++++ components/app/windows/settings.vue | 61 ++++++++++++--------------- components/app/windows/tty.vue | 4 +- pages/desktop.vue | 8 ++++ server/api/user/submitGroqKey.ts | 2 +- 5 files changed, 54 insertions(+), 36 deletions(-) create mode 100644 components/app/windows/onBoarding.vue diff --git a/components/app/windows/onBoarding.vue b/components/app/windows/onBoarding.vue new file mode 100644 index 0000000..df80f06 --- /dev/null +++ b/components/app/windows/onBoarding.vue @@ -0,0 +1,15 @@ + diff --git a/components/app/windows/settings.vue b/components/app/windows/settings.vue index cc20bfa..cd2dc96 100644 --- a/components/app/windows/settings.vue +++ b/components/app/windows/settings.vue @@ -174,42 +174,37 @@ const submitUserPassword = async () => { };