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

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>

View File

@@ -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 = "" });
//搜索发现关键字