fix(setup): resolve conflicts, fix light mode styles, add Feishu permission warning (#53)
This commit is contained in:
committed by
GitHub
Unverified
parent
f457ce757b
commit
d7a7c6dcff
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -140,10 +140,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"instructions": [
|
"instructions": [
|
||||||
"前往飞书开放平台",
|
"阅读文档,前往飞书开放平台",
|
||||||
"创建一个新应用",
|
"创建一个新应用",
|
||||||
"获取 App ID 和 App Secret",
|
"获取 App ID 和 App Secret",
|
||||||
"配置事件订阅"
|
"配置事件订阅",
|
||||||
|
"注意:当前OpenClaw文档中未提及,但请务必在权限管理中添加 contact:contact.base:readonly 权限,否则无法正常使用"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"imessage": {
|
"imessage": {
|
||||||
|
|||||||
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user