fix(brand): 作者改为 U-Claw,去掉个人名字

This commit is contained in:
dongsheng123132
2026-03-19 15:46:31 +08:00
parent f8db448652
commit 5564c1460e

View File

@@ -3,7 +3,7 @@
"version": "2.0.0", "version": "2.0.0",
"description": "U-Claw - AI 助手桌面版,插上 U 盘就能用", "description": "U-Claw - AI 助手桌面版,插上 U 盘就能用",
"main": "src/main.js", "main": "src/main.js",
"author": "贺方升 <hefangsheng@gmail.com> (https://u-claw.org)", "author": "U-Claw <hello@u-claw.org> (https://u-claw.org)",
"license": "MIT", "license": "MIT",
"homepage": "https://u-claw.org", "homepage": "https://u-claw.org",
"scripts": { "scripts": {
@@ -19,7 +19,7 @@
"build": { "build": {
"appId": "org.u-claw.desktop", "appId": "org.u-claw.desktop",
"productName": "U-Claw", "productName": "U-Claw",
"copyright": "Copyright © 2026 贺方升 (u-claw.org)", "copyright": "Copyright © 2026 U-Claw",
"directories": { "directories": {
"output": "release" "output": "release"
}, },