feat: improve edit link on mobile devices

This commit is contained in:
Justineo
2021-10-28 15:30:35 +08:00
parent 736a27bf5e
commit fc54ae526f
2 changed files with 23 additions and 6 deletions

View File

@@ -49,7 +49,8 @@ i18n.register(
i18n.register(
'zh-Hans',
{
editOnGitHub: '在 GitHub 上编辑此页'
editOnGitHub: '在 GitHub 上编辑此页',
edit: '编辑'
},
{
ns: 'oneeditlink'
@@ -59,7 +60,8 @@ i18n.register(
i18n.register(
'en-US',
{
editOnGitHub: 'Edit this page on GitHub'
editOnGitHub: 'Edit this page on GitHub',
edit: 'Edit'
},
{
ns: 'oneeditlink'