feat: add NAVIGATION_V2 and MEGA_DROPDOWN_DATA for mega dropdown navigation

This commit is contained in:
张翔
2026-04-30 19:04:52 +08:00
parent fcf9759f8b
commit 84422da250
2 changed files with 45 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
export { COMPANY_INFO } from './company';
export { NAVIGATION, type NavigationItem } from './navigation';
export { NAVIGATION, NAVIGATION_V2, MEGA_DROPDOWN_DATA } from './navigation';
export type { NavigationItem, NavigationItemV2, MegaDropdownItem, MegaDropdownData } from './navigation';
export { STATS, type StatItem } from './stats';
export { SERVICES } from './services';
export { PRODUCTS } from './products';