已合并
feat: Web 管理界面图标优化为内联 SVG 并新增 favicon #5
阿柒创建于 25 天前
feat: Web 管理界面图标优化为内联 SVG 并新增 favicon #5
已合并
阿柒创建于 25 天前
4 个文件变更+71-25
Mmqtt-web/static/css/dashboard.css+6-0文件内容审核中,请稍后刷新重试
@@ -0,0 +1,14 @@
1+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2+ <defs>
3+ <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
4+ <stop offset="0" stop-color="#6c5ce7"/>
5+ <stop offset="1" stop-color="#a29bfe"/>
6+ </linearGradient>
7+ </defs>
8+ <!-- 圆角渐变底 -->
9+ <rect width="64" height="64" rx="14" fill="url(#bg)"/>
10+ <!-- 信号弧(MQTT 连接寓意) -->
11+ <path d="M15 41 a17 17 0 0 1 34 0" fill="none" stroke="#fff" stroke-width="5" stroke-linecap="round"/>
12+ <path d="M22.5 41 a9.5 9.5 0 0 1 19 0" fill="none" stroke="#fff" stroke-width="5" stroke-linecap="round"/>
13+ <circle cx="32" cy="41" r="4" fill="#fff"/>
14+</svg>
Mmqtt-web/static/index.html+48-24文件内容审核中,请稍后刷新重试
Mmqtt-web/static/login.html+3-1文件内容审核中,请稍后刷新重试