You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apply-assistant-v3/root/NEUIKit/pages.json

276 lines
5.6 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Conversation/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Conversation/conversation-search/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Login/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Chat/message/p2p-set",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Chat/message/pin-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-info-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-name-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-intro-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-avatar-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Contact/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Contact/contact-list/group-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Contact/contact-list/valid-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Contact/contact-list/black-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Chat/index",
"style": {
"navigationBarBackgroundColor": "#F6F8FA",
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
},
{
"path": "pages/Chat/video-play",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-member/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-create/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-add/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Friend/add-friend/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Friend/friend-info-edit",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/friend/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my/about",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my/setting",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my/collection-card",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my/collection-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/my-detail/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/user-card/detail-item/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/nick-in-team",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-manage",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/transform-team",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/group-manager-list",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Group/group-set/add-group-manager",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Chat/forward",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Chat/message-read-info",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages":[
{
"root": "root/NEUKit",
"pages": [
{
"path": "test",
"style": {
"navigationBarTitleText": "测试"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black"
},
"tabBar": {
"backgroundColor": "#F6F8FA",
"color": "#999999",
"selectedColor": "#337EFF",
"height": "60px",
"list": [
{
"text": "%messageText%",
"iconPath": "static/conversation.png",
"selectedIconPath": "static/conversation-selected.png",
"pagePath": "pages/Conversation/index"
},
{
"text": "%cantactsText%",
"iconPath": "static/contact.png",
"selectedIconPath": "static/contact-selected.png",
"pagePath": "pages/Contact/index"
},
{
"text": "%mineText%",
"pagePath": "pages/user-card/my/index",
"iconPath": "static/me.png",
"selectedIconPath": "static/me-selected.png"
}
]
}
}