正式发布

This commit is contained in:
admin8800
2026-05-10 16:46:04 +08:00
parent 2ca3a17cad
commit 5f1f9375d7
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -195,6 +195,5 @@ jobs:
tag_name: ${{ steps.vars.outputs.tag }} tag_name: ${{ steps.vars.outputs.tag }}
name: S-UI ${{ steps.vars.outputs.tag }} name: S-UI ${{ steps.vars.outputs.tag }}
target_commitish: ${{ github.sha }} target_commitish: ${{ github.sha }}
prerelease: true
fail_on_unmatched_files: true fail_on_unmatched_files: true
files: release-assets/* files: release-assets/*
-1
View File
@@ -147,6 +147,5 @@ jobs:
tag_name: ${{ steps.vars.outputs.tag }} tag_name: ${{ steps.vars.outputs.tag }}
name: S-UI ${{ steps.vars.outputs.tag }} name: S-UI ${{ steps.vars.outputs.tag }}
target_commitish: ${{ github.sha }} target_commitish: ${{ github.sha }}
prerelease: true
fail_on_unmatched_files: true fail_on_unmatched_files: true
files: release-assets/* files: release-assets/*
+5 -6
View File
@@ -1,8 +1,8 @@
# S-UI ## S-UI
**基于 SagerNet/Sing-Box 构建的高级 Web 面板** 基于`SagerNet/Sing-Box`构建的高级 Web 面板,基于`alireza0/s-ui`的最后一个版本。
> **免责声明:** 本项目仅供个人学习与交流使用,请勿用于非法用途,请勿在生产环境中使用 > **免责声明:** 本项目仅供个人学习与交流使用,请勿用于非法用途。
## 快速概览 ## 快速概览
@@ -24,9 +24,6 @@
| Windows | amd64, 386, arm64 | 支持 | | Windows | amd64, 386, arm64 | 支持 |
| macOS | amd64, arm64 | 实验性支持 | | macOS | amd64, arm64 | 实验性支持 |
## API 文档
[API 文档 Wiki](https://github.com/admin8800/s-ui/wiki/API-Documentation)
## 默认安装信息 ## 默认安装信息
- 面板端口:2095 - 面板端口:2095
@@ -233,3 +230,5 @@ certbot certonly --standalone --register-unsafely-without-email --non-interactiv
``` ```
</details> </details>
#### 鸣谢原作者:alireza0