4 Star 6 Fork 2

DCloud / helloUniCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 5.48 KB
一键复制 编辑 原始数据 按行查看 历史
xmanne 提交于 2022-03-15 16:39 . 新增云对象基础示例
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/cloudFunction/cloudFunction",
"style": {
"navigationBarTitleText": "云函数",
"enablePullDownRefresh": false
}
},
{
"path": "pages/cloudObject/cloudObject",
"style": {
"navigationBarTitleText": "云对象",
"enablePullDownRefresh": false
}
},
{
"path": "pages/test/test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/unicloud-db-demo/unicloud-db-demo",
"style": {
"navigationBarTitleText": "unicloud-db demo",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/demo/demo",
"style": {
"navigationBarTitleText": "留言板",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission-table-simple/permission-table-simple",
"style": {
"navigationBarTitleText": "表级-简单权限控制",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission-table-compound/permission-table-compound",
"style": {
"navigationBarTitleText": "表级-复杂权限控制",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/clientDB",
"style": {
"navigationBarTitleText": "前端操作数据库",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user-info/add",
"style": {
"navigationBarTitleText": "新增"
}
}, {
"path": "pages/user-info/edit",
"style": {
"navigationBarTitleText": "修改"
}
}, {
"path": "pages/user-info/list",
"style": {
"navigationBarTitleText": "列表"
}
}, {
"path": "pages/user-info/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/storage/storage",
"style": {
"navigationBarTitleText": "云存储",
"enablePullDownRefresh": false
}
},
{
"path": "pages/schema2code/schema2code",
"style": {
"navigationBarTitleText": "schema2code",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission/permission",
"style": {
"navigationBarTitleText": "角色权限",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission-demo/permission-demo",
"style": {
"navigationBarTitleText": "角色权限",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission-demo/readme",
"style": {
"navigationBarTitleText": "角色权限",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/permission-field-simple/permission-field-simple",
"style": {
"navigationBarTitleText": "简单-字段级权限控制",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/clientDB-api/clientDB-api",
"style": {
"navigationBarTitleText": "前端操作数据库的API",
"enablePullDownRefresh": false
}
},
{
"path": "pages/clientDB/validate/validate",
"style": {
"navigationBarTitleText": "字段值域验证",
"enablePullDownRefresh": false
}
}, {
"path": "pages/validate-demo/add",
"style": {
"navigationBarTitleText": "新增"
}
}, {
"path": "pages/validate-demo/edit",
"style": {
"navigationBarTitleText": "修改"
}
}, {
"path": "pages/validate-demo/list",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/validate-demo/detail",
"style": {}
}, {
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
"style": {
"disableScroll": true,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": false,
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
}, {
"path": "pages/cloudFunction/redis/redis",
"style": {
"navigationBarTitleText": "扩展能力Redis",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1296db",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/cloudFunction/cloudFunction",
"iconPath": "static/tabbar/fn.png",
"selectedIconPath": "static/tabbar/fn1.png",
"text": "云函数"
},
{
"pagePath": "pages/cloudObject/cloudObject",
"iconPath": "static/tabbar/obj.png",
"selectedIconPath": "static/tabbar/obj1.png",
"text": "云对象"
},
{
"pagePath": "pages/storage/storage",
"iconPath": "static/tabbar/storage.png",
"selectedIconPath": "static/tabbar/storage1.png",
"text": "云存储"
},
{
"pagePath": "pages/clientDB/clientDB",
"iconPath": "static/tabbar/yun.png",
"selectedIconPath": "static/tabbar/yun1.png",
"text": "clientDB"
}, {
"pagePath": "pages/schema2code/schema2code",
"iconPath": "/static/tabbar/st-code.png",
"selectedIconPath": "static/tabbar/st-code1.png",
"text": "schema2code"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
JavaScript
1
https://gitee.com/dcloud/hello-uniCloud.git
git@gitee.com:dcloud/hello-uniCloud.git
dcloud
hello-uniCloud
helloUniCloud
master

搜索帮助