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: {
THEME: 'Theme',
ARTICLE_LIST: 'Article List',
RECOMMEND_POSTS: 'Recommend Posts',
MORE: 'More',
NO_MORE: 'No More',
LATEST_POSTS: 'Latest posts',

View File

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

View File

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