mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-02 08:17:48 +08:00
Feat: Modify the style of the release confirmation box. (#13542)
### What problem does this PR solve? Feat: Modify the style of the release confirmation box. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: balibabu <assassin_cike@163.com> Co-authored-by: 6ba3i <isbaaoui09@gmail.com>
This commit is contained in:
@ -33,6 +33,7 @@ export interface ISwitchForm {
|
||||
import { AgentCategory } from '@/constants/agent';
|
||||
import { Edge, Node } from '@xyflow/react';
|
||||
import { IReference, Message } from './chat';
|
||||
import { IKnowledge } from './knowledge';
|
||||
|
||||
export type DSLComponents = Record<string, IOperator>;
|
||||
|
||||
@ -80,6 +81,7 @@ export declare interface IFlow {
|
||||
release?: boolean;
|
||||
release_time?: number;
|
||||
last_publish_time?: number;
|
||||
datasets?: Pick<IKnowledge, 'id' | 'name' | 'avatar'>[];
|
||||
}
|
||||
|
||||
export interface IFlowTemplate {
|
||||
|
||||
Reference in New Issue
Block a user