docs: 修复LICENSE链接并补充最小使用示例 - #1
Open
evan188199-tech wants to merge 1 commit into
Open
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
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.
问题
README 中的 LICENSE 链接指向维护者本机路径
/Users/shenshichao/Downloads/mnutils_v0_2_2_alpha0228/LICENSE,其他用户克隆仓库后无法打开。现有文档也缺少一个组合 Runtime、MNNote 和 MNConnection 的最小使用示例。最小复现
克隆仓库后在 GitHub 或本地 Markdown 预览中点击 README 末尾的 LICENSE 链接,链接目标不存在于仓库内。
改动边界
Runtime.registerLifecycle、Runtime.registerRoute、MNNote.new和MNConnection.fetchDev。验证
git diff --check:PASSgit diff --name-only:PASS,仅包含README.mdRuntime.registerLifecycle、Runtime.registerRoute、MNNote.new、MNConnection.fetchDev、MNUtil.showHUD:PASS兼容性
纯文档变更,不影响运行时行为和打包产物。当前 GitHub Release 仍标记为 prerelease;本 PR 不调整 README 的 Stable 状态标识。