feat: 添加云端函数HTTP请求、SMTP邮件、数据库操作能力

- 添加HTTP客户端工具支持GET/POST请求
- 添加SMTP邮件发送功能
- 添加数据库操作(db.getRecords, db.deleteRecord, db.deleteRecords)
- 添加订单管理云端函数(读取、接收、筛选、成功、失败)
- 添加测试推送和邮件通知云端函数
- 修复云端函数编辑页面预览代码换行显示
- 云端变量数据模型重构(合并数据类型)
This commit is contained in:
2026-04-30 20:54:02 +08:00
parent a4df9e91a0
commit 10044b474f
46 changed files with 15249 additions and 250 deletions
+4 -2
View File
@@ -1128,7 +1128,8 @@
"integer": "整数",
"decimal": "小数",
"string": "字符串",
"binary": "二进制"
"binary": "二进制",
"stream": "记录"
},
"create": {
"config": "配置",
@@ -1214,7 +1215,8 @@
"integer": "整数",
"decimal": "小数",
"string": "字符串",
"binary": "二进制"
"binary": "二进制",
"stream": "记录"
},
"create": {
"config": "配置",