Skip to content

Commit

Permalink
energy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sxmxta committed Sep 10, 2024
1 parent 14ead37 commit 50858df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export function footer() {
const isGithub = process.env.DOC_ENV === "github"
let footerMessage = ''
if (!isGithub) {
footerMessage = `<a href="https://beian.miit.gov.cn" target="_blank" data-v-62fb13f4="">京ICP备2022011663号-1</a>`
footerMessage = `<a href="https://beian.miit.gov.cn" target="_blank" data-v-62fb13f4="">京ICP备2022011663号-1</a><br>`
}
footerMessage += '<span style="color: #2ba9f1;"><br>GO<br>ENERGY</span>'
footerMessage += '<span style="color: #2ba9f1;">GO<br>ENERGY</span>'
return {
message: footerMessage,
copyright: `Copyright © 2022-${new Date().getFullYear()} YangHY`,
Expand Down

0 comments on commit 50858df

Please sign in to comment.