提交 50395311 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: 补充 zh-name

上级 eb92c88c
...@@ -649,13 +649,13 @@ ...@@ -649,13 +649,13 @@
{ {
"path": "pages/API/unicloud/unicloud/cloud-function", "path": "pages/API/unicloud/unicloud/cloud-function",
"style": { "style": {
"navigationBarTitleText": "云函数" "navigationBarTitleText": "cloud function | 云函数"
} }
}, },
{ {
"path": "pages/API/unicloud/unicloud/cloud-object", "path": "pages/API/unicloud/unicloud/cloud-object",
"style": { "style": {
"navigationBarTitleText": "云对象" "navigationBarTitleText": "cloud object | 云对象"
} }
}, },
{ {
...@@ -784,13 +784,13 @@ ...@@ -784,13 +784,13 @@
{ {
"path": "pages/API/unicloud/unicloud/cloud-storage", "path": "pages/API/unicloud/unicloud/cloud-storage",
"style": { "style": {
"navigationBarTitleText": "cloud storage" "navigationBarTitleText": "cloud storage | 云存储"
} }
}, },
{ {
"path": "pages/API/unicloud/unicloud/database", "path": "pages/API/unicloud/unicloud/database",
"style": { "style": {
"navigationBarTitleText": "database" "navigationBarTitleText": "database | 数据库"
} }
}, },
{ {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<uni-collapse-item v-for="menuItem in menu" :key="menuItem!.id" :title="menuItem!.name" <uni-collapse-item v-for="menuItem in menu" :key="menuItem!.id" :title="menuItem!.name"
class="item"> class="item">
<view v-for="page in menuItem!.pages" :key="page!.path" class="uni-navigate-item" hover-class="is--active" <view v-for="page in menuItem!.pages" :key="page!.path" class="uni-navigate-item" hover-class="is--active"
@click="goPage(`/${page!.path}`)"> @click="goPage(`/${page!.path}`)">
<text class="uni-navigate-text">{{ <text class="uni-navigate-text">{{
page!.style["navigationBarTitleText"] page!.style["navigationBarTitleText"]
}}</text> }}</text>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "view" "navigationBarTitleText": "view | 基本视图容器"
} }
}, },
{ {
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "scroll-view" "navigationBarTitleText": "scroll-view | 可滚动视图容器"
} }
}, },
{ {
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "swiper" "navigationBarTitleText": "swiper | 滑块视图容器"
} }
}, },
{ {
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "list-view" "navigationBarTitleText": "list-view | 列表组件"
} }
}, },
{ {
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "sticky-section" "navigationBarTitleText": "sticky-section | 吸顶布局容器"
} }
}, },
{ {
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "sticky-header", "navigationBarTitleText": "sticky-header | 吸顶布局容器",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "text" "navigationBarTitleText": "text | 文本"
} }
}, },
{ {
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "rich-text" "navigationBarTitleText": "rich-text | 富图标"
} }
}, },
{ {
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "progress" "navigationBarTitleText": "progress | 进度条"
} }
}, },
{ {
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "form" "navigationBarTitleText": "form | 表单"
} }
}, },
{ {
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "button" "navigationBarTitleText": "button | 按钮"
} }
}, },
{ {
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "radio" "navigationBarTitleText": "radio | 单选项"
} }
}, },
{ {
...@@ -329,7 +329,7 @@ ...@@ -329,7 +329,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "checkbox" "navigationBarTitleText": "checkbox | 多选框"
} }
}, },
{ {
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "input" "navigationBarTitleText": "input | 输入框"
} }
}, },
{ {
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "textarea" "navigationBarTitleText": "textarea | 多行输入框"
} }
}, },
{ {
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "slider" "navigationBarTitleText": "slider | 滑动选择器"
} }
}, },
{ {
...@@ -407,7 +407,7 @@ ...@@ -407,7 +407,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "picker-view" "navigationBarTitleText": "picker-view | 嵌入页面的滚动选择器"
} }
}, },
{ {
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "switch" "navigationBarTitleText": "switch | 开关选择器"
} }
}, },
{ {
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "image" "navigationBarTitleText": "image | 图片"
} }
}, },
{ {
...@@ -485,7 +485,7 @@ ...@@ -485,7 +485,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "video" "navigationBarTitleText": "video | 视频"
} }
}, },
{ {
...@@ -509,7 +509,7 @@ ...@@ -509,7 +509,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "navigator" "navigationBarTitleText": "navigator | 页面链接"
} }
}, },
{ {
...@@ -720,7 +720,7 @@ ...@@ -720,7 +720,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "movable-view" "navigationBarTitleText": "movable-view | 可移动的视图容器"
} }
}, },
// #endif // #endif
...@@ -760,7 +760,7 @@ ...@@ -760,7 +760,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "picker" "navigationBarTitleText": "picker | 底部弹出的滚动选择器"
} }
}, },
// #endif // #endif
...@@ -815,7 +815,7 @@ ...@@ -815,7 +815,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "editor" "navigationBarTitleText": "editor | 富文本编辑器"
} }
}, },
// #endif // #endif
...@@ -1178,7 +1178,7 @@ ...@@ -1178,7 +1178,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "showActionSheet" "navigationBarTitleText": "showActionSheet | 弹出操作菜单"
} }
}, },
{ {
...@@ -1196,7 +1196,7 @@ ...@@ -1196,7 +1196,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "showModal" "navigationBarTitleText": "showModal | 显示模态弹窗"
} }
}, },
{ {
...@@ -1214,7 +1214,7 @@ ...@@ -1214,7 +1214,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "showLoading" "navigationBarTitleText": "showLoading | 显示 loading 提示框"
} }
}, },
{ {
...@@ -1232,7 +1232,7 @@ ...@@ -1232,7 +1232,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "showToast" "navigationBarTitleText": "showToast | 显示消息提示框"
} }
}, },
{ {
...@@ -1400,7 +1400,7 @@ ...@@ -1400,7 +1400,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "云函数" "navigationBarTitleText": "cloud function | 云函数"
} }
}, },
{ {
...@@ -1418,7 +1418,7 @@ ...@@ -1418,7 +1418,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "云对象" "navigationBarTitleText": "cloud object | 云对象"
} }
}, },
{ {
...@@ -1436,7 +1436,7 @@ ...@@ -1436,7 +1436,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "getSystemInfo" "navigationBarTitleText": "getSystemInfo | 获取系统信息"
} }
}, },
{ {
...@@ -1546,7 +1546,7 @@ ...@@ -1546,7 +1546,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "previewImage" "navigationBarTitleText": "previewImage | 图片预览"
} }
}, },
{ {
...@@ -1707,12 +1707,12 @@ ...@@ -1707,12 +1707,12 @@
}, },
{ {
"id": "api.network.getNetworkType", "id": "api.network.getNetworkType",
"name": "获取设备网络状态", "name": "getNetworkType",
"index": 3 "index": 3
} }
], ],
"style": { "style": {
"navigationBarTitleText": "获取设备网络状态" "navigationBarTitleText": "getNetworkType | 获取网络类型"
} }
}, },
{ {
...@@ -1766,7 +1766,7 @@ ...@@ -1766,7 +1766,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "cloud storage" "navigationBarTitleText": "cloud storage | 云存储"
} }
}, },
{ {
...@@ -1784,7 +1784,7 @@ ...@@ -1784,7 +1784,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "database" "navigationBarTitleText": "database | 数据库"
} }
}, },
{ {
...@@ -1802,7 +1802,7 @@ ...@@ -1802,7 +1802,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "getBatteryInfo" "navigationBarTitleText": "getBatteryInfo | 获取电池电量信息"
} }
}, },
{ {
...@@ -1896,7 +1896,7 @@ ...@@ -1896,7 +1896,7 @@
} }
], ],
"style": { "style": {
"navigationBarTitleText": "rpx2px", "navigationBarTitleText": "rpx2px | 将rpx单位值转换成px",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
...@@ -1948,7 +1948,7 @@ ...@@ -1948,7 +1948,7 @@
"group": [ "group": [
{ {
"id": "api.ad", "id": "api.ad",
"name": "广告", "name": "ad",
"index": 12 "index": 12
}, },
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册