Files
docs-test/docs/index.md
2025-09-08 21:23:43 +08:00

42 lines
1.2 KiB
Markdown
Raw 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: "DevStar Studio: The Last Mile of Al for R&D"
tagline: 为AI时代打造的新一代智能研发平台面向人类开发者和AI开发者的融合团队专注于产品质量和团队效能为研发部门赋能提效的一站式解决方案
image:
src: /slider1.png
alt: 背景图片
# actions:
# - theme: brand
# text: DevStar Studio
# link: /devstar/index
# - theme: alt
# text: CloudBuild
# link: /cloudbuild/index
# - theme: alt
# text: Simulator
# link: /simulator/index
# features:
# - title: 极易安装
# details: 极易安装的详细描述
# - title: 运行迅速
# details: 运行迅速的详细描述
# - title: 安装和使用体验良好
# details: 安装和使用体验良好的详细描述
---
<script setup>
import Index from './components/index.vue' // 你的组件
</script>
<Index/>