From 28b09ff60acac6762e24a0e5b74425dbf606f8f6 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Thu, 23 Jul 2026 22:23:30 +0800 Subject: [PATCH] =?UTF-8?q?readme=E6=9B=B4=E6=96=B0=E4=B8=8ELicense?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- License.md | 21 +++++++++++++++++++++ readme.md | 5 +++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 License.md diff --git a/License.md b/License.md new file mode 100644 index 0000000..322c471 --- /dev/null +++ b/License.md @@ -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. \ No newline at end of file diff --git a/readme.md b/readme.md index 52de9f1..b05e7d9 100644 --- a/readme.md +++ b/readme.md @@ -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 镜像支持 +``` ---