mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-03 16:59:08 +08:00
7 lines
184 B
TypeScript
7 lines
184 B
TypeScript
import { NCoreInitShell } from "@/shell/base";
|
|
|
|
export * from "@/framework/napcat";
|
|
export * from "@/shell/base";
|
|
if ((global as any).LiteLoader == undefined) {
|
|
NCoreInitShell();
|
|
} |