chore:vite

This commit is contained in:
手瓜一十雪
2024-03-02 00:08:11 +08:00
parent 906fa4c382
commit 71ab1e6ff0
19 changed files with 1006 additions and 4518 deletions

View File

@@ -10,7 +10,7 @@ import {
} from "./types";
import {NTQQApi} from "./ntcall";
import {encodeSilk} from "../common/utils";
import * as fs from "fs";
import * as fs from "node:fs";
export class SendMsgElementConstructor {

View File

@@ -17,7 +17,7 @@ import {
SendMessageElement,
User
} from "./types";
import * as fs from "fs";
import * as fs from "node:fs";
import {addHistoryMsg, friendRequests, groupNotifies, msgHistory, selfInfo} from "../common/data";
import {v4 as uuidv4} from "uuid"
import path from "path";