Update index.html

This commit is contained in:
ssrsub
2025-07-08 19:43:58 +08:00
committed by GitHub
parent 27386d8ae8
commit a37b7925fe

View File

@@ -47,34 +47,34 @@
<p>✅ 推荐使用以下链接,无需代理即可更新配置:</p> <p>✅ 推荐使用以下链接,无需代理即可更新配置:</p>
<div class="link-box"> <div class="link-box">
<code id="v2ray-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/V2ray</code> <code id="v2ray-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/v2ray</code>
<button class="copy-btn" onclick="copyText('v2ray-gh')">复制</button> <button class="copy-btn" onclick="copyText('v2ray-gh')">复制</button>
</div> </div>
<div class="link-box"> <div class="link-box">
<code id="clash-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/Clash.yaml</code> <code id="clash-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/clash.yaml</code>
<button class="copy-btn" onclick="copyText('clash-gh')">复制</button> <button class="copy-btn" onclick="copyText('clash-gh')">复制</button>
</div> </div>
<div class="link-box"> <div class="link-box">
<code id="singbox-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/SingBox.json</code> <code id="singbox-gh">https://gh-proxy.com/raw.githubusercontent.com/ssrsub/ssr/master/singbox.json</code>
<button class="copy-btn" onclick="copyText('singbox-gh')">复制</button> <button class="copy-btn" onclick="copyText('singbox-gh')">复制</button>
</div> </div>
<p>🧩 已连接代理时,可使用以下原始地址(速度更快):</p> <p>🧩 已连接代理时,可使用以下原始地址(速度更快):</p>
<div class="link-box"> <div class="link-box">
<code id="v2ray-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/V2ray</code> <code id="v2ray-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/v2ray</code>
<button class="copy-btn" onclick="copyText('v2ray-raw')">复制</button> <button class="copy-btn" onclick="copyText('v2ray-raw')">复制</button>
</div> </div>
<div class="link-box"> <div class="link-box">
<code id="clash-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/Clash.yaml</code> <code id="clash-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/clash.yaml</code>
<button class="copy-btn" onclick="copyText('clash-raw')">复制</button> <button class="copy-btn" onclick="copyText('clash-raw')">复制</button>
</div> </div>
<div class="link-box"> <div class="link-box">
<code id="singbox-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/SingBox.json</code> <code id="singbox-raw">https://raw.githubusercontent.com/ssrsub/ssr/master/singbox.json</code>
<button class="copy-btn" onclick="copyText('singbox-raw')">复制</button> <button class="copy-btn" onclick="copyText('singbox-raw')">复制</button>
</div> </div>