MCPcopy
hub / github.com/ocsjs/ocsjs / checkUniTestIsDone

Function checkUniTestIsDone

packages/scripts/src/projects/unipus/exploration.ts:1213–1219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1211}
1212
1213function checkUniTestIsDone() {
1214 // 判断已经完成
1215 if ($el('.question-common-course-page')?.innerText.includes('答题小结')) {
1216 return true;
1217 }
1218 return false;
1219}
1220
1221// function waitForMessageContinue() {
1222// return new Promise<void>((resolve, reject) => {

Callers 1

jobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected