mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
update readme
This commit is contained in:
11
README.md
11
README.md
@@ -10,12 +10,17 @@ Support Windows / Linux / macOS amd64 out of the box now.
|
|||||||
|
|
||||||
## 下载 Download
|
## 下载 Download
|
||||||
|
|
||||||
|
### GitHub Releases (Portable ZIP)
|
||||||
|
|
||||||
便携格式,无安装器。转到 Releases 下载预编译的二进制文件,解压后即可使用。
|
便携格式,无安装器。转到 Releases 下载预编译的二进制文件,解压后即可使用。
|
||||||
|
|
||||||
### GitHub Releases
|
|
||||||
|
|
||||||
[](https://github.com/Matsuridayo/nekoray/releases) [Download](https://github.com/Matsuridayo/nekoray/releases)
|
[](https://github.com/Matsuridayo/nekoray/releases) [Download](https://github.com/Matsuridayo/nekoray/releases)
|
||||||
|
|
||||||
|
### Package
|
||||||
|
|
||||||
|
1. AUR [nekoray-git](https://aur.archlinux.org/packages/nekoray-git)
|
||||||
|
2. Scoop extras for Windows: `scoop install nekoray`
|
||||||
|
|
||||||
## 更改记录 & 发布频道 Changelog & Telegram channel
|
## 更改记录 & 发布频道 Changelog & Telegram channel
|
||||||
|
|
||||||
https://t.me/Matsuridayo
|
https://t.me/Matsuridayo
|
||||||
@@ -52,8 +57,6 @@ launcher 参数
|
|||||||
|
|
||||||
Ubuntu 22.04: `sudo apt install libxcb-xinerama0`
|
Ubuntu 22.04: `sudo apt install libxcb-xinerama0`
|
||||||
|
|
||||||
If you are using Arch Linux, you can install via [AUR](https://aur.archlinux.org/packages/nekoray)
|
|
||||||
|
|
||||||
## 编译教程
|
## 编译教程
|
||||||
|
|
||||||
[Linux](examples/docs/Build_Linux.md)
|
[Linux](examples/docs/Build_Linux.md)
|
||||||
|
|||||||
@@ -258,7 +258,6 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//
|
//
|
||||||
ui->menu_program_preference->addActions(ui->menu_preferences->actions());
|
ui->menu_program_preference->addActions(ui->menu_preferences->actions());
|
||||||
connect(ui->menu_add_from_clipboard2, &QAction::triggered, ui->menu_add_from_clipboard, &QAction::trigger);
|
connect(ui->menu_add_from_clipboard2, &QAction::triggered, ui->menu_add_from_clipboard, &QAction::trigger);
|
||||||
|
|||||||
Reference in New Issue
Block a user