modify language select style

This commit is contained in:
MaysWind
2025-03-07 01:47:27 +08:00
parent 47f70098df
commit beeeb1c059
25 changed files with 250 additions and 251 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface LanguageInfo {
export interface LanguageOption {
readonly languageTag: string;
readonly displayName: string;
readonly nativeDisplayName: string;
}
export const DEFAULT_LANGUAGE: string = 'en';