From 7a9a5b8dfa17e107e598edd4bda4e9143ab96fc5 Mon Sep 17 00:00:00 2001 From: bookworm Date: Mon, 27 Apr 2026 20:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(v3.2.0):=20GitUrl=20=E6=8C=87=E5=90=91?= =?UTF-8?q?=E5=B7=B2=E5=88=A0=E4=BB=93=E5=BA=93=20=E2=86=92=20bookworm-sma?= =?UTF-8?q?rt-assistant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - $GitUrl bookworm-portable-config.git → bookworm-smart-assistant.git - 旧仓已删除导致用户安装 [3/7] clone 失败 - EXE 重新打包含此修复 Co-Authored-By: Claude Opus 4.6 (1M context) --- Bookworm-Setup.exe | Bin 240128 -> 240128 bytes auto-setup.ps1 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Bookworm-Setup.exe b/Bookworm-Setup.exe index b767293488845a8eb666dfb8af4bd9499eb0563c..98cbce051c36b7f6217b48c76e5374917c6461ac 100644 GIT binary patch delta 166 zcmV;X09pTl)DD2u4v>ffWm=Jnb`G4<0sv0{0002s0s#2&ks%Y4Ap!3J6q6AG69Yp$ z0+#``0x7dl0)Q$3KeN#+hY*)LKmrdcE@x?UA|N0mAa*k@GCCmVyPxE^fa!&e=e@4v zyOZU*lOQN?bz*F3V=04(J%@-r0k?=f0)s2J3~2)FLJ+Pu*)DYhdqkOive$#r!o0T# UtOAS(0mPS;v;sA^(zF6D^?%er^#A|> delta 170 zcmV;b09F5h)DD2u4v>ffzc`VKb`F%%0svP40002s0s#2&ks%Y4Ap!3J43iN869YOt z0+#``0x7dl0)Q$3HnY(zhY&DuZ*p{DVr*qCV{dL|X=g5HX>=kWAR{1lGcGVXAn1g# z=9Q1-h=%2lk>tCR<+_uDkv)fzJps3oJpzL(w-ads?LrVJDI)fmntevEUW?I9#g%op Y5Uc`>2m!p8owNcqkt_(e(zF6D^~l*mv;Y7A diff --git a/auto-setup.ps1 b/auto-setup.ps1 index 216c08a..2f2ac6e 100644 --- a/auto-setup.ps1 +++ b/auto-setup.ps1 @@ -76,7 +76,7 @@ $ScriptDir = if ($PSScriptRoot) { } $ClaudeDir = Join-Path $env:USERPROFILE ".claude" $BackupDir = Join-Path $env:USERPROFILE ".claude.bw-backup" -$GitUrl = "https://code.letcareme.com/bookworm/bookworm-portable-config.git" # v3.0: 脱敏分发仓库 +$GitUrl = "https://code.letcareme.com/bookworm/bookworm-smart-assistant.git" # v3.2: 统一配置仓库 (public) $BootUrl = "https://code.letcareme.com/bookworm/bookworm-boot.git" $BootDir = Join-Path $ScriptDir "bookworm-boot" $SecretsEnc = Join-Path $BootDir "secrets.enc"