릴리스: v1.3.88 홈페이지 공유 메타와 파비콘 정리

This commit is contained in:
2026-04-02 17:08:50 +09:00
parent 2626fe2335
commit 19fdf85dcc
11 changed files with 113 additions and 30 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
frontend/public/og-card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@@ -0,0 +1,63 @@
<svg width="1200" height="630" viewBox="0 0 1200 630" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="120" y1="60" x2="1080" y2="570" gradientUnits="userSpaceOnUse">
<stop stop-color="#141C2B" />
<stop offset="1" stop-color="#090D16" />
</linearGradient>
<linearGradient id="panel" x1="192" y1="156" x2="1024" y2="520" gradientUnits="userSpaceOnUse">
<stop stop-color="#1C2435" />
<stop offset="1" stop-color="#121925" />
</linearGradient>
<linearGradient id="accent" x1="228" y1="190" x2="686" y2="596" gradientUnits="userSpaceOnUse">
<stop stop-color="#A855F7" />
<stop offset="1" stop-color="#00FFFF" />
</linearGradient>
<filter id="blur" x="820" y="-40" width="420" height="420" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="60" result="effect1_foregroundBlur_0_1"/>
</filter>
<filter id="shadow" x="142" y="106" width="916" height="418" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
<feOffset dy="14"/>
<feGaussianBlur stdDeviation="25"/>
<feColorMatrix type="matrix" values="0 0 0 0 0.0196078 0 0 0 0 0.0313726 0 0 0 0 0.0627451 0 0 0 0.42 0"/>
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow_0_1"/>
<feBlend in="SourceGraphic" in2="effect1_dropShadow_0_1" result="shape"/>
</filter>
</defs>
<rect width="1200" height="630" rx="40" fill="url(#bg)"/>
<circle cx="1030" cy="170" r="120" fill="#00FFFF" fill-opacity="0.18" filter="url(#blur)"/>
<circle cx="192" cy="564" r="138" fill="#A855F7" fill-opacity="0.18" filter="url(#blur)"/>
<g filter="url(#shadow)">
<rect x="192" y="156" width="816" height="318" rx="34" fill="url(#panel)"/>
<rect x="228" y="190" width="200" height="248" rx="28" fill="#101723"/>
<rect x="458" y="190" width="514" height="64" rx="22" fill="#151D2A"/>
<rect x="458" y="272" width="514" height="64" rx="22" fill="#151D2A"/>
<rect x="458" y="354" width="514" height="84" rx="22" fill="#151D2A"/>
<rect x="252" y="214" width="152" height="44" rx="18" fill="url(#accent)" fill-opacity="0.18"/>
<text x="276" y="243" fill="#F8FAFC" font-size="26" font-weight="700" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">S Tier</text>
<rect x="252" y="280" width="152" height="44" rx="18" fill="#F97316" fill-opacity="0.18"/>
<text x="276" y="309" fill="#F8FAFC" font-size="26" font-weight="700" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">A Tier</text>
<rect x="252" y="346" width="152" height="44" rx="18" fill="#22C55E" fill-opacity="0.18"/>
<text x="276" y="375" fill="#F8FAFC" font-size="26" font-weight="700" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">B Tier</text>
<rect x="482" y="206" width="120" height="32" rx="14" fill="#A855F7" fill-opacity="0.14"/>
<text x="510" y="228" fill="#C4B5FD" font-size="18" font-weight="700" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">Template</text>
<text x="482" y="304" fill="#F8FAFC" font-size="56" font-weight="800" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">Tier Maker</text>
<text x="482" y="344" fill="#A7B0C0" font-size="24" font-weight="500" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">게임 템플릿과 커스텀 이미지로 바로 만드는 티어표</text>
<text x="482" y="394" fill="#E2E8F0" font-size="22" font-weight="600" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">저장하고, 공유하고, 요청까지 한 번에</text>
<rect x="482" y="410" width="248" height="4" rx="2" fill="url(#accent)"/>
<rect x="742" y="380" width="200" height="42" rx="20" fill="#00FFFF" fill-opacity="0.12"/>
<text x="774" y="407" fill="#B6FFFF" font-size="19" font-weight="700" font-family="Pretendard, Apple SD Gothic Neo, Inter, sans-serif">tmaker.sori.studio</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB