Update Up

This commit is contained in:
cluntop
2026-03-21 12:29:24 +08:00
parent f6ddbecf70
commit 70d4d94fb9
2 changed files with 15 additions and 8 deletions
+7
View File
@@ -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();