optimization

This commit is contained in:
tangly1024.com
2023-02-13 16:19:47 +08:00
parent 8d6e4a80ca
commit 768c259d9d
6 changed files with 23 additions and 12 deletions

View File

@@ -38,7 +38,8 @@ export default {
RECENT_COMMENTS: 'Recent Comments',
DEBUG_OPEN: 'Debug',
DEBUG_CLOSE: 'Close',
THEME_SWITCH: 'Theme Switch'
THEME_SWITCH: 'Theme Switch',
ANNOUNCEMENT: 'Announcement'
},
PAGINATION: {
PREV: 'Prev',

View File

@@ -40,7 +40,8 @@ export default {
RECENT_COMMENTS: '最新评论',
DEBUG_OPEN: '开启调试',
DEBUG_CLOSE: '关闭调试',
THEME_SWITCH: '切换主题'
THEME_SWITCH: '切换主题',
ANNOUNCEMENT: '公告'
},
PAGINATION: {
PREV: '上一页',