1 Star 0 Fork 2

Yoncron / xxx-chat-app

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pages.json 5.34 KB
Copy Edit Raw Blame History
Yoncron authored 2023-11-06 03:27 . first commit
{
"pages": [
{
"path": "pages/main/index",
"style": {
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/article/detail",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": ""
}
}
],
"subPackages": [
{
"root":"pages1",
"pages":[
{
"path": "group/lst",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ededed",
"navigationBarTitleText": "群组"
}
},
{
"path": "nearby/lst",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ededed",
"navigationBarTitleText": "附近的人"
}
},
{
"path": "contacts/search",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ededed",
"navigationBarTitleText": "添加朋友"
}
},
{
"path": "/contacts/profile",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ededed",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "/contacts/applyFriend",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "申请添加朋友"
}
},
{
"path": "message/chat",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ededed",
"navigationBarTitleText": "",
"navigationStyle": "default",
"disableScroll": false,
"app-plus": {
"softinputMode": "adjustResize",
"softinputNavBar": "none",
"titleNView":{
"backgroundImage":"#ededed",
"splitLine":{
"color":"#e7e7e7",
"height":"0.5px"
}
}
}
}
},
{
"path": "login/captcha",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f7f7f7",
"navigationBarTextStyle": "black"
}
},
{
"path": "login/mobile",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f7f7f7",
"navigationBarTextStyle": "black"
}
},
{
"path": "login/agreement",
"style": {
"navigationBarTitleText": "服务协议",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView":{
"splitLine":{
"color":"#e7e7e7",
"height":"0.5px"
}
}
}
}
},
{
"path": "user/userInfo",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "user/setVal",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"fontSize": "16px",
"fontWeight":"bold",
"width": "64px",
"color": "#07c160"
}]
}
}
}
},
{
"path": "/user/setTextAreaVal",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"fontSize": "16px",
"fontWeight":"bold",
"width": "64px",
"color": "#07c160"
}]
}
}
}
},
{
"path": "user/setListVal",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "user/setting",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "系统设置"
}
},
{
"path": "user/edtPwd",
"style": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fafafa",
"navigationBarTitleText": "修改密码",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "保存",
"fontSize": "16px",
"fontWeight": "bold",
"width": "64px",
"color": "#14ac69"
}]
}
}
}
}
]
}
],
"preloadRule": {
"pages/main/index": {
"network": "all",
"packages": ["pages1"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"disableScroll": true,
"navigationBarBackgroundColor": "#efefef",
// "backgroundColorTop":"#000000",
// "backgroundColorBottom":"#000000",
//#ifdef H5 || MP-BAIDU || MP-TOUTIAO || MP-WEIXIN
"navigationStyle": "custom",
//#endif
"backgroundColor": "#efefef",
"app-plus": {
"softinputNavBar": "none",
"scrollIndicator": "none",
"bounce": "none"
}
},
"usingComponts": true
}
1
https://gitee.com/yoncron/xxx-chat-app.git
git@gitee.com:yoncron/xxx-chat-app.git
yoncron
xxx-chat-app
xxx-chat-app
main

Search