refactor: msgId stage-2

This commit is contained in:
手瓜一十雪
2024-07-22 11:34:18 +08:00
parent a8554878ac
commit ee6925edf9
9 changed files with 22 additions and 31 deletions

View File

@@ -2,7 +2,6 @@ import { OB11Message } from '../../types';
import { OB11Constructor } from '../../constructor';
import BaseAction from '../BaseAction';
import { ActionName } from '../types';
import { dbUtil } from '@/common/utils/db';
import { FromSchema, JSONSchema } from 'json-schema-to-ts';
import { MessageUnique } from '@/common/utils/MessageUnique';
import { NTQQMsgApi } from '@/core';