NapCatQQ/packages/napcat-plugin
手瓜一十雪 4e37b002f9 Add support for version 9.9.26-44175 and fix import type
Added entries for version 9.9.26-44175 in appid.json, napi2native.json, and packet.json to support the new version. Also updated the import of createActionMap in napcat-plugin/index.ts to use a type-only import.
2026-01-01 10:32:59 +08:00
..
index.ts Add support for version 9.9.26-44175 and fix import type 2026-01-01 10:32:59 +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 更新插件示例,修复插件打包问题 (#1486) 2025-12-31 13:58:55 +08:00

Example Plugin

Install

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