优化排版

This commit is contained in:
tangly1024.com
2023-05-23 16:36:46 +08:00
parent 91f84e7bca
commit 4aa0bf5598
6 changed files with 25 additions and 16 deletions

View File

@@ -40,7 +40,10 @@ export default {
DEBUG_CLOSE: 'Close',
THEME_SWITCH: 'Theme Switch',
ANNOUNCEMENT: 'Announcement',
START_READING: 'Start Reading'
START_READING: 'Start Reading',
MINUTE: 'min',
WORD_COUNT: 'W.C.'
},
PAGINATION: {
PREV: 'Prev',

View File

@@ -42,7 +42,9 @@ export default {
DEBUG_CLOSE: '关闭调试',
THEME_SWITCH: '切换主题',
ANNOUNCEMENT: '公告',
START_READING: '开始阅读'
START_READING: '开始阅读',
MINUTE: '分钟',
WORD_COUNT: '字数'
},
PAGINATION: {
PREV: '上一页',