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;
});