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; } -