Merge branch 'feature/knowledgeBase_yjp' into develop
This commit is contained in:
@@ -25,7 +25,11 @@ export interface DataResponse {
|
||||
}
|
||||
export interface versionResponse{
|
||||
version: string;
|
||||
introduction: string;
|
||||
introduction: {
|
||||
releaseDate: string;
|
||||
upgradePosition: string;
|
||||
coreUpgrades: string[];
|
||||
};
|
||||
}
|
||||
// 首页数据统计
|
||||
export const getDashboardData = `/home-page/workspaces`
|
||||
|
||||
Reference in New Issue
Block a user