chore:合并了文章列表改为新闻

This commit is contained in:
2026-01-22 18:24:36 +08:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '文章详情'
title: '新闻'
}

View File

@@ -1,5 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '文章列表',
title: '新闻',
emptyText:"当前暂无文章信息"
}