refactor: Info

This commit is contained in:
手瓜一十雪
2024-05-28 20:50:29 +08:00
parent 273d02c70d
commit 3ccd10ac3b
18 changed files with 586 additions and 78 deletions

View File

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