重新组织项目文件目录结构,在仓库中可以直接查看文档中的图片
This commit is contained in:
41
index.md
Normal file
41
index.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
# name: " 通用的"
|
||||
# text: " 为中小型公司提供IT服务"
|
||||
text: "The Last Mile of Al for R&D"
|
||||
tagline: DevStar Studio是为AI时代打造的新一代一站式智能研发平台,面向人类开发者和AI开发者的融合团队,专注于产品质量和团队效能,为研发部门赋能提效。
|
||||
image:
|
||||
src: /slider1.png
|
||||
alt: 背景图片
|
||||
# actions:
|
||||
# - theme: brand
|
||||
# text: DevStar Studio
|
||||
# link: /devstar/index
|
||||
# - theme: alt
|
||||
# text: CloudBuild
|
||||
# link: /compile/index
|
||||
# - theme: alt
|
||||
# text: Simulator
|
||||
# link: /simulator/index
|
||||
|
||||
# features:
|
||||
# - title: 极易安装
|
||||
# details: 极易安装的详细描述
|
||||
# - title: 运行迅速
|
||||
# details: 运行迅速的详细描述
|
||||
# - title: 安装和使用体验良好
|
||||
# details: 安装和使用体验良好的详细描述
|
||||
---
|
||||
<script setup>
|
||||
import Index from './src/index.vue' // 你的组件
|
||||
</script>
|
||||
<Index/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user