Initial commit

This commit is contained in:
fzw
2025-12-17 14:21:57 +08:00
commit 39a9d4b9c4
10 changed files with 461 additions and 0 deletions

13
app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"pages": [
"pages/index/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "OCR小程序",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}