feat: 上报支持CQCode

This commit is contained in:
linyuchen
2024-02-24 18:27:49 +08:00
parent 4941f0071a
commit cfb066971f
7 changed files with 44 additions and 60 deletions

9
src/global.d.ts vendored
View File

@@ -4,14 +4,7 @@ import {LLOneBot} from "./preload";
declare global {
interface Window {
llonebot: typeof llonebot;
llonebot: LLOneBot;
LiteLoader: any;
}
interface Event {
detail?: {
name: string;
value: string;
}
}
}