chore: 小调整

This commit is contained in:
手瓜一十雪
2024-08-10 17:29:24 +08:00
parent 84e5417a8c
commit 76d58af4d8
6 changed files with 8 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import path from 'node:path';
import fs from 'node:fs';
import { NapCatCore } from '@/core';
import type { NapCatCore } from '@/core';
export class ConfigBase<T> {
public name: string = 'default_config';
private pathName: string | null = null; // 本次读取的文件路径