0
0

整理了代码结构

This commit is contained in:
xubing
2025-11-28 14:58:18 +08:00
parent 2fd84439b7
commit 5075a5f5cc
12 changed files with 82 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
import { BaseView } from './BaseView';
import { ContainerConfigData, ConfigViewData } from '../types/ViewTypes';
import { ModuleFolder } from '../types/DataTypes';
import { ModuleFolder } from '../types/CommonTypes';
// Git 分支接口
interface GitBranch {
@@ -992,4 +992,4 @@ export class ConfigView extends BaseView {
});
return count;
}
}
}