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.
This commit is contained in:
手瓜一十雪
2026-01-01 10:32:59 +08:00
parent 7e7262415b
commit 4e37b002f9
4 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import { createActionMap } from 'napcat-onebot/action';
import type { createActionMap } from 'napcat-onebot/action';
import { EventType } from 'napcat-onebot/event/OneBotEvent';
import type { PluginModule } from 'napcat-onebot/network/plugin';