主页模板

4 分钟阅读 210 字 + 568 词

注意

主页模版仅支持配置元数据,切勿填写内容。
基本配置

markdown
---
title: 主页模板(默认)
icon: home
template: home

config:
  toc: false

hero:
  title: 创新技术解决方案
  description: 为您的企业或网站提供最前沿的技术支持和解决方案
  primaryCta:
    url: /<%= pageData.language %>/getting-started/get-started.html
    text: 开始使用
  secondaryCta:
    url: /<%= pageData.language %>/usage/href.html
    text: 了解更多

features:
  subtitle: 核心优势
  title: 为什么选择我们
  description: 提供全方位的技术支持和服务
  items:
    - icon: >-
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6 text-indigo-600">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z" />
        </svg>
      title: 高性能
      description: 采用最新技术架构,确保系统高效运行

    - icon: >-
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6 text-indigo-600">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
        </svg>
      title: 安全可靠
      description: 全方位的安全防护,保障数据安全

    - icon: >-
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6 text-indigo-600">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
        </svg>
      title: 易于使用
      description: 直观的界面设计,简单易上手

stats:
  title: 用数据说话
  description: 我们取得的成就
  items:
    - label: GitHub Stars
      value: 10+
    - label: 服务客户
      value: 2+
    - label: 正常运行时间
      value: 99.99%
    - label: 客户满意度
      value: 98%

cta:
  title: 准备好开始了吗?
  description: 立即加入我们,开启您的技术创新之旅
  button:
    url: /<%= pageData.language %>/getting-started/get-started.html
    text: 立即注册
---
  • template : 指定模板名称,可选值为 home home/modern home/enterprise home/modern home/minimal home/playful
提交于 2024年12月28日 08:28
修改于 2025年2月6日 13:29