调整文档,改进设计

This commit is contained in:
xief
2025-07-04 16:47:14 +08:00
parent fd68920e01
commit 92b49c7035
6 changed files with 54 additions and 50 deletions

View File

@@ -1,4 +1,6 @@
import { ConfigBase, FileInfo, ProcessorBase } from "./base";
import { ProcessorBase } from "./base";
import { ConfigBase } from "./models/config";
import { FileInfo } from "./models/file";
// todo: 类型参数待补完