1 Star 0 Fork 0

wangs/chatimApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 18.62 KB
一键复制 编辑 原始数据 按行查看 历史
Noodles Wang 提交于 2024-03-26 22:40 . Initial commit.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
{
"pages": [{
"path": "pages/index/launch",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "消息",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
},
{
"path": "pages/login/rule",
"style": {
"navigationBarTitleText": "用户协议",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
},
{
"path": "pages/circle/circle",
"style": {
"navigationBarTitleText": "朋友圈",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue8e1",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf",
"name": "add"
}]
}
},
"enablePullDownRefresh": true
}
},
{
"path": "pages/circle/circle_details",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"softinputMode": "adjustResize",
"titleNView": {
"type": "transparent",
"buttons": []
}
}
}
},
{
"path": "pages/circle/circle_chat_details",
"style": {
"navigationBarTitleText": "我的消息",
"app-plus": {
"titleNView": {
"buttons": {
"text": "\ue60b",
"color": "#1AAD19",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "17px"
}
}
}
}
},
{
"path": "pages/circle/circle/send",
"style": {
"navigationBarTitleText": "发布我的动态",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue60b",
"color": "#ffffff",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "17px"
}]
}
}
}
},
{
"path": "pages/mine/order",
"style": {
"navigationBarTitleText": "账单",
"app-plus": {
"bounce": "none",
"titleNView": true
}
}
},
{
"path": "pages/mine/profile",
"style": {
"navigationBarTitleText": "个人资料",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/mine/qrcode",
"style": {
"navigationBarTitleText": "用户二维码",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"text": "\ueb9f",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf"
}]
}
},
"h5": {
"titleNView": {
"buttons": false
}
}
}
},
{
"path": "pages/group/list",
"style": {
"navigationBarTitleText": "我的群组",
"app-plus": {
"bounce": "all",
"titleNView": false
}
}
},
{
"path": "pages/group/qrcode",
"style": {
"navigationBarTitleText": "群聊二维码",
"app-plus": {
"bounce": "none",
"titleNView": {
}
}
}
},
{
"path": "pages/group/create",
"style": {
"navigationBarTitleText": "发起群聊",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/index/contact",
"style": {
"navigationBarTitleText": "通讯录",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
},
{
"path": "pages/friend/detail",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle":"black",
"app-plus": {
"titleNView": {
"backgroundColor": "#fff",
"titleColor": "#000000",
"buttons": [{
"text": "\ueb9f",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf"
}]
}
}
}
},
{
"path": "pages/friend/request",
"style": {
"navigationBarTitleText": "验证消息",
"app-plus": {
"bounce": "all",
"titleNView": false
}
}
},
{
"path": "pages/mine/password",
"style": {
"navigationBarTitleText": "设置密码",
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
},
{
"path": "pages/friend/chat",
"style": {
"navigationBarTitleText": "私聊",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"text": "\ueb9f",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf"
}]
},
"softinput": {
"mode": "adjustResize"
}
}
}
},
{
"path": "pages/group/chat",
"style": {
"navigationBarTitleText": "群聊",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"text": "\ueb9f",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf"
}]
},
"softinput": {
"mode": "adjustResize"
}
}
}
},
{
"path": "pages/group/detail",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/mine/index",
"style": {
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
},
{
"path": "pages/mine/recharge",
"style": {
"navigationBarTitleText": "充值",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/mine/cash",
"style": {
"navigationBarTitleText": "提现",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/web/index",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"text": "\ueb9f",
"fontSize": "20",
"fontSrc": "/static/iconfont.ttf"
}]
}
},
"h5": {
"titleNView": {
"buttons": false
}
}
}
}, {
"path": "pages/login/froget",
"style": {
"navigationBarTitleText": "忘记密码",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
, {
"path": "pages/circle/mycircle",
"style": {
"navigationBarTitleText": "我的朋友圈",
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
}
, {
"path": "pages/mine/note",
"style": {
"navigationBarTitleText": "消息通知设置",
"app-plus": {
"bounce": "none",
"titleNView": true
}
}
}
, {
"path": "pages/group/index",
"style": {
"navigationBarTitleText": "聊天室",
"app-plus": {
"bounce": "all",
"titleNView": false
}
}
}, {
"path": "pages/mine/mobile",
"style": {
"navigationBarTitleText": "绑定手机",
"app-plus": {
"bounce": "all",
"titleNView": true
}
}
}, {
"path": "pages/mine/bank",
"style": {
"navigationBarTitleText": "我的银行卡",
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
}, {
"path": "pages/mine/password1",
"style": {
"navigationBarTitleText": "设置密码",
"app-plus": {
"bounce": "none",
"titleNView": false
}
}
}
, {
"path": "pages/group/userset",
"style": {
"navigationBarTitleText": "设置",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/friend/userset",
"style": {
"navigationBarTitleText": "设置",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
, {
"path": "pages/friend/userlist",
"style": {
"navigationBarTitleText": "选择联系人",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
},
{
"path": "pages/login/qrcode",
"style": {
"navigationBarTitleText": "登录确认",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/note1",
"style": {
"navigationBarTitleText": "系统公告",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/notedetail",
"style": {
"navigationBarTitleText": "公告详情",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
, {
"path": "pages/friend/readpacket",
"style": {
"navigationBarTitleText": "发红包",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/friend/redpacket_detail",
"style": {
"navigationBarTitleText": "红包详情",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
}, {
"path": "pages/friend/logout_words",
"style": {
"navigationBarTitleText": "群印象",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/joinvip",
"style": {
"navigationBarTitleText": "加入VIP",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/invite",
"style": {
"navigationBarTitleText": "邀请好友",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
}, {
"path": "pages/mine/my_invite",
"style": {
"navigationBarTitleText": "我的团队",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/user_add",
"style": {
"navigationBarTitleText": "手动开户",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}, {
"path": "pages/mine/user_invite",
"style": {
"navigationBarTitleText": "Ta的下级",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
, {
"path": "pages/mine/vipinfo",
"style": {
"navigationBarTitleText": "VIP特权介绍",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
},
{
"path": "pages/index/find",
"style": {
"navigationBarTitleText": "发现",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
},
{
"path": "pages/mine/menu",
"style": {
"navigationBarTitleText": "设置",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
,{
"path" : "pages/mine/bag",
"style": {
"navigationBarTitleText": "我的钱包",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
,{
"path" : "pages/index/backlist",
"style" : {
"navigationBarTitleText": "黑名单",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
,{
"path" : "pages/friend/report",
"style" : {
"navigationBarTitleText": "投诉",
"app-plus": {
"titleNView": true,
"bounce": "none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "#ffffff",
"navigationBarTitleText": "itel",
"navigationBarBackgroundColor": "#4399fe",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#2319dc",
"borderStyle": "black",
"backgroundColor": "#fbfbfb",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/hh.png",
"selectedIconPath": "static/tabbar/hh1.png",
"text": "消息"
},
{
"pagePath": "pages/index/contact",
"iconPath": "static/tabbar/txl.png",
"selectedIconPath": "static/tabbar/txl1.png",
"text": "通信录"
},
{
"pagePath": "pages/index/find",
"iconPath": "static/tabbar/cl1.png",
"selectedIconPath": "static/tabbar/cl.png",
"text": "发现"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/tabbar/wd.png",
"selectedIconPath": "static/tabbar/wd1.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangs-noodles/chatim-app.git
git@gitee.com:wangs-noodles/chatim-app.git
wangs-noodles
chatim-app
chatimApp
master

搜索帮助

Cb406eda 1850385 E526c682 1850385