Refactor workflow auto-run to node graph

This commit is contained in:
QLHazyCoder
2026-05-15 17:41:35 +08:00
parent f6f804f1a2
commit 81fc40706a
76 changed files with 4028 additions and 1453 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
const {
addLog,
chrome,
completeStepFromBackground,
completeNodeFromBackground,
ensureContentScriptReadyOnTabUntilStopped,
getTabId,
isTabAlive,
@@ -1433,7 +1433,7 @@
}
await setState({ plusGoPayApprovedAt: Date.now() });
await completeStepFromBackground(8, {
await completeNodeFromBackground('paypal-approve', {
plusGoPayApprovedAt: Date.now(),
});
}