From 5e9eba6478e30a96f476c38fc691180271c97247 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Fri, 16 May 2025 22:43:38 -0400 Subject: [PATCH] fix: extension market plugin card cannot apply installation --- astrbot/core/config/default.py | 4 ++-- dashboard/src/views/ExtensionMarketplace.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 0f648ee06..f05e17f43 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -256,10 +256,10 @@ CONFIG_METADATA_2 = { "hint": "Telegram 命令自动刷新间隔,单位为秒。", }, "id": { - "description": "ID", + "description": "机器人名称", "type": "string", "obvious_hint": True, - "hint": "ID 不能和其它的平台适配器重复,否则将发生严重冲突。", + "hint": "机器人名称(ID)不能和其它的平台适配器重复。", }, "type": { "description": "适配器类型", diff --git a/dashboard/src/views/ExtensionMarketplace.vue b/dashboard/src/views/ExtensionMarketplace.vue index 64914deed..5fb707244 100644 --- a/dashboard/src/views/ExtensionMarketplace.vue +++ b/dashboard/src/views/ExtensionMarketplace.vue @@ -58,7 +58,7 @@ import 'highlight.js/styles/github.css'; - +