推送部分文档更新

This commit is contained in:
2026-08-04 21:15:17 +08:00
parent d270279046
commit d1cc5564f8
9 changed files with 1137 additions and 20 deletions
+16 -20
View File
@@ -8,6 +8,8 @@
[![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)
# frpc-console
**Designed for Long-Term FRP Deployment.**
A lightweight lifecycle console built from real-world engineering practice.
@@ -16,34 +18,34 @@ A lightweight lifecycle console built from real-world engineering practice.
---
## 📖 Documents
## 📖 文档索引
| | |
|---|---|
| 📖 Engineering Philosophy | 为什么它会长成今天这样 |
| 🚀 Deployment Guide | Docker、Binary、ARMHF |
| 🔄 Update Strategy | Preview / LTS |
| 🏗 Architecture | 整体架构 |
| ⚙ Design Decisions | 为什么没有 CI?为什么叫 Console? |
| 🌐 Edge Node | 为什么支持 BusyBox、ARMHF |
| [📖 工程设计哲学](./Docs/engineering-philosophy.md) | 为什么它会长成今天这样 |
| [🔄 更新策略](./Docs/update-strategy.md) | Preview / LTS |
| [🏗 架构设计](./Docs/architecture.md) | 整体架构设计思路 |
| [⚙ 设计决策](./Docs/design-decisions.md) | 为什么没有 CI?为什么叫 Console? |
| [🌐 边缘节点](./Docs/edge-node.md) | 为什么支持 BusyBox、ARMHF |
[🌐 边缘节点](./Docs/edge-node.md)
---
> *“The best infrastructure tool is the one you rarely notice.”*
Read the full [Engineering Philosophy](docs/engineering-philosophy.md)
阅读完整版 [工程设计哲学](./Docs/engineering-philosophy.md)
---
## 🚀 Quick Start
## 🚀 快速开始
选择适合您环境的部署方法
选择适合您环境的部署方法
[二进制安装指南](./INSTALL_BINARY.md)
- [二进制安装指南](./Docs/INSTALL_BINARY.md)
- [Docker 安装指南](./Docs/INSTALL_DOCKER.md)
[Docker 安装指南](./INSTALL_DOCKER.md)
首次访问注册管理员账户
首次访问请注册管理员账户
导入你的 `frpc.toml`
@@ -55,8 +57,6 @@ Read the full [Engineering Philosophy →](docs/engineering-philosophy.md)
**MIT License © 2026 lxh2875931338XHLiang0** · [GitHub](链接) · [致谢](链接)
---
@@ -492,7 +492,3 @@ MIT License © 2026 lxh2875931338XHLiang0
- [fatedier/frp](https://github.com/fatedier/frp) —— 强大的内网穿透工具
- [gin-gonic/gin](https://github.com/gin-gonic/gin) —— 高性能 Go Web 框架
- [vuejs/vue](https://github.com/vuejs/vue) —— 渐进式 JavaScript 框架