優化應用 APP 新增、編輯邏輯
This commit is contained in:
@@ -14,6 +14,8 @@ export interface App {
|
||||
githubUrl?: string;
|
||||
docsUrl?: string;
|
||||
version: string;
|
||||
icon?: string;
|
||||
iconColor?: string;
|
||||
likesCount: number;
|
||||
viewsCount: number;
|
||||
rating: number;
|
||||
@@ -102,6 +104,10 @@ export interface AppCreateRequest {
|
||||
githubUrl?: string;
|
||||
docsUrl?: string;
|
||||
version?: string;
|
||||
creator?: string;
|
||||
department?: string;
|
||||
icon?: string;
|
||||
iconColor?: string;
|
||||
}
|
||||
|
||||
export interface AppUpdateRequest {
|
||||
@@ -117,6 +123,8 @@ export interface AppUpdateRequest {
|
||||
githubUrl?: string;
|
||||
docsUrl?: string;
|
||||
version?: string;
|
||||
icon?: string;
|
||||
iconColor?: string;
|
||||
}
|
||||
|
||||
export interface AppFileUpload {
|
||||
|
Reference in New Issue
Block a user