We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7d9a commit cf5cc8bCopy full SHA for cf5cc8b
module/Cms/Docs/release.md
@@ -1,3 +1,9 @@
1
+## 4.0.1 前台默认调用「其他备案信息」配置信息
2
+
3
+- 新增:前台默认调用「其他备案信息」配置信息
4
5
+---
6
7
## 4.0.0 产品详情界面type自定义字段默认移除
8
9
- 升级:模块基础依赖升级
module/Cms/config.json
@@ -19,7 +19,7 @@
19
"CMS",
20
"内容系统"
21
],
22
- "version": "4.0.0",
+ "version": "4.0.1",
23
"modstartVersion": ">=4.1.2",
24
"author": "ModStart",
25
"description": "提供通用的动态模型内容管理系统",
resources/views/theme/default/pc/share/footer.blade.php
@@ -62,6 +62,9 @@
62
{{modstart_config('siteBeianGonganText')}}
63
</a>
64
@endif
65
+ @if(modstart_config('Site_CopyrightOthers'))
66
+ {!! modstart_config('Site_CopyrightOthers') !!}
67
+ @endif
68
©{{modstart_config('siteDomain','[网站域名]')}}
69
</div>
70
</footer>
0 commit comments