mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
【新增】首页弹出弹窗广告新增自定义上传图片和链接链接地址。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user