This commit is contained in:
2026-01-20 23:41:16 +08:00
parent 9ca5a33ebd
commit 2076ff9d2f
11 changed files with 2902 additions and 14 deletions

25
docs/index.md Normal file
View File

@@ -0,0 +1,25 @@
---
# 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
---