This commit is contained in:
2026-03-30 11:07:30 +08:00
parent 2c44b3a4b2
commit d4a8e71733
74 changed files with 1751 additions and 421 deletions

View File

@@ -5,17 +5,22 @@ namespace StopShopping.Services.Extensions;
/// </summary>
public record AppOptions
{
/// <summary>
/// 文件服务站点
/// </summary>
/// <value></value>
public string FileApiDomain { get; set; } = string.Empty;
/// <summary>
/// 文件服务本地站点
/// </summary>
/// <value></value>
public string FileApiLocalDomain { get; set; } = string.Empty;
/// <summary>
/// .bjbj.me
/// </summary>
/// <value></value>
public string CookieDomain { get; set; } = string.Empty;
/// <summary>
/// 域名http(s)://www.xxx.xx
/// </summary>
/// <value></value>
public string DomainPath { get; set; } = string.Empty;
/// <summary>
/// anti-forgery 请求头
/// </summary>
/// <value></value>