refactor: 拆分 constants.ts 为多个模块文件

This commit is contained in:
张翔
2026-04-21 07:49:36 +08:00
parent 78090d1f15
commit 6e09bcf33e
9 changed files with 508 additions and 629 deletions
+7
View File
@@ -0,0 +1,7 @@
export { COMPANY_INFO } from './company';
export { NAVIGATION, type NavigationItem } from './navigation';
export { STATS, type StatItem } from './stats';
export { SERVICES } from './services';
export { PRODUCTS } from './products';
export { NEWS, type NewsItem, type NewsCategory } from './news';
export { CASES } from './cases';