mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
chore: 修改仓库名
This commit is contained in:
10
README.md
10
README.md
@@ -2,10 +2,10 @@
|
||||
|
||||
*前身为 HITsz Connect for Windows*
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
改进的 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)),再运行程序;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" +
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user