diff --git a/index.html b/index.html index 9959425..aa9aee3 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - 光伏电站智能监控与运维系统 + 飒沓 ⋅ 星枢 diff --git a/metadata.json b/metadata.json index 1f4e605..5c9b7f4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,5 +1,5 @@ { - "name": "光伏电站智能监控与运维系统", + "name": "飒沓 ⋅ 星枢", "description": "提供设备管理、视频监控、状态预警、警报处理及视频下载功能的一站式机器人智能管理平台。", "requestFramePermissions": [], "majorCapabilities": [] diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 257f618..897b4b1 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -238,7 +238,7 @@ export default function AppLayout() { Logo {!collapsed && ( - 光伏电站智能监控与运维系统 + 飒沓 ⋅ 星枢 )} @@ -337,7 +337,7 @@ export default function AppLayout() { src="https://images.unsplash.com/photo-1509391366360-2e959784a276?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80" />
-
电站地址:{currentStation.address || '河南省林州'}
+
电站地址:{currentStation.address || '苏州'}
电站类型:{currentStation.type || '地面电站'}
运行状态: diff --git a/src/components/SystemSetting/BasicSettings.tsx b/src/components/SystemSetting/BasicSettings.tsx index f3842a1..4d48fbb 100644 --- a/src/components/SystemSetting/BasicSettings.tsx +++ b/src/components/SystemSetting/BasicSettings.tsx @@ -208,7 +208,7 @@ const BasicSettings = () => { - + diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 1b072ed..3411ff8 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -87,7 +87,7 @@ export default function Login() {
- 光伏电站智能监控与运维系统 + 飒沓 ⋅ 星枢
diff --git a/src/types/index.ts b/src/types/index.ts index 4d7cb48..3f6e600 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,5 +1,5 @@ // ============================================================ -// 光伏电站智能监控与运维系统 - 全局类型定义 +// 飒沓 ⋅ 星枢 - 全局类型定义 // ============================================================ // ------------------- 通用 -------------------