refactor: core

This commit is contained in:
linyuchen
2024-04-26 13:55:35 +08:00
parent 20dec19bfe
commit 0ff5b4e90b
56 changed files with 111 additions and 129 deletions

View File

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