fix(dweb): use metadata.json for dweb://install links #254
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
.zip改为指向metadata.jsonset-secret.ts使用 Bun 原生 ANSI TUIChanges
scripts/build.tsmetadata.json到 release 目录的逻辑.github/workflows/cd.ymlmetadata.json+ 修复 Release Notes 链接docs/download.mdmetadata.jsonscripts/set-secret.tsWhy
dweb://install?url=协议需要指向metadata.json文件(包含 bundle_url、bundle_hash 等信息),而不是直接指向.zip文件。plaoc bundle命令已自动生成符合标准的metadata.json,只需将其复制到 release 目录即可。