更新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,17 @@
/**
* Company 页面 FUI 主题统一导出
*/
// 主题配置
export { default as FUI_THEME } from './fui';
export {
FUI_COLORS,
FUI_GLOW,
FUI_GLASS,
FUI_ANIMATION,
FUI_KEYFRAMES,
FUI_STYLES,
} from './fui';
// 主题组件
export * from './components';