()
| 929 | |
| 930 | // 选中所有页 |
| 931 | function selectAllPagesAction() { |
| 932 | selectAllPages = true; |
| 933 | updateBatchButtons(); |
| 934 | renderSelectAllBanner(); |
| 935 | } |
| 936 | |
| 937 | async function pauseActiveBatchTasks() { |
| 938 | const tasks = getPausableBatchTasks(); |
nothing calls this directly
no test coverage detected