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

@@ -1,7 +1,7 @@
import BaseAction from '../BaseAction';
import { OB11ForwardMessage, OB11Message, OB11MessageData } from '../../types';
import { NTQQMsgApi } from '@/core/apis';
import { dbUtil } from '@/common/utils/db';
import { dbUtil } from '@/core/utils/db';
import { OB11Constructor } from '../../constructor';
import { ActionName } from '../types';