Files
docs/index.md

42 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
# 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/>