feat: 移除CPA回调相关逻辑,固定为步骤9,更新文档以反映新流程
This commit is contained in:
@@ -114,9 +114,6 @@ async function executeStepAndWait(step) {
|
||||
async function getTabId() {
|
||||
return 1;
|
||||
}
|
||||
function shouldSkipLoginVerificationForCpaCallback() {
|
||||
return false;
|
||||
}
|
||||
async function invalidateDownstreamAfterStepRestart(step, options = {}) {
|
||||
events.invalidations.push({ step, options });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user