diff --git a/index.html b/index.html index 4f2c02358..4e5dbe5e5 100755 --- a/index.html +++ b/index.html @@ -32,23 +32,23 @@
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();