feat(runtime): prepare safe context checkpoints
This commit is contained in:
@@ -28,9 +28,10 @@ git -C .\lapp-rs checkout 5ba3c659e1536ec4bee16340faca603940a5cb17
|
||||
|
||||
还需预先安装 Windows 的 Tauri 2 原生开发依赖、Microsoft C++ Build Tools、WebView2、
|
||||
Git、rustup、Rust 1.96.0 MSVC host(含 `rustfmt` 和 `clippy`)、Node.js 24+,以及
|
||||
`package.json` 指定版本的 pnpm。脚本只检查它们,不会自动安装或升级工具链。下文使用
|
||||
PowerShell 7 的 `pwsh`;脚本也只使用 Windows PowerShell 5.1 支持的语法,可将
|
||||
`pwsh` 换成 `powershell.exe`。
|
||||
`package.json` 指定版本的 pnpm。脚本会通过 `vswhere` 自动载入 x64 C++ 开发环境并
|
||||
检查 `cl.exe`、`link.exe` 与 `rc.exe`,但不会自动安装或升级工具链。下文使用 PowerShell
|
||||
7 的 `pwsh`;脚本也只使用 Windows PowerShell 5.1 支持的语法,可将 `pwsh` 换成
|
||||
`powershell.exe`。
|
||||
|
||||
## 2. 跑机械门禁
|
||||
|
||||
|
||||
Reference in New Issue
Block a user