feat: sync worldcup translations and ai comments
This commit is contained in:
@@ -256,3 +256,13 @@
|
||||
### 36. 世界杯专题新闻翻译摘要预览
|
||||
- 2026-05-29:`uniapp/src/components/feed-card/feed-card.vue` 与 `uniapp/src/components/feed-video-card/feed-video-card.vue` 的首页世界杯翻译区改为摘要预览,不再全量展开正文。
|
||||
- 2026-05-29:`uniapp/src/packages_match/components/WorldCupPanel.vue` 的世界杯专题新闻列表翻译块同步改为摘要预览,保持卡片高度稳定,避免整段译文撑开列表。
|
||||
|
||||
### 37. 世界杯翻译展示纯文本换行化
|
||||
- 2026-05-29:将世界杯专题右上角入口调整为“其他赛事”,点击后回到赛事中心视图,并移除原右下角悬浮返回按钮。
|
||||
- 2026-05-29:`uniapp/src/components/feed-card/feed-card.vue`、`uniapp/src/components/feed-video-card/feed-video-card.vue`、`uniapp/src/pages/news_detail/news_detail.vue`、`uniapp/src/packages_community/components/post-card.vue`、`uniapp/src/packages_community/pages/post_detail.vue` 的翻译展示统一改为原文后换行的纯文本译文,去掉独立 AI 翻译框/卡片。
|
||||
- 2026-05-29:`server/app/api/controller/CommunityController.php` 补充了特朗普帖子详情的翻译缓存兜底,确保列表与详情都能直接拿到 `translated_content`。
|
||||
|
||||
### 38. 资讯 AI 评论任务入库
|
||||
- 2026-05-29:新增 `article_ai_comment` 控制台命令、`la_article_ai_comment_task` 任务队列表以及 `docs/sql/insert_crontab_article_ai_comment.sql`,用于轮询并投放资讯 AI 评论。
|
||||
- 2026-05-29:新增虚拟账号池复用逻辑,账号使用 `ai_comment_` 前缀、昵称使用 `AI评论员` 前缀,避免额外扩张用户表结构。
|
||||
- 2026-05-29:AI 评论内容通过 `AiService::generateArticleComment()` 基于标题、摘要和正文生成专业评论,到点后再落库到 `la_article_comment` 并同步评论数。
|
||||
|
||||
Reference in New Issue
Block a user