chore: 替换下载链接#20
Merged
Merged
Conversation
Contributor
评审者指南(在小型 PR 上折叠)评审者指南将发布下载的基础 URL 从 GitHub Releases 更新为 cnb.cool 的发布端点,同时保持版本和标签常量不变。 文件级变更
提示与命令与 Sourcery 交互
自定义你的体验访问你的 控制面板 以:
获取帮助Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideUpdate the release download base URL from GitHub Releases to the cnb.cool releases endpoint, keeping the version and tag constants unchanged. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - 我在这里给出了一些整体性的反馈:
RELEASE_BASE上方的 JSDoc 风格注释仍然指向 GitHub 的 release URL;建议更新为新的 cnb.cool releases 端点,以避免混淆。
给 AI 代理的提示
Please address the comments from this code review:
## Overall Comments
- The JSDoc-style comment above `RELEASE_BASE` still refers to the GitHub release URL; consider updating it to reflect the new cnb.cool releases endpoint to avoid confusion.帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续的代码评审。
Original comment in English
Hey - I've left some high level feedback:
- The JSDoc-style comment above
RELEASE_BASEstill refers to the GitHub release URL; consider updating it to reflect the new cnb.cool releases endpoint to avoid confusion.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The JSDoc-style comment above `RELEASE_BASE` still refers to the GitHub release URL; consider updating it to reflect the new cnb.cool releases endpoint to avoid confusion.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site’s release asset download base URL to use the cnb.cool releases download endpoint instead of the GitHub Releases download endpoint.
Changes:
- Switched
RELEASE_BASEfromhttps://github.com/.../releases/download/...tohttps://cnb.cool/.../-/releases/download/...
Comments suppressed due to low confidence (1)
.vitepress/version.ts:8
- The PR description appears to contain placeholders/omitted values (e.g. “replace … base URL in”, “update from to”), which makes it hard to verify intent. Please update the description with the specific file/URLs being changed and the rationale for moving downloads to cnb.cool.
export const RELEASE_BASE = `https://cnb.cool/SeaLantern-studio/SeaLantern/-/releases/download/${RELEASE_TAG}`
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
13b7eff to
739bc03
Compare
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.
摘要
增强内容:
Original summary in English
Summary by Sourcery
Enhancements: