From 28a5b22e7e12e9f0898f86e609e5c046a3718b3b Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Tue, 21 Jul 2026 15:58:04 +0800 Subject: [PATCH] feat(theme): apply saved theme before app startup --- apps/desktop/index.html | 38 +++++++ .../lib/__tests__/app/startupTheme.spec.ts | 99 +++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 apps/desktop/src/lib/__tests__/app/startupTheme.spec.ts diff --git a/apps/desktop/index.html b/apps/desktop/index.html index a68bf9c53..7a8f9addb 100644 --- a/apps/desktop/index.html +++ b/apps/desktop/index.html @@ -5,6 +5,44 @@