readme更新与License确认

This commit is contained in:
2026-07-23 22:23:30 +08:00
parent e459834e26
commit 28b09ff60a
2 changed files with 24 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026 lxh2875931338
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+3 -2
View File
@@ -4,7 +4,7 @@
[![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat&logo=go)](https://golang.org/) [![Go Version](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat&logo=go)](https://golang.org/)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Release](https://img.shields.io/github/v/release/lxh2875931338/frpc-console)](https://github.com/lxh2875931338/frpc-console/releases)
--- ---
@@ -176,7 +176,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t frpc-console:latest --
## 📝 更新日志 ## 📝 更新日志
### 1.0-Release (2026-07-23) ### 1.0-Release (2026-07-23)
```
· 🎉 首次发布 · 🎉 首次发布
· ✨ 支持隧道增删改查 · ✨ 支持隧道增删改查
· ✨ 支持 TOML 导入/导出 · ✨ 支持 TOML 导入/导出
@@ -184,6 +184,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t frpc-console:latest --
· ✨ 深色磨砂玻璃 UI · ✨ 深色磨砂玻璃 UI
· ✨ 多平台 frpc 自动适配 · ✨ 多平台 frpc 自动适配
· 🐳 Docker 镜像支持 · 🐳 Docker 镜像支持
```
--- ---