Files
WindowsMusicPlayer-TheUntam…/CONTRIBUTING.md
2026-01-22 14:09:05 +08:00

43 lines
990 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div align="center">
[English](Docs/CONTRIBUTING-en.md) | [中文](CONTRIBUTING.md)
</div>
# 开发环境配置指南
## 系统要求
- **操作系统**Windows 10 22H2内部版本 19041或更高版本
- **开发工具**Visual Studio 2026社区版即可
## 开发环境设置
### 1. 安装 Visual Studio 组件
安装 Visual Studio 2026 时,请勾选以下工作负载:
- **WinUI 应用程序开发**
![Visual Studio 组件安装图](/Docs/Images/VisualStudioComponent.png)
### 2. 克隆项目源码
使用 Git 克隆本项目到本地:
```bash
git clone https://github.com/LanZhan-Harmony/WindowsMusicPlayer-TheUntamedMusicPlayer.git
```
### 3. 在 Visual Studio 中打开项目
在 Visual Studio 中打开 `UntamedMusicPlayer.slnx` 文件。
### 4. 还原 NuGet 包
等待 Visual Studio 自动还原 NuGet 依赖包。
### 5. 编译并运行
点击工具栏中的"**▶ Untamed Music Player (Package)**"按钮开始调试和运行应用程序。