为比赛添加标签

This commit is contained in:
2024-07-02 20:06:50 +08:00
parent 922fc61ead
commit 60c1a495f2
7 changed files with 43 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ export function getContestList(query: {
limit: number
keyword: string
status: string
tag: string
}) {
return http.get("contests", { params: query })
}