@vui-design/openclaw-plugin-feishu-progress 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vui-design/openclaw-plugin-feishu-progress",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "飞书任务进度卡片插件 — 在 AI 执行复杂多步骤任务时,实时更新飞书进度卡片",
5
5
  "keywords": [
6
6
  "openclaw-plugin",
package/src/index.ts CHANGED
@@ -42,8 +42,8 @@ export default {
42
42
  api.logger?.warn(
43
43
  '[feishu-progress] appId / appSecret 未配置,进度卡片功能已禁用。\n' +
44
44
  '请执行:\n' +
45
- ' openclaw config set plugins.entries.openclaw-plugin-feishu-progress.config.appId "cli_xxx"\n' +
46
- ' openclaw config set plugins.entries.openclaw-plugin-feishu-progress.config.appSecret "xxx"\n' +
45
+ ' openclaw config set plugins.entries.feishu-progress.config.appId "cli_xxx"\n' +
46
+ ' openclaw config set plugins.entries.feishu-progress.config.appSecret "xxx"\n' +
47
47
  '然后重启 OpenClaw。'
48
48
  );
49
49
  return;