最近在使用了部分第三方的koishi插件市场镜像源之后 会出现插件市场搜索白屏的现象。
但是当前情况与这个帖子不同 → 插件市场,搜索后就会变空白 - 互助 - Koishi Forum
解决方法
将插件市场源 换到 Q78KG 的源
或 基于 Hoshino-Yumetsuki/koishi-registry 项目构建的镜像源即可!
具体方法
https://gitee.com/shangxueink/koishi-registry-aggregator/raw/gh-pages/market.json
更换镜像源后 请重启koishi 以
强制刷新插件市场
更多好用的源
https://gitee.com/shangxueink/koishi-registry-aggregator/raw/gh-pages/market.json
https://koishi-registry.b23.ink/index.json
成因?
→ koishi-plugin-autoreplyimage - npm
此插件不规范的 package.json 格式 导致插件市场解析逻辑出现问题
过程?
在应用了 Update fetcher.js by shangxueink · Pull Request #7 · Hoshino-Yumetsuki/koishi-registry · GitHub 此修改后构建的镜像源,均不会遇到此次描述的白屏问题。
后续
-
第三方插件市场镜像源应该考虑增加架构验证机制,例如 →
https://biomejs.dev/schemas/2.1.1/schema.json这种感觉 -
及时向此作者 反馈此插件的问题
-
对遇到问题的小伙伴分享此帖~~~


