diff --git a/console-ui/public/portal/index.html b/console-ui/public/portal/index.html
index cd34fbc..2ed0b05 100644
--- a/console-ui/public/portal/index.html
+++ b/console-ui/public/portal/index.html
@@ -689,8 +689,13 @@ function taipeiMonthDay(ms) { var d = new Date(ms + TAIPEI_OFFSET_MS); return {
el.innerHTML = '還差 ' + (3 - (s.daemon?1:0) - (s.config?1:0) - (s.key?1:0)) + ' 步,安裝就真的完成了'
+ row(s.daemon, 'daemon',
'下載同步小幫手(把資料夾變成知識庫)
'
- + '下載 Mac 版'
- + '(封測版未簽章,第一次請右鍵→打開)')
+ + (daemonUrl
+ ? '下載 Mac 版'
+ + '(封測版未簽章,第一次請右鍵→打開)'
+ // 誠實降級(leo 判準:按了連到錯的機制=不友善):沒有可用下載點時
+ // 不放死連結,說明現況並讓這步可手動打勾,不卡住清單。
+ : '封測期由我們直接寄給你安裝檔(Mac 版);'
+ + '收到後回來按 我已經裝好了。'))
+ row(s.config, 'config',
'下載設定檔 放到 ~/.arcrun-rag/config.json
'
+ '下載 config.json')