File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const year = new Date().getFullYear();
44const showICP = import .meta .env .PUBLIC_SITE_URL === " https://docs.hmcl.net" ;
55---
66
7- <section class =" sl-flex" >
7+ <section class =" sl-flex" data-pagefind-ignore >
88 { showICP && <a href = " https://beian.miit.gov.cn" >粤ICP备18071565号</a >}
99 <span
1010 >© <span id =" current-year" >{ year } </span >
Original file line number Diff line number Diff line change 22
33---
44
5- <div class =" unofficial-site-alert" >
5+ <div class =" unofficial-site-alert" data-pagefind-ignore >
66 您正在访问第三方构建的文档站。如需查看官方文档,请<a href =" https://docs.hmcl.net" >点击此处</a
77 >跳转。
88</div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const showContributors = Array.isArray(contributors) && contributors.length > 0;
2626<DefaultPageTitle />
2727
2828<div class =" info" >
29- <div class =" hits" >
29+ <div class =" hits" data-pagefind-ignore >
3030 <strong >{ Astro .locals .t (" page.hits.label" )} </strong >
3131 <HitsInfo
3232 tag ={ tag }
@@ -41,7 +41,8 @@ const showContributors = Array.isArray(contributors) && contributors.length > 0;
4141 {
4242 showContributors && (
4343 <div class = " contributors" >
44- <strong >{ Astro .locals .t (" page.contributors" )} </strong > { contributors .join (" " )}
44+ <strong data-pagefind-ignore >{ Astro .locals .t (" page.contributors" )} </strong >{ " " }
45+ { contributors .join (" " )}
4546 </div >
4647 )
4748 }
You can’t perform that action at this time.
0 commit comments