project init

This commit is contained in:
2023-01-04 21:06:34 +08:00
parent 5b0e3d2583
commit abc4f65a8e
10 changed files with 391 additions and 2 deletions

15
app.json Normal file
View File

@@ -0,0 +1,15 @@
{
"pages": [
"pages/task/index"
],
"usingComponents": {
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "奎因记账",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}