dev #65

Merged
wangzhongjie merged 71 commits from dev into main 2025-06-17 17:32:26 +08:00
Showing only changes of commit ce3a1e86a6 - Show all commits

View File

@ -3747,7 +3747,7 @@ export default class Judge {
//监听远程终止考试
globalThis.udpEvent.onStopExam(async () => {
const config392 = (this.judgeUI.judgeConfigObj['392'] || [20,'81']).split(',');
const config392 = (this.judgeUI.judgeConfigObj['392'] || '20,81').split(',');
this.setJudgeMark(config392[0]*1, config392[1], 2);
})