后台管理

This commit is contained in:
zpc 2024-12-10 12:20:38 +08:00
parent 147982e939
commit 2a1f568b35
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ public static class AppConfigExtend
appConfig.GameConfig = _appConfig.GameConfig;
appConfig.UserAgreement = _appConfig.UserAgreement;
appConfig.PrivacyAgreement = _appConfig.PrivacyAgreement;
appConfig.LanguageRequestUrl = _appConfig.LanguageRequestUrl;
appConfig.CacheRequestUrls = _appConfig.CacheRequestUrls;
}
/// <summary>