Files
crawlab/frontend/crawlab-ui/src/utils/index.ts
Marvin Zhang f3d6a56315 refactor: update AutoProbe components and enhance structure
- Removed obsolete AutoProbeFieldDetail, AutoProbeListDetail, AutoProbePagePatternDetail, and AutoProbePaginationDetail components to streamline the codebase.
- Introduced new components: AutoProbeItemDetail and AutoProbePagePatternsSidebar for improved data management and user interaction.
- Updated index.ts to reflect new component structure and exports.
- Enhanced internationalization support with new translations for preview and extraction types.
- Refactored AutoProbeDetailTabPatterns to utilize new components and improve data handling.
2025-05-15 18:04:27 +08:00

34 lines
845 B
Go

export * from './array';
export * from './auth';
export * from './auto';
export * from './editor';
export * from './color';
export * from './debounce';
export * from './dom';
export * from './form';
export * from './func';
export * from './hash';
export * from './i18n';
export * from './list';
export * from './mongo';
export * from './object';
export * from './os';
export * from './pagination';
export * from './request';
export * from './result';
export * from './route';
export * from './service';
export * from './stats';
export * from './store';
export * from './string';
export * from './table';
export * from './task';
export * from './tree';
export * from './validate';
export * from './notification';
export * from './time';
export * from './icon';
export * from './dependency';
export * from './base64';
export * from './autoprobe';