mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
feat: 上报支持CQCode
This commit is contained in:
9
src/global.d.ts
vendored
9
src/global.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user