0
0

fix: API 强制 IPv4 + HA 关 ip_ban

This commit is contained in:
xiaoou
2026-07-10 14:26:48 +08:00
parent e0357da44d
commit 718d709c09

View File

@ -93,7 +93,7 @@ input:focus { border-color: #1371FF; }
</div>
<script>
var API = ''; // 同源,使用相对路径
var API = 'http://127.0.0.1:8123'; // 强制 IPv4 避免 ::1 被 ban
var token = localStorage.getItem('pxh_token');
async function api(method, path, body) {