feat: 更新注册流程,替换确保注册入口页面就绪的逻辑为打开注册标签页,并调整文档描述以反映新逻辑

This commit is contained in:
祁连海
2026-04-17 23:03:21 +08:00
parent a41fde45c8
commit adf0cccd77
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -5,12 +5,12 @@
const {
addLog,
completeStepFromBackground,
ensureSignupEntryPageReady,
openSignupEntryTab,
} = deps;
async function executeStep1() {
await addLog('步骤 1:正在打开 ChatGPT 官网...');
await ensureSignupEntryPageReady(1);
await openSignupEntryTab(1);
await completeStepFromBackground(1, {});
}