Update Up
This commit is contained in:
Vendored
+7
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user