Add auto publish to tool management

This commit is contained in:
2024-02-04 01:56:17 +08:00
parent 522347060c
commit 524b57ed8b
4 changed files with 117 additions and 34 deletions

4
src/global.d.ts vendored
View File

@@ -593,3 +593,7 @@ interface ToolManagementGetParam extends PageParam {
searchValue?: string
searchRegex?: boolean
}
interface ToolManagementPassParam {
dist: string
}