matery 公告模块调整

This commit is contained in:
tangly1024.com
2023-05-04 18:24:47 +08:00
parent 2db7b473dd
commit 0319acea70
13 changed files with 134 additions and 96 deletions

View File

@@ -39,7 +39,8 @@ export default {
DEBUG_OPEN: 'Debug',
DEBUG_CLOSE: 'Close',
THEME_SWITCH: 'Theme Switch',
ANNOUNCEMENT: 'Announcement'
ANNOUNCEMENT: 'Announcement',
START_READING: 'Start Reading'
},
PAGINATION: {
PREV: 'Prev',

View File

@@ -41,7 +41,8 @@ export default {
DEBUG_OPEN: '开启调试',
DEBUG_CLOSE: '关闭调试',
THEME_SWITCH: '切换主题',
ANNOUNCEMENT: '公告'
ANNOUNCEMENT: '公告',
START_READING: '开始阅读'
},
PAGINATION: {
PREV: '上一页',