mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
v1.0.0-beta 源码正式开源
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/**
|
||||
*
|
||||
* 可以以页面为单位来写,
|
||||
* 比如首页的内容,写在index字段,个人中心写在center,共同部分写在common部分
|
||||
* */
|
||||
|
||||
export default {
|
||||
app: {
|
||||
name: "alley studio",
|
||||
author: "Evan Mo",
|
||||
},
|
||||
tabbar: {
|
||||
home: "Home",
|
||||
moments: "Moments",
|
||||
publish: "Publish",
|
||||
mall: "Mall",
|
||||
mine: "Mine",
|
||||
},
|
||||
// 提示文本
|
||||
tips: {
|
||||
switchLang: "switch Lang",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user