This commit is contained in:
2025-12-05 15:41:32 +08:00
commit 7339c71fc0
1433 changed files with 37574 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "info-service-miniprogram",
"version": "1.0.0",
"description": "信息服务微信小程序",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@vant/weapp": "^1.11.6"
},
"keywords": [
"miniprogram",
"wechat",
"vant"
],
"author": "",
"license": "MIT"
}