init
This commit is contained in:
commit
2b8870a40e
51 changed files with 5845 additions and 0 deletions
38
app.json
Normal file
38
app.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"pages":[
|
||||
"pages/index/index",
|
||||
"pages/mine/mine",
|
||||
"pages/edit/edit",
|
||||
"pages/form/form",
|
||||
"pages/info/info"
|
||||
],
|
||||
"window": {
|
||||
"backgroundColor": "#f8f9fa",
|
||||
"backgroundTextStyle": "dark",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"navigationBarTitleText": "动态验证码",
|
||||
"navigationBarTextStyle":"black"
|
||||
},
|
||||
"tabBar": {
|
||||
"borderStyle":"black",
|
||||
"backgroundColor":"#ffffff",
|
||||
"color":"#999999",
|
||||
"selectedColor": "#007AFF",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "验证码",
|
||||
"iconPath": "images/indexoff.png",
|
||||
"selectedIconPath": "images/index.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "我的",
|
||||
"iconPath": "images/mineoff.png",
|
||||
"selectedIconPath": "images/mine.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"style":"v2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue