修改问题

This commit is contained in:
zpc 2024-12-07 04:30:47 +08:00
parent ae35812783
commit ff34574110
3 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ using SKIT.FlurlHttpClient.Wechat.TenpayV3.Models;
namespace CloudGaming.Web.Pages.Privacy;
/// <summary>
/// 隐私协议配置
/// 隐私协议配置
/// </summary>
public class IndexModel : PageModel
{

View File

@ -224,6 +224,8 @@ namespace CloudGaming.Code.AppExtend
newAppConfig.UserConfig = appConfig.UserConfig;
newAppConfig.Payment = appConfig.Payment;
newAppConfig.GameConfig = appConfig.GameConfig;
newAppConfig.PrivacyAgreement = appConfig.PrivacyAgreement;
newAppConfig.UserAgreement = appConfig.UserAgreement;
return newAppConfig;
}

View File

@ -76,7 +76,7 @@ namespace CloudGaming.AppConfigModel
public GameConfig GameConfig { get; set; }
/// <summary>
/// 用户协议地址
/// 用户协议地址
/// </summary>
public string UserAgreement { get; set; }