NapCatQQ/packages/napcat-plugin
手瓜一十雪 b147e57c1c Refactor TypeScript configs to use shared base
Introduced tsconfig.base.json for shared TypeScript configuration and updated all package tsconfig.json files to extend from it, reducing duplication and improving maintainability. Also updated typecheck script in package.json and fixed import in prebuild-loader.ts.
2025-11-15 14:00:27 +08:00
..
index.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
package.json refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08: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,如果没有这个目录请创建。