仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
preselect
预选清单saas系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
企业端
Mr.Shi
2023-09-21
3205c5f275b6947ba4812c8b19c24d2b1a2b4d93
[productDev/preselect.git]
/
h5
/
uni_modules
/
uni-datetime-picker
/
components
/
uni-datetime-picker
/
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
}