feat: 新增一键构建脚本 (v2.0.1)

- 添加 build.ps1 PowerShell 构建脚本
- 添加 build.bat 批处理入口(双击一键构建)
- 支持 Debug/Release 配置切换
- 支持自包含模式发布
- 自动检测 .NET SDK、清理输出、编译打包
This commit is contained in:
miao-moe
2026-06-28 07:14:37 +00:00
parent 8dd1eed519
commit bb0c8832a0
41 changed files with 811 additions and 38 deletions

View File

@@ -5,7 +5,8 @@
-->
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:System="clr-namespace:System;assembly=mscorlib">
<!-- ===== 颜色定义 ===== -->
<Color x:Key="BackgroundColor">#F5F5F7</Color>
@@ -68,9 +69,9 @@
<!-- ===== 动画参数 ===== -->
<!-- 标准动画时长(毫秒) -->
<System:Duration x:Key="AnimationDuration">0:0:0.300</System:Duration>
<Duration x:Key="AnimationDuration">0:0:0.300</Duration>
<!-- 快速动画时长(毫秒) -->
<System:Duration x:Key="FastAnimationDuration">0:0:0.200</System:Duration>
<Duration x:Key="FastAnimationDuration">0:0:0.200</Duration>
<!-- ===== 圆角参数 ===== -->
<!-- 标准圆角半径 -->