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
26 changes: 25 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,30 @@
"branch": "main"
}
]
},
{
"name": "karin-plugin-reply",
"type": "npm",
"description": "关键词回复插件,支持精确匹配、包含匹配、正则匹配三种模式,可为不同群组配置专属回复规则。",
"home": "https://github.com/YlovexLN/karin-plugin-reply",
"license": {
"name": "GPL-3.0",
"url": "https://github.com/YlovexLN/karin-plugin-reply/blob/main/LICENSE"
},
"time": "2026-03-19 15:04:37",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The time value "2026-03-19 15:04:37" is set to a future date. This field should represent the submission time, which cannot be in the future. Please correct this value.

"author": [
{
"name": "YlovexLN",
"home": "https://github.com/YlovexLN"
}
],
"repo": [
{
"type": "npm",
"url": "https://www.npmjs.com/package/karin-plugin-reply",
"branch": ""
}
]
Comment on lines +726 to +732
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The home URL points to a GitHub repository, but there is no corresponding entry in the repo array with type: "github". For consistency with other plugins in this file, it's recommended to add the GitHub repository to the repo list.

      "repo": [
        {
          "type": "github",
          "url": "https://github.com/YlovexLN/karin-plugin-reply",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-reply",
          "branch": ""
        }
      ]

}
]
}
}
Loading