26 lines
889 B
Markdown
26 lines
889 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "Showcase CMS"
|
||
text: "展示网站模板集合"
|
||
tagline: 快速构建专业的静态展示网站或高交互动态网站
|
||
actions:
|
||
- theme: brand
|
||
text: 展示型模板 (Astro)
|
||
link: /website-features-breakdown
|
||
- theme: alt
|
||
text: 互动型模板 (Next.js)
|
||
link: /enterprise-website-features
|
||
|
||
features:
|
||
- title: 展示型模板 (Astro)
|
||
details: 以信息展示为主,极致轻量、快速加载,适用于企业官网、作品集、博客、文档站点
|
||
- title: 互动型模板 (Next.js)
|
||
details: 以用户交互为主,支持登录注册、在线交易、后台管理,适用于电商、门户、社区系统
|
||
- title: 共享组件库
|
||
details: 两套模板共享同一套组件库,保证视觉一致性和开发效率(shadcn/ui)
|
||
---
|
||
|