开发环境
系统要求
- Windows 10 版本 1903 及以上
- Visual Studio 2022 / Rider / VS Code(任选其一)
- .NET SDK 9.0
获取源码
bash
git clone https://github.com/SaltedDoubao/DesktopMemo.git
cd DesktopMemo构建与运行
powershell
dotnet restore DesktopMemo.sln
dotnet build DesktopMemo.sln --configuration Debug
dotnet run --project src/DesktopMemo.App/DesktopMemo.App.csproj --configuration Debug若你未更改版本号,构建前建议清空
artifacts/vX.X.X目录,避免残留文件导致重复生成/编译问题(详见 贡献指南)。
最后更新:2025-12-26