fix: 统一插件ID为 openclaw-zhidui-channel 匹配目录名
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/openclaw/openclaw/main/schemas/plugin.json",
|
"$schema": "https://raw.githubusercontent.com/openclaw/openclaw/main/schemas/plugin.json",
|
||||||
"id": "zhidui-channel",
|
"id": "openclaw-zhidui-channel",
|
||||||
"name": "智队频道",
|
"name": "智队频道",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "连接智队中枢实现多 Agent 协作",
|
"description": "连接智队中枢实现多 Agent 协作",
|
||||||
|
|||||||
14
package-lock.json
generated
14
package-lock.json
generated
@@ -952,13 +952,6 @@
|
|||||||
"scripts/actions/documentation"
|
"scripts/actions/documentation"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/@buape/carbon/node_modules/opusscript": {
|
|
||||||
"version": "0.0.8",
|
|
||||||
"resolved": "https://registry.npmmirror.com/opusscript/-/opusscript-0.0.8.tgz",
|
|
||||||
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
|
|
||||||
"extraneous": true,
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/@buape/carbon/node_modules/prism-media": {
|
"node_modules/@buape/carbon/node_modules/prism-media": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz",
|
"resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz",
|
||||||
@@ -1117,13 +1110,6 @@
|
|||||||
"url": "https://github.com/discordjs/discord.js?sponsor"
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@discordjs/voice/node_modules/opusscript": {
|
|
||||||
"version": "0.0.8",
|
|
||||||
"resolved": "https://registry.npmmirror.com/opusscript/-/opusscript-0.0.8.tgz",
|
|
||||||
"integrity": "sha512-VSTi1aWFuCkRCVq+tx/BQ5q9fMnQ9pVZ3JU4UHKqTkf0ED3fKEPdr+gKAAl3IA2hj9rrP6iyq3hlcJq3HELtNQ==",
|
|
||||||
"extraneous": true,
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/@discordjs/voice/node_modules/prism-media": {
|
"node_modules/@discordjs/voice/node_modules/prism-media": {
|
||||||
"version": "1.3.5",
|
"version": "1.3.5",
|
||||||
"resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz",
|
"resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz",
|
||||||
|
|||||||
@@ -59,10 +59,10 @@ function chunkText(text: string, limit: number): string[] {
|
|||||||
* PIT Bot Channel Plugin
|
* PIT Bot Channel Plugin
|
||||||
*/
|
*/
|
||||||
export const pitBotPlugin: ChannelPlugin<ResolvedPITBotAccount> = {
|
export const pitBotPlugin: ChannelPlugin<ResolvedPITBotAccount> = {
|
||||||
id: "zhidui-channel",
|
id: "openclaw-zhidui-channel",
|
||||||
|
|
||||||
meta: {
|
meta: {
|
||||||
id: "zhidui-channel",
|
id: "openclaw-zhidui-channel",
|
||||||
label: "智队频道",
|
label: "智队频道",
|
||||||
selectionLabel: "智队频道",
|
selectionLabel: "智队频道",
|
||||||
docsPath: "/docs/channels/zhidui-channel",
|
docsPath: "/docs/channels/zhidui-channel",
|
||||||
|
|||||||
Reference in New Issue
Block a user