fix(platform): clarify shared appid hint text (#7746)

Co-authored-by: idiotsj <idiotsj@users.noreply.github.com>
This commit is contained in:
SJ
2026-04-23 21:00:11 +08:00
committed by GitHub
parent bb6619f38c
commit 489e2a33c8
4 changed files with 4 additions and 4 deletions

View File

@@ -783,7 +783,7 @@ CONFIG_METADATA_2 = {
"appid": {
"description": "appid",
"type": "string",
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。",
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。",
},
"secret": {
"description": "secret",

View File

@@ -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",

View File

@@ -380,7 +380,7 @@
},
"appid": {
"description": "ID приложения",
"hint": "Обязательно для QQ Official Bot. См. документацию."
"hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы."
},
"callback_server_host": {
"description": "Хост callback-сервера",

View File

@@ -382,7 +382,7 @@
},
"appid": {
"description": "appid",
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。"
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。"
},
"callback_server_host": {
"description": "回调服务器主机",