MCPcopy
hub / github.com/ocsjs/ocsjs / startAtFirst

Function startAtFirst

packages/scripts/src/projects/cx.ts:485–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483
484 // 点击第一个章节
485 function startAtFirst() {
486 const texts = $$el('.course_section .chapterText');
487 if (texts.length) {
488 texts[0].click();
489 }
490 }
491 }
492 }),
493 /**

Callers 1

oncompleteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected