* 1.0.0

* <feat> v1.0.1 + guid工具

* <fix> 随机数bug
This commit is contained in:
2022-11-30 16:48:40 +08:00
committed by GitHub
parent e9d755e7a6
commit d6fd2b0f9a
30 changed files with 934 additions and 1 deletions

3
build.ps1 Normal file
View File

@@ -0,0 +1,3 @@
dotnet build
dotnet publish -c Release -r win-x64 --sc -p:PublishSingleFile=true -o ./build/win-x64
rm -r ./build/temp