重构系统配置

This commit is contained in:
RockYang
2025-08-24 12:45:51 +08:00
parent b05334bb77
commit 7fb0aad3c7
13 changed files with 186 additions and 153 deletions

View File

@@ -21,7 +21,7 @@ import (
)
type LicenseService struct {
config types.ApiConfig
config types.GeekServiceConfig
levelDB *store.LevelDB
license *types.License
urlWhiteList []string