From 359aacfa6732db99f9c8a4f52abfcc866567af8d Mon Sep 17 00:00:00 2001 From: cc <124141@qq.com> Date: Mon, 31 Mar 2025 21:21:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/common/SettingsService.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/common/SettingsService.ets b/entry/src/main/ets/common/SettingsService.ets index 47bd7d7..68c027e 100644 --- a/entry/src/main/ets/common/SettingsService.ets +++ b/entry/src/main/ets/common/SettingsService.ets @@ -287,7 +287,7 @@ export class SettingsService { // 更新主题颜色 public setThemeColor(color: ThemeColor): void { const oldColor = this.settings.themeColor; - this.settings.themeColor = color; + this.settings.themeColor = color // 记录主题颜色变更 logManager.info(LogCategory.SETTINGS, LogEventType.THEME_CHANGE, color);