Files
ragflow/web/src/pages/chunk/parsed-result/add-knowledge/components/knowledge-chunk/constant.ts
BlueYu-0221 bb3d3f921a Refa: Pdf 2 Slices page to new style (#8386)
### What problem does this PR solve?

Refactor Pdf 2 Slices page to new style

### Type of change

- [X] Refactoring
2025-06-20 16:18:37 +08:00

5 lines
70 B
TypeScript

export enum ChunkTextMode {
Full = 'full',
Ellipse = 'ellipse',
}