mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix(platform): clarify shared appid hint text (#7746)
Co-authored-by: idiotsj <idiotsj@users.noreply.github.com>
This commit is contained in:
@@ -783,7 +783,7 @@ CONFIG_METADATA_2 = {
|
||||
"appid": {
|
||||
"description": "appid",
|
||||
"type": "string",
|
||||
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。",
|
||||
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。",
|
||||
},
|
||||
"secret": {
|
||||
"description": "secret",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -380,7 +380,7 @@
|
||||
},
|
||||
"appid": {
|
||||
"description": "ID приложения",
|
||||
"hint": "Обязательно для QQ Official Bot. См. документацию."
|
||||
"hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы."
|
||||
},
|
||||
"callback_server_host": {
|
||||
"description": "Хост callback-сервера",
|
||||
|
||||
@@ -382,7 +382,7 @@
|
||||
},
|
||||
"appid": {
|
||||
"description": "appid",
|
||||
"hint": "必填项。QQ 官方机器人平台的 appid。如何获取请参考文档。"
|
||||
"hint": "必填项。当前消息平台的 AppID。如何获取请参考对应平台接入文档。"
|
||||
},
|
||||
"callback_server_host": {
|
||||
"description": "回调服务器主机",
|
||||
|
||||
Reference in New Issue
Block a user