Files
hi-frontend/docs/zh/sponsors.md
T
2025-12-11 03:29:07 +00:00

1.7 KiB

layout, sidebar
layout sidebar
page false
<script setup lang="ts"> import Sponsors from '../.vitepress/components/Sponsors.vue' </script>
💎 赞助支持

感谢我们的赞助商

以下赞助商慷慨支持本项目的持续发展,让我们能够为社区提供更好的服务

<style scoped> .sponsors-header { text-align: center; margin-bottom: 3.5rem; padding-top: 3rem; } .header-badge { display: inline-block; padding: 0.5rem 1.25rem; background: var(--vp-c-bg-soft); border: 1px solid var(--vp-c-divider); border-radius: 2rem; font-size: 0.875rem; font-weight: 600; color: var(--vp-c-brand); margin-bottom: 1.5rem; transition: all 0.3s ease; } .header-badge:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .sponsors-header h1 { font-size: 2.75rem; font-weight: 800; margin-bottom: 1rem; letter-spacing: -0.02em; line-height: 1.2; } @keyframes gradient-shift { 0%, 100% { background-position: 0% center; } 50% { background-position: 100% center; } } .sponsors-header p { font-size: 1.125rem; color: var(--vp-c-text-2); max-width: 640px; margin: 0 auto; line-height: 1.7; } @media (max-width: 768px) { .sponsors-header { margin-bottom: 2.5rem; padding-top: 2rem; } .header-badge { font-size: 0.8rem; padding: 0.4rem 1rem; } .sponsors-header h1 { font-size: 2rem; } .sponsors-header p { font-size: 1rem; } } </style>