Initial commit
This commit is contained in:
13
wechat-mini-program/node_modules/mp-html/tools/demo/miniprogram/app.json
generated
vendored
Normal file
13
wechat-mini-program/node_modules/mp-html/tools/demo/miniprogram/app.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/index/index",
|
||||
"pages/jump/jump"
|
||||
],
|
||||
"window":{
|
||||
"backgroundTextStyle":"light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "mp-html",
|
||||
"navigationBarTextStyle":"black"
|
||||
},
|
||||
"style": "v2"
|
||||
}
|
||||
Reference in New Issue
Block a user