提交一次全量代码

This commit is contained in:
andy
2026-07-09 11:59:34 +08:00
parent 855396e553
commit 9fa608f602
58 changed files with 8439 additions and 116 deletions

View File

@@ -1,6 +1,6 @@
import { defineStore } from 'pinia'
export type SupportedLocale = 'zh-CN' | 'en-US'
export type SupportedLocale = 'zh-CN' | 'en-US' | 'th-TH'
export const useAppPreferencesStore = defineStore('appPreferences', {
state: () => ({