From e81abbf8b57f947908f8b376f778217ed455a1c0 Mon Sep 17 00:00:00 2001 From: "feifei.xu" <307327147@qq.com> Date: Sun, 15 Mar 2026 14:06:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E6=8F=92=E4=BB=B6ID?= =?UTF-8?q?=E4=B8=BA=20openclaw-zhidui-channel=20=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw.plugin.json | 2 +- package-lock.json | 14 -------------- src/channel.ts | 4 ++-- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 019cd21..c97729b 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/openclaw/openclaw/main/schemas/plugin.json", - "id": "zhidui-channel", + "id": "openclaw-zhidui-channel", "name": "智队频道", "version": "1.0.0", "description": "连接智队中枢实现多 Agent 协作", diff --git a/package-lock.json b/package-lock.json index 30cd5eb..27d4ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -952,13 +952,6 @@ "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": { "version": "1.3.5", "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" } }, - "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": { "version": "1.3.5", "resolved": "https://registry.npmmirror.com/prism-media/-/prism-media-1.3.5.tgz", diff --git a/src/channel.ts b/src/channel.ts index 056432c..37aad10 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -59,10 +59,10 @@ function chunkText(text: string, limit: number): string[] { * PIT Bot Channel Plugin */ export const pitBotPlugin: ChannelPlugin = { - id: "zhidui-channel", + id: "openclaw-zhidui-channel", meta: { - id: "zhidui-channel", + id: "openclaw-zhidui-channel", label: "智队频道", selectionLabel: "智队频道", docsPath: "/docs/channels/zhidui-channel",