update:metadata stuff

This commit is contained in:
kokopi
2026-03-08 04:12:09 +09:00
parent 3dfa4f4f60
commit 51ddf60aa5
14 changed files with 272 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<style>
rect.bg { fill: #09090b; }
text { fill: #fafafa; }
rect.border { fill: none; stroke: #3f3f46; stroke-width="1"; }
@media (prefers-color-scheme: light) {
rect.bg { fill: #fafafa; }
text { fill: #09090b; }
rect.border { stroke: #e4e4e7; }
}
</style>
<rect class="bg" width="32" height="32" rx="7"/>
<rect class="border" x="0.5" y="0.5" width="31" height="31" rx="6.5"/>
<text
x="16"
y="22"
font-family="Georgia, serif"
font-size="15"
font-weight="700"
text-anchor="middle"
letter-spacing="0.5"
>dg</text>
</svg>

After

Width:  |  Height:  |  Size: 680 B

View File

@@ -0,0 +1,12 @@
{
"name": "dg",
"short_name": "dg",
"icons": [
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" }
],
"theme_color": "#09090b",
"background_color": "#09090b",
"display": "standalone"
}

BIN
static/assets/og-card.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB