feat: 修复停止逻辑

This commit is contained in:
祁连海
2026-04-17 23:29:10 +08:00
parent adf0cccd77
commit 73f9deb53e
12 changed files with 460 additions and 63 deletions
+4
View File
@@ -98,6 +98,10 @@ function fillInput(input, value) {
async function humanPause() {}
async function sleep() {}
function throwIfStopped() {}
function isStopError() {
return false;
}
function log(message, level = 'info') {
logs.push({ message, level });