From 489e2a33c83163e4a81932843cb2220a1b603920 Mon Sep 17 00:00:00 2001 From: SJ Date: Thu, 23 Apr 2026 21:00:11 +0800 Subject: [PATCH] fix(platform): clarify shared appid hint text (#7746) Co-authored-by: idiotsj --- astrbot/core/config/default.py | 2 +- dashboard/src/i18n/locales/en-US/features/config-metadata.json | 2 +- dashboard/src/i18n/locales/ru-RU/features/config-metadata.json | 2 +- dashboard/src/i18n/locales/zh-CN/features/config-metadata.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 1cdd1d2e4..ae11de2a9 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -783,7 +783,7 @@ CONFIG_METADATA_2 = { "appid": { "description": "appid", "type": "string", - "hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。", + "hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。", }, "secret": { "description": "secret", diff --git a/dashboard/src/i18n/locales/en-US/features/config-metadata.json b/dashboard/src/i18n/locales/en-US/features/config-metadata.json index 6527e9576..373182fc1 100644 --- a/dashboard/src/i18n/locales/en-US/features/config-metadata.json +++ b/dashboard/src/i18n/locales/en-US/features/config-metadata.json @@ -380,7 +380,7 @@ }, "appid": { "description": "App ID", - "hint": "Required. App ID for the QQ Official Bot platform. See the docs for how to obtain it." + "hint": "Required. App ID for the current messaging platform. See the platform integration docs for how to obtain it." }, "callback_server_host": { "description": "Callback Server Host", diff --git a/dashboard/src/i18n/locales/ru-RU/features/config-metadata.json b/dashboard/src/i18n/locales/ru-RU/features/config-metadata.json index 028c1859c..c578f79d1 100644 --- a/dashboard/src/i18n/locales/ru-RU/features/config-metadata.json +++ b/dashboard/src/i18n/locales/ru-RU/features/config-metadata.json @@ -380,7 +380,7 @@ }, "appid": { "description": "ID приложения", - "hint": "Обязательно для QQ Official Bot. См. документацию." + "hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы." }, "callback_server_host": { "description": "Хост callback-сервера", diff --git a/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json b/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json index 66c2e20b7..dd8711345 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json +++ b/dashboard/src/i18n/locales/zh-CN/features/config-metadata.json @@ -382,7 +382,7 @@ }, "appid": { "description": "appid", - "hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。" + "hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。" }, "callback_server_host": { "description": "回调服务器主机",