Update web/hooks/use-query-params.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
yyh 2025-12-27 12:32:43 +08:00 committed by GitHub
parent 7b68159fab
commit d048c7bd86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ export function useAccountSettingModal<T extends string = string>() {
export type MarketplaceFilters = {
q: string // search query
category: string // plugin category
tags: string[] // comma-separated tags
tags: string[] // array of tags
}
/**