NapCatQQ/packages/napcat-plugin
手瓜一十雪 b85f9197e3 Remove unused path aliases from tsconfig files
Deleted redundant or unused path alias entries from tsconfig.json in napcat-core, napcat-onebot, and napcat-plugin packages to simplify TypeScript configuration and avoid confusion.
2025-11-14 14:37:43 +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 Remove unused path aliases from tsconfig files 2025-11-14 14:37:43 +08:00
vite.config.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00

Example Plugin

Install

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