This commit is contained in:
刘正航
2026-04-21 22:45:19 +08:00
commit b5237f9038
159 changed files with 7769 additions and 0 deletions

25
miniprogram/app.json Normal file
View File

@@ -0,0 +1,25 @@
{
"pages": [
"pages/login/index",
"pages/register/index",
"pages/home/index",
"pages/detect/index",
"pages/batch/index",
"pages/history/index",
"pages/inbox/index",
"pages/profile/index",
"pages/admin-dashboard/index",
"pages/admin-review/index",
"pages/admin-users/index",
"pages/admin-samples/index"
],
"window": {
"navigationBarTitleText": "内容风控平台",
"navigationBarBackgroundColor": "#0A1A2D",
"navigationBarTextStyle": "white",
"backgroundTextStyle": "light",
"backgroundColor": "#EEF3F8"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}