uptete:移动端智控台添加德语、越南语

This commit is contained in:
rainv123
2025-11-15 17:52:40 +08:00
parent 8064cdf1a2
commit 925ed1ec0c
4 changed files with 892 additions and 7 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import { ref } from 'vue'
import { ref } from 'vue'
import { defineStore } from 'pinia'
// 支持的语言类型
export type Language = 'zh_CN' | 'en' | 'zh_TW'
export type Language = 'zh_CN' | 'en' | 'zh_TW' | 'de' | 'vi'
export interface LangStore {
currentLang: Language