Skip to content

Commit

Permalink
docs(client): correct client filename in document due to filename cha…
Browse files Browse the repository at this point in the history
…nging in v0.7.0 release
  • Loading branch information
genshen committed Feb 7, 2024
1 parent ddc6660 commit 6802b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/zh-cn/install-wssocks-ustb.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ wssocks-ustb 客户端及其插件的源码可在 [github](https://github.com/ge
注:前者是稳定版,后者是 night-release,如果最新的稳定版还未释放出来,可使用 night-release 版本。

其中:
- client-ui-macOS-amd64.zip 和 client-ui-windows-amd64.exe 分别是 macOS 和 windows 上通用的 GUI wssocks-ustb 客户端
- wssocks-ustb-client-macOS-amd64.app.zip 是基于 swiftui 构建的 macOS wssocks-ustb 客户端,更符合 macOS 设计风格。
- client-ui-macOS-*.zip 和 client-ui-windows-amd64.exe 分别是 macOS 和 windows 上通用的 GUI wssocks-ustb 客户端(基于 [fyne](https://fyne.io) 构建)。自 v0.7.0 版本开始,macOS 系统上原生支持 arm64(M1/M2/M3等) 和 x64 (Intel)两种架构(之前的版本只原生支持x64平台,在 arm64 架构上运行需要通过 Rosetta 2 转译实现)。
- wssocks-ustb-client-macOS-*.app.zip 是基于 swiftui 构建的 macOS wssocks-ustb 客户端,更符合 macOS 设计风格。自v0.7.0 版本开始,原生支持 arm64(M1/M2/M3等) 和 x64 (Intel)两种架构(之前的版本只原生支持x64平台,在 arm64 架构上运行需要通过 Rosetta 2 转译实现)
- 而 wssocks-ustb-{OS}-{ARCH} 是命令行版本,如果你是极客,可以下载改版本,命令行的参数使用可参见 [相关文档](https://github.com/genshen/wssocks-plugin-ustb/blob/master/docs/zh-cn/README.md) 或者 **help** 子命令。

以下示例以 GUI 版本进行说明。
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/wssocks-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
这里仅以 GUI 版本进行说明。

## 通用跨平台版本
通用跨平台版本即为 github release 页面中的 client-ui-macOS-amd64.zip 和 client-ui-windows-amd64.exe。
通用跨平台版本即为 github release 页面中的 client-ui-macOS-*.zip 和 client-ui-windows-amd64.exe。
各项可参考下图进行填写,其中:
- wssocks 服务器地址 (**remote address**) 为: wss://proxy.gensh.me。
- **socks5 address** 是本机监听 SOCKS5 的本地地址。
Expand All @@ -26,7 +26,7 @@
![](./resource/client.webp)

## MacOS 版本 (preview)
该版本对应 github release 页面中的 wssocks-ustb-client-macOS-amd64.app.zip,
该版本对应 github release 页面中的 wssocks-ustb-client-macOS-*.app.zip,
该版本采用**固定在菜单栏**的方式,便于操作(注:此为从 v0.7.0 版本开始的新交互方式,之前版本的使用方式和通用跨平台版本一致)。
打开软件后,可以在菜单栏找到软件图标,点击即可打开主界面。
其中,点击左上角 “齿轮” 按钮可以打开软件的配置窗口,其配置和上述通用跨平台版本的配置一致。
Expand Down

0 comments on commit 6802b18

Please sign in to comment.