diff --git a/README.md b/README.md
index 377c1f2..ef4de1d 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,63 @@ LiteOps的核心特点是"实用、贴合需求、易于使用":
- **贴合需求**:针对团队缺少的功能进行定制开发,填补工作流程中的空白
- **易于使用**:简洁直观的界面设计,降低使用门槛,减少学习成本,倾向于Jenkins 自由风格Job
+## 功能预览
+
+### 仪表板
+
+

+
系统仪表板 - 整体概览,快速查看系统状态
+
+
+### 项目管理
+
+

+
项目列表 - 统一管理所有项目,简洁明了
+
+
+### 构建任务
+
+

+
构建任务 - 手动触发构建
+
+
+
+

+
构建任务 - 填写构建需求
+
+
+
+

+
构建日志 - 实时查看构建过程和结果
+
+
+### 构建历史
+
+

+
构建历史 - 阶段错误状态追踪
+
+
+
+

+
构建记录详情 - 暂停状态追踪
+
+
+
+

+
构建历史日志
+
+
+### 系统配置
+
+

+
系统基础设置 - 灵活的系统配置管理
+
+
+
+

+
凭据管理 - 安全的凭据和配置文件管理
+
+
## 项目背景
在日常开发工作中,我发现现有的工作流程存在一些功能缺失。市面上的CI/CD工具虽然功能丰富,但往往存在以下问题:
diff --git a/image/build_execution.png b/image/build_execution.png
new file mode 100644
index 0000000..fabb02e
Binary files /dev/null and b/image/build_execution.png differ
diff --git a/image/build_history1.png b/image/build_history1.png
new file mode 100644
index 0000000..4cc5d5a
Binary files /dev/null and b/image/build_history1.png differ
diff --git a/image/build_history2.png b/image/build_history2.png
new file mode 100644
index 0000000..73a5c54
Binary files /dev/null and b/image/build_history2.png differ
diff --git a/image/build_history3.png b/image/build_history3.png
new file mode 100644
index 0000000..d9cb3cc
Binary files /dev/null and b/image/build_history3.png differ
diff --git a/image/build_tasks.png b/image/build_tasks.png
new file mode 100644
index 0000000..39c8b33
Binary files /dev/null and b/image/build_tasks.png differ
diff --git a/image/build_tasks_log.png b/image/build_tasks_log.png
new file mode 100644
index 0000000..0b43367
Binary files /dev/null and b/image/build_tasks_log.png differ
diff --git a/image/cerdentials_kubeconfig.png b/image/cerdentials_kubeconfig.png
new file mode 100644
index 0000000..ce470c7
Binary files /dev/null and b/image/cerdentials_kubeconfig.png differ
diff --git a/image/dashboard.png b/image/dashboard.png
new file mode 100644
index 0000000..d2b5067
Binary files /dev/null and b/image/dashboard.png differ
diff --git a/image/projects_list.png b/image/projects_list.png
new file mode 100644
index 0000000..4543460
Binary files /dev/null and b/image/projects_list.png differ
diff --git a/image/system_basic.png b/image/system_basic.png
new file mode 100644
index 0000000..3ab9e6d
Binary files /dev/null and b/image/system_basic.png differ