Open
Conversation
There was a problem hiding this comment.
Hey - 我发现了 1 个问题,并给出了一些整体性的反馈:
- 目前更新后的 release 链接指向的是仓库根目录 (
https://github.com/AstrBotDevs/AstrBotLauncher);如果目的是让用户可以直接访问可下载的构建产物(artifacts),建议像之前一样改为/releases(或/releases/latest)URL。
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The updated release link points to the repository root (`https://github.com/AstrBotDevs/AstrBotLauncher`); if the intention is to direct users straight to downloadable artifacts, consider using the `/releases` (or `/releases/latest`) URL as before.
## Individual Comments
### Comment 1
<location> `README.md:22` </location>
<code_context>
> 1. 如果你曾更换过启动器命令,或者你确信安装了 Python 但是输入指令后显示 `无法将...识别为` 的消息,可以尝试 `python3`,或者重启 Powershell 窗口。如果 `Python3` 成功了,请将下一个步骤中下载好的内容中的 `launcher_astrbot.bat` 中的 `set PYTHON_CMD=` 后的内容改成 `python3`
-2. 前往 [release](https://github.com/Soulter/AstrBotLauncher/releases) 下载第一个 Asset。
+2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher) 下载第一个 Asset。
3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot.bat` 即可。
</code_context>
<issue_to_address>
**issue (bug_risk):** 下载 Asset 的链接可能应指向仓库的 releases 页面而不是仓库根目录。
当前链接指向 `https://github.com/AstrBotDevs/AstrBotLauncher`,而“下载第一个 Asset”通常发生在 `.../releases` 页面。建议确认是否应改为 `https://github.com/AstrBotDevs/AstrBotLauncher/releases`,以避免用户找不到下载入口。
</issue_to_address>帮我变得更有用!请对每条评论点 👍 或 👎,我会根据这些反馈改进后续的 Review。
Original comment in English
Hey - I've found 1 issue, and left some high level feedback:
- The updated release link points to the repository root (
https://github.com/AstrBotDevs/AstrBotLauncher); if the intention is to direct users straight to downloadable artifacts, consider using the/releases(or/releases/latest) URL as before.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The updated release link points to the repository root (`https://github.com/AstrBotDevs/AstrBotLauncher`); if the intention is to direct users straight to downloadable artifacts, consider using the `/releases` (or `/releases/latest`) URL as before.
## Individual Comments
### Comment 1
<location> `README.md:22` </location>
<code_context>
> 1. 如果你曾更换过启动器命令,或者你确信安装了 Python 但是输入指令后显示 `无法将...识别为` 的消息,可以尝试 `python3`,或者重启 Powershell 窗口。如果 `Python3` 成功了,请将下一个步骤中下载好的内容中的 `launcher_astrbot.bat` 中的 `set PYTHON_CMD=` 后的内容改成 `python3`
-2. 前往 [release](https://github.com/Soulter/AstrBotLauncher/releases) 下载第一个 Asset。
+2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher) 下载第一个 Asset。
3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot.bat` 即可。
</code_context>
<issue_to_address>
**issue (bug_risk):** 下载 Asset 的链接可能应指向仓库的 releases 页面而不是仓库根目录。
当前链接指向 `https://github.com/AstrBotDevs/AstrBotLauncher`,而“下载第一个 Asset”通常发生在 `.../releases` 页面。建议确认是否应改为 `https://github.com/AstrBotDevs/AstrBotLauncher/releases`,以避免用户找不到下载入口。
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Update readme
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
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.
Update README.md
Summary by Sourcery
更新 README,以指向新的 AstrBot 网站、文档和发布位置。
Documentation:
Original summary in English
Summary by Sourcery
Update README to point to the new AstrBot website, documentation, and release location.
Documentation: