mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
feat: display chunk type in chunk editor and dialog (#12086)
### What problem does this PR solve? Display chunk type in chunk editor and dialog, may be one of below: - Image - Table - Text ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
import { api_host } from '@/utils/api';
|
||||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
import { Popover, PopoverContent, PopoverTrigger } from '../ui/popover';
|
||||
|
||||
interface IImage {
|
||||
interface IImage extends React.ImgHTMLAttributes<HTMLImageElement> {
|
||||
id: string;
|
||||
className?: string;
|
||||
onClick?(): void;
|
||||
t?: string | number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user