更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-17 19:05:02 +08:00
parent 9b8d7d1d96
commit 4eb8310038
10 changed files with 1405 additions and 113 deletions

View File

@@ -0,0 +1,21 @@
/**
* FUI 主题组件统一导出
*/
export { default as GlassCard } from './GlassCard';
export type { GlassCardProps } from './GlassCard';
export {
GlowText,
DataBadge,
StatusIndicator,
FUIDivider,
FUIProgressBar,
} from './FUIElements';
export type {
GlowTextProps,
DataBadgeProps,
StatusIndicatorProps,
FUIDividerProps,
FUIProgressBarProps,
} from './FUIElements';