1、自动续期

This commit is contained in:
2025-07-28 18:06:46 +08:00
parent cb3857fc52
commit 5078ba1f79
151 changed files with 1454 additions and 50588 deletions

View File

@ -2,7 +2,7 @@
let data = [];
let randerCodeData = [];
$.getJSON('https://f.cliproxy.com/json/country_code.json', function(jsonData) {
$.getJSON('https://f.WebIP.com/json/country_code.json', function(jsonData) {
data = jsonData;
});

View File

@ -73,9 +73,9 @@
const domain = window.location.host.split(".").slice(-2).join(".");
Cookies.set("common_session", res.data.token, { expires: expiresDate, domain});
if(!rParam){
gtag_report_conversion('https://dash.cliproxy.com/cli/home');
gtag_report_conversion('https://dash.WebIP.com/cli/home');
}else{
gtag_report_conversion('https://cliproxy.com'+rParam);
gtag_report_conversion('https://WebIP.com'+rParam);
}
}

File diff suppressed because one or more lines are too long

View File

@ -79,11 +79,7 @@
expires: expiresDate,
domain,
});
// if(!rParam) {
window.location.href = "cli-traffic.html";
// } else {
// window.location.href = "https://cliproxy.com" + rParam;
// }
} else {
messageFn(res.msg);
reloadCaptcha();

View File

@ -185,7 +185,7 @@ const currntPageShow = async () => {
};
const LINKS = {
evening: { href: 'https://t.me/cliproxybd'},
evening: { href: 'https://t.me/WebIPbd'},
daytime: { href: 'https://t.me/webipme'}
};