feat(webui): update README with comprehensive documentation for WebUI features and usage

This commit is contained in:
Wha1eChai
2026-01-09 23:22:28 +08:00
parent 48ad476b5f
commit 98685241e8
8 changed files with 123 additions and 72 deletions

10
public/favicon.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="favicon_grad" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
<stop stop-color="#A855F7" />
<stop offset="1" stop-color="#2563EB" />
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="url(#favicon_grad)" />
<text x="50%" y="50%" dominant-baseline="central" text-anchor="middle" fill="white" font-family="Inter, system-ui, sans-serif" font-weight="800" font-size="14">AG</text>
</svg>

After

Width:  |  Height:  |  Size: 566 B

View File

@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Antigravity Console</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<!-- Libraries -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>