|
@@ -45,6 +45,33 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特殊效果
|
|
|
boxShadow: '0 4px 12px rgba(0, 40, 80, 0.3)', // 科技感投影
|
|
|
boxShadowSecondary: '0 2px 8px rgba(45,140,240,0.2)', // 辅助投影
|
|
|
+
|
|
|
+ // 左侧工业控制菜单
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#121A24', // 菜单背景(与全局背景一致)
|
|
|
+ colorItemText: '#A0AEC0', // 常规菜单文字
|
|
|
+ colorItemTextSelected: '#2D8CF0', // 选中项文字
|
|
|
+ colorItemBgSelected: '#1A233033', // 选中项背景(透明蓝)
|
|
|
+ colorActiveBarBorderSize: 0, // 隐藏激活条
|
|
|
+ itemMarginBlock: 8, // 工业级间距
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#1A2330', // 顶栏背景(与主容器一致)
|
|
|
+ headerColor: '#E0E0E0', // 顶栏文字
|
|
|
+ headerPadding: '0 24px', // 紧凑式布局
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#15261E', // 成功背景(深海绿)
|
|
|
+ colorSuccessBorder: '#2D5C4A',
|
|
|
+ colorInfoBg: '#0F1A2D', // 信息背景(科技蓝)
|
|
|
+ colorInfoBorder: '#2D3F60',
|
|
|
+ colorWarningBg: '#2B2315', // 警告背景(琥珀矿层)
|
|
|
+ colorWarningBorder: '#5C4A2D',
|
|
|
+ colorErrorBg: '#2A1718', // 错误背景(熔岩底层)
|
|
|
+ colorErrorBorder: '#5C2D2F',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 极光灰(浅色护眼主题)
|
|
@@ -85,6 +112,33 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特殊效果
|
|
|
boxShadow: '0 4px 12px rgba(160,174,192,0.15)', // 柔和投影
|
|
|
boxShadowSecondary: '0 2px 6px rgba(45,140,240,0.1)',
|
|
|
+
|
|
|
+ // 装配线风格导航系统
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#F0F4F8', // 菜单背景(流水线白)
|
|
|
+ colorItemText: '#5A6775', // 菜单文字(工卡灰)
|
|
|
+ colorItemTextSelected: '#2D8CF0', // 选中状态(质检蓝)
|
|
|
+ colorItemBgSelected: '#EBF4FF', // 选中背景(蓝图投影)
|
|
|
+ colorItemBgHover: '#E3E9EF', // 悬停背景(机械阴影)
|
|
|
+ borderRadius: 4, // 直角工业美学
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#FFFFFF', // 顶栏(纯白钣金)
|
|
|
+ headerColor: '#2D3748', // 顶栏文字(钢印黑)
|
|
|
+ headerShadow: '0 2px 8px rgba(160,174,192,0.12)', // 轻量投影
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#F0F8F2', // 成功(安全通道绿)
|
|
|
+ colorSuccessBorder: '#B8D8C3',
|
|
|
+ colorInfoBg: '#F0F6FF', // 信息(工单蓝)
|
|
|
+ colorInfoBorder: '#B8CDF0',
|
|
|
+ colorWarningBg: '#FFF4E6', // 警告(润滑脂黄)
|
|
|
+ colorWarningBorder: '#F0D4B8',
|
|
|
+ colorErrorBg: '#FFEBEE', // 错误(急停红)
|
|
|
+ colorErrorBorder: '#F0B8C3',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 工业绿境(深绿护眼主题)
|
|
@@ -125,6 +179,32 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特殊效果
|
|
|
boxShadow: '0 4px 12px rgba(20,60,50,0.4)', // 丛林投影
|
|
|
boxShadowSecondary: '0 2px 8px rgba(67,170,139,0.25)',
|
|
|
+
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#152021', // 森林基底背景
|
|
|
+ colorItemText: '#8C9E9A', // 青苔次级文字
|
|
|
+ colorItemTextSelected: '#2B8C75', // 选中项(矿物绿)
|
|
|
+ colorItemBgSelected: 'rgba(43,140,117,0.2)', // 叶绿素层
|
|
|
+ colorItemBgHover: '#1E2A2B33', // 夜间植被悬停
|
|
|
+ itemBorderRadius: 0, // 工业直角切割
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#1E2A2B', // 顶栏(树皮纹理)
|
|
|
+ headerColor: '#D1E0DB', // 蕨类白文字
|
|
|
+ headerBorderBottom: '1px solid #2B8C7544', // 年轮分割线
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#15261E', // 光合作用成功
|
|
|
+ colorSuccessBorder: '#3AA17E55',
|
|
|
+ colorInfoBg: '#0F2A2D', // 地下水层信息
|
|
|
+ colorInfoBorder: '#48A9A655',
|
|
|
+ colorWarningBg: '#2B2315', // 矿物氧化警告
|
|
|
+ colorWarningBorder: '#D4B15F55',
|
|
|
+ colorErrorBg: '#2A1718', // 根系腐败错误
|
|
|
+ colorErrorBorder: '#D9534F55',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 米白工坊(浅色极简主题)
|
|
@@ -165,6 +245,32 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特殊效果
|
|
|
boxShadow: '0 4px 12px rgba(91,124,141,0.1)', // 纸张投影
|
|
|
boxShadowSecondary: '0 2px 6px rgba(123,156,189,0.08)',
|
|
|
+
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#EBE5D8', // 亚麻布料背景
|
|
|
+ colorItemText: '#6B7C8D', // 蓝图标记灰
|
|
|
+ colorItemTextSelected: '#5B7C8D', // 选中(工程蓝图色)
|
|
|
+ colorItemBgSelected: '#D3DDE6', // 晒图纸选中态
|
|
|
+ colorItemBgHover: '#E0DCD288', // 铅笔阴影悬停
|
|
|
+ itemMarginBlock: 6, // 工整排版间距
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#FFFFFF', // 顶栏(标准绘图纸)
|
|
|
+ headerColor: '#2B3945', // 机械制图黑
|
|
|
+ headerShadow: '0 2px 6px rgba(91,124,141,0.08)', // 丁字尺投影
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#F0F5EB', // 安全工艺通过
|
|
|
+ colorSuccessBorder: '#7AA95C88',
|
|
|
+ colorInfoBg: '#EFF3F8', // 技术文档提示
|
|
|
+ colorInfoBorder: '#5A7D9C88',
|
|
|
+ colorWarningBg: '#FDF4E7', // 材料疲劳预警
|
|
|
+ colorWarningBorder: '#CC9B4588',
|
|
|
+ colorErrorBg: '#FBEAEA', // 公差超标警告
|
|
|
+ colorErrorBorder: '#C4554A88',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 钢坯熔炉(金属工业主题)
|
|
@@ -205,6 +311,32 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特殊效果
|
|
|
boxShadow: '0 4px 12px rgba(12,25,40,0.35)', // 铸造投影
|
|
|
boxShadowSecondary: '0 2px 8px rgba(99,179,237,0.2)', // 淬火光效
|
|
|
+
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#1A202C', // 钢锭原料背景
|
|
|
+ colorItemText: '#8A95A5', // 金属冷灰
|
|
|
+ colorItemTextSelected: '#63B3ED', // 淬火高光蓝
|
|
|
+ colorItemBgSelected: 'rgba(99,179,237,0.15)', // 冷却液渗透
|
|
|
+ colorItemBgHover: '#2D374822', // 热轧氧化层
|
|
|
+ colorActiveBarWidth: 3, // 轧辊指示条
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#3C4657', // 顶栏(氧化钢板)
|
|
|
+ headerColor: '#CBD5E0', // 机床铭牌银
|
|
|
+ headerBorderBottom: '3px solid #4A5568', // 重型钢梁
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#1A2C28', // 淬火完成
|
|
|
+ colorSuccessBorder: '#68D39155',
|
|
|
+ colorInfoBg: '#1A2430', // 液压系统状态
|
|
|
+ colorInfoBorder: '#63B3ED55',
|
|
|
+ colorWarningBg: '#332015', // 红热警报
|
|
|
+ colorWarningBorder: '#F6AD5555',
|
|
|
+ colorErrorBg: '#2A1718', // 锻压故障
|
|
|
+ colorErrorBorder: '#FC818155',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 机械绿光(赛博护眼主题)
|
|
@@ -246,6 +378,33 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 特效系统
|
|
|
boxShadow: '0 8px 24px -4px rgba(0,200,155,0.25)', // 能量场投影
|
|
|
boxShadowSecondary: '0 0 12px rgba(91,192,235,0.2)', // 冷却液辉光
|
|
|
+
|
|
|
+ // 全息投影导航系统
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: 'transparent', // 透明背景(AR界面)
|
|
|
+ colorItemText: '#7D9BA6', // 次级信息(UI辅助线)
|
|
|
+ colorItemTextSelected: '#00C89B', // 选中项(全息高亮)
|
|
|
+ colorItemBgSelected: 'linear-gradient(90deg, rgba(0,200,155,0.1) 0%, transparent 100%)',
|
|
|
+ colorActiveBarWidth: 0, // 禁用传统指示条
|
|
|
+ itemHoverColor: '#00C89B', // 悬停流光效果
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: 'rgba(13,31,45,0.95)', // 顶栏(玻璃质感)
|
|
|
+ headerColor: '#C0F0E4', // HUD显示文字
|
|
|
+ headerBack: 'rgba(0,200,155,0.3)', // 顶栏玻璃边框
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: 'rgba(76,217,100,0.12)', // 数字生态提示
|
|
|
+ colorSuccessBorder: '#4CD96433',
|
|
|
+ colorInfoBg: 'rgba(91,192,235,0.12)', // 冷却系统状态
|
|
|
+ colorInfoBorder: '#5BC0EB33',
|
|
|
+ colorWarningBg: 'rgba(255,215,0,0.15)', // 过载预警
|
|
|
+ colorWarningBorder: '#FFD70033',
|
|
|
+ colorErrorBg: 'rgba(255,59,48,0.15)', // 核心熔断
|
|
|
+ colorErrorBorder: '#FF3B3033',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 熔岩锻炉(热力护眼主题)
|
|
@@ -288,6 +447,33 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 环境特效
|
|
|
boxShadow: '0 6px 20px -8px rgba(227,74,39,0.4)', // 热辐射
|
|
|
boxShadowSecondary: 'inset 0 0 12px rgba(255,179,71,0.15)', // 内部高温
|
|
|
+
|
|
|
+ // 高温作业界面系统
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: '#1A1210', // 菜单(熔炉内壁)
|
|
|
+ colorItemText: '#A8958C', // 菜单文字(氧化色)
|
|
|
+ colorItemTextSelected: '#E34A27', // 选中项(熔岩高亮)
|
|
|
+ colorItemBgSelected: 'rgba(227,74,39,0.15)', // 热辐射效果
|
|
|
+ colorItemBgHover: 'rgba(255,107,66,0.1)', // 热浪悬停
|
|
|
+ itemBorderRadius: 0, // 直角切割
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: '#3D2B26', // 顶栏(锻造台)
|
|
|
+ headerColor: '#FFD8B1', // 高温警示文字
|
|
|
+ headerBorderBottom: '2px solid #5A4D48', // 铸铁分隔
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: '#1E2F28', // 冷却完成(淬火成功)
|
|
|
+ colorSuccessBorder: '#3AA17E',
|
|
|
+ colorInfoBg: '#1A2530', // 压力数据(液压系统)
|
|
|
+ colorInfoBorder: '#5A7D9C',
|
|
|
+ colorWarningBg: '#3A231D', // 高温警告(熔炉状态)
|
|
|
+ colorWarningBorder: '#FFB347',
|
|
|
+ colorErrorBg: '#2A1718', // 紧急停机(核心故障)
|
|
|
+ colorErrorBorder: '#D32F2F',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
// 纳米灰(未来材料主题)
|
|
@@ -329,6 +515,32 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// 量子特效
|
|
|
boxShadow: '0 4px 16px -6px rgba(107,124,141,0.2)', // 表面电子云
|
|
|
boxShadowSecondary: '0 0 8px rgba(148,168,184,0.1)', // 隧穿效应辉光
|
|
|
+
|
|
|
+ components: {
|
|
|
+ Menu: {
|
|
|
+ colorItemBg: 'rgba(240,243,246,0.9)', // 纳米镀层玻璃
|
|
|
+ colorItemText: '#6B7C8D', // 原子标记灰
|
|
|
+ colorItemTextSelected: '#94A8B8', // 量子隧穿高亮
|
|
|
+ colorItemBgSelected: 'rgba(148,168,184,0.1)',
|
|
|
+ colorItemBgHover: 'rgba(224,230,235,0.5)', // 分子吸附效果
|
|
|
+ borderRadiusLG: 4, // 晶格圆角
|
|
|
+ },
|
|
|
+ Layout: {
|
|
|
+ headerBg: 'rgba(255,255,255,0.95)', // 顶栏(单层石墨烯)
|
|
|
+ headerColor: '#243140', // 碳纳米管黑
|
|
|
+ headerBorderBottom: '1px solid rgba(202,211,220,0.3)', // 原子力分割
|
|
|
+ },
|
|
|
+ Alert: {
|
|
|
+ colorSuccessBg: 'rgba(123,160,91,0.08)', // 生物涂层成功
|
|
|
+ colorSuccessBorder: '#7BA05B33',
|
|
|
+ colorInfoBg: 'rgba(148,168,184,0.08)', // 量子通信提示
|
|
|
+ colorInfoBorder: '#94A8B833',
|
|
|
+ colorWarningBg: 'rgba(212,164,24,0.1)', // 能级跃迁预警
|
|
|
+ colorWarningBorder: '#D4A41833',
|
|
|
+ colorErrorBg: 'rgba(196,85,74,0.1)', // 分子裂变警告
|
|
|
+ colorErrorBorder: '#C4554A33',
|
|
|
+ },
|
|
|
+ },
|
|
|
},
|
|
|
},
|
|
|
];
|
|
@@ -336,7 +548,7 @@ export const APP_MODE_LIST: Record<string, any>[] = [
|
|
|
// app theme preset color
|
|
|
export const APP_PRESET_COLOR_LIST: string[] = [
|
|
|
'#0960bd',
|
|
|
- '#1890ff',
|
|
|
+ '#ff00ff',
|
|
|
'#009688',
|
|
|
'#536dfe',
|
|
|
'#ff5c93',
|