[improvement][semantic-fe] Restructured the code to extract the question-answer settings and model management model controls into the OverviewContainer component.

This commit is contained in:
tristanliu
2023-08-15 10:40:58 +08:00
parent b1952d64ab
commit c3d3b1146b
48 changed files with 1104 additions and 863 deletions

View File

@@ -175,12 +175,12 @@ declare namespace API {
comment: string; // 项目描述
creator: string; // 项目创建人
projectType: number; // 项目类别 0-为私有项目 1-为公共项目
childProjectList?: ProjectList;
children?: ProjectList;
childDomainList?: DomainList;
children?: DomainList;
value: string;
};
export type ProjectList = ProjectItem[];
export type DomainList = ProjectItem[];
// 数据实例详情
export type DataInstanceDetail = {