-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpages.json
More file actions
119 lines (119 loc) · 2.92 KB
/
pages.json
File metadata and controls
119 lines (119 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"pages": [
{
"path": "pages/index/index",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/agent-list/agent-list"
},
{
"path": "pages/agent-union-record/agent-union-record"
},
{
"path": "pages/page-app/page-app"
}
],
"subPackages": [
{
"root": "subpackages",
"pages": [
{
"path": "pages/login/login"
},
{
"path": "pages/aliyun-captcha/aliyun-captcha",
"style": {
"navigationBarTitleText": "阿里云验证码"
}
},
{
"path": "pages/login-weixin/login-weixin"
},
{
"path": "pages/agent-detail/agent-detail",
"style": {
"enablePageCache": false,
"enableShareAppMessage": true
}
},
{
"path": "pages/agent-search/agent-search"
},
{
"path": "pages/category-agent-list/category-agent-list"
},
{
"path": "pages/chat-temp/chat-temp"
},
{
"path": "pages/webview/webview",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/about-me/about-me"
},
{
"path": "pages/file-preview-page/file-preview-page",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/file-preview-demo/file-preview-demo"
}
]
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#5147FF",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/assets/icon_home.png",
"selectedIconPath": "static/assets/icon_home_active.png"
},
{
"pagePath": "pages/agent-union-record/agent-union-record",
"text": "智联录",
"iconPath": "static/assets/icon_union_record.png",
"selectedIconPath": "static/assets/icon_union_record_active.png"
},
{
"pagePath": "pages/agent-list/agent-list",
"text": "智能体",
"iconPath": "static/assets/icon_agent.png",
"selectedIconPath": "static/assets/icon_agent_active.png"
},
{
"pagePath": "pages/page-app/page-app",
"text": "应用",
"iconPath": "static/assets/icon_app.png",
"selectedIconPath": "static/assets/icon_app_active.png"
}
]
},
"easycom": {
"autoscan": true
},
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTitleText": "加载中",
"backgroundColor": "#F8F8F8",
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750,
"dynamicRpx": true
},
"uniIdRouter": {}
}