1 Star 0 Fork 3

情歌/aeroplane_chess

forked from Alex/aeroplane_chess 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex 提交于 2023-10-18 19:35 . 整理相关配置
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"transparentTitle": "always"
}
},
{
"path": "pages/chess/index",
"style": {
"navigationBarTitleText": "飞行棋-游戏页",
"transparentTitle": "always"
}
},
{
"path": "pages/components/header",
"style": {
"navigationBarTitleText": "公共Header",
"transparentTitle": "always"
}
},
{
"path": "pages/components/model",
"style": {
"navigationBarTitleText": "公共弹窗",
"transparentTitle": "always"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qingge5200/aeroplane_chess.git
git@gitee.com:qingge5200/aeroplane_chess.git
qingge5200
aeroplane_chess
aeroplane_chess
master

搜索帮助