Skip to content

Commit

Permalink
fix:修复离屏提示在pjax下标题显示错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nineya committed Mar 15, 2024
1 parent 18bdabc commit 155fa80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added source/img/ga.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion template/common/footer.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</#if>
<#if settings.record_number_ps?? && settings.record_number_ps!=''>
<p><a href="https://beian.mps.gov.cn/#/query/webSearch?code=${settings.record_number_ps?replace('[^\\d]','','ri')}"
target="_blank" rel="noopener noreferrer nofollow"><img src="https://beian.mps.gov.cn/img/logo01.dd7ff50e.png" alt="公网安备" style="vertical-align: text-top; width: 1.2em; margin-right: 4px;"/>${settings.record_number_ps!}</a></p>
target="_blank" rel="noopener noreferrer nofollow"><img src="${theme_base!}/source/img/ga.png" alt="公网安备" style="vertical-align: text-top; width: 1.2em; margin-right: 4px;"/>${settings.record_number_ps!}</a></p>
</#if>
<#if settings.cloud_by_logo?? && settings.cloud_by_logo!=''>
<p>本站由<a class="cloud-driven" target="_blank"
Expand Down

0 comments on commit 155fa80

Please sign in to comment.