Add tool edit page

This commit is contained in:
2024-01-31 18:07:16 +08:00
parent d6ff952596
commit 28140543c4
11 changed files with 254 additions and 22 deletions

2
src/global.d.ts vendored
View File

@@ -540,7 +540,7 @@ interface ToolVo {
dist: ToolDataVo
entryPoint: string
publish: string
review: 'NONE' | 'PASS' | 'REJECT'
review: 'NONE' | 'PROCESSING' | 'PASS' | 'REJECT'
createTime: string
updateTime: string
}