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:
@@ -44,6 +44,8 @@ import {
|
||||
Tooltip,
|
||||
Upload,
|
||||
TreeSelect,
|
||||
Popover,
|
||||
Slider,
|
||||
} from "ant-design-vue";
|
||||
|
||||
import App from "./App.vue";
|
||||
@@ -99,6 +101,7 @@ app.component("ATextarea", Input.TextArea);
|
||||
Menu,
|
||||
Modal,
|
||||
Popconfirm,
|
||||
Popover,
|
||||
Progress,
|
||||
Radio,
|
||||
Result,
|
||||
@@ -109,6 +112,7 @@ app.component("ATextarea", Input.TextArea);
|
||||
Spin,
|
||||
Statistic,
|
||||
Switch,
|
||||
Slider,
|
||||
Steps,
|
||||
Table,
|
||||
Tabs,
|
||||
|
||||
Reference in New Issue
Block a user