refactor flows into canonical runtime architecture

This commit is contained in:
QLHazyCoder
2026-05-21 07:21:34 +08:00
parent e2485d2e64
commit a7b35ee11a
167 changed files with 9034 additions and 3032 deletions
+2 -2
View File
@@ -311,10 +311,10 @@ async function runAutoSequenceFromStep() {
10: 'completed',
}),
tabRegistry: {
'signup-page': { tabId: 88, ready: true },
'openai-auth': { tabId: 88, ready: true },
},
sourceLastUrls: {
'signup-page': 'https://auth.openai.com/authorize',
'openai-auth': 'https://auth.openai.com/authorize',
},
};
}