feishu_fabu/wp-tools
shaowu 860e8aaa46 fix: wp-tools 插件修复 - register 同步化 + images 参数 + 新增 wp_publish_with_image 工具
修复内容:
- 修复 register must be synchronous 错误(去掉 async 关键字)
- wp_publish 新增 images 参数支持图片上传到 WordPress 媒体库
- 新增 wp_publish_with_image 工具一步完成生图 + 发布
- 更新 wp_generate_image 描述说明图片上传流程

修改文件:
- wp-tools/index.js (data/plugins/wp-tools/index.js)
- wp-tools/index_extensions.js (data/extensions/wp-tools/index.js)
- wp-tools/openclaw.plugin.json (更新 contracts.tools 列表)
2026-05-14 15:00:20 +08:00
..
index_extensions.js fix: wp-tools 插件修复 - register 同步化 + images 参数 + 新增 wp_publish_with_image 工具 2026-05-14 15:00:20 +08:00
index.js fix: wp-tools 插件修复 - register 同步化 + images 参数 + 新增 wp_publish_with_image 工具 2026-05-14 15:00:20 +08:00
openclaw.plugin.json fix: wp-tools 插件修复 - register 同步化 + images 参数 + 新增 wp_publish_with_image 工具 2026-05-14 15:00:20 +08:00