Skip to content

Conversation

@shiwuliya
Copy link
Contributor

@shiwuliya shiwuliya commented Nov 9, 2025

Summary by CodeRabbit

  • New Features
    • Added a new Git plugin to the available plugins registry for extended functionality.

@coderabbitai
Copy link

coderabbitai bot commented Nov 9, 2025

Walkthrough

A new plugin entry for "@candriajs/karin-plugin-git" was added to the plugins.json configuration file. The entry includes npm registry metadata, package description, licensing information, author details, and repository links.

Changes

Cohort / File(s) Summary
Plugin registry entry
plugins.json
Added new npm plugin configuration for "@candriajs/karin-plugin-git" with metadata including description, home URL, license, timestamp, authors, and repository locations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Single, straightforward JSON entry addition with no logic or structural dependencies
  • Verify JSON syntax validity and schema compliance with existing plugin entries
  • Confirm metadata fields (license, authors, repository URLs) follow established conventions

Poem

🐰 A git plugin joins the fold,
With metadata and stories told,
New branches in our ecosystem grow,
Commit by commit, onwards we go! 📚🌿

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(plugins): karin-plugin-git' clearly describes the main change - adding a new plugin entry to the plugins list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3a498f3 and bdc689f.

📒 Files selected for processing (1)
  • plugins.json (1 hunks)
🔇 Additional comments (1)
plugins.json (1)

614-647: Entry structure and consistency look good.

The new @candriajs/karin-plugin-git plugin entry is well-formed JSON with proper structure, formatting, and field consistency. It follows the established patterns of other CandriaJS plugins (sharing the same license, author pattern, and repository configuration) and integrates cleanly into the plugins array.


Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @shiwuliya, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates a new plugin, @candriajs/karin-plugin-git, into the system by updating the plugins.json configuration. The addition of this plugin aims to enhance the platform's capabilities by introducing features related to Git repository subscription and push notifications, thereby broadening the range of supported developer workflows.

Highlights

  • New Plugin Addition: Introduced the @candriajs/karin-plugin-git plugin by adding its configuration to the plugins.json file, expanding the available plugin ecosystem.
  • Git Repository Integration: The newly added plugin provides functionality for Git repository subscription and push notifications, described as "一个Karin版的git仓库订阅推送" (a Karin version of Git repository subscription push), enhancing integration with Git workflows.
  • Comprehensive Plugin Metadata: Detailed metadata for the plugin has been included, such as its home URL, license (GNU General Public License v3.0), authors (CandriaJS and shiwuliya), and direct links to its npm package and GitHub repository.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

✅ 验证通过 (自动触发)

验证输出

> @karinjs/plugins-list@1.17.0 validate
> node scripts/validate.js

✅ 验证通过

📦 更新后的 package.json

点击查看内容
{
  "name": "@karinjs/plugins-list",
  "version": "1.17.0",
  "description": "",
  "keywords": [],
  "license": "MIT",
  "author": "",
  "type": "module",
  "exports": {
    ".": "./types.ts"
  },
  "files": [
    "types.ts"
  ],
  "scripts": {
    "cp": "node scripts/cp.js",
    "validate": "node scripts/validate.js",
    "pub": "npm publish --access public",
    "sync": "curl -X PUT \"https://registry-direct.npmmirror.com/-/package/@karinjs/plugins-list/syncs\""
  },
  "plugins": [
    {
      "name": "@karinjs/plugin-basic",
      "type": "npm",
      "description": "karin plugin basic",
      "home": "https://github.com/karinjs/karin-plugin-basic",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/karin-plugin-basic/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/karinjs/karin-plugin-basic",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-puppeteer",
      "type": "npm",
      "description": "karin plugin puppeteer",
      "home": "https://github.com/karinjs/puppeteer",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/puppeteer/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/karinjs/puppeteer",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-ffmpeg",
      "type": "npm",
      "description": "为 Karin 提供开箱即用的 FFmpeg,免去给系统安装 FFmpeg 的繁琐步骤",
      "home": "https://github.com/KarinJS/karin-plugin-ffmpeg",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/karin-plugin-ffmpeg/blob/main/LICENSE"
      },
      "time": "2025-10-31 19:12:00",
      "author": [
        {
          "name": "Karin",
          "home": "https://github.com/KarinJS"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/KarinJS/karin-plugin-ffmpeg",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-kkk",
      "type": "npm",
      "description": "Karin 的「抖音」「B 站」视频解析/动态推送插件",
      "home": "https://github.com/ikenxuan/karin-plugin-kkk",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/ikenxuan/karin-plugin-kkk/blob/main/LICENSE"
      },
      "time": "2025-01-25 22:47:37",
      "author": [
        {
          "name": "ikenxuan",
          "home": "https://github.com/ikenxuan"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/ikenxuan/karin-plugin-kkk",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-kkk",
          "branch": ""
        }
      ]
    },
    {
      "name": "karin-plugin-ling",
      "type": "npm",
      "description": "提供多种功能",
      "home": "https://github.com/yusheng929/karin-plugin-ling",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/yusheng929/karin-plugin-ling/blob/main/LICENSE"
      },
      "time": "2025-02-02 10:00:00",
      "author": [
        {
          "name": "yusheng929",
          "home": "https://github.com/yusheng929"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/yusheng929/karin-plugin-ling",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-ling",
          "branch": ""
        }
      ]
    },
    {
      "name": "karin-plugins-alijs",
      "type": "app",
      "description": "一个用于 Karin 的插件集合",
      "home": "https://github.com/Aliorpse/karin-plugins-alijs",
      "license": {
        "name": "MIT",
        "url": "https://github.com/Aliorpse/karin-plugins-alijs/blob/main/LICENSE"
      },
      "time": "2025-02-16 11:45:14",
      "author": [
        {
          "name": "Aliorpse",
          "home": "https://github.com/Aliorpse"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/Aliorpse/karin-plugins-alijs",
          "branch": "main"
        }
      ],
      "files": [
        {
          "name": "B站链接解析",
          "description": "解析B站链接,获取视频信息。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/BiliParser.js"
        },
        {
          "name": "Minecraft 服务器状态获取",
          "description": "获取Minecraft服务器状态。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/MCMotd.js"
        },
        {
          "name": "快捷执行指令",
          "description": "快捷执行指令。",
          "url": "https://raw.githubusercontent.com/Aliorpse/karin-plugins-alijs/refs/heads/main/js/RunCMD.js"
        }
      ]
    },
    {
      "name": "karin-plugin-teamspeak",
      "type": "npm",
      "description": "连接teamspeak,并提示用户进出服务器信息。",
      "home": "https://github.com/jacksixth/karin-plugin-teamspeak3",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/jacksixth/karin-plugin-teamspeak3/blob/main/LICENSE"
      },
      "time": "2025-01-05 22:00:00",
      "author": [
        {
          "name": "jacksixth",
          "home": "https://github.com/jacksixth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-teamspeak",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/jacksixth/karin-plugin-teamspeak3",
          "branch": "build"
        }
      ]
    },
    {
      "name": "karin-plugin-mc-rcon",
      "type": "npm",
      "description": "有关mc服务器相关功能。",
      "home": "https://github.com/jacksixth/karin-plugin-mc-rcon",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/jacksixth/karin-plugin-mc-rcon/blob/main/LICENSE"
      },
      "time": "2025-03-05 22:00:00",
      "author": [
        {
          "name": "jacksixth",
          "home": "https://github.com/jacksixth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-mc-rcon",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/jacksixth/karin-plugin-mc-rcon",
          "branch": "build"
        }
      ]
    },
    {
      "name": "karin-plugin-yenai",
      "type": "npm",
      "description": "karin plugin yenai",
      "home": "https://github.com/yusheng929/karin-plugin-yenai",
      "license": {
        "name": "MIT",
        "url": "https://github.com/yusheng929/karin-plugin-yenai/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "yusheng929",
          "home": "https://github.com/yusheng929"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/yusheng929/karin-plugin-yenai",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/adapter-icqq",
      "type": "npm",
      "description": "karin plugin icqq",
      "home": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/karin-plugin-adapter-icqq/blob/main/LICENSE"
      },
      "time": "2025-01-19 10:00:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/KarinJS/karin-plugin-adapter-icqq",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-chaite",
      "type": "npm",
      "description": "karin plugin chaite, 多功能ai插件",
      "home": "https://github.com/ikechan8370/karin-plugin-chaite",
      "license": {
        "name": "MIT",
        "url": "https://github.com/ikechan8370/karin-plugin-chaite/blob/main/LICENSE"
      },
      "time": "2025-04-29 14:33:00",
      "author": [
        {
          "name": "ikechan8370",
          "home": "https://github.com/ikechan8370"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-chaite",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/ikechan8370/karin-plugin-chaite",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-orchid",
      "type": "npm",
      "description": "karin plugin orchid, 兰插件,娱乐功能和rss推送等",
      "home": "https://github.com/ikechan8370/karin-plugin-orchid",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/ikechan8370/karin-plugin-orchid/blob/main/LICENSE"
      },
      "time": "2025-04-29 14:33:00",
      "author": [
        {
          "name": "ikechan8370",
          "home": "https://github.com/ikechan8370"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-orchid",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/ikechan8370/karin-plugin-orchid",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-meme",
      "type": "npm",
      "description": "一个Karin版的表情包合成插件, 本地版",
      "home": "https://github.com/CandriaJS/karin-plugin-meme",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-meme/blob/main/LICENSE"
      },
      "time": "2025-05-10 19:20: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-meme",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-meme",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-meme-api",
      "type": "npm",
      "description": "一个Karin版的表情包合成插件, api版",
      "home": "https://github.com/CandriaJS/karin-plugin-meme",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-meme/blob/main/LICENSE"
      },
      "time": "2025-08-26 20:30: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-meme",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-meme",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-picture-game",
      "type": "npm",
      "description": "一个Karin版的图片游戏插件",
      "home": "https://github.com/pohgxz/karin-plugin-picture-game",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/pohgxz/karin-plugin-picture-game/blob/main/LICENSE"
      },
      "time": "2025-05-11 14:04:00",
      "author": [
        {
          "name": "pohgxz",
          "home": "https://github.com/pohgxz"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@pohgxz/karin-plugin-picture-game",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/pohgxz/karin-plugin-picture-game",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@karinjs/plugin-markdown",
      "type": "npm",
      "description": "一个Karin版的markdown转图片插件",
      "home": "https://github.com/karinjs/plugin-markdown",
      "license": {
        "name": "MIT",
        "url": "https://github.com/karinjs/plugin-markdown/blob/main/LICENSE"
      },
      "time": "2025-05-21 21:53:00",
      "author": [
        {
          "name": "shijin",
          "home": "https://github.com/sj817"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@karinjs/plugin-markdown",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/karinjs/plugin-markdown",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-emojimix",
      "type": "npm",
      "description": "一个Karin版的emoji合成插件",
      "home": "https://github.com/CandriaJS/karin-plugin-emojimix",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-emojimix/blob/main/LICENSE"
      },
      "time": "2025-06-01 22:00: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-emojimix",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-emojimix",
          "branch": "main"
        }
      ]
    },
    {
      "name": "@candriajs/karin-plugin-imagetools",
      "type": "npm",
      "description": "一个Karin版的图片操作插件",
      "home": "https://github.com/CandriaJS/karin-plugin-imagetools",
      "license": {
        "name": "GNU General Public License v3.0",
        "url": "https://github.com/CandriaJS/karin-plugin-imagetools/blob/main/LICENSE"
      },
      "time": "2025-06-08 15:22: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-imagetools",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/CandriaJS/karin-plugin-imagetools",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-gamepush",
      "type": "npm",
      "description": "自动监控游戏版本更新并推送通知, 支持原神、崩坏3、崩坏星穹铁道、绝区零、鸣朝",
      "home": "https://github.com/rainbowwarmth/karin-plugin-gamepush",
      "license": {
        "name": "MIT License",
        "url": "https://github.com/rainbowwarmth/karin-plugin-gamepush/blob/main/LICENSE"
      },
      "time": "2025-09-20 19:22:00",
      "author": [
        {
          "name": "rainbowwarmth",
          "home": "https://github.com/rainbowwarmth"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-gamepush",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/rainbowwarmth/karin-plugin-gamepush",
          "branch": "main"
        }
      ]
    },
    {
      "name": "karin-plugin-yysls",
      "type": "npm",
      "description": "Karin 腌🐟十六升「信息查询」「签到」插件",
      "home": "https://github.com/babanbang/karin-plugin-yysls",
      "license": {
        "name": "GPL-3.0",
        "url": "https://github.com/babanbang/karin-plugin-yysls/blob/main/LICENSE"
      },
      "time": "2025-10-07 11:45:14",
      "author": [
        {
          "name": "babanbang",
          "home": "https://github.com/babanbang"
        }
      ],
      "repo": [
        {
          "type": "github",
          "url": "https://github.com/babanbang/karin-plugin-yysls",
          "branch": "main"
        },
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/karin-plugin-yysls",
          "branch": ""
        }
      ]
    },
    {
      "name": "@karinjs/plugin-playwright",
      "type": "npm",
      "description": "karin的 playwright截图、渲染插件",
      "home": "https://github.com/KarinJS/plugin-playwright",
      "license": {
        "name": "MIT",
        "url": "https://github.com/KarinJS/plugin-playwright/blob/main/LICENSE"
      },
      "time": "2025-11-02 21:38:00",
      "author": [
        {
          "name": "Karin",
          "home": "https://github.com/KarinJS"
        }
      ],
      "repo": [
        {
          "type": "npm",
          "url": "https://www.npmjs.com/package/@karinjs/plugin-playwright",
          "branch": ""
        },
        {
          "type": "github",
          "url": "https://github.com/KarinJS/plugin-playwright",
          "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",
        "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"
        }
      ]
    }
  ]
}

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

本次 PR 添加了一个新的插件 @candriajs/karin-plugin-gitplugins.json。整体来看,添加的数据结构正确,信息也比较完整。我发现了一个可以改进的地方,主要是关于许可证名称的表示方法,建议进行统一以提高整个文件的一致性和可维护性。

"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",

@yusheng929 yusheng929 merged commit 83610d6 into KarinJS:main Nov 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants