From c205e0a26dd0c694d0e10cc17ded70d255a8edd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E7=AB=AF=E5=AE=A2?= <107686912+Kirito520Asuna@users.noreply.github.com> Date: Sat, 3 Jan 2026 11:29:41 +0800 Subject: [PATCH] =?UTF-8?q?docs(ActivitySwitchNotice):=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0WsProxy=E9=83=A8=E7=BD=B2=E6=96=87=E6=A1=A3=20(#2612)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将部署标题从四级改为三级 - 添加Windows exe直接运行的部署方式 - 添加Java jar包运行的部署方式 - 保留Docker部署方式并优化格式 - 更新下载链接指向release页面 --- repo/js/ActivitySwitchNotice/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/repo/js/ActivitySwitchNotice/README.md b/repo/js/ActivitySwitchNotice/README.md index cb9610c1e..05216eb82 100644 --- a/repo/js/ActivitySwitchNotice/README.md +++ b/repo/js/ActivitySwitchNotice/README.md @@ -142,10 +142,16 @@ } ``` -#### 部署 [WsProxy](https://github.com/Kirito520Asuna/WsProxy) - -提供docker镜像,方便用户快速搭建WebSocket代理服务 +### 部署 [WsProxy](https://github.com/Kirito520Asuna/WsProxy) +#### 1.windows exe 直接运行 +前往 [release](https://github.com/Kirito520Asuna/WsProxy/releases) 下载 带windows的zip包解压运行.exe文件即可 +#### 2.java +前往 [release](https://github.com/Kirito520Asuna/WsProxy/releases) 下载 jar包 +```shell +java -jar xxxx.jar +``` +#### 3.部署docker ```shell docker pull ghcr.io/kirito520asuna/wsproxy:latest docker run -d -p 8081:8081 -v /path/to/application-prod.yml:/app/application-prod.yml --name wsproxy ghcr.io/kirito520asuna/wsproxy:latest