实现切换侧边栏导航之前
This commit is contained in:
@@ -3,29 +3,39 @@
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: " 通用的"
|
||||
text: "一站式软件研发平台"
|
||||
tagline: 提供开发环境DevEnv执行引擎,与VS Code插件或自定义IDE深度融合,形成灵活适配基础软件工具的生态平台
|
||||
# name: " 通用的"
|
||||
# text: " 为中小型公司提供IT服务"
|
||||
text: "为中小型公司提供IT服务"
|
||||
tagline: 我们为各行各业提供定制软件解决方案,为您的企业打造高价值的软件和技术
|
||||
image:
|
||||
src: /background.png
|
||||
src: /slider1.png
|
||||
alt: 背景图片
|
||||
actions:
|
||||
- theme: brand
|
||||
text: 什么是devstar
|
||||
link: /document/decription/关于devstar
|
||||
text: devstar入门
|
||||
link: /document/index
|
||||
- theme: alt
|
||||
text: 快速入门
|
||||
link: /document/decription/快速开始
|
||||
text: devstar入门
|
||||
link: /document/index
|
||||
- theme: alt
|
||||
text: GitHub
|
||||
link: https://github.com/mengning/DevStar
|
||||
text: devstar入门
|
||||
link: /document/index
|
||||
|
||||
features:
|
||||
- title: 极易安装
|
||||
details: 极易安装的详细描述
|
||||
- title: 运行迅速
|
||||
details: 运行迅速的详细描述
|
||||
- title: 安装和使用体验良好
|
||||
details: 安装和使用体验良好的详细描述
|
||||
# features:
|
||||
# - title: 极易安装
|
||||
# details: 极易安装的详细描述
|
||||
# - title: 运行迅速
|
||||
# details: 运行迅速的详细描述
|
||||
# - title: 安装和使用体验良好
|
||||
# details: 安装和使用体验良好的详细描述
|
||||
---
|
||||
<script setup>
|
||||
import Index from './components/Index.vue' // 你的组件
|
||||
</script>
|
||||
<Index/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user