Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,39 @@
"branch": "main"
}
]
},
{
"name": "@puniyu/karin-adapter-gscore",
"type": "npm",
"description": "GsCore Adapter for karin",
"home": "https://github.com/puniyu/karin-adapter-gscore",
"license": {
"name": "GPL-3.0-only",
"url": "https://github.com/puniyu/karin-adapter-gscore/blob/main/LICENSE"
},
"time": "2025-12-21 21:43:00",
"author": [
{
"name": "puniyu",
"home": "https://github.com/puniyu"
},
{
"name": "shiwuliya",
"home": "https://github.com/shiwuliya"
}
],
"repo": [
{
"type": "npm",
"url": "https://www.npmjs.com/package/@puniyu/karin-adapter-gscore",
"branch": ""
},
{
"type": "github",
"url": "https://github.com/puniyu/karin-adapter-gscore",
"branch": "main"
}
]
}
Comment on lines +653 to 685

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

@puniyu/karin-adapter-gscore 这个 npm 包似乎尚未发布到 npm 仓库。访问 https://registry.npmjs.com/@puniyu/karin-adapter-gscore/latest 会返回 404 Not Found 错误。

根据 scripts/validate.js 中的验证逻辑,这会导致验证失败。

请在合并此 PR 之前,先将该包发布到 npm。

]
}
}