wxapp使用submodule

This commit is contained in:
lik
2026-05-27 15:10:30 +08:00
parent 43436f9a37
commit afc0e4d2e2
957 changed files with 14404 additions and 1 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "attendant-wechat",
"version": "1.0.0",
"description": "值班助手微信小程序",
"main": "app.js",
"scripts": {
"dev": "echo '请在微信开发者工具中打开项目进行开发'"
},
"keywords": [
"miniprogram",
"wechat"
],
"author": "",
"license": "MIT",
"dependencies": {
"tdesign-miniprogram": "^1.5.0"
}
}