dhjddcn / halo-theme-butterfly

一个Halo博客主题,Butterfly 🦋
GNU General Public License v3.0
410 stars 97 forks source link

优化公安备案和代码块复制提示信息 #61

Closed PulSe-kun closed 1 year ago

PulSe-kun commented 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.复制代码时候,提示如下 image 改一下,更加合理一些😊 image

dhjddcn commented 1 year ago

感谢你的贡献👍