From 9d5e454c40111e4c6d4487140a5cd7558cdf5cab Mon Sep 17 00:00:00 2001 From: qtaxm <17772864223@163.com> Date: Fri, 10 Apr 2026 21:28:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E6=9B=B4=E6=96=B0=E5=88=B0=20?= =?UTF-8?q?v4.6,=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd287f7..40976e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GLM Coding 抢购助手 v4.5 +# GLM Coding 抢购助手 v4.6 智谱 GLM Coding Plan 限时抢购自动化脚本(Tampermonkey 油猴脚本) @@ -87,6 +87,12 @@ ## 更新日志 +### v4.6 (2026-04-10) +- **修复** 支付弹窗不弹出 — 根因: 前端 `payComponent.isServerBusy=true` 阻止 `payPreviewFn` 发请求 +- **新增** `patchSoldOut` 增加 `isServerBusy` 拦截(JSON.parse 层) +- **新增** `patchVueServerBusy` 兜底:定时扫描 Vue 组件树,直接 patch `isServerBusy=false` +- **新增** `forcePayDialog` 兜底:抢购成功 1.5s 后若弹窗未出现,直接设置 Vue `payDialogVisible=true` + ### v4.5 (2026-04-10) - **修复** `findBuyButton` 找错按钮(匹配到"即刻订阅"导航按钮),优先找 `buy-btn` 类按钮