refactor: Info

This commit is contained in:
手瓜一十雪
2024-05-28 20:50:29 +08:00
parent 8fcf3c5079
commit 5f075de212
18 changed files with 586 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ import crypto from 'crypto';
import util from 'util';
import path from 'node:path';
import { log } from './log';
import { dbUtil } from '@/core/utils/db';
import { dbUtil } from '@/common/utils/db';
import * as fileType from 'file-type';
import { v4 as uuidv4 } from 'uuid';
import { napCatCore } from '@/core';