fix: remove frontend watermark and update proxy default

This commit is contained in:
root
2026-03-18 22:23:55 +08:00
parent 737fa32151
commit b38cb7b27c
2 changed files with 1 additions and 13 deletions

View File

@@ -87,7 +87,7 @@
<div class="section-title">代理配置</div>
<div class="proxy-row">
<div class="input-wrapper">
<input type="text" id="proxyInput" placeholder="http://127.0.0.1:7897" value="http://127.0.0.1:7897"
<input type="text" id="proxyInput" placeholder="http://mihomo:7891" value="http://mihomo:7891"
autocomplete="off" spellcheck="false" />
</div>
<button id="checkProxyBtn" class="btn btn-ghost btn-sm">检测</button>

View File

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