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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user