-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpages.json
161 lines (160 loc) · 3.62 KB
/
pages.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"easycom": {
"autoscan": true,
"custom": {
"cfx-(.*)": "@/cfx/components/cfx-$1/cfx-$1.vue"
}
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/example/components",
"style": {
"navigationBarTitleText": "CONFLUX COMPONENT SDK"
}
}
],
"subPackages": [
// 区块链sdk
{
"root": "pages/sdk",
"pages": [
{
"path": "ConnectWallet/index",
"style": {
"navigationBarTitleText": "连接钱包"
}
}
]
},
// 区块链组件
{
"root": "pages/blockchain",
"pages": [
{
"path": "ConnectUser/index",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "ConnectWallet/index",
"style": {
"navigationBarTitleText": "连接钱包"
}
},
{
"path": "Balance/index",
"style": {
"navigationBarTitleText": "余额查询"
}
},
{
"path": "Acchain/index",
"style": {
"navigationBarTitleText": "数字资产"
}
},
{
"path": "CollectionType/index",
"style": {
"navigationBarTitleText": "藏品类型"
}
},
{
"path": "Transaction/index",
"style": {
"navigationBarTitleText": "交易查询"
}
},
{
"path": "Ntf/index",
"style": {
"navigationBarTitleText": "藏品"
}
},
{
"path": "NftNav/index",
"style": {
"navigationBarTitleText": "资产管理 标题导航"
}
},
{
"path": "Thirdweb/index",
"style": {
"navigationBarTitleText": "Thirdweb测试"
}
}
]
},
{
"root": "pages/componentsA",
"pages": [
{
"path": "keyboard/index",
"style": {
"navigationBarTitleText": "keyboard-键盘"
}
},
{
"path": "tabs/index",
"style": {
"navigationBarTitleText": "tabs-标签"
}
},
{
"path": "avatarCropper/index",
"style": {
"navigationBarTitleText": "avatarCropper-头像裁剪"
}
}
]
},
{
"root": "pages/componentsB",
"pages": [
{
"path": "picker/index",
"style": {
"navigationBarTitleText": "picker-选择器"
}
}
]
},
{
"root": "pages/componentsC",
"pages": [
{
"path": "numberBox/index",
"style": {
"navigationBarTitleText": "numberBox-步进器"
}
},
{
"path": "countDown/index",
"style": {
"navigationBarTitleText": "countDown-倒计时"
}
},
{
"path": "countTo/index",
"style": {
"navigationBarTitleText": "countTo-数字滚动"
}
},
{
"path": "button/index",
"style": {
"navigationBarTitleText": "button-按钮"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView Vue3.0 横空出世,继承uView1.0意志,再战江湖,风云再起!",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}