Feat(ToolRepository): Add favorite tool list

Add favorite tool list to user tool repository
This commit is contained in:
2024-04-28 15:24:23 +08:00
parent 497fb28b5d
commit aa96359f46
7 changed files with 260 additions and 103 deletions

2
src/global.d.ts vendored
View File

@@ -650,7 +650,7 @@ interface ToolStoreGetParam extends PageParam {
}
interface ToolFavoriteAddRemoveParam {
username: string
authorId: string
toolId: string
platform: Platform
}