强制静置

This commit is contained in:
2023-09-26 10:09:05 +08:00
parent fb8e0e2e54
commit 24c7177ecc
14 changed files with 3911 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}