chore: 移除类型

This commit is contained in:
手瓜一十雪
2024-08-22 15:42:45 +08:00
parent f9a72f2e56
commit b12ecfe225
2 changed files with 2 additions and 73 deletions

View File

@@ -2,7 +2,7 @@ import log4js, { Configuration } from 'log4js';
import { truncateString } from '@/common/utils/helper';
import path from 'node:path';
import chalk from 'chalk';
import { AtType, ChatType, ElementType, ElementWrapper, MessageElement, RawMessage, SelfInfo } from '@/core';
import { AtType, ChatType, ElementType, MessageElement, RawMessage, SelfInfo } from '@/core';
export enum LogLevel {
DEBUG = 'debug',