1、初始化仓库

This commit is contained in:
2025-05-19 14:06:21 +08:00
commit 8a1d028f3e
28 changed files with 3832 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Public Class AppVersion
'版本信息'
Public Property version As String
'文件地址'
Public Property path As String
End Class