From 70d4d94fb93499850504faf45236d63fd93f8dac Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:29:24 +0800 Subject: [PATCH] Update Up --- index.html | 16 ++++++++-------- js/index.min.js | 7 +++++++ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 4f2c02358..4e5dbe5e5 100755 --- a/index.html +++ b/index.html @@ -32,23 +32,23 @@
  • 自用 https://clun.top/box.json
  • FongMi leanback: - v7a | - v8a + v7a | + v8a
  • okjack leanback: - v7a | - v8a + v7a | + v8a
  • FongMi mobile: - v7a | - v8a + v7a | + v8a
  • okjack mobile: - v7a | - v8a + v7a | + v8a
  • diff --git a/js/index.min.js b/js/index.min.js index 31362b834..5d53a7c53 100755 --- a/js/index.min.js +++ b/js/index.min.js @@ -43,6 +43,13 @@ async function getip() { } } +function gh(path) { + const baseUrl = "https://gh.clun.top/raw.githubusercontent.com/FongMi/Release/refs/heads/"; + if (path) { + window.open(baseUrl + path, '_blank'); + } +} + $(document).ready(function () { originalText = $("#cfs").text();