Finish tool edit page

This commit is contained in:
2024-02-01 16:52:53 +08:00
parent 28140543c4
commit 2b566aeb85
10 changed files with 479 additions and 68 deletions

10
src/global.d.ts vendored
View File

@@ -560,3 +560,13 @@ interface ToolUpgradeParam {
toolId: string
ver: string
}
interface ToolUpdateParam {
id: string
name?: string
icon?: string
description?: string
keywords?: string[]
categories?: string[]
source?: string
}