Skip to content

Commit

Permalink
fix: footer cannot display
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Dec 21, 2023
1 parent eb4e3de commit dd54115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function getCommitHtml(config: OriginDocConfig): string {
return `<a href="${config.url}/commit/${config.commit}" target="_blank"><code>${config.commit}</code></a>`
}

const footerMessage = `<div class="vp-doc">
<div>
const footerMessage = `<span class="vp-doc">
<span>
原始 Magisk 文档版本: ${originDoc.magisk.date} ${getCommitHtml(originDoc.magisk)}<br/>
原始 Magisk Delta 文档版本: ${originDoc.delta.date} ${getCommitHtml(originDoc.delta)}<br/>
在 GPL-3.0 许可下发布
</div>
</div>`
</span>
</span>`

const base = '/MagiskChineseDocument/'

Expand Down

0 comments on commit dd54115

Please sign in to comment.