上传文件至 /

This commit is contained in:
2025-10-13 18:17:54 +08:00
parent a5cb390129
commit f7a280029f
13 changed files with 1519 additions and 0 deletions

6
BuildInfo.cs Normal file
View File

@@ -0,0 +1,6 @@
namespace SinmaiAssist {
public static partial class BuildInfo {
public const string CommitHash = "";
public const string BuildDate = "2025-09-01T20:28:07.9918439+08:00";
}
}