8 Star 63 Fork 20

Harbour/SKey

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
Harbour 提交于 2024-01-01 22:04 . 完成部分页面
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/view/view",
"style": {
"navigationBarBackgroundColor": "#4cb050",
"navigationBarTextStyle": "white",
"navigationBarTitleText": ""
}
},
{
"path": "pages/edit/edit",
"style": {
"navigationBarBackgroundColor": "#4cb050",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "添加钥匙"
}
},
{
"path": "pages/verifypwd/verifypwd",
"style": {
"navigationBarTitleText": "主密码",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/center/center",
"style": {
"navigationBarBackgroundColor": "#16ba98",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/center/childpages/about/about",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "关于SKey"
}
},
{
"path": "pages/center/childpages/category/category",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/center/childpages/dataexport/dataexport",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/center/childpages/guide/guide",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "使用指南"
}
},
{
"path": "pages/center/childpages/password/password",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/center/childpages/problem/problem",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "常见问题"
}
},
{
"path": "pages/center/childpages/updatelog/updatelog",
"style": {
"navigationBarBackgroundColor": "#424242",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "更新日志"
}
}
],
"globalStyle": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#424242",
"navigationBarTitleText": "SKey",
"navigationBarTextStyle": "white"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/harbour8643/SKey.git
git@gitee.com:harbour8643/SKey.git
harbour8643
SKey
SKey
master

搜索帮助