feat(博客): 添加多篇博客封面图片
为博客系统添加了多篇技术文章的封面图片,涵盖Git、Python工具、AI大模型、机器学习等主题。这些封面采用统一的SVG格式设计,包含标题、分类标签和视觉元素,用于提升博客文章的可视化展示效果。
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<svg width="1280" height="720" viewBox="0 0 1280 720" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="120" y1="40" x2="1180" y2="680" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#1F172A" />
|
||||
<stop offset="0.5" stop-color="#312E81" />
|
||||
<stop offset="1" stop-color="#0F766E" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1280" height="720" fill="url(#bg)" />
|
||||
<circle cx="1090" cy="110" r="176" fill="#C4B5FD" fill-opacity="0.12" />
|
||||
<circle cx="980" cy="590" r="220" fill="#93C5FD" fill-opacity="0.14" />
|
||||
<circle cx="258" cy="612" r="240" fill="#A7F3D0" fill-opacity="0.10" />
|
||||
<rect x="72" y="84" width="586" height="552" rx="32" fill="rgba(7,12,28,0.70)" stroke="rgba(255,255,255,0.12)" />
|
||||
<text x="112" y="176" fill="#C4B5FD" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="24" letter-spacing="4">学术与效率</text>
|
||||
<text x="112" y="224" fill="#F8FAFC" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="44" font-weight="700">告别Word!AI时代让你的</text>
|
||||
<text x="112" y="280" fill="#F8FAFC" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="44" font-weight="700">LaTeX论文写作效率翻倍</text>
|
||||
<text x="112" y="324" fill="#E2E8F0" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="26">论文写作 / 排版工具 / 学术效率</text>
|
||||
<rect x="112" y="376" width="118" height="56" rx="28" fill="rgba(103,232,249,0.12)" stroke="rgba(103,232,249,0.30)" />
|
||||
<text x="146" y="412" fill="#BAE6FD" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="22">论文</text>
|
||||
<rect x="248" y="376" width="164" height="56" rx="28" fill="rgba(168,85,247,0.12)" stroke="rgba(196,181,253,0.30)" />
|
||||
<text x="282" y="412" fill="#DDD6FE" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="22">LaTeX</text>
|
||||
<rect x="430" y="376" width="118" height="56" rx="28" fill="rgba(244,114,182,0.12)" stroke="rgba(251,207,232,0.26)" />
|
||||
<text x="464" y="412" fill="#FBCFE8" font-family="Microsoft YaHei, Segoe UI, sans-serif" font-size="22">效率</text>
|
||||
<path d="M112 494H564" stroke="rgba(255,255,255,0.14)" stroke-width="2" />
|
||||
<path d="M112 536H526" stroke="#C4B5FD" stroke-width="8" stroke-linecap="round" />
|
||||
<path d="M112 576H458" stroke="#93C5FD" stroke-width="8" stroke-linecap="round" />
|
||||
|
||||
<g transform="translate(768 106)">
|
||||
<rect x="0" y="0" width="272" height="372" rx="24" fill="rgba(255,255,255,0.08)" stroke="rgba(255,255,255,0.14)" />
|
||||
<rect x="34" y="48" width="204" height="18" rx="9" fill="#C4B5FD" />
|
||||
<rect x="34" y="92" width="184" height="12" rx="6" fill="rgba(255,255,255,0.56)" />
|
||||
<rect x="34" y="122" width="208" height="12" rx="6" fill="rgba(255,255,255,0.56)" />
|
||||
<rect x="34" y="152" width="168" height="12" rx="6" fill="rgba(255,255,255,0.56)" />
|
||||
<path d="M338 84C384 30 468 32 512 88C558 146 540 236 472 280C396 330 302 302 270 236" stroke="#93C5FD" stroke-width="8" stroke-linecap="round" />
|
||||
<text x="320" y="168" fill="#E0E7FF" font-family="Cambria Math, Times New Roman, serif" font-size="58">∫</text>
|
||||
<text x="386" y="158" fill="#DBEAFE" font-family="Cambria Math, Times New Roman, serif" font-size="42">LaTeX</text>
|
||||
<text x="352" y="228" fill="#CCFBF1" font-family="Cambria Math, Times New Roman, serif" font-size="40">Σ x² + y²</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
Reference in New Issue
Block a user