mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
<img width="3190" height="208" alt="07832262dcc66157005c08cc95a03fd1" src="https://github.com/user-attachments/assets/84630506-c595-4999-ac7b-9c79f200bb16" /> <img width="1753" height="91" alt="b8ee23114f21ed1047697a77e713f1e5" src="https://github.com/user-attachments/assets/6d781864-9c65-4774-85c7-8c22a1210285" /> 完整包体积 +67 M 更新包第一次也会大差不多这么多,后面因为增量的原因不会影响 ## Summary by Sourcery 记录迁移到自包含(self-contained)的 .NET 部署方式,并相应更新运行时和操作系统支持要求。 新功能: - 通过自包含部署,将 .NET 运行时打包进 Windows GUI 构建中,从而不再需要单独安装 .NET。 增强改进: - 在所有支持的语言中明确说明:安装时仅需要 Visual C++ 运行时,因为 .NET 现在已随程序一同提供。 - 更新 Linux/Wine 使用文档,以反映 Windows 构建已包含 .NET 运行时这一事实。 - 重新措辞操作系统支持说明,解释由于运行时和系统组件依赖,MAA 需要 Windows 10 或更高版本。 构建: - 调整 WPF GUI 项目和依赖设置脚本以使用自包含发布模式,并停止安装外部的 .NET Desktop Runtime。 文档: - 更新所有语言的常见问题(FAQ)、安装说明和新手指南,使其与新的自包含部署方式和运行时要求保持一致。 <details> <summary>Original summary in English</summary> ## Summary by Sourcery Document the switch to self-contained .NET deployment and update runtime and OS support requirements accordingly. New Features: - Bundle the .NET runtime into the Windows GUI build via self-contained deployment to remove the need for a separate .NET installation. Enhancements: - Clarify across all supported languages that only the Visual C++ runtime is required at install time, as .NET is now included. - Update Linux/Wine usage docs to reflect that the Windows build already contains the .NET runtime. - Reword OS support notes to explain that MAA requires Windows 10 or later due to its runtime and system component dependencies. Build: - Adjust the WPF GUI project and dependency setup script to use self-contained publish mode and stop installing the external .NET Desktop Runtime. Documentation: - Refresh FAQ, installation, and newbie guides in all languages to match the new self-contained deployment and runtime requirements. </details>