公告板
版本库
filestore
活动
搜索
登录
main
/
monitor
电视机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
zjj
2025-06-07
6be41682bbfb9e0446b6de969dc04b48e06fe189
[monitor.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
}