feat: 新增一键构建脚本 (v2.0.1)
- 添加 build.ps1 PowerShell 构建脚本 - 添加 build.bat 批处理入口(双击一键构建) - 支持 Debug/Release 配置切换 - 支持自包含模式发布 - 自动检测 .NET SDK、清理输出、编译打包
This commit is contained in:
@@ -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">#1A1A2E</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>
|
||||
|
||||
<!-- ===== 圆角参数 ===== -->
|
||||
<!-- 标准圆角半径 -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
<!-- ===== 圆角参数 ===== -->
|
||||
<!-- 标准圆角半径 -->
|
||||
|
||||
Reference in New Issue
Block a user