feat: add reporting workflow and optimize dashboard loading

This commit is contained in:
wanghep
2026-04-18 14:46:24 +08:00
parent d661b801df
commit 8c9117ca4c
18 changed files with 834 additions and 83 deletions

View File

@ -0,0 +1,12 @@
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="128" height="128" rx="26" fill="#101721"/>
<rect x="14" y="14" width="100" height="100" rx="22" fill="url(#paint0_linear)"/>
<path d="M30 84L47 55L61 70L82 38L98 84H87L78 60L61 83L47 67L39 84H30Z" fill="#F5EFE4"/>
<circle cx="90" cy="40" r="7" fill="#FF5D5D"/>
<defs>
<linearGradient id="paint0_linear" x1="14" y1="14" x2="114" y2="114" gradientUnits="userSpaceOnUse">
<stop stop-color="#1A2330"/>
<stop offset="1" stop-color="#0D1117"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 616 B