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
33 changes: 33 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,39 @@
"branch": "main"
}
]
},
{
"name": "@candriajs/karin-plugin-git",
"type": "npm",
"description": "一个Karin版的git仓库订阅推送",
"home": "https://github.com/CandriaJS/karin-plugin-git",
"license": {
"name": "GNU General Public License v3.0",

Choose a reason for hiding this comment

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

medium

为了保持 plugins.json 文件中许可证名称的一致性,建议使用更统一的格式。当前文件中同时存在 GPL-3.0GNU General Public License v3.0 两种表示方式。建议统一使用 SPDX 许可证标识符 GPL-3.0,以提高数据的一致性和可维护性。

Suggested change
"name": "GNU General Public License v3.0",
"name": "GPL-3.0",

"url": "https://github.com/CandriaJS/karin-plugin-git/blob/main/LICENSE"
},
"time": "2025-11-09 22:15:00",
"author": [
{
"name": "CandriaJS",
"home": "https://github.com/CandriaJS"
},
{
"name": "shiwuliya",
"home": "https://github.com/shiwuliya"
}
],
"repo": [
{
"type": "npm",
"url": "https://www.npmjs.com/package/@candriajs/karin-plugin-git",
"branch": ""
},
{
"type": "github",
"url": "https://github.com/CandriaJS/karin-plugin-git",
"branch": "main"
}
]
}
]
}