32 lines
941 B
Markdown
32 lines
941 B
Markdown
|
---
|
|||
|
# https://vitepress.dev/reference/default-theme-home-page
|
|||
|
layout: home
|
|||
|
|
|||
|
hero:
|
|||
|
name: " 通用的"
|
|||
|
text: "一站式软件研发平台"
|
|||
|
tagline: 提供开发环境DevEnv执行引擎,与VS Code插件或自定义IDE深度融合,形成灵活适配基础软件工具的生态平台
|
|||
|
image:
|
|||
|
src: /background.png
|
|||
|
alt: 背景图片
|
|||
|
actions:
|
|||
|
- theme: brand
|
|||
|
text: 什么是devstar
|
|||
|
link: /document/decription/关于devstar
|
|||
|
- theme: alt
|
|||
|
text: 快速入门
|
|||
|
link: /document/decription/快速开始
|
|||
|
- theme: alt
|
|||
|
text: GitHub
|
|||
|
link: https://github.com/mengning/DevStar
|
|||
|
|
|||
|
features:
|
|||
|
- title: 极易安装
|
|||
|
details: 极易安装的详细描述
|
|||
|
- title: 运行迅速
|
|||
|
details: 运行迅速的详细描述
|
|||
|
- title: 安装和使用体验良好
|
|||
|
details: 安装和使用体验良好的详细描述
|
|||
|
---
|
|||
|
|