refactor: optimize msg db

This commit is contained in:
linyuchen
2024-04-29 15:17:24 +08:00
parent 43b780cbe6
commit 01417be954
16 changed files with 15 additions and 338 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 './db';
import { dbUtil } from '@/core/utils/db';
import * as fileType from 'file-type';
import { v4 as uuidv4 } from 'uuid';
import { napCatCore } from '@/core';