Merged
Conversation
新增 uv 作为推荐安装方式。 解耦 uv 与 pip 的操作步骤,结构更清晰。 同步更新中英文档。
There was a problem hiding this comment.
嘿,我在这里给出一些整体反馈:
- 在新的端口部分中,不再提到 MaaDebugger 默认使用 8011 端口;建议保留一条关于默认端口行为的简要说明,以便为用户保留这部分背景信息。
- 在更新说明中,pip 路径会明确升级 MaaDebugger 和 MaaFW,而 uv 路径只升级 MaaDebugger;如果 MaaFW 也需要显式升级,可能值得添加一个对应的 uv 示例,或者说明为什么不需要升级。
用于 AI Agent 的提示
Please address the comments from this code review:
## Overall Comments
- The new port section no longer mentions that MaaDebugger defaults to port 8011; consider keeping a brief note about the default port behavior to preserve that context for users.
- In the update instructions, the pip path explicitly upgrades both MaaDebugger and MaaFW, while the uv path only upgrades MaaDebugger; if MaaFW also needs explicit upgrading, it may be worth adding a corresponding uv example or clarifying why it is not needed.帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进后续评审。
Original comment in English
Hey - I've left some high level feedback:
- The new port section no longer mentions that MaaDebugger defaults to port 8011; consider keeping a brief note about the default port behavior to preserve that context for users.
- In the update instructions, the pip path explicitly upgrades both MaaDebugger and MaaFW, while the uv path only upgrades MaaDebugger; if MaaFW also needs explicit upgrading, it may be worth adding a corresponding uv example or clarifying why it is not needed.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new port section no longer mentions that MaaDebugger defaults to port 8011; consider keeping a brief note about the default port behavior to preserve that context for users.
- In the update instructions, the pip path explicitly upgrades both MaaDebugger and MaaFW, while the uv path only upgrades MaaDebugger; if MaaFW also needs explicit upgrading, it may be worth adding a corresponding uv example or clarifying why it is not needed.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
追加回不小心删掉的默认端口说明
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.
新增 uv 作为推荐安装方式。
解耦 uv 与 pip 的操作步骤,结构更清晰。
同步更新中英文档。
Summary by Sourcery
将基于 uv 的快速上手文档为推荐方式,用于安装和运行 MaaDebugger,并与传统的 pip 工作流并列展示。
Documentation:
--port的使用示例,来明确端口配置说明。Original summary in English
Summary by Sourcery
Document uv-based quick start as the recommended way to install and run MaaDebugger, alongside the traditional pip workflow.
Documentation:
--portusage examples across all installation methods.