Closed PulSe-kun closed 1 year ago
需要优化一下: 1.公安备案添加没有效果,看了代码只有icp,附上改动的
<div class="icp" th:if="${not #strings.isEmpty(theme.config.base.icp)}"> <a href="https://beian.miit.gov.cn" target="_blank" th:text="'备案号:'+${theme.config.base.icp}"></a> </div> <div class="icp" th:if="${not #strings.isEmpty(theme.config.base.police)}"> <span style=" background-repeat: no-repeat; background-position: top left; background-size: contain; padding-left: 20px; " th:styleappend="'background-image: url('+${#theme.assets('/images/公安图标.png')}+')'" ></span ><a href="https://www.beian.gov.cn/portal/registerSystemInfo?" target="_blank" th:text="${theme.config.base.police}" ></a> </div>
2.复制代码时候,提示如下 改一下,更加合理一些😊
感谢你的贡献👍
需要优化一下: 1.公安备案添加没有效果,看了代码只有icp,附上改动的
2.复制代码时候,提示如下 改一下,更加合理一些😊