mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
update readme
This commit is contained in:
26
README.md
26
README.md
@@ -20,14 +20,14 @@ Support Windows / Linux out of the box now.
|
|||||||
|
|
||||||
[](https://github.com/Matsuridayo/nekoray/releases)
|
[](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
|
### Package
|
||||||
|
|
||||||
1. AUR: [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
1. AUR: [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
||||||
2. Scoop extras: `scoop install nekoray`
|
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
|
## 更改记录 & 发布频道 / Changelog & Telegram channel
|
||||||
|
|
||||||
@@ -79,11 +79,7 @@ https://matsuridayo.github.io
|
|||||||
|
|
||||||
## 编译教程 / Compile Tutorial
|
## 编译教程 / Compile Tutorial
|
||||||
|
|
||||||
[Linux](docs/Build_Linux.md)
|
请看 [技术文档 / Technical documentation](https://github.com/MatsuriDayo/nekoray/tree/main/docs)
|
||||||
|
|
||||||
[Mac](docs/Build_MacOS.md) or [用于自动构建的非官方脚本 / Unofficial Script for automatic build](https://github.com/aaaamirabbas/nekoray-macos)
|
|
||||||
|
|
||||||
[Windows](docs/Build_Windows.md)
|
|
||||||
|
|
||||||
## 捐助 / Donate
|
## 捐助 / Donate
|
||||||
|
|
||||||
@@ -101,10 +97,18 @@ XMR
|
|||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
- [v2fly/v2ray-core](https://github.com/v2fly/v2ray-core)
|
Core:
|
||||||
- [MatsuriDayo/Matsuri](https://github.com/MatsuriDayo/Matsuri)
|
|
||||||
- [MatsuriDayo/v2ray-core](https://github.com/MatsuriDayo/v2ray-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)
|
- [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)
|
- [Qv2ray](https://github.com/Qv2ray/Qv2ray)
|
||||||
- [Qt](https://www.qt.io/)
|
- [Qt](https://www.qt.io/)
|
||||||
- [protobuf](https://github.com/protocolbuffers/protobuf)
|
- [protobuf](https://github.com/protocolbuffers/protobuf)
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
|||||||
ui->toolButton_server->setMenu(ui->menu_server);
|
ui->toolButton_server->setMenu(ui->menu_server);
|
||||||
ui->menubar->setVisible(false);
|
ui->menubar->setVisible(false);
|
||||||
connect(ui->toolButton_document, &QToolButton::clicked, this, [=] { QDesktopServices::openUrl(QUrl("https://matsuridayo.github.io/")); });
|
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(); }); });
|
connect(ui->toolButton_update, &QToolButton::clicked, this, [=] { runOnNewThread([=] { CheckUpdate(); }); });
|
||||||
|
|
||||||
// Setup log UI
|
// Setup log UI
|
||||||
|
|||||||
Reference in New Issue
Block a user