From dc2d84772e0869f40b79c0123402e9fe6d2bbe98 Mon Sep 17 00:00:00 2001 From: LIlGG <1103069291@qq.com> Date: Mon, 29 Sep 2025 11:00:39 +0800 Subject: [PATCH] docs: add upage usage instructions document --- README.md | 31 ++++++++++++++++++++++++++++++- docs/src/css/custom.css | 4 ++-- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51f8386..809f6bd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,16 @@ ------------------------------ -UPage 是一款基于大模型的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。 +UPage 是一款基于大模型的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。UPage 优势在于: + +- **基于 LLM 的页面生成**:通过自然语言描述生成完整的网页 +- **多种 LLM 提供商支持**:兼容 OpenAI、Anthropic Claude、Google Gemini 等多种 LLM 模型 +- **可视化编辑器**:简洁直观的可视化编辑器界面,实时预览 +- **多页面生成**:支持同时生成多个页面 +- **代码导出**:生成标准的 HTML/CSS/JS 代码,方便集成到现有项目 +- **响应式设计**:自动适应不同屏幕尺寸 +- **部署集成**:支持一键部署到常见托管平台 + ------------------------------ @@ -49,3 +58,23 @@ docker run -d \ - `-v ./storage:/app/storage`:挂载存储目录 访问 `http://localhost:3000` 即可访问 UPage 的界面。 + +## 飞致云旗下的其他明星项目 + +- [Halo](https://github.com/halo-dev/halo) - 强大易用的开源建站工具 +- [JumpServer](https://github.com/jumpserver/jumpserver) - 广受欢迎的开源堡垒机 +- [DataEase](https://github.com/dataease/dataease) - 人人可用的开源 BI 工具 +- [MaxKB](https://github.com/maxkb/maxkb) - 强大易用的企业级智能体平台 +- [1Panel](https://github.com/1Panel-dev/1Panel) - 现代化、开源的 Linux 服务器运维管理面板 +- [Cordys CRM](https://github.com/cordys/cordys-crm) - 新一代的开源 AI CRM 系统 +- [MeterSphere](https://github.com/metersphere/metersphere) - 新一代的开源持续测试工具 + +## 许可证 + +本仓库遵循 [FIT2CLOUD Open Source License](https://github.com/halo-dev/upage/blob/main/LICENSE.txt) 开源协议,该许可证本质上是 GPLv3,但有一些额外的限制。 + +你可以基于 UPage 的源代码进行二次开发,但是需要遵守以下规定: + +不能替换和修改 UPage 的 Logo 和版权信息; +二次开发后的衍生作品必须遵守 GPL V3 的开源义务。 +如需商业授权,请联系 support@fit2cloud.com 。 diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 349b681..3eab65e 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -58,9 +58,9 @@ } .theme-logo img { - content: url('/img/logo1.png'); + content: url("/img/logo1.png"); } [data-theme="dark"] .theme-logo img { - content: url('/img/logo2.png'); + content: url("/img/logo2.png"); }