chore: 修改仓库名

This commit is contained in:
Chenx Dust
2026-01-25 17:10:17 +08:00
parent 631e071e85
commit f7a66a55a8
4 changed files with 9 additions and 9 deletions

View File

@@ -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)),再运行程序;

View File

@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.github.PageChen04.EZ4Connect</string>
<string>com.github.chenx-dust.EZ4Connect</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
@@ -27,6 +27,6 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2025 PageChen04. Licensed under LGPL-3.0.</string>
<string>Copyright © 2025 Chenx Dust. Licensed under LGPL-3.0.</string>
</dict>
</plist>

View File

@@ -71,7 +71,7 @@ void Utils::showAboutMessageBox(QWidget *parent)
messageBox.setTextFormat(Qt::RichText);
QString aboutText = QApplication::applicationDisplayName() + " " + QApplication::applicationVersion() +
"<br>改进的 ZJU-Connect 图形界面" +
"<br>作者:<a href='https://github.com/PageChen04'>Page Chen</a>" +
"<br>作者:<a href='https://github.com/chenx-dust'>Chenx Dust</a>" +
"<br>项目主页:<a href='https://github.com/" + REPO_NAME + "'>https://github.com/" + REPO_NAME + "</a>" +
"<br><br><b>致谢:</b>" +
"<br><br>ZJU-Connect-for-Windows" +

View File

@@ -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");