first commit
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Sync to CNB / sync (push) Has been cancelled
Delete old workflow runs / del_runs (push) Has been cancelled
Upstream Sync / Sync latest commits from upstream repo (push) Has been cancelled

This commit is contained in:
2026-01-30 16:57:44 +08:00
commit 3d175d75af
119 changed files with 35834 additions and 0 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

20
public/logo.svg Normal file
View File

@@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<defs>
<linearGradient id="toolGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#22d3ee;stop-opacity:1" />
<stop offset="100%" style="stop-color:#06b6d4;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="50" cy="50" r="45" fill="url(#toolGrad)"/>
<!-- Wrench icon -->
<path d="M35 30 L40 35 L38 37 L55 54 L58 51 L60 53 L63 50 L65 52 L52 65 L50 63 L53 60 L51 58 L34 41 L32 43 L27 38 L32 33 Z" fill="#ffffff" opacity="0.9"/>
<!-- Gear icon -->
<circle cx="62" cy="62" r="12" fill="none" stroke="#ffffff" stroke-width="4" opacity="0.9"/>
<circle cx="62" cy="62" r="5" fill="#ffffff" opacity="0.9"/>
<!-- Gear teeth -->
<rect x="60" y="47" width="4" height="6" fill="#ffffff" opacity="0.9"/>
<rect x="60" y="71" width="4" height="6" fill="#ffffff" opacity="0.9"/>
<rect x="47" y="60" width="6" height="4" fill="#ffffff" opacity="0.9"/>
<rect x="71" y="60" width="6" height="4" fill="#ffffff" opacity="0.9"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
public/robots.txt Normal file
View File

@@ -0,0 +1 @@