fix: 替换模板中的默认IP地址为121.40.164.32

修复JavaScript代码中的默认IP值:
- localStorage.getItem('externalIp') || '192.168.2.17'
- 改为:|| '121.40.164.32'

确保所有默认值统一为正确的对外IP地址
This commit is contained in:
2026-06-01 16:11:19 +08:00
parent 1d7f4c2bed
commit 21240dc108
5 changed files with 15 additions and 1 deletions

Binary file not shown.