Conversation
There was a problem hiding this comment.
Code Review
This pull request generalizes the appid configuration hint across the core configuration and multiple localization files (English, Russian, and Chinese), replacing platform-specific references to the QQ Official Bot with generic messaging platform terminology. A suggestion was made to improve the Russian translation to include instructions on how to obtain the App ID, ensuring it provides the same level of detail as the English and Chinese versions.
| "appid": { | ||
| "description": "ID приложения", | ||
| "hint": "Обязательно для QQ Official Bot. См. документацию." | ||
| "hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы." |
There was a problem hiding this comment.
The updated hint text is slightly less informative compared to the English and Chinese versions, as it omits the "how to obtain it" part. A more complete translation would be more helpful for Russian-speaking users.
Here's a suggested improvement to make it more explicit:
| "hint": "Обязательно. App ID текущей платформы сообщений. См. документацию по интеграции платформы." | |
| "hint": "Обязательно. App ID для текущей платформы. Как его получить, см. в документации по интеграции с платформой." |
变更说明
验证情况
Fixes #7107
Summary by Sourcery
Update configuration metadata hints to use platform-neutral AppID wording and align backend and frontend descriptions.
Enhancements:
Documentation: