From bb8ece12bee44de157d2cfeeeda4c9ca5a1a2ef7 Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Fri, 20 Mar 2026 13:27:34 +0800 Subject: [PATCH] =?UTF-8?q?rename:=20=E9=A1=B9=E7=9B=AE=E6=9B=B4=E5=90=8D?= =?UTF-8?q?=E4=B8=BA=20XCTerminal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 902d51d..e6881c0 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Terminal + XCTerminal
diff --git a/package.json b/package.json index 3d2b124..947500a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@xcopencodweb/terminal", + "name": "xcterminal", "version": "1.0.0", "private": true, "type": "module", @@ -41,8 +41,8 @@ "vite": "^7.1.2" }, "build": { - "appId": "com.xcopencodweb.terminal", - "productName": "XCCMD Terminal", + "appId": "com.xcterminal", + "productName": "XCTerminal", "directories": { "output": "release" },