Skip to content

Commit cf5cc8b

Browse files
committed
feat: footer add Site_CopyrightOthers
1 parent b3c7d9a commit cf5cc8b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

module/Cms/Docs/release.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.1 前台默认调用「其他备案信息」配置信息
2+
3+
- 新增:前台默认调用「其他备案信息」配置信息
4+
5+
---
6+
17
## 4.0.0 产品详情界面type自定义字段默认移除
28

39
- 升级:模块基础依赖升级

module/Cms/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"CMS",
2020
"内容系统"
2121
],
22-
"version": "4.0.0",
22+
"version": "4.0.1",
2323
"modstartVersion": ">=4.1.2",
2424
"author": "ModStart",
2525
"description": "提供通用的动态模型内容管理系统",

resources/views/theme/default/pc/share/footer.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
{{modstart_config('siteBeianGonganText')}}
6363
</a>
6464
@endif
65+
@if(modstart_config('Site_CopyrightOthers'))
66+
{!! modstart_config('Site_CopyrightOthers') !!}
67+
@endif
6568
&copy;{{modstart_config('siteDomain','[网站域名]')}}
6669
</div>
6770
</footer>

0 commit comments

Comments
 (0)