fix(setup): resolve conflicts, fix light mode styles, add Feishu permission warning (#53)

This commit is contained in:
paisley
2026-02-11 17:59:40 +08:00
committed by GitHub
Unverified
parent f457ce757b
commit d7a7c6dcff
4 changed files with 10 additions and 6 deletions

View File

@@ -140,10 +140,11 @@
} }
}, },
"instructions": [ "instructions": [
"Go to Feishu Open Platform", "Read the documentation, then go to Feishu Open Platform",
"Create a new application", "Create a new application",
"Get App ID and App Secret", "Get App ID and App Secret",
"Configure event subscription" "Configure event subscription",
"Note: Not mentioned in current OpenClaw docs, but you MUST add 'contact:contact.base:readonly' permission in Permission Management"
] ]
}, },
"imessage": { "imessage": {

View File

@@ -135,10 +135,11 @@
} }
}, },
"instructions": [ "instructions": [
"Feishu Open Platform に移動します", "ドキュメントを読み、Feishu Open Platform に移動します",
"新しいアプリケーションを作成します", "新しいアプリケーションを作成します",
"App ID と App Secret を取得します", "App ID と App Secret を取得します",
"イベント購読を設定します" "イベント購読を設定します",
"注意:現在のドキュメントには記載されていませんが、権限管理で 'contact:contact.base:readonly' 権限を必ず追加してください"
] ]
}, },
"imessage": { "imessage": {

View File

@@ -140,10 +140,11 @@
} }
}, },
"instructions": [ "instructions": [
"前往飞书开放平台", "阅读文档,前往飞书开放平台",
"创建一个新应用", "创建一个新应用",
"获取 App ID 和 App Secret", "获取 App ID 和 App Secret",
"配置事件订阅" "配置事件订阅",
"注意当前OpenClaw文档中未提及但请务必在权限管理中添加 contact:contact.base:readonly 权限,否则无法正常使用"
] ]
}, },
"imessage": { "imessage": {

View File

@@ -254,6 +254,7 @@ export const CHANNEL_META: Record<ChannelType, ChannelMeta> = {
'channels:meta.feishu.instructions.1', 'channels:meta.feishu.instructions.1',
'channels:meta.feishu.instructions.2', 'channels:meta.feishu.instructions.2',
'channels:meta.feishu.instructions.3', 'channels:meta.feishu.instructions.3',
'channels:meta.feishu.instructions.4',
], ],
isPlugin: true, isPlugin: true,
}, },