feat(runtime): prepare safe context checkpoints

This commit is contained in:
2026-07-29 08:46:23 +08:00
parent d0612b399c
commit b6600c1f06
64 changed files with 2552 additions and 187 deletions
+4 -3
View File
@@ -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. 跑机械门禁