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
+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/)
[![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)
```
· 🎉 首次发布
· ✨ 支持隧道增删改查
· ✨ 支持 TOML 导入/导出
@@ -184,6 +184,7 @@ docker buildx build --platform linux/amd64,linux/arm64 -t frpc-console:latest --
· ✨ 深色磨砂玻璃 UI
· ✨ 多平台 frpc 自动适配
· 🐳 Docker 镜像支持
```
---