This commit is contained in:
2025-09-07 22:00:47 +08:00
parent 0a8b20e450
commit c2b2e84416
63 changed files with 1939 additions and 1343 deletions

View File

@@ -1,7 +1,7 @@
// 公网IP地址查询应用
class IPQueryApp {
constructor() {
this.apiEndpoint = 'https://60s.viki.moe/v2/ip';
this.apiEndpoint = 'https://60s.api.shumengya.top/v2/ip';
this.init();
}

View File

@@ -1,3 +1,3 @@
[
"https://60s.viki.moe/v2/ip"
"https://60s.api.shumengya.top/v2/ip"
]