@yanhaidao/wecom 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,15 +16,13 @@
|
|
|
16
16
|
|
|
17
17
|
## 测试页截图(文件上传 / 解析)
|
|
18
18
|
|
|
19
|
-
> 图片过大可替换为压缩版(保持文件名不变即可)。
|
|
20
|
-
|
|
21
19
|

|
|
22
20
|
|
|
23
21
|
## A2UI 交互卡片(template_card)
|
|
24
22
|
|
|
25
23
|
- Agent 输出 `{"template_card": ...}`(JSON)时:单聊且有 `response_url` 会发送交互卡片;群聊或无 `response_url` 自动降级为文本说明(不透出原始 JSON)。
|
|
26
24
|
- 收到 `template_card_event` 时:会转换为伪文本消息触发 Agent,并基于 `msgid` 去重避免重复处理。
|
|
27
|
-
- 卡片相关的示例/skill
|
|
25
|
+
- 卡片相关的示例/skill:可加群获取(见上方交流群二维码)。
|
|
28
26
|
|
|
29
27
|
## 安装
|
|
30
28
|
|
|
@@ -115,7 +113,8 @@ openclaw channels status
|
|
|
115
113
|
## 2026.1.31
|
|
116
114
|
|
|
117
115
|
- 文档:补充入模与测试截图说明。
|
|
118
|
-
|
|
116
|
+
- 新增 文件支持
|
|
117
|
+
- 新增 卡片支持
|
|
119
118
|
## 2026.1.30
|
|
120
119
|
|
|
121
120
|
- 项目更名:Clawdbot → OpenClaw(CLI:`clawdbot` → `openclaw`)。
|