2026-05-12

This commit is contained in:
2026-05-12 13:01:04 +08:00
parent b20da3cd06
commit 80fa90177d
12340 changed files with 2089722 additions and 0 deletions

View File

@@ -0,0 +1 @@
import{b as r,g as a,d as t,p as s}from"./index-BUj-isDj.js";const d={getPage:e=>a("/exam/page",e),getById:e=>a(`/exam/${e}`),create:e=>r("/exam",e),update:e=>s("/exam",e),delete:e=>t(`/exam/${e}`),getMyExams:()=>a("/exam/my"),startExam:e=>r(`/exam/${e}/start`,null),getExamPaper:e=>a(`/exam/record/${e}/paper`),saveAnswers:e=>r("/exam/record/save",e),submitExam:e=>r("/exam/record/submit",e),getRecordDetail:e=>a(`/exam/record/${e}`),getMyRecords:e=>a(`/exam/${e}/my-records`),getExamRecords:e=>a(`/exam/${e}/records`),getPendingReview:e=>a(`/exam/${e}/records/pending-review`),submitReview:(e,m)=>r(`/exam/record/${e}/review`,m)};export{d as e};