Skip to content

Commit 489e2a3

Browse files
authored
fix(platform): clarify shared appid hint text (#7746)
Co-authored-by: idiotsj <idiotsj@users.noreply.github.com>
1 parent bb6619f commit 489e2a3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ class ChatProviderTemplate(TypedDict):
783783
"appid": {
784784
"description": "appid",
785785
"type": "string",
786-
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。",
786+
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。",
787787
},
788788
"secret": {
789789
"description": "secret",

dashboard/src/i18n/locales/en-US/features/config-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
},
381381
"appid": {
382382
"description": "App ID",
383-
"hint": "Required. App ID for the QQ Official Bot platform. See the docs for how to obtain it."
383+
"hint": "Required. App ID for the current messaging platform. See the platform integration docs for how to obtain it."
384384
},
385385
"callback_server_host": {
386386
"description": "Callback Server Host",

dashboard/src/i18n/locales/ru-RU/features/config-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
},
381381
"appid": {
382382
"description": "ID приложения",
383-
"hint": "Обязательно для QQ Official Bot. См. документацию."
383+
"hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы."
384384
},
385385
"callback_server_host": {
386386
"description": "Хост callback-сервера",

dashboard/src/i18n/locales/zh-CN/features/config-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
},
383383
"appid": {
384384
"description": "appid",
385-
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档"
385+
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档"
386386
},
387387
"callback_server_host": {
388388
"description": "回调服务器主机",

0 commit comments

Comments
 (0)