From ae1e1d39b4a78fbea4bda6343800a840b0f4d832 Mon Sep 17 00:00:00 2001 From: jianf <2198972886@qq.com> Date: Sun, 16 Aug 2026 13:05:53 +0800 Subject: [PATCH] chore(ui): remove NapCat design-DNA references and napcat-design-dna.json; neutralize design attribution comments --- cmd/gui/renderer/index.html | 2 +- cmd/gui/renderer/style.css | 4 +- internal/gateway/ui/index.html | 11 +- napcat-design-dna.json | 348 --------------------------------- 4 files changed, 8 insertions(+), 357 deletions(-) delete mode 100644 napcat-design-dna.json 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 @@