upload project

This commit is contained in:
unknown 2025-12-27 17:16:03 +08:00
commit 06961cae04
422 changed files with 110626 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"cSpell.enabled": true,
"cSpell.ignorePaths": [
"**/*.wxml",
"**/*.wxss"
],
"files.associations": {
"*.wxml": "html",
"*.wxss": "css"
}
}