Compare commits

...

2 Commits

Author SHA1 Message Date
340a58fc17 update
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
2026-05-21 19:55:39 -06:00
a2e8c6b274 update 2026-05-21 19:55:26 -06:00

View File

@@ -1,5 +1,5 @@
import http from "utils/http"
import {
import type {
AdminProblem,
Announcement,
AnnouncementEdit,
@@ -48,6 +48,8 @@ export async function getProblemList(
username: result.created_by.username,
create_time: result.create_time,
visible: result.visible,
difficulty: result.difficulty,
tags: result.tags,
})),
total: res.data.total,
}