@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.
- package/package.json +1 -1
- package/src/index.ts +2 -2
package/package.json
CHANGED
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.
|
|
46
|
-
' openclaw config set plugins.entries.
|
|
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;
|