From 071b593f0d7ad0f53280a0736d57f1caf070c9f6 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:02:57 +0900 Subject: [PATCH] update readme --- README.md | 26 +++++++++++++++----------- ui/mainwindow.cpp | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9aaa542..b80eb17 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Support Windows / Linux out of the box now. [![GitHub All Releases](https://img.shields.io/github/downloads/Matsuridayo/nekoray/total?label=downloads-total&logo=github&style=flat-square)](https://github.com/Matsuridayo/nekoray/releases) -[Download](https://github.com/Matsuridayo/nekoray/releases) +[下载 / Download](https://github.com/Matsuridayo/nekoray/releases) + +[安装包的说明,如果你不知道要下载哪一个](https://github.com/MatsuriDayo/nekoray/wiki/Installation-package-description) ### Package 1. AUR: [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) 2. Scoop extras: `scoop install nekoray` -3. macOS Homebrew (unoffical): [homebrew-nekoray](https://github.com/tdjnodj/homebrew-nekoray) -4. Linux apt (unoffical): [tdjnodj/apt](https://github.com/tdjnodj/apt) ## 更改记录 & 发布频道 / Changelog & Telegram channel @@ -79,11 +79,7 @@ https://matsuridayo.github.io ## 编译教程 / Compile Tutorial -[Linux](docs/Build_Linux.md) - -[Mac](docs/Build_MacOS.md) or [用于自动构建的非官方脚本 / Unofficial Script for automatic build](https://github.com/aaaamirabbas/nekoray-macos) - -[Windows](docs/Build_Windows.md) +请看 [技术文档 / Technical documentation](https://github.com/MatsuriDayo/nekoray/tree/main/docs) ## 捐助 / Donate @@ -101,10 +97,18 @@ XMR ## Credits -- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core) -- [MatsuriDayo/Matsuri](https://github.com/MatsuriDayo/Matsuri) -- [MatsuriDayo/v2ray-core](https://github.com/MatsuriDayo/v2ray-core) +Core: + +- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core) ( < 3.10 ) +- [MatsuriDayo/Matsuri](https://github.com/MatsuriDayo/Matsuri) ( < 3.10 ) +- [MatsuriDayo/v2ray-core](https://github.com/MatsuriDayo/v2ray-core) ( < 3.10 ) +- [XTLS/Xray-core](https://github.com/XTLS/Xray-core) ( >= 3.10 ) +- [MatsuriDayo/Xray-core](https://github.com/MatsuriDayo/Xray-core) ( >= 3.10 ) - [SagerNet/sing-box](https://github.com/SagerNet/sing-box) +- [Matsuridayo/sing-box-extra](https://github.com/MatsuriDayo/sing-box-extra) + +Gui: + - [Qv2ray](https://github.com/Qv2ray/Qv2ray) - [Qt](https://www.qt.io/) - [protobuf](https://github.com/protocolbuffers/protobuf) diff --git a/ui/mainwindow.cpp b/ui/mainwindow.cpp index 8509662..df47284 100644 --- a/ui/mainwindow.cpp +++ b/ui/mainwindow.cpp @@ -115,7 +115,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi ui->toolButton_server->setMenu(ui->menu_server); ui->menubar->setVisible(false); connect(ui->toolButton_document, &QToolButton::clicked, this, [=] { QDesktopServices::openUrl(QUrl("https://matsuridayo.github.io/")); }); - connect(ui->toolButton_ads, &QToolButton::clicked, this, [=] { QDesktopServices::openUrl(QUrl("https://matsuricom.github.io/")); }); + connect(ui->toolButton_ads, &QToolButton::clicked, this, [=] { QDesktopServices::openUrl(QUrl("https://matsuricom.pages.dev/")); }); connect(ui->toolButton_update, &QToolButton::clicked, this, [=] { runOnNewThread([=] { CheckUpdate(); }); }); // Setup log UI