fix: remove frontend watermark and update proxy default
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user