From 69434d67eed960e26edc9382b4760fa10f3edeff Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Wed, 22 Apr 2026 20:09:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E9=80=89=E9=A1=B9=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=2010=20=E7=AD=96=E7=95=A5=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- sidepanel/sidepanel.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 43468ac..3589b79 100644 --- a/README.md +++ b/README.md @@ -639,9 +639,9 @@ Step 8 默认要求当前认证页已经处于登录验证码页。 - 步骤 10 会拒绝任何不是真实 `/auth/callback`,或缺少 `code` / `state` 的本地回调地址 - 成功后的清理只会针对 `/auth` 这一类真实回调标签页,不会再泛化清理任意 localhost 路径 -- 侧边栏可切换“本地 CPA”策略,默认是 `全部回调` -- 选择 `全部回调` 时,即使 CPA 部署在本地,也会执行步骤 10 -- 选择 `跳过第10步` 时,仅当本地 CPA 且步骤 9 已拿到回调地址时,才会直接跳过步骤 10 +- 侧边栏可切换“回调方式”,默认是 `服务器部署` +- 选择 `服务器部署` 时,即使 CPA 部署在本地,也会执行步骤 10 +- 选择 `本地部署` 时,仅当本地 CPA 且步骤 9 已拿到回调地址时,才会直接跳过步骤 10 回到 CPA 面板: diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 6b99430..835ae4b 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -164,10 +164,10 @@
- 本地 CPA -
- - + 回调方式 +
+ +