This commit is contained in:
tangly1024.com
2024-07-24 10:47:46 +08:00
parent 2045b41873
commit 222f58e487
3 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ export default {
COMMON: { COMMON: {
THEME: 'Theme', THEME: 'Theme',
ARTICLE_LIST: 'Article List', ARTICLE_LIST: 'Article List',
RECOMMEND_POSTS: 'Recommend Posts',
MORE: 'More', MORE: 'More',
NO_MORE: 'No More', NO_MORE: 'No More',
LATEST_POSTS: 'Latest posts', LATEST_POSTS: 'Latest posts',

View File

@@ -22,6 +22,7 @@ export default {
COMMON: { COMMON: {
THEME: 'Theme', THEME: 'Theme',
ARTICLE_LIST: '文章列表', ARTICLE_LIST: '文章列表',
RECOMMEND_POSTS: '推荐文章',
MORE: '更多', MORE: '更多',
NO_MORE: '没有更多了', NO_MORE: '没有更多了',
LATEST_POSTS: '最新发布', LATEST_POSTS: '最新发布',

View File

@@ -383,8 +383,7 @@ function TodayCard({ cRef, siteInfo }) {
} }
/> />
<div id='more' className='select-none'> <div id='more' className='select-none'>
{/* EFL-UPDATED */} {locale.COMMON.RECOMMEND_POSTS}
推荐文章
</div> </div>
</div> </div>
</div> </div>