@53ai/53ai-openclaw 1.0.3 → 1.0.4

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/dist/index.esm.js CHANGED
@@ -1337,7 +1337,7 @@ const aiHubOnboardingAdapter = {
1337
1337
  const meta = {
1338
1338
  id: CHANNEL_ID,
1339
1339
  label: "53AIHub",
1340
- selectionLabel: "53AIHub (AgentHub)",
1340
+ selectionLabel: "53AIHub (53AIHub)",
1341
1341
  detailLabel: "53AIHub 智能机器人",
1342
1342
  docsPath: `/channels/${CHANNEL_ID}`,
1343
1343
  docsLabel: CHANNEL_ID,
@@ -1571,7 +1571,7 @@ const aiHubPlugin = {
1571
1571
  const plugin = {
1572
1572
  id: "53ai-openclaw",
1573
1573
  name: "53AI OpenClaw",
1574
- description: "53AIHub (AgentHub) OpenClaw 插件",
1574
+ description: "53AIHub (53AIHub) OpenClaw 插件",
1575
1575
  configSchema: emptyPluginConfigSchema(),
1576
1576
  register(api) {
1577
1577
  setRuntime(api.runtime);