初始化

This commit is contained in:
2019-12-13 09:50:09 +08:00
commit 3bc53a2f29
14 changed files with 258 additions and 0 deletions

14
app.json Normal file
View File

@@ -0,0 +1,14 @@
{
"pages": [
"pages/index/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}