From 57f4d94d0a566637a3a0b0eabbeb1c2b6f102d94 Mon Sep 17 00:00:00 2001 From: admin_gitea Date: Fri, 26 Jun 2026 06:07:45 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index d49280c..0000000 --- a/README.md +++ /dev/null @@ -1,45 +0,0 @@ -# YMhut Box - -YMhut Box is now a native Windows toolbox built with **C# + .NET + WinUI 3**. - -## Project Layout - -- `src/box-winUI/` - WinUI 3 application shell, pages, services, packaging manifest -- `src/YMhut.Box.Core/` - settings, logging, HTTP/API, tool catalog and tool execution logic -- `src/YMhut.Box.Tests/` - MSTest unit tests for services, settings, catalog and tools -- `assets/` - icons, fonts, images and local reference data -- `installer/ymhut_box_winui.iss` - Inno Setup installer script -- `scripts/build-winui.ps1` - publish, MSIX and installer build pipeline -- `plan/` - migration plan and per-stage status - -## Build - -```bat -build.bat --target=publish -build.bat --target=msix -build.bat --target=both -``` - -Build outputs are written to: - -- `build/winui/publish/` -- `latest/` -- `installer_output/` - -The MSIX path uses a local self-signed certificate for sideloading. The EXE installer uses Inno Setup when `ISCC.exe` is installed or available on `PATH`. - -## Test - -```bat -dotnet restore YMhut.Box.Native.sln --configfile NuGet.Config --ignore-failed-sources -dotnet build src\box-winUI\YMhut.Box.WinUI.csproj -c Debug -p:Platform=x64 --no-restore -dotnet test src\YMhut.Box.Tests\YMhut.Box.Tests.csproj -c Debug --no-restore -``` - -## Release Baseline - -- Self-contained `win-x64` -- MSIX + classic EXE installer -- App Installer update metadata -- Native WinUI pages for browser and media playback -- Tool catalog and execution fully registered in C#/.NET