mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-24 10:50:06 +08:00
fix: update index.html
This commit is contained in:
parent
e041316fc2
commit
18d5d4f5e2
@ -89,7 +89,7 @@
|
||||
const github = `[GitHub](${url})`
|
||||
const gitee = `[Gitee](${url.replace("github", "gitee")})`
|
||||
|
||||
const editHtml = en ? `:memo: 在 ${github} / ${gitee} 编辑\n` : `:memo: Edit on ${github} / ${gitee}\n`;
|
||||
const editHtml = en ? `:memo: Edit on ${github} / ${gitee}\n` : `:memo: 在 ${github} / ${gitee} 编辑\n`;
|
||||
|
||||
if (vm.route.path == '/') {
|
||||
return editHtml + content;
|
||||
|
Loading…
Reference in New Issue
Block a user