feat: add activeNavItem prop and enhance page element filtering in AutoProbe components

This commit is contained in:
Marvin Zhang
2025-05-19 18:07:01 +08:00
parent 50c4bc3750
commit 4857d22cd7
5 changed files with 39 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ export const getIconByPageElementType = (itemType?: PageElementType): Icon => {
case 'list':
return ['fa', 'list'];
case 'list-item':
return ['fa', 'list-alt'];
return ['fa', 'bars'];
case 'pagination':
return ['fa', 'ellipsis-h'];
default: