初始化项目

This commit is contained in:
2025-11-26 17:42:45 +08:00
commit 65ecc68767
2513 changed files with 1313954 additions and 0 deletions

17
Web/package-lock.json generated Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "WXApp",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@vant/weapp": "^1.10.19"
}
},
"node_modules/@vant/weapp": {
"version": "1.10.19",
"resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.10.19.tgz",
"integrity": "sha512-RStOPlSELi9lqim9dGagguViUVMNnfZaEceZ248JZgPjn5TzL2nwwHGWl9VI69SBPC+5MPS+LXm7Z4jcdscFeg=="
}
}
}