删除 spj
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-11 23:35:41 +08:00
parent 33aca892f4
commit d7316d4681
4 changed files with 0 additions and 20 deletions

View File

@@ -134,7 +134,6 @@ export async function uploadImage(file: File): Promise<string> {
export function uploadTestcases(file: File) {
const form = new window.FormData()
form.append("file", file)
form.append("spj", "false")
return http.post<TestcaseUploadedReturns>("admin/test_case", form, {
headers: { "content-type": "multipart/form-data" },
})