初始化

This commit is contained in:
魏啾
2024-05-23 14:45:18 +08:00
parent c6f49f161e
commit e6d878888c
4 changed files with 53 additions and 18 deletions

8
package-lock.json generated
View File

@@ -7,7 +7,8 @@
"dependencies": {
"dayjs": "^1.11.11",
"html2canvas": "^1.4.1",
"uview-ui": "^2.0.36"
"uview-ui": "^2.0.36",
"weixin-js-sdk": "^1.6.5"
}
},
"node_modules/base64-arraybuffer": {
@@ -66,6 +67,11 @@
"engines": {
"HBuilderX": "^3.1.0"
}
},
"node_modules/weixin-js-sdk": {
"version": "1.6.5",
"resolved": "https://registry.npmmirror.com/weixin-js-sdk/-/weixin-js-sdk-1.6.5.tgz",
"integrity": "sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ=="
}
}
}