-
Notifications
You must be signed in to change notification settings - Fork 851
Expand file tree
/
Copy pathpages.json
More file actions
40 lines (40 loc) · 800 Bytes
/
pages.json
File metadata and controls
40 lines (40 loc) · 800 Bytes
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
{
"pages": [
// {
// "path" : "pages/test-cmark/test-cmark",
// "style" :
// {
// "navigationBarTitleText" : "uni-cmark 测试"
// }
// },
{
"path" : "uni_modules/uni-ai-x/pages/index/index",
"style" :
{
"navigationStyle" : "custom",
"navigationBarTitleText" : "uni-ai x"
}
},
{
"path" : "uni_modules/uni-ai-x/pages/common/webview/webview",
"style" :
{
"navigationStyle" : "custom"
}
},
{
"path" : "uni_modules/uni-ai-x/pages/select-text/select-text",
"style" :
{
"navigationBarTitleText" : "选择文本"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app x",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}