* @description 渲染答题按钮
()
| 306 | * @description 渲染答题按钮 |
| 307 | */ |
| 308 | async function renderExamBtn() { |
| 309 | const titles = await $_('.title'); |
| 310 | if (titles.length) { |
| 311 | // 插入节点 |
| 312 | titles[0].parentNode?.insertBefore(ExamBtn().ele, titles[0].nextSibling); |
| 313 | } |
| 314 | } |
| 315 | /** |
| 316 | * @description 渲染面板 |
| 317 | * @returns |
no test coverage detected