样式微调
This commit is contained in:
tangly1024
2021-12-02 17:43:18 +08:00
parent 2c7c37fe0e
commit 88d1e0742a
12 changed files with 65 additions and 51 deletions

View File

@@ -15,7 +15,8 @@ export default {
SHARE: 'Share',
SCAN_QR_CODE: 'Scan QRCode',
URL_COPIED: 'URL has copied!',
TABLE_OF_CONTENTS: 'Table of Contents'
TABLE_OF_CONTENTS: 'Table of Contents',
RELATE_POSTS: 'Relate Posts'
},
PAGINATION: {
PREV: 'Prev',

View File

@@ -16,7 +16,8 @@ export default {
SHARE: '分享',
SCAN_QR_CODE: '扫一扫二维码',
URL_COPIED: '链接已复制!',
TABLE_OF_CONTENTS: '目录'
TABLE_OF_CONTENTS: '目录',
RELATE_POSTS: '相关文章'
},
PAGINATION: {
PREV: '上一页',