feat/schedule #3

Merged
daniel.w merged 3 commits from feat/schedule into main 2026-09-05 15:19:29 +00:00
5 changed files with 28 additions and 1 deletions
Showing only changes of commit 2adcdbc262 - Show all commits

View File

@ -1 +1 @@
<!doctype html><html lang="zh-Hant"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#050506"/><title>LazyBoy</title></head><body><div id="root"></div><script type="module" src="/src/main.tsx"></script></body></html> <!doctype html><html lang="zh-Hant"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#050506"/><title>LazyBoy</title><link rel="icon" href="/favicon.svg" type="image/svg+xml"/><link rel="icon" href="/favicon.png" type="image/png" sizes="32x32"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/></head><body><div id="root"></div><script type="module" src="/src/main.tsx"></script></body></html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" rx="22" fill="#050506"/>
<g transform="translate(4 4) scale(.92)">
<path fill="#f1f1ef" d="M84.5 48.88C84.5 66.49 68.81 81.73 50.68 81.73C32.55 81.73 16.87 66.49 16.87 48.88C16.87 31.27 32.55 16.04 50.68 16.04C68.81 16.04 84.5 31.27 84.5 48.88Z"/>
<g fill="#1b1b22">
<ellipse cx="43.16" cy="49.68" rx="4.2" ry="11.2"/>
<ellipse cx="61.4" cy="48.81" rx="5.0" ry="14.1"/>
</g>
<g fill="#f3f3f6">
<circle cx="44.6" cy="43.2" r="1.7"/>
<circle cx="63.1" cy="41.4" r="2"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 629 B

BIN
apps/web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<title>LazyBoy</title>
<!-- Round blobatar (traits.shape 0.11) with enlarged eyes for tab size. -->
<path fill="#f1f1ef" d="M84.5 48.88C84.5 66.49 68.81 81.73 50.68 81.73C32.55 81.73 16.87 66.49 16.87 48.88C16.87 31.27 32.55 16.04 50.68 16.04C68.81 16.04 84.5 31.27 84.5 48.88Z"/>
<g fill="#1b1b22">
<ellipse cx="43.16" cy="49.68" rx="4.2" ry="11.2"/>
<ellipse cx="61.4" cy="48.81" rx="5.0" ry="14.1"/>
</g>
<g fill="#f3f3f6">
<circle cx="44.6" cy="43.2" r="1.7"/>
<circle cx="63.1" cy="41.4" r="2"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 606 B