-
Notifications
You must be signed in to change notification settings - Fork 63
更新 image #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
更新 image #103
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗨,我发现了 1 个问题,并留下了一些整体性的反馈:
- 建议将新图片直接托管在当前仓库中(例如放在受版本控制的 assets 目录下),而不是链接到外部的
vip.123pan.cnURL,以避免未来可能出现的链接失效或访问问题。 - 目前更新后的两张图片使用了不同的语法(
<img>与 Markdown 图片语法),可能会导致渲染效果不一致;建议统一为一种写法,并为两张图片都添加合适的替代文本(alt 文本)。
提供给 AI Agent 的提示词
Please address the comments from this code review:
## Overall Comments
- Consider hosting the new images in this repository (e.g., under a version-controlled assets directory) instead of linking to an external `vip.123pan.cn` URL to avoid future breakage or access issues.
- The two updated images now use different syntaxes (`<img>` vs markdown image), which may render inconsistently; it would be clearer to standardize on one approach and include appropriate alt text for both.
## Individual Comments
### Comment 1
<location> `zh/deploy/platform/aiocqhttp/napcat.md:103-105` </location>
<code_context>
图例:(最快只需要点击启用,然后保存即可)
-<img width="775" height="802" alt="image" src="https://github.com/user-attachments/assets/58d11030-e798-4e80-97ba-b2b0b597539a" />
+<img src="https://vip.123pan.cn/1832254989/yk6baz03t0n000d7w33ho48t59oul8pzDIYwDqiyAdr1BGxwDwQvDO==.png">
点击 `保存`。
</code_context>
<issue_to_address>
**suggestion:** 新图片标签缺少 alt 文本,建议补充以保持可访问性和一致性。
之前的图片带有 `alt` 属性,现在被移除了。建议为该图片补充简短说明,例如 `alt="配置示例"`,以兼顾无障碍支持和加载失败时的文字替代。
```suggestion
图例:(最快只需要点击启用,然后保存即可)
<img src="https://vip.123pan.cn/1832254989/yk6baz03t0n000d7w33ho48t59oul8pzDIYwDqiyAdr1BGxwDwQvDO==.png" alt="配置示例">
```
</issue_to_address>帮我变得更有用!请在每条评论下点 👍 或 👎,我会根据你的反馈改进后续的评审。
Original comment in English
Hey - I've found 1 issue, and left some high level feedback:
- Consider hosting the new images in this repository (e.g., under a version-controlled assets directory) instead of linking to an external
vip.123pan.cnURL to avoid future breakage or access issues. - The two updated images now use different syntaxes (
<img>vs markdown image), which may render inconsistently; it would be clearer to standardize on one approach and include appropriate alt text for both.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider hosting the new images in this repository (e.g., under a version-controlled assets directory) instead of linking to an external `vip.123pan.cn` URL to avoid future breakage or access issues.
- The two updated images now use different syntaxes (`<img>` vs markdown image), which may render inconsistently; it would be clearer to standardize on one approach and include appropriate alt text for both.
## Individual Comments
### Comment 1
<location> `zh/deploy/platform/aiocqhttp/napcat.md:103-105` </location>
<code_context>
图例:(最快只需要点击启用,然后保存即可)
-<img width="775" height="802" alt="image" src="https://github.com/user-attachments/assets/58d11030-e798-4e80-97ba-b2b0b597539a" />
+<img src="https://vip.123pan.cn/1832254989/yk6baz03t0n000d7w33ho48t59oul8pzDIYwDqiyAdr1BGxwDwQvDO==.png">
点击 `保存`。
</code_context>
<issue_to_address>
**suggestion:** 新图片标签缺少 alt 文本,建议补充以保持可访问性和一致性。
之前的图片带有 `alt` 属性,现在被移除了。建议为该图片补充简短说明,例如 `alt="配置示例"`,以兼顾无障碍支持和加载失败时的文字替代。
```suggestion
图例:(最快只需要点击启用,然后保存即可)
<img src="https://vip.123pan.cn/1832254989/yk6baz03t0n000d7w33ho48t59oul8pzDIYwDqiyAdr1BGxwDwQvDO==.png" alt="配置示例">
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
Author
|
114514 |
Soulter
approved these changes
Jan 1, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
明确 NapCat OneBot v11 选择步骤说明,并在中文部署指南中更新相关配置截图。
文档:
Original summary in English
Summary by Sourcery
Clarify NapCat OneBot v11 selection instructions and refresh related configuration screenshots in the Chinese deployment guide.
Documentation: