From f2f198f55d510c0827618626d7cce4e2a9b46d50 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Thu, 16 Apr 2026 17:40:43 +0800 Subject: [PATCH] chore(release): bump version to v10.2.0 Co-Authored-By: Claude Opus 4.6 --- background.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index a8fe58a..7b6f5a2 100644 --- a/background.js +++ b/background.js @@ -209,7 +209,7 @@ const PERSISTED_SETTING_DEFAULTS = { const PERSISTED_SETTING_KEYS = Object.keys(PERSISTED_SETTING_DEFAULTS); const SETTINGS_EXPORT_SCHEMA_VERSION = 1; const SETTINGS_EXPORT_FILENAME_PREFIX = 'multipage-settings'; -const STEP6_PRE_LOGIN_COOKIE_CLEAR_DELAY_MS = 10000; +const STEP6_PRE_LOGIN_COOKIE_CLEAR_DELAY_MS = 25000; const PRE_LOGIN_COOKIE_CLEAR_DOMAINS = [ 'chatgpt.com', 'chat.openai.com', diff --git a/manifest.json b/manifest.json index 6feb69c..811e011 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "多页面自动化", - "version": "10.0.0", + "version": "10.2.0", "description": "用于自动执行多步骤 OAuth 注册流程", "permissions": [ "sidePanel",