新增 Telegram 首次登入自動安裝與 Ventoy menu_tip 提示;ProductKey 改用 Win11/10 Pro GVLK

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-23 08:47:53 +08:00
parent e106d749c7
commit 3b03f376b7
6 changed files with 79 additions and 13 deletions

View File

@@ -62,6 +62,8 @@ cp unattend.xml /Volumes/Ventoy/ventoy/script/unattend.xml
**多個 ISO / 多套範本**`ventoy.json``auto_install` 是陣列,每個 ISO 一條目;`template` 也可以是陣列,開機時 Ventoy 會顯示選單讓你挑。
**選單上的提示文字**`ventoy.json` 可加一個 `menu_tip` 區塊,光標停在某個 ISO 時,畫面下方會顯示該 ISO 對應的一行說明([Ventoy 文件](https://www.ventoy.net/en/plugin_menutip.html))。本 repo 的 `ventoy.json` 範例已示範單一 tip實機部署版本`DEPLOY.md`)會對每個 ISO 寫明「自動安裝流程+會清碟+預設帳密」作為開機前最後提醒。`tip` 是單行的,不支援 `\n`
驗證USB 插上目標機開機 → Ventoy 選單選 ISO → 如果 `ventoy.json` 寫對畫面會出現「Select Auto Install Template」→ 選 `unattend.xml`
---