NapCatQQ/packages/napcat-plugin
dependabot[bot] 04b1e7de1a
Bump @types/node from 22.19.1 to 24.10.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.1 to 24.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 08:14:28 +00:00
..
index.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
package.json Bump @types/node from 22.19.1 to 24.10.1 2025-12-08 08:14:28 +00:00
README.md refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
tsconfig.json Refactor TypeScript configs to use shared base 2025-11-15 14:00:27 +08:00
vite.config.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00

Example Plugin

Install

安装只需要将dist产物 index.mjs 目录放入 napcat根目录下plugins/example,如果没有这个目录请创建。