-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathapp.json
73 lines (73 loc) · 2.76 KB
/
app.json
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
{
"pages": [
"pages/github/index",
"pages/account/account",
"pages/readme/readme",
"pages/gitfile/gitfile",
"pages/settings/settings",
"pages/resume/resume",
"pages/search/search",
"pages/issue/issue",
"pages/commit/commit",
"pages/newissue/newissue",
"pages/gitdir/gitdir",
"pages/blog/blog",
"pages/bloglist/bloglist",
"pages/admin/admin"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "MiniGitHub",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true
},
"usingComponents": {
"wux-fab-button": "third-party/wux-weapp/fab-button/index",
"wux-card": "third-party/wux-weapp/card/index",
"wux-wing-blank": "third-party/wux-weapp/wing-blank/index",
"wux-timeago": "third-party/wux-weapp/timeago/index",
"wux-divider": "third-party/wux-weapp/divider/index",
"wux-refresher": "third-party/wux-weapp/refresher/index",
"wux-timeline": "third-party/wux-weapp/timeline/index",
"wux-timeline-item": "third-party/wux-weapp/timeline-item/index",
"wux-tag": "third-party/wux-weapp/tag/index",
"wux-icon": "third-party/wux-weapp/icon/index",
"wux-spin": "third-party/wux-weapp/spin/index",
"wux-button": "third-party/wux-weapp/button/index",
"wux-filterbar": "third-party/wux-weapp/filterbar/index",
"wux-search-bar": "third-party/wux-weapp/search-bar/index",
"wux-tabs": "third-party/wux-weapp/tabs/index",
"wux-tab": "third-party/wux-weapp/tab/index",
"wux-badge": "third-party/wux-weapp/badge/index",
"wux-cell-group": "third-party/wux-weapp/cell-group/index",
"wux-cell": "third-party/wux-weapp/cell/index",
"wux-textarea": "third-party/wux-weapp/textarea/index",
"wux-toast": "third-party/wux-weapp/toast/index",
"wemark": "third-party/wemark/wemark",
"fabbutton": "pages/component/fabbutton/fabbutton",
"md": "pages/component/md/md",
"subscribe": "pages/component/subscribe/subscribe",
"formbutton": "pages/component/formbutton/formbutton",
"repolist": "pages/component/repolist/repolist",
"issuelist": "pages/component/issuelist/issuelist",
"avatar": "pages/component/avatar/avatar",
"blogcard": "pages/component/blogcard/blogcard",
"githead": "pages/component/githead/githead"
},
"plugins": {},
"_comment_navi_mp": "csdn jianshu zhihu bilibili tencentvidio baidupan smzdm 36kr juejin v2ex",
"navigateToMiniProgramAppIdList": [
"wx2115aba2ed1f96b9",
"wx646159264d261dab",
"wxeb39b10e39bf6b54",
"wx7564fd5313d24844",
"wxa75efa648b60994b",
"wxdcd3d073e47d1742",
"wxeb5d1f826d7998df",
"wx23551bed0b72cd7f",
"wx0f72a9f832b78889",
"wx1b979cda6b085993"
],
"sitemapLocation": "sitemap.json"
}