-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapp.json
110 lines (110 loc) · 3.31 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
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
{
"pages": [
"pages/tabbar/index/index",
"pages/tabbar/layout/layout",
"pages/tabbar/template/template",
"pages/tabbar/my/my",
"pages/common/coding/coding"
],
"subPackages": [
{
"root": "pages/component",
"pages": [
"basics/color/color",
"basics/text/text",
"basics/icon/icon",
"basics/button/button",
"basics/footer/footer",
"basics/animation/animation",
"layout/layout/layout",
"layout/grid/grid",
"layout/list/list",
"layout/card/card",
"form/input/input",
"form/inputNumber/inputNumber",
"form/radio/radio",
"form/label/label",
"form/checkbox/checkbox",
"form/switch/switch",
"form/textarea/textarea",
"operate/actionsheet/actionsheet",
"operate/toast/toast",
"operate/backdrop/backdrop",
"operate/dialog/dialog",
"operate/dropdownMenu/dropdownMenu",
"operate/dropdownList/dropdownList",
"operate/loading/loading",
"operate/swipeAction/swipeAction",
"nav/pagination/pagination",
"nav/segmentedControl/segmentedControl",
"nav/tabs/tabs",
"nav/drawer/drawer",
"nav/bottomPopup/bottomPopup",
"nav/topPopup/topPopup",
"data/badge/badge",
"data/alert/alert",
"data/avatar/avatar",
"data/tag/tag",
"data/collapse/collapse",
"data/divider/divider",
"data/loadmore/loadmore",
"data/empty/empty",
"js/utils/utils",
"layout/section/section",
"layout/whiteSpace/whiteSpace",
"layout/wingBlank/wingBlank",
"basics/css/css"
]
}
],
"usingComponents": {
"fui-list-cell": "components/firstui/fui-list-cell/fui-list-cell",
"fui-icon": "components/firstui/fui-icon/fui-icon",
"fui-button": "components/firstui/fui-button/fui-button"
},
"window": {
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "First UI",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F1F4FA",
"backgroundColorTop": "#F1F4FA",
"backgroundColorBottom": "#F1F4FA"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#465CFF",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/tabbar/index/index",
"text": "组件",
"iconPath": "static/images/tabbar/assembly_default_3x.png",
"selectedIconPath": "static/images/tabbar/assembly_selected_3x.png"
},
{
"pagePath": "pages/tabbar/layout/layout",
"text": "布局",
"iconPath": "static/images/tabbar/layout_default_3x.png",
"selectedIconPath": "static/images/tabbar/layout_selected_3x.png"
},
{
"pagePath": "pages/tabbar/template/template",
"text": "模板",
"iconPath": "static/images/tabbar/mod_default_3x.png",
"selectedIconPath": "static/images/tabbar/mod_selected_3x.png"
},
{
"pagePath": "pages/tabbar/my/my",
"text": "我的",
"iconPath": "static/images/tabbar/my_default_3x.png",
"selectedIconPath": "static/images/tabbar/my_selected_3x.png"
}
]
},
"requiredBackgroundModes": [
"audio"
],
"resizable": true,
"sitemapLocation": "sitemap.json"
}