style: format

This commit is contained in:
linyuchen
2024-03-03 00:22:07 +08:00
parent f7b9d599c3
commit d1e4135442
55 changed files with 5229 additions and 3088 deletions

14
src/global.d.ts vendored
View File

@@ -1,10 +1,8 @@
import {LLOneBot} from "./preload";
import { type LLOneBot } from './preload'
declare global {
interface Window {
llonebot: LLOneBot;
LiteLoader: any;
}
}
interface Window {
llonebot: LLOneBot
LiteLoader: any
}
}