From 790a75ac879c0064ea98d8583c321cbbe2cfaaab Mon Sep 17 00:00:00 2001 From: AoXuan Date: Sun, 3 Aug 2025 00:23:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(settings):=20=E9=87=8D=E6=9E=84=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新设计了设置页面布局,增加了标签页导航 - 添加了通知设置、更新设置和高级设置等新功能 - 优化了主题模式和主题色选择功能 --- frontend/src/App.vue | 2 +- frontend/src/components/AppLayout.vue | 72 +++--- frontend/src/main.ts | 2 +- frontend/src/types/electron.d.ts | 9 + frontend/src/views/Settings.vue | 311 +++++++++++++++++++++++--- frontend/tsconfig.app.json | 5 + frontend/vite.config.ts | 12 +- 7 files changed, 339 insertions(+), 74 deletions(-) create mode 100644 frontend/src/types/electron.d.ts diff --git a/frontend/src/App.vue b/frontend/src/App.vue index bc6aa98..3508855 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,7 +1,7 @@