From b38cb7b27ca87abe5ea0c91986b9d520766ce16f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 18 Mar 2026 22:23:55 +0800 Subject: [PATCH] fix: remove frontend watermark and update proxy default --- openai_pool_orchestrator/static/index.html | 2 +- openai_pool_orchestrator/static/style.css | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/openai_pool_orchestrator/static/index.html b/openai_pool_orchestrator/static/index.html index 9dcb401..eabdf1e 100755 --- a/openai_pool_orchestrator/static/index.html +++ b/openai_pool_orchestrator/static/index.html @@ -87,7 +87,7 @@
代理配置
-
diff --git a/openai_pool_orchestrator/static/style.css b/openai_pool_orchestrator/static/style.css index 3e7b95b..4cf5ac7 100755 --- a/openai_pool_orchestrator/static/style.css +++ b/openai_pool_orchestrator/static/style.css @@ -124,17 +124,6 @@ body { -moz-osx-font-smoothing: grayscale; } -body::before { - content: ''; - position: fixed; - inset: 0; - z-index: 999; - pointer-events: none; - background-image: var(--watermark-svg); - background-repeat: repeat; - background-size: 420px 240px; -} - /* ---------- Scrollbar — Thin & Subtle ---------- */ * { scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.1) transparent; } ::-webkit-scrollbar { width: 4px; } @@ -2223,4 +2212,3 @@ button:focus-visible { outline: 2px solid var(--accent-blue); outline-offset: 2px; } -