构建版本1

This commit is contained in:
2026-02-12 00:53:29 +08:00
parent 269c61ffdb
commit f19cad7f3a
7 changed files with 47 additions and 2 deletions

3
BuildTime.ps1 Normal file
View File

@@ -0,0 +1,3 @@
$buildTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding UTF8
Write-Host "Build time written to BuildTime.txt: $buildTime"