From d3dab8a27a9fba834dfe38ac3d0880349e088822 Mon Sep 17 00:00:00 2001 From: Falck Date: Mon, 6 Apr 2026 13:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E7=BD=91=E5=85=A8=E9=9D=A2=E9=80=82?= =?UTF-8?q?=E9=85=8D=20Python=20=E6=8A=80=E6=9C=AF=E6=A0=88=20&=20?= =?UTF-8?q?=E5=85=A8=E6=96=B0=E6=8A=BD=E8=B1=A1=20Logo=20=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Design: 全新抽象几何曲线 Logo (旋转对称 + 插件概念) - Update: 首页/快速开始/特性/架构页移除 Go 内容,改为 Python/Shell 指令 - Docs: README 与 Banner 添加贡献者 yongwanxing --- README.md | 2 +- static/banner.svg | 4 +- website/architecture.html | 2 +- website/features.html | 2 +- website/index.html | 18 ++++----- website/logo.svg | 79 ++++++++++++++++++++++++++------------- website/quickstart.html | 11 +++--- 7 files changed, 70 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 86b64d1..ae91f5f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Copyright 2026 Falck

- Made with ❤️ by Falck + Made with ❤️ by Falck & yongwanxing

diff --git a/static/banner.svg b/static/banner.svg index 81860ae..1400964 100644 --- a/static/banner.svg +++ b/static/banner.svg @@ -306,8 +306,8 @@ - Made with love by Falck - https://gitee.com/starlight-apk + Made with love by Falck & yongwanxing + https://gitee.com/starlight-apk · https://gitcode.com/yongwanxing FUTURE OSS diff --git a/website/architecture.html b/website/architecture.html index 0897094..4caa4bd 100644 --- a/website/architecture.html +++ b/website/architecture.html @@ -5,7 +5,7 @@ 架构设计 - Future OSS - + diff --git a/website/features.html b/website/features.html index b090d70..d0f6f53 100644 --- a/website/features.html +++ b/website/features.html @@ -5,7 +5,7 @@ 核心特性 - Future OSS - + diff --git a/website/index.html b/website/index.html index 8ed24e5..c46d024 100644 --- a/website/index.html +++ b/website/index.html @@ -5,7 +5,7 @@ Future OSS - 一切皆为插件的开发者工具运行时框架 - + @@ -58,17 +58,15 @@ - main.go + start.sh -
// 1. 加载配置
-cfg, _ := config.Load("config.yaml")
+                    
# 1. 克隆项目
+$ git clone https://gitee.com/starlight-apk/feature-oss.git
+$ cd feature-oss
 
-// 2. 安装插件
-$ oss pkg install \
-  @{Falck/http-server}<1.0.0>
-
-// 3. 启动服务
-$ oss serve
+# 2. 一键启动 +$ bash start.sh +# ✓ 服务已启动 → http://localhost:8080/
diff --git a/website/logo.svg b/website/logo.svg index 5ec660b..1e94414 100644 --- a/website/logo.svg +++ b/website/logo.svg @@ -1,32 +1,57 @@ - - - - - - - - - - - - - - - - - + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/quickstart.html b/website/quickstart.html index 180c991..e74fc5c 100644 --- a/website/quickstart.html +++ b/website/quickstart.html @@ -5,7 +5,7 @@ 快速开始 - Future OSS - + @@ -39,15 +39,14 @@
2
-

编译构建

-
go mod download
-go build -o bin/oss .
-./bin/oss init
+

安装依赖

+
pip install -r requirements.txt
+pip install -e .
3

启动服务

-
./bin/oss serve
+                
bash start.sh
 # 访问 localhost:8080