perf: 渲染逻辑处理
This commit is contained in:
@ -41,3 +41,14 @@ export enum EnumTeamRunStatus {
|
||||
RunResponseContent = 'RunResponseContent', // l2执行中
|
||||
RunCompleted = 'RunCompleted', // l2完成
|
||||
}
|
||||
|
||||
export const FILE_TYPE = {
|
||||
topic_only: 'topic_only', // 排期&选题
|
||||
topic_with_content: 'topic_with_content', // 选题&内容稿件
|
||||
content_only: 'content_only', // 内容稿件
|
||||
}
|
||||
export const FILE_TYPE_MAP = {
|
||||
[FILE_TYPE.topic_only]: '排期&选题',
|
||||
[FILE_TYPE.topic_with_content]: '选题&内容稿件',
|
||||
[FILE_TYPE.content_only]: '内容稿件',
|
||||
}
|
||||
Reference in New Issue
Block a user