🐛 Fixed the bug of obtaining the operating system

This commit is contained in:
2025-06-09 14:18:25 +08:00
parent 5203784b63
commit ceb177114d
9 changed files with 171 additions and 93 deletions

View File

@@ -3,7 +3,8 @@ import messages from './locales';
// 创建i18n实例
const i18n = createI18n({
compositionOnly: false,
legacy: false,
compositionOnly: true,
globalInjection: true,
silentTranslationWarn: true,
locale: 'zh-CN',