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