style: syntax error

This commit is contained in:
linyuchen 2024-02-04 10:34:57 +08:00
parent ce25c9752f
commit b830cfbfa0
2 changed files with 0 additions and 4 deletions

View File

@ -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 {

View File

@ -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[] = []