mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +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>
|
||||
|
||||
@@ -60,6 +60,8 @@ namespace CoreCms.Net.Configuration
|
||||
di.Add(SystemSettingConstVars.ShowCustomForm, new DictionaryKeyValues() { sKey = "显示自定义表单按钮", sValue = "2" });
|
||||
|
||||
di.Add(SystemSettingConstVars.ShowIndexPopupWindow, new DictionaryKeyValues() { sKey = "显示首页弹窗", sValue = "2" });
|
||||
di.Add(SystemSettingConstVars.IndexPopupWindowImageUrl, new DictionaryKeyValues() { sKey = "图片地址", sValue = "" });
|
||||
di.Add(SystemSettingConstVars.IndexPopupWindowHrefUrl, new DictionaryKeyValues() { sKey = "链接地址", sValue = "" });
|
||||
|
||||
|
||||
//搜索发现关键字
|
||||
|
||||
Reference in New Issue
Block a user