dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix: 分享详情页打开未登录跳转
quanyawei
2024-03-18
9c3961f513cb548c129dd911c1eb92ec21bb703c
[moral_applet_allocation.git]
/
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
}