Add icon to tool create

This commit is contained in:
2024-01-26 17:30:37 +08:00
parent 5fb4cfe55d
commit 988f759901
3 changed files with 65 additions and 1 deletions

3
src/global.d.ts vendored
View File

@@ -529,6 +529,7 @@ interface ToolVo {
id: string
name: string
toolId: string
icon: string
description: string
baseId: string
author: UserInfoVo
@@ -540,6 +541,7 @@ interface ToolVo {
dist: ToolDataVo
publish: boolean
review: number
publishTime: string
createTime: string
updateTime: string
}
@@ -547,6 +549,7 @@ interface ToolVo {
interface ToolCreateParam {
name: string
toolId: string
icon: string
description: string
ver: string
templateId: string