Skip to content

Commit

Permalink
🐛 Fix: Add registered domain name jump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed Oct 11, 2023
1 parent dd099e3 commit ac98497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ export class Render {
// 渲染 markdown
element.innerHTML = `
<div style="width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<a>${config.footer.cnIcp}</a>
<a>${config.footer.moeIcp}</a>
<a href="https://beian.miit.gov.cn/">${config.footer.cnIcp}</a>
<a href="https://icp.gov.moe/">${config.footer.moeIcp}</a>
<a>${config.footer.html}</a>
Powered by ⭐ Miryth
</div>
Expand Down

0 comments on commit ac98497

Please sign in to comment.