From 2baf9f635856c84a7353d7ff31420d0fd2fd1dd5 Mon Sep 17 00:00:00 2001 From: jonssonyan Date: Wed, 15 Nov 2023 14:56:56 +0800 Subject: [PATCH] fix: update doc --- vpress/README.md | 8 ++++---- vpress/start/system-structure.md | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/vpress/README.md b/vpress/README.md index 13d0a50..149eca7 100644 --- a/vpress/README.md +++ b/vpress/README.md @@ -32,21 +32,21 @@ footer: Copyright © 2021-2023 Trojan Panel ## 🚀 安装 -1. 联机(推荐) +- 联机(推荐) ```shell source <(curl -L https://github.com/trojanpanel/install-script/raw/main/install_script.sh) ``` -2. 单机 +- 单机 ```shell source <(curl -L https://github.com/trojanpanel/install-script/raw/main/install_script_standalone.sh) ``` -3. [安装旧版本](https://github.com/trojanpanel/install-script/tree/main/README_ZH.md) +- [安装旧版本](https://github.com/trojanpanel/install-script/tree/main/README_ZH.md) -## ✨ Community +## ✨ 社区 Telegram 频道: [Trojan Panel](https://t.me/TrojanPanel) diff --git a/vpress/start/system-structure.md b/vpress/start/system-structure.md index d41c90e..ccf4c60 100644 --- a/vpress/start/system-structure.md +++ b/vpress/start/system-structure.md @@ -1,7 +1,8 @@ # 架构设计 - 所有服务基于Docker,通过容器技术承载各类服务,屏蔽平台差异 -- 前后端分离,并行开发,性能提升,提升用户体验 -- 一键安装脚本,系统一键部署,降低部署门槛 +- 前后端分离开发,面板和内核分离,支持多节点,支持分布式部署,提升性能 +- 内核适配多种代理软件,扩展简单 +- 一键安装脚本,系统快速部署,降低安装门槛 -这是占内存最小而且不需要自己手动申请/续签证书的轻量级方案。实测,把所有服务器都部署完,1H1G的服务器足够用。 \ No newline at end of file +这是占内存最小而且不需要自己手动申请/续签证书的轻量级方案。实测,把所有服务器都部署完,1H1G的服务器足够用,参考[性能检测](/tutorial/performance-testing)。 \ No newline at end of file