2 Star 11 Fork 14

wangdan22/we-chat-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 13.20 KB
一键复制 编辑 原始数据 按行查看 历史
wangdan22 提交于 2024-10-13 17:34 . 音视频和推送
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/start/start-up",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/start/wx-login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/group/group",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/contact/contact-list",
"style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/find/find",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/my",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"app-plus": {
"titleView": false
}
}
},
{
"path": "pages/tabbar/my/set",
"style": {
"navigationStyle": "custom",
//"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/myCenter",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/my/setAvatar",
"style": {
"navigationStyle": "custom",
"app-plus": {
"bounce": "none",
"bottom": "0",
"contentAdjust": "false",
"safearea": {
"bottom": "none"
}
}
}
},
{
"path": "pages/tabbar/group/chat/chatting",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"backgroundColor": "#F8F8F8",
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"titleView": false,
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
},
{
"path": "pages/tabbar/group/chat/chatDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleView": false
}
}
},
{
"path" : "pages/tabbar/group/set/updateGroupAvatar",
"style" :
{
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/tabbar/group/set/optionGroupMembers",
"style": {
"enablePullDownRefresh":false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/group/set/updateGroupName",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"scrollIndicator": "none"
}
}
},
{
"path": "pages/tabbar/group/set/updateGroupNotice",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"scrollIndicator": "none"
}
}
},
{
"path": "pages/start/register",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/privacy/privacy",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/launchChat",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/contact/to-add-friend-index",
"style": {
"navigationBarTitleText": "添加朋友",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/searchFriend",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/search/search-group",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/search/common-search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/search/common-search-result",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/contact/friends/friend-home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleView": false
}
}
}, {
"path": "pages/tabbar/contact/friends/new-friend-index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleView": false
}
}
}, {
"path": "pages/tabbar/contact/friends/friend-more-info",
"style": {
"navigationBarTitleText": "社交资料",
"enablePullDownRefresh": false,
"backgroundColor": "#F8F8F8"
}
},
{
"path": "pages/tabbar/contact/friends/friend-apply-list",
"style": {
"navigationBarTitleText": "新的朋友",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/chat/chat-gpt-conversion-wss",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/AI/ai-text-to-create-img/ai-text-to-create-img",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/contact/friends/submit-add-new-friend",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/contact/friends/friend-home-detail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/music/free-music",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/music/song-list",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/group/chat/redbag/redbag",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/chat/redbag/redbagForGroup",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/chat/redbag/custom-redbag-for-group",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/chat/redbag/red-bag-detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/tabbar/group/chat/transfer/transfer",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/tabbar/my/account-safe",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/show-mobile-chatNumber/show-mobile-chatNumber",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yyy-index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-set",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-linked-list",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-user-detail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-agree-apply-friend",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-friend-home",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"popGesture": "none",
"app-plus": {
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
}, {
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-chatting/yaoyiyao-chatting",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"backgroundColor": "#F8F8F8",
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"titleView": false,
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
},
{
"path": "pages/tabbar/find/yaoyiyao/yaoyiyao-chatting/yaoyiyao-zhuanfa-pop",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/find/friend-circle/friendCircle",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": " ",
"transparentTitle": "auto",
"enablePullDownRefresh": true,
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"titleView": false
}
}
},
{
"path": "pages/tabbar/find/friend-circle/chooseLocation",
"style": {
"navigationBarTitleText": "所在位置",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/friend-circle/chooseCircleBgImg",
"style": {
"navigationBarTitleText": "选择背景图",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/find/friend-circle/builtinBgImg",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/find/friend-circle/releaseFriendCircle",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"backgroundColor": "#F8F8F8",
"app-plus": {
"softinputMode": "adjustResize", //兄弟们,不要删这个
"titleView": false,
"scrollIndicator": "none", //隐藏页面滚动条
"popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
}
}
},
{
"path": "pages/tabbar/my/service/service-home",
"style": {
"scrollIndicator": "none", // 该页不显示滚动条
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/my-bill",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/my-bill-detail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/my-bill-statistics",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/paySet",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/wallat",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/wallet-pay",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/tabbar/my/service/walletOption",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabbar/group/chat/transfer/transfer-detail",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/u-full-screen/u-full-screen",
"style": {
"enablePullDownRefresh":"false",
"navigationStyle": "custom"
}
},
{
"path" : "pages/webview/web-view",
"style" :
{
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/webview/my-app",
"style" :
{
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/tabbar/group/chat/calling/video-calling",
"style" :
{
"navigationBarTitleText" : "视频通话"
}
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#19BE6B",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "11px",
"list": [{
"pagePath": "pages/tabbar/group/group",
"iconPath": "static/image/tabbar/wechat_hl.png",
"selectedIconPath": "static/image/tabbar/wechat.png",
"text": "微信"
}, {
"pagePath": "pages/tabbar/contact/contact-list",
"iconPath": "static/image/tabbar/contact.png",
"selectedIconPath": "static/image/tabbar/contact-fill.png",
"text": "通讯录"
}, {
"pagePath": "pages/tabbar/find/find",
"iconPath": "static/image/tabbar/find.png",
"selectedIconPath": "static/image/tabbar/find_hl.png",
"text": "发现"
}, {
"pagePath": "pages/tabbar/my/my",
"iconPath": "static/image/tabbar/my.png",
"selectedIconPath": "static/image/tabbar/my_hl.png",
"text": "我"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "徽信",
"navigationBarBackgroundColor": "#f0f0f0",
"backgroundColor": "#f0f0f0",
"backgroundTextStyle": "light",
"pageOrientation": "portrait",
//"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": "none",
"bounce": "none"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wangdan22/chat-pro.git
git@gitee.com:wangdan22/chat-pro.git
wangdan22
chat-pro
we-chat-app
master

搜索帮助