We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e041316 commit 18d5d4fCopy full SHA for 18d5d4f
index.html
@@ -89,7 +89,7 @@
89
const github = `[GitHub](${url})`
90
const gitee = `[Gitee](${url.replace("github", "gitee")})`
91
92
- 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`;
93
94
if (vm.route.path == '/') {
95
return editHtml + content;
0 commit comments