diff --git a/app.json b/app.json new file mode 100644 index 0000000..4a7245a --- /dev/null +++ b/app.json @@ -0,0 +1,12 @@ +{ + "pages":[ + "pages/index/index" + ], + "window":{ + "backgroundTextStyle":"light", + "navigationBarBackgroundColor": "#fff", + "navigationBarTitleText": "音乐", + "navigationBarTextStyle":"black" + } + +}