From 700c25d79ed2306073c8336a318a544b652a3b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A7=E9=A9=8A?= Date: Thu, 25 Sep 2025 10:10:57 +0800 Subject: [PATCH] feat: add taskbar --- components/StartMenu.vue | 3 ++- components/Taskbar.vue | 18 +++++++++++------- i18n.config.ts | 4 ++-- lang/en.json | 4 ++++ lang/zh-TW.json | 4 ++++ nuxt.config.ts | 8 ++++++-- 6 files changed, 29 insertions(+), 12 deletions(-) diff --git a/components/StartMenu.vue b/components/StartMenu.vue index 8599ac6..e50ff82 100644 --- a/components/StartMenu.vue +++ b/components/StartMenu.vue @@ -1,5 +1,5 @@