feat: 更新新闻相关功能,整合 API 数据获取,优化新闻列表展示和详情页面

This commit is contained in:
2026-01-09 00:56:58 +07:00
parent 1e1cf00975
commit 83385b9d88
8 changed files with 236 additions and 46 deletions

View File

@@ -398,6 +398,13 @@
"fileSizeError": "文件 {name} 超过 {max}MB 限制",
"uploadError": "文件 {name} 上传失败"
},
"news": {
"detail": "新闻详情",
"summary": "摘要",
"views": "次查看",
"attachments": "附件",
"loadError": "加载失败,请稍后重试"
},
"auth": {
"login": {
"title": "登录",