From 6107ecc2db1be3cc2bb4d158fa5e57e339826168 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Thu, 12 Feb 2026 10:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E7=89=88=E6=9C=AC2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BuildTime.ps1 | 2 +- BuildTime.txt | 2 +- GitCommit.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BuildTime.ps1 b/BuildTime.ps1 index cf10aba..efaecc7 100644 --- a/BuildTime.ps1 +++ b/BuildTime.ps1 @@ -1,3 +1,3 @@ $buildTime = Get-Date -Format "yyyy-MM-dd HH:mm:ss" -$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding UTF8 +$buildTime | Out-File -FilePath "BuildTime.txt" -Encoding ASCII -NoNewline Write-Host "Build time written to BuildTime.txt: $buildTime" diff --git a/BuildTime.txt b/BuildTime.txt index d2aaee1..9e7cfef 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-12 00:49:53 +2026-02-12 10:39:20 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index d60a22b..820c117 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -269c61f \ No newline at end of file +f19cad7 \ No newline at end of file