1 Star 0 Fork 0

huofan / RustedWarfare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
huofan 提交于 2020-11-07 17:41 . 优化整体 004
{
"pages": [
{//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "☯ 蓝焱 ☯",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "我😊",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "pages/index/match",
"style": {
"navigationBarTitleText": "🤜比⚔赛🤛",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "pages/index/ranking",
"style": {
"navigationBarTitleText": "排行榜🏆",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "pages/index/join",
"style": {
"navigationBarTitleText": "加入🤝",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "文章详情",
"navigationBarBackgroundColor":"#55aa7f"
}
},
{
"path": "pages/detail/join_match",
"style": {
"navigationBarTitleText": "比赛详情",
"navigationBarBackgroundColor":"#ff0000"
}
}
],
"subPackages": [{
"root": "publicPage",
"pages": [{
"path": "rtsUserDetail/flame",
"style": {
"navigationBarTitleText": "资产🔥",
"navigationBarBackgroundColor":"#FF0000"
}
},{
"path": "rtsUserDetail/userpwd",
"style": {
"navigationBarTitleText": "安全码🎰",
"navigationBarBackgroundColor":"#55aa7f"
}
},{
"path": "rtsUserDetail/createMatch",
"style": {
"navigationBarTitleText": "创建比赛⚔",
"navigationBarBackgroundColor":"#ff0000"
}
},{
"path": "rtsUserDetail/toReward",
"style": {
"navigationBarTitleText": "赞赏🔥",
"navigationBarBackgroundColor":"#ff0000"
}
},{
"path": "rtsUserDetail/publish",
"style": {
"navigationBarTitleText": "发表文章📃✍",
"navigationBarBackgroundColor":"#55aa7f"
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "HuoFan",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#FF0000",
"borderStyle": "black",
"backgroundColor": "#55aa7f",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/fan.png",
"text": "首页🏡"
}, {
"pagePath": "pages/index/join",
"iconPath": "static/image/join.png",
"selectedIconPath": "static/image/fan.png",
"text": "加入🤝"
}, {
"pagePath": "pages/index/match",
"iconPath": "static/image/match.png",
"selectedIconPath": "static/image/fan.png",
"text": "比メ赛"
}, {
"pagePath": "pages/index/ranking",
"iconPath": "static/image/ranking.png",
"selectedIconPath": "static/image/fan.png",
"text": "排行榜🏆"
}, {
"pagePath": "pages/index/user",
"iconPath": "static/image/my.png",
"selectedIconPath": "static/image/fan.png",
"text": "我的😊"
}]
}
}
1
https://gitee.com/huofan/rusted-warfare.git
git@gitee.com:huofan/rusted-warfare.git
huofan
rusted-warfare
RustedWarfare
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891