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);