mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
style: syntax error
This commit is contained in:
parent
ce25c9752f
commit
b830cfbfa0
@ -187,7 +187,6 @@ export interface Config {
|
|||||||
debug?: boolean
|
debug?: boolean
|
||||||
reportSelfMessage?: boolean
|
reportSelfMessage?: boolean
|
||||||
log?: boolean
|
log?: boolean
|
||||||
reportSelfMessage?: boolean
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SendMsgResult {
|
export interface SendMsgResult {
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
/// <reference path="./global.d.ts" />
|
/// <reference path="./global.d.ts" />
|
||||||
|
|
||||||
// import express from "express";
|
|
||||||
// const { ipcRenderer } = require('electron');
|
|
||||||
import {
|
import {
|
||||||
AtType,
|
AtType,
|
||||||
ChatType,
|
ChatType,
|
||||||
@ -13,7 +11,6 @@ import {
|
|||||||
SendMsgResult,
|
SendMsgResult,
|
||||||
User
|
User
|
||||||
} from "./common/types";
|
} from "./common/types";
|
||||||
import {checkFileReceived} from "./main/utils";
|
|
||||||
|
|
||||||
let self_qq: string = ""
|
let self_qq: string = ""
|
||||||
let groups: Group[] = []
|
let groups: Group[] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user