公告板
版本库
filestore
活动
搜索
登录
main
/
private
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
zjj
2024-05-30
6bc7335cd638e47ab469b4b070ee01f5f2a4865a
[private.git]
/
Monitor-APP
/
uni_modules
/
uni-popup
/
components
/
uni-popup
/
i18n
/
index.js
1
2
3
4
5
6
7
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
}