feat: init project with miniprogram, cloud functions and admin console

这个提交包含在:
Guoguo
2026-04-22 21:24:20 +08:00
当前提交 a84e37a6e2
修改 106 个文件,包含 5902 行新增0 行删除
+14
查看文件
@@ -0,0 +1,14 @@
{
"name": "hox-cloud-functions",
"version": "1.0.0",
"description": "光子美容仪云函数服务",
"main": "index.js",
"dependencies": {
"tencentcloud-sdk-nodejs": "^4.0.0",
"mysql2": "^3.0.0",
"ioredis": "^5.0.0",
"jsonwebtoken": "^9.0.0",
"bcryptjs": "^2.4.0",
"uuid": "^9.0.0"
}
}