mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-07-12 16:01:56 +08:00
docs(portable): 冒烟脚本注明正式验收工具在 clawpanel-portable 仓库
面板内脚本定位为开发自测;U 盘版打包/写盘/验收统一走专用仓库 clawpanel-portable 的 scripts/verify-windows.ps1,避免工具重复维护。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 面板仓库内的便携布局冒烟测试(开发自测用)。
|
||||
# U 盘版的正式打包 / 写盘 / 验收工具在专用仓库 clawpanel-portable
|
||||
# (https://github.com/qingchencloud/clawpanel-portable,本地 D:\Data\PC\clawpanel-portable),
|
||||
# 正式验收请用其 scripts/verify-windows.ps1。
|
||||
param(
|
||||
# 模拟模式:用 subst 虚拟盘符 + 桩 CLI(默认,无副作用,用于 CI/本机快速验证布局约定)
|
||||
[string]$DriveLetter = "",
|
||||
|
||||
Reference in New Issue
Block a user