diff --git a/cmd/gui/renderer/index.html b/cmd/gui/renderer/index.html index f56c1fe..5e16ec6 100644 --- a/cmd/gui/renderer/index.html +++ b/cmd/gui/renderer/index.html @@ -11,7 +11,7 @@
- + diff --git a/cmd/gui/renderer/style.css b/cmd/gui/renderer/style.css index 30c6418..b3661aa 100644 --- a/cmd/gui/renderer/style.css +++ b/cmd/gui/renderer/style.css @@ -1,7 +1,7 @@ /* ===================================================================== ModelRouter Desktop GUI — Clash-Verge-style shell Content area = full-screen iframe embedding the real WebUI 1:1. - Palette mirrors the WebUI (NapCat sakura/frost/glassmorphism). + Palette mirrors the WebUI (sakura/frost/glassmorphism). ===================================================================== */ :root { --primary: #ff7fac; @@ -114,7 +114,7 @@ input { border-radius: 4px; } -/* animated gradient-mesh background (NapCat PageBackground) */ +/* animated gradient-mesh background */ #bgfx { position: fixed; inset: 0; diff --git a/internal/gateway/ui/index.html b/internal/gateway/ui/index.html index 66943c7..f5130e1 100644 --- a/internal/gateway/ui/index.html +++ b/internal/gateway/ui/index.html @@ -7,8 +7,7 @@