修改home

This commit is contained in:
2025-09-23 19:10:14 +08:00
parent 202954ab68
commit b8b6c5a75f
5 changed files with 197 additions and 127 deletions

View File

@@ -28,6 +28,7 @@
"./**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"miniprogram/env.ts"
]
}