提交一次全量代码
This commit is contained in:
@@ -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: () => ({
|
||||
|
||||
Reference in New Issue
Block a user