1 Star 0 Fork 6

fuyc/zml-games-all

forked from 张大炮/zml-games-all 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
张大炮 提交于 2023-03-14 23:42 . 更新
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "失控梦境"
}
}
,{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path": "pages/games/chess",
"style": {
"navigationBarTitleText": "激情五子棋",
"enablePullDownRefresh": false
}
}
,{
"path": "pages/games/snake",
"style": {
"navigationBarTitleText": "疯狂贪吃蛇",
"enablePullDownRefresh": false
}
}
,{
"path": "pages/games/bird",
"style": {
"navigationBarTitleText": "管道像素鸟",
"enablePullDownRefresh": false
}
}
,{
"path": "pages/games/tetris",
"style": {
"navigationBarTitleText": "俄罗斯方块",
"enablePullDownRefresh": false
}
}
,{
"path": "pages/games/bomb",
"style": {
"navigationBarTitleText": "经典版扫雷",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/games/number",
"style" :
{
"navigationBarTitleText": "数字华容道",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"tabBar":{
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"color": "#CCCCCC",
"selectedColor": "#00A1D6",
"list":[
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tabbar/tab1.png",
"selectedIconPath": "static/tabbar/tab11.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/tabbar/tab2.png",
"selectedIconPath": "static/tabbar/tab22.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F3F2F7"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fuyc/zml-games-all.git
git@gitee.com:fuyc/zml-games-all.git
fuyc
zml-games-all
zml-games-all
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385