Merge branch perfect-panel/master/server into develop

This commit is contained in:
EUForest
2025-12-11 23:53:32 +08:00
parent 5e46357104
commit 76ff9a658d
60 changed files with 1897 additions and 84 deletions
+4 -2
View File
@@ -2,6 +2,8 @@ package constant
// Version PPanel version
var (
Version = "unknown version"
BuildTime = "unknown time"
Version = "unknown version"
BuildTime = "unknown time"
Repository = "https://github.com/perfect-panel/server"
ServiceName = "ApiService"
)