feat: add remote workspaces and verified deliverables

This commit is contained in:
wuyang
2026-07-26 12:58:04 +08:00
parent 37f83eaac7
commit 0b4d799216
30 changed files with 1595 additions and 55 deletions
+17
View File
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="K1412 Agent">
<defs>
<linearGradient id="surface" x1="48" y1="32" x2="464" y2="480" gradientUnits="userSpaceOnUse">
<stop stop-color="#171922"/>
<stop offset="1" stop-color="#08090d"/>
</linearGradient>
<linearGradient id="accent" x1="152" y1="112" x2="384" y2="400" gradientUnits="userSpaceOnUse">
<stop stop-color="#a78bfa"/>
<stop offset="0.55" stop-color="#7c3aed"/>
<stop offset="1" stop-color="#4f46e5"/>
</linearGradient>
</defs>
<rect x="24" y="24" width="464" height="464" rx="128" fill="url(#surface)"/>
<path d="M154 116v280" fill="none" stroke="#f8fafc" stroke-width="58" stroke-linecap="round"/>
<path d="M357 125 190 256l167 131" fill="none" stroke="url(#accent)" stroke-width="62" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="403" cy="99" r="24" fill="#c4b5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 944 B