From 5564c1460ece753dcc5df607bd5e92936bb5712e Mon Sep 17 00:00:00 2001 From: dongsheng123132 <90887123+dongsheng123132@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:46:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(brand):=20=E4=BD=9C=E8=80=85=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20U-Claw=EF=BC=8C=E5=8E=BB=E6=8E=89=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- u-claw-app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/u-claw-app/package.json b/u-claw-app/package.json index dafaa90..b695870 100644 --- a/u-claw-app/package.json +++ b/u-claw-app/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "U-Claw - AI 助手桌面版,插上 U 盘就能用", "main": "src/main.js", - "author": "贺方升 (https://u-claw.org)", + "author": "U-Claw (https://u-claw.org)", "license": "MIT", "homepage": "https://u-claw.org", "scripts": { @@ -19,7 +19,7 @@ "build": { "appId": "org.u-claw.desktop", "productName": "U-Claw", - "copyright": "Copyright © 2026 贺方升 (u-claw.org)", + "copyright": "Copyright © 2026 U-Claw", "directories": { "output": "release" },