From af77e439aec714fb44180ea5089aba0f0ab9a970 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Tue, 14 Apr 2026 15:40:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E6=A0=BC=E5=BC=8F=E8=A6=81=E6=B1=82=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E7=94=A8=E6=88=B7=E8=BE=93=E5=85=A5=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/AI版本发布标准流程.md | 2 +- sidepanel/sidepanel.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/AI版本发布标准流程.md b/docs/AI版本发布标准流程.md index fc664c1..13d0e9a 100644 --- a/docs/AI版本发布标准流程.md +++ b/docs/AI版本发布标准流程.md @@ -73,7 +73,7 @@ if (-not (Test-Path $GH)) { } $Repo = 'QLHazyCoder/codex-oauth-automation-extension' -$TargetVersion = '<用户指定的版本号,例如 6.5.0>' +$TargetVersion = '<用户指定的版本号,但是必须按照版本标准写,v+x.x.x。比如: v6.5.0>' $TargetTag = "v$TargetVersion" $ManifestPath = 'manifest.json' ``` diff --git a/sidepanel/sidepanel.js b/sidepanel/sidepanel.js index 6cc72da..f2dd2b0 100644 --- a/sidepanel/sidepanel.js +++ b/sidepanel/sidepanel.js @@ -767,10 +767,6 @@ function renderScheduledAutoRunInfo() { ? `${countdown.note ? `${countdown.note},` : ''}剩余 ${formatCountdown(remainingMs)}` : '倒计时即将结束,正在准备继续...'; return; - autoScheduleTitle.textContent = '已计划自动运行'; - autoScheduleMeta.textContent = remainingMs > 0 - ? `计划于 ${formatScheduleTime(currentAutoRun.scheduledAt)} 开始,剩余 ${formatCountdown(remainingMs)}` - : '倒计时即将结束,正在准备启动...'; } function syncScheduledCountdownTicker() {