插图片

This commit is contained in:
asd
2020-01-08 17:32:56 +08:00
commit 5ce51e0efe
15 changed files with 248 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"
}