feat: add generation_mode to RecentArticle and related components

- Updated RecentArticle interface to include generation_mode.
- Modified workspace_service to map generation_mode from database.
- Adjusted domain model for RecentArticle to accommodate generation_mode.
- Enhanced SQL queries to retrieve generation_mode from generation_tasks.
- Created ArticleActionGroup component for article action buttons.
- Implemented ArticleGenerateStatus component to display generation status.
- Developed ArticlePublishStatus component to show publish status and related platforms.
- Introduced ArticleSourceMeta component to display article source information.
- Added utility functions for article actions and clipboard content generation.
This commit is contained in:
2026-04-07 16:07:21 +08:00
parent 9f721f6088
commit 98ebb12fa1
19 changed files with 1350 additions and 385 deletions
@@ -16,6 +16,7 @@ const enUS = {
delete: "Delete",
reset: "Reset",
refresh: "Refresh",
loading: "Loading",
search: "Search",
save: "Save",
back: "Back",
@@ -47,6 +48,8 @@ const enUS = {
selectPlease: "Please select",
inputPlease: "Please input",
upgrade: "Upgrade",
copy: "Copy",
copySuccess: "Content copied",
},
nav: {
workspace: "Workspace",
@@ -16,6 +16,7 @@ const zhCN = {
delete: "删除",
reset: "重置",
refresh: "刷新数据",
loading: "加载中",
search: "搜索",
save: "保存",
next: "下一步",
@@ -47,6 +48,8 @@ const zhCN = {
selectPlease: "请选择",
inputPlease: "请输入",
upgrade: "去升级",
copy: "复制",
copySuccess: "内容已复制",
},
nav: {
workspace: "工作台",