From f7a66a55a85c37fee8cb9c340dd289b2d45b7c4c Mon Sep 17 00:00:00 2001 From: Chenx Dust Date: Sun, 25 Jan 2026 17:10:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- resource/Info.plist | 4 ++-- utils/utils.cpp | 2 +- utils/utils.h | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 98e2397..0f75f7b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ *前身为 HITsz Connect for Windows* -![Action](https://github.com/PageChen04/EZ4Connect/actions/workflows/build.yml/badge.svg) -![Release](https://img.shields.io/github/v/release/PageChen04/EZ4Connect) -![Downloads](https://img.shields.io/github/downloads/PageChen04/EZ4Connect/total) -![License](https://img.shields.io/github/license/PageChen04/EZ4Connect) +![Action](https://github.com/chenx-dust/EZ4Connect/actions/workflows/build.yml/badge.svg) +![Release](https://img.shields.io/github/v/release/chenx-dust/EZ4Connect) +![Downloads](https://img.shields.io/github/downloads/chenx-dust/EZ4Connect/total) +![License](https://img.shields.io/github/license/chenx-dust/EZ4Connect) 改进的 ZJU-Connect 图形界面 @@ -15,7 +15,7 @@ ## 使用方式 -1. 在本项目的 [Releases](https://github.com/PageChen04/EZ4Connect/releases) 页面下载最新版本: +1. 在本项目的 [Releases](https://github.com/chenx-dust/EZ4Connect/releases) 页面下载最新版本: - **Windows 用户**:下载 `EZ4Connect-vX.X.X-windows-ARCH.zip` ,解压至同一目录下,双击运行 `EZ4Connect.exe` ; - 如果遇到缺少 DLL 等问题,请先下载安装 Microsoft Visual C++ 可再发行程序包版本([x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) | [arm64](https://aka.ms/vs/17/release/vc_redist.arm64.exe)),再运行程序; diff --git a/resource/Info.plist b/resource/Info.plist index a998fd8..b79763e 100644 --- a/resource/Info.plist +++ b/resource/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile icon.icns CFBundleIdentifier - com.github.PageChen04.EZ4Connect + com.github.chenx-dust.EZ4Connect CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString @@ -27,6 +27,6 @@ CSResourcesFileMapped NSHumanReadableCopyright - Copyright © 2025 PageChen04. Licensed under LGPL-3.0. + Copyright © 2025 Chenx Dust. Licensed under LGPL-3.0. diff --git a/utils/utils.cpp b/utils/utils.cpp index e9b8ad8..3e05260 100644 --- a/utils/utils.cpp +++ b/utils/utils.cpp @@ -71,7 +71,7 @@ void Utils::showAboutMessageBox(QWidget *parent) messageBox.setTextFormat(Qt::RichText); QString aboutText = QApplication::applicationDisplayName() + " " + QApplication::applicationVersion() + "
改进的 ZJU-Connect 图形界面" + - "
作者:Page Chen" + + "
作者:Chenx Dust" + "
项目主页:https://github.com/" + REPO_NAME + "" + "

致谢:" + "

ZJU-Connect-for-Windows" + diff --git a/utils/utils.h b/utils/utils.h index 8455174..d871c79 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -9,7 +9,7 @@ namespace Utils { - const inline QString REPO_NAME("PageChen04/EZ4Connect"); + const inline QString REPO_NAME("chenx-dust/EZ4Connect"); const inline QString CORE_REPO_NAME("Mythologyli/zju-connect"); const inline QString APP_NAME("EZ4Connect");