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{g as t,p as s,d as i,b as o}from"./index-BUj-isDj.js";const n={getPage:e=>t("/exam/question/page",e),getById:e=>t(`/exam/question/${e}`),create:e=>o("/exam/question",e),update:e=>s("/exam/question",e),delete:e=>i(`/exam/question/${e}`),publish:e=>s(`/exam/question/${e}/publish`,null),offline:e=>s(`/exam/question/${e}/offline`,null),listByCategory:e=>t(`/exam/question/published/category/${e}`),listByDepartment:(e,a)=>t(`/exam/question/published/department/${e}`,a?{type:a}:void 0)};export{n as q};