From 5275fc7b5e1ae9fac0f6834d835026fd20f28b85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:20:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20address=20code=20review=20=E2=80=94=20im?= =?UTF-8?q?prove=20error=20comments=20and=20skeleton=20alert=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- scripts/update-readme-bulletin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-readme-bulletin.js b/scripts/update-readme-bulletin.js index 5e444fc9..c2cfd0aa 100644 --- a/scripts/update-readme-bulletin.js +++ b/scripts/update-readme-bulletin.js @@ -768,7 +768,7 @@ function buildReadmeSkeleton() { ### 🤖 铸渊自动提醒 -> 🟢 **系统已自愈** · README 首页已自动恢复 +> 🟢 **今日无需冰朔手动干预** · 系统一切正常 --- @@ -884,7 +884,7 @@ async function main() { console.log(`✅ 从 git 历史 (${sha}) 恢复了 README.md 首页结构`); break; } - } catch { /* skip */ } + } catch { /* commit inaccessible or corrupt, skip */ } } if (!restored) { console.log('⚠️ 无法从 git 历史恢复,使用内置骨架模板重建首页');