diff --git a/docs/docs/guide/gui-builder.md b/docs/docs/guide/gui-builder.md index a5787148..931ca5b6 100644 --- a/docs/docs/guide/gui-builder.md +++ b/docs/docs/guide/gui-builder.md @@ -7,6 +7,8 @@ date: 2024-06-11 目前可视化搭建脚手架处于 alpha 阶段,功能比较简陋,仅用于尝鲜,欢迎大家前往 [GitHub](https://github.com/vuepress-reco/revili-kit-vuepress-reco/issues) 提出宝贵的建议。 ::: +## 简介 + 主题的使用仍然有一定的门槛,为了方便新手快速入门,尤其是非前端开发者,reco 主题尝试基于 [revili](https://revili.recoluan.com/) 开发可视化搭建平台。 ```bash @@ -18,4 +20,22 @@ revili add revili-kit-vuepress-reco@next # 启动可视化搭建平台 revili start -``` \ No newline at end of file +``` + +## 效果展示 + +### 项目列表 + +![list](https://github.com/user-attachments/assets/9c1f8e2b-ec23-4757-b6f6-5a09ce14d7c9) + +### 选择文件夹 + +![folder](https://github.com/user-attachments/assets/39b7e16d-209f-45eb-8f35-ae16b57871b2) + +### 设置参数 + +![config](https://github.com/user-attachments/assets/9e448137-e223-4d67-b1e8-0a8b3baf334c) + +### 创建项目 + +![create](https://github.com/user-attachments/assets/bf38248e-1291-4dcb-956d-ff04a13bae35) diff --git a/docs/en/docs/guide/gui-builder.md b/docs/en/docs/guide/gui-builder.md index 131b8a0d..8ffb2b66 100644 --- a/docs/en/docs/guide/gui-builder.md +++ b/docs/en/docs/guide/gui-builder.md @@ -7,6 +7,8 @@ date: 2024-06-11 At present, the visual scaffolding is in the alpha stage, and its function is relatively simple, and it is only used for tasting. Welcome to [GitHub](https://github.com/vuepress-reco/revili-kit-vuepress-reco/issues) puts forward some valuable suggestions. ::: +## Introduction + There is still a certain threshold for the use of themes. In order to facilitate beginners, especially non-front-end developers, reco theme try to build a visual platform based on [revili](https://revili.recoluan.com/). ```bash @@ -18,4 +20,22 @@ revili add revili-kit-vuepress-reco@next # launch a visual platform revili start -``` \ No newline at end of file +``` + +## Display + +### Project List + +![list](https://github.com/user-attachments/assets/9c1f8e2b-ec23-4757-b6f6-5a09ce14d7c9) + +### Choose Folder + +![folder](https://github.com/user-attachments/assets/39b7e16d-209f-45eb-8f35-ae16b57871b2) + +### Set Options + +![config](https://github.com/user-attachments/assets/9e448137-e223-4d67-b1e8-0a8b3baf334c) + +### Create Project + +![create](https://github.com/user-attachments/assets/bf38248e-1291-4dcb-956d-ff04a13bae35)