宣布 Tauri 移动版 Alpha 版本发布

Tauri 移动版来了!首个 alpha 版本 2.0.0-alpha.0 已经发布。
🌐 Tauri mobile is here! The first alpha release 2.0.0-alpha.0 has been published.
🌐 Updating dependencies
请确保将 NPM 和 Cargo 的依赖都更新到 2.0.0-alpha.0 版本。你可以使用以下方式更新依赖:
🌐 Make sure to update both NPM and Cargo dependencies to the 2.0.0-alpha.0 release. You can update the dependencies with:
npm install @tauri-apps/cli@next @tauri-apps/api@nextyarn upgrade @tauri-apps/cli@next @tauri-apps/api@nextpnpm update @tauri-apps/cli@next @tauri-apps/api@nextcargo add tauri@2.0.0-alpha.0cargo add tauri-build@2.0.0-alpha.0 --buildcargo install tauri-cli --version "^2.0.0-alpha" --locked🌐 Preview
你可以将现有的桌面应用改造成在移动设备上运行,或者开始一个全新的项目。Tauri 会在连接的设备上运行,或者如果可用,会启动一个模拟器。
🌐 You can adapt your existing desktop application to run on mobile or start a fresh project. Tauri runs on the connected device or starts an emulator if available.

🌐 Getting started
请阅读 next 文档网站 上的完整指南。
🌐 Read the complete guide on the next documentation website.
🌐 Known issues
- TLS 支持已被移到一个 Cargo 功能之后,直到我们弄清楚如何在 Windows 上交叉编译 OpenSSL。
- 使用 Xcode 14 时,不支持在设备上运行。
Tauri 中文网 - 粤ICP备13048890号
Nodejs.cn 旗下网站