【新增】首页弹出弹窗广告新增自定义上传图片和链接链接地址。

This commit is contained in:
大灰灰
2022-11-26 00:21:17 +08:00
parent 80067c13d8
commit d445a7ee52
6 changed files with 93 additions and 7 deletions

View File

@@ -595,6 +595,16 @@ namespace CoreCms.Net.Configuration
/// </summary>
public const string ShowIndexPopupWindow = "showIndexPopupWindow";
/// <summary>
/// 首页弹窗图片地址
/// </summary>
public const string IndexPopupWindowImageUrl = "indexPopupWindowImageUrl";
/// <summary>
/// 首页弹窗图片链接地址
/// </summary>
public const string IndexPopupWindowHrefUrl = "indexPopupWindowHrefUrl";
//第三方接口============================================================================
/// <summary>