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
This commit is contained in:
BlueYu-0221
2025-06-20 16:18:37 +08:00
committed by GitHub
parent 8695d60055
commit bb3d3f921a
22 changed files with 1629 additions and 5 deletions

View File

@ -0,0 +1,4 @@
export enum ChunkTextMode {
Full = 'full',
Ellipse = 'ellipse',
}