Skip to content

Commit 435ce78

Browse files
committed
添加小程序组件 && 小程序跳转列表
1 parent 1b372d0 commit 435ce78

1 file changed

Lines changed: 67 additions & 59 deletions

File tree

app.json

Lines changed: 67 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,70 @@
11
{
2-
"pages": [
3-
"pages/index/index",
4-
"pages/detail/detail",
5-
"pages/logs/logs",
6-
"pages/page/page",
7-
"pages/about/about",
8-
"pages/list/list",
9-
"pages/topic/topic",
10-
"pages/readlog/readlog",
11-
"pages/hot/hot",
12-
"pages/webpage/webpage",
13-
"pages/comments/comments",
14-
"pages/poster/poster"
15-
],
16-
"window": {
17-
"backgroundTextStyle": "dark",
18-
"navigationBarBackgroundColor": "#2f89fc",
19-
"navigationBarTitleText": "叶赫先生",
20-
"navigationBarTextStyle": "white",
21-
"navigationStyle": "default"
22-
},
23-
"tabBar": {
24-
"color": "#9BABBA",
25-
"selectedColor": "#2f89fc",
26-
"borderStyle": "gray",
27-
"backgroundColor": "#fefefe",
28-
"list": [
29-
{
30-
"pagePath": "pages/index/index",
31-
"iconPath": "images/tar-home.png",
32-
"selectedIconPath": "images/tar-home-on-2.png",
33-
"text": "首页"
34-
},
35-
{
36-
"pagePath": "pages/topic/topic",
37-
"iconPath": "images/tar-topic.png",
38-
"selectedIconPath": "images/tar-topic-on-2.png",
39-
"text": "专题"
40-
},
41-
{
42-
"pagePath": "pages/about/about",
43-
"iconPath": "images/tar-about.png",
44-
"selectedIconPath": "images/tar-about-on-2.png",
45-
"text": "服务"
46-
},
47-
{
48-
"pagePath": "pages/readlog/readlog",
49-
"iconPath": "images/tar-person.png",
50-
"selectedIconPath": "images/tar-person-on-2.png",
51-
"text": "我的"
52-
}
53-
54-
]
55-
},
56-
"networkTimeout": {
57-
"request": 10000,
58-
"connectSocket": 10000,
59-
"uploadFile": 10000,
60-
"downloadFile": 10000
2+
"pages": [
3+
"pages/index/index",
4+
"pages/detail/detail",
5+
"pages/logs/logs",
6+
"pages/page/page",
7+
"pages/about/about",
8+
"pages/list/list",
9+
"pages/topic/topic",
10+
"pages/readlog/readlog",
11+
"pages/hot/hot",
12+
"pages/webpage/webpage",
13+
"pages/comments/comments",
14+
"pages/poster/poster"
15+
],
16+
"window": {
17+
"backgroundTextStyle": "dark",
18+
"navigationBarBackgroundColor": "#2f89fc",
19+
"navigationBarTitleText": "叶赫先生",
20+
"navigationBarTextStyle": "white",
21+
"navigationStyle": "default"
22+
},
23+
"tabBar": {
24+
"color": "#9BABBA",
25+
"selectedColor": "#2f89fc",
26+
"borderStyle": "gray",
27+
"backgroundColor": "#fefefe",
28+
"list": [
29+
{
30+
"pagePath": "pages/index/index",
31+
"iconPath": "images/tar-home.png",
32+
"selectedIconPath": "images/tar-home-on-2.png",
33+
"text": "首页"
34+
},
35+
{
36+
"pagePath": "pages/topic/topic",
37+
"iconPath": "images/tar-topic.png",
38+
"selectedIconPath": "images/tar-topic-on-2.png",
39+
"text": "专题"
40+
},
41+
{
42+
"pagePath": "pages/about/about",
43+
"iconPath": "images/tar-about.png",
44+
"selectedIconPath": "images/tar-about-on-2.png",
45+
"text": "服务"
46+
},
47+
{
48+
"pagePath": "pages/readlog/readlog",
49+
"iconPath": "images/tar-person.png",
50+
"selectedIconPath": "images/tar-person-on-2.png",
51+
"text": "我的"
52+
}
53+
]
54+
},
55+
"networkTimeout": {
56+
"request": 10000,
57+
"connectSocket": 10000,
58+
"uploadFile": 10000,
59+
"downloadFile": 10000
60+
},
61+
"plugins": {
62+
"tencentvideo": {
63+
"version": "1.2.2",
64+
"provider": "wxa75efa648b60994b"
6165
}
66+
},
67+
"navigateToMiniProgramAppIdList": [
68+
"wxb6bde4eeb2d43820"
69+
]
6270
}

0 commit comments

Comments
 (0)