style(MainWindow.xaml): 调整 StackPanel 的 Margin 值以优化布局

ci(build.yml): 修改版本号生成规则,添加 alpha 前缀
This commit is contained in:
Lannamokia
2025-08-08 15:30:17 +08:00
parent 0183560f00
commit 852bf8d124
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
$version = "$version-pr${{ github.event.number }}"
} else {
$shortSha = $env:GITHUB_SHA.Substring(0, 7)
$version = "$version-$shortSha"
$version = "$version-alpha$shortSha"
}
echo "version=$version" >> $env:GITHUB_OUTPUT
echo "Version: $version"