2025-07-26 16:40:29 +08:00
|
|
|
---
|
|
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
hero:
|
2025-08-04 13:43:54 +08:00
|
|
|
# name: " 通用的"
|
|
|
|
# text: " 为中小型公司提供IT服务"
|
|
|
|
text: "为中小型公司提供IT服务"
|
|
|
|
tagline: 我们为各行各业提供定制软件解决方案,为您的企业打造高价值的软件和技术
|
2025-07-26 16:40:29 +08:00
|
|
|
image:
|
2025-08-04 13:43:54 +08:00
|
|
|
src: /slider1.png
|
2025-07-26 16:40:29 +08:00
|
|
|
alt: 背景图片
|
|
|
|
actions:
|
|
|
|
- theme: brand
|
2025-08-04 13:43:54 +08:00
|
|
|
text: devstar入门
|
|
|
|
link: /document/index
|
2025-07-26 16:40:29 +08:00
|
|
|
- theme: alt
|
2025-08-04 13:43:54 +08:00
|
|
|
text: devstar入门
|
|
|
|
link: /document/index
|
2025-07-26 16:40:29 +08:00
|
|
|
- theme: alt
|
2025-08-04 13:43:54 +08:00
|
|
|
text: devstar入门
|
|
|
|
link: /document/index
|
|
|
|
|
|
|
|
# features:
|
|
|
|
# - title: 极易安装
|
|
|
|
# details: 极易安装的详细描述
|
|
|
|
# - title: 运行迅速
|
|
|
|
# details: 运行迅速的详细描述
|
|
|
|
# - title: 安装和使用体验良好
|
|
|
|
# details: 安装和使用体验良好的详细描述
|
2025-07-26 16:40:29 +08:00
|
|
|
---
|
2025-08-04 13:43:54 +08:00
|
|
|
<script setup>
|
2025-08-11 20:22:50 +08:00
|
|
|
import Index from './components/index.vue' // 你的组件
|
2025-08-04 13:43:54 +08:00
|
|
|
</script>
|
|
|
|
<Index/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-07-26 16:40:29 +08:00
|
|
|
|