From 9d7615001cbed40c90fd33e3c53010219e2bd5e1 Mon Sep 17 00:00:00 2001 From: mmc <1556375442@qq.com> Date: Fri, 21 Aug 2026 09:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0=20?= =?UTF-8?q?=E5=92=8C=E7=94=B5=E7=AB=99=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- metadata.json | 2 +- src/components/Layout.tsx | 4 ++-- src/components/SystemSetting/BasicSettings.tsx | 2 +- src/pages/Login.tsx | 2 +- src/types/index.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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 @@ // ============================================================ -// 光伏电站智能监控与运维系统 - 全局类型定义 +// 飒沓 ⋅ 星枢 - 全局类型定义 // ============================================================ // ------------------- 通用 -------------------