From e2d9049e45e63156de3d684129af86994cc493b7 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 15:57:18 +0800 Subject: [PATCH] =?UTF-8?q?v2.0.7=20=E2=80=94=20=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E9=9A=8F=E9=A1=B9=E7=9B=AE=E5=88=87=E6=8D=A2=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=8F=98=E5=8C=96=EF=BC=9A=E7=A7=91=E6=99=AE/=E7=A7=91?= =?UTF-8?q?=E7=A0=94/=E5=8C=BB=E6=82=A3=20OPC=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 ++ templates/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 96766f3..332860d 100644 --- a/static/app.js +++ b/static/app.js @@ -249,6 +249,8 @@ window.switchTab = switchTab; window.switchTenant = (tenant) => { state.tenant = tenant; state.projectView = null; + const label = tenant.replace("·无界", ""); + document.querySelector("#workspaceTitle").textContent = label + " OPC 工作台"; load(); }; diff --git a/templates/index.html b/templates/index.html index d98a084..a9e379e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -31,7 +31,7 @@

OPC Manager

-

无界 OPC 工作台

+

科普 OPC 工作台