添加一言

This commit is contained in:
2025-05-10 23:50:58 +08:00
parent 805cbac1ff
commit 0b235e5913
9 changed files with 104 additions and 64 deletions

View File

@@ -231,4 +231,4 @@ export function refreshUserProblemDisplayIds() {
export function getMetrics(userid: number) {
return http.get("metrics", { params: { userid } })
}
}