【新增】前端个人中心增加【万能表单】入口,并可以通过后台开启或关闭。

This commit is contained in:
JianWeie
2022-10-13 16:28:22 +08:00
parent 13a416ac2c
commit d8fc647ccb
9 changed files with 169 additions and 6 deletions

View File

@@ -584,6 +584,12 @@ namespace CoreCms.Net.Configuration
/// </summary>
public const string ShowCalendar = "showCalendar";
/// <summary>
/// 显示自定义表单按钮
/// </summary>
public const string ShowCustomForm = "showCustomForm";
/// <summary>
/// 显示首页弹窗
/// </summary>