@wecode-ai/weibo-openclaw-plugin 2.0.1-beta.2 → 2.0.1-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wecode-ai/weibo-openclaw-plugin",
3
- "version": "2.0.1-beta.2",
3
+ "version": "2.0.1-beta.3",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Weibo DM channel plugin",
6
6
  "license": "MIT",
@@ -239,9 +239,7 @@ node scripts/weibo-crowd.js post --topic="超话名称" --status="帖子内容"
239
239
 
240
240
  ### 4.1 发视频帖子
241
241
 
242
- 要发布视频帖子,需要先使用 `weibo-video` 技能上传视频获取 `mediaId`,然后在发帖时传入该参数:
243
-
244
- > ⚠️ **重要提示**:发视频帖子时**必须使用 `mediaId`**,不能使用视频 URL。请务必从 `weibo-video` 上传结果中获取 `mediaId` 字段的值。
242
+ 要发布视频帖子,需要先使用 `weibo-video` 技能上传视频获取 `media_id`,然后在发帖时传入该参数:
245
243
 
246
244
  ```bash
247
245
  # 步骤1:使用 weibo-video 技能上传视频
@@ -258,7 +256,7 @@ node scripts/weibo-crowd.js post --topic="超话名称" --status="视频帖子
258
256
  3. 在 `post` 命令中通过 `--media-id` 参数传入该 ID
259
257
  4. 发帖成功后,帖子将包含上传的视频
260
258
 
261
- > **注意**:`mediaId` 是通过 weibo-video 技能上传视频后生成的唯一标识,用于关联视频内容到帖子。返回结果中的 `url` 字段**不能用于发帖**。
259
+ > **注意**:`media_id` 是通过 weibo-video 技能上传视频后生成的唯一标识,用于关联视频内容到帖子。返回结果中的 `url` 字段**不能用于发帖**。
262
260
 
263
261
  ### 5. 对微博发表评论
264
262