适配无标签文章
This commit is contained in:
tangly
2021-12-06 20:39:26 +08:00
parent 22c421a0c3
commit 97266b130f
7 changed files with 12 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ export default {
MORE: 'More',
LATEST_POSTS: 'Latest posts',
TAGS: 'Tags',
NO_TAG: 'NoTag',
CATEGORY: 'Category',
SHARE: 'Share',
SCAN_QR_CODE: 'Scan QRCode',

View File

@@ -12,6 +12,7 @@ export default {
MORE: '更多',
LATEST_POSTS: '最新文章',
TAGS: '标签',
NO_TAG: 'NoTag',
CATEGORY: '分类',
SHARE: '分享',
SCAN_QR_CODE: '扫一扫二维码',