feat: update language storage key and enhance theme button styles

This commit is contained in:
DEV_DSW
2026-04-16 09:49:24 +08:00
parent ad898b757a
commit 7bd5a1aa20
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import { SUPPORTED_LANGUAGES, SUPPORTED_LANGUAGE_CODES } from '@src/i18n/constan
import { resolveSupportedLanguage, detectSystemLanguage } from '@src/i18n/resolver';
// 持久化键
const STORAGE_KEY = 'diona-language';
const STORAGE_KEY = 'zn-language';
interface LocaleState {
language: LanguageCode;