fix: 使用热点连接

This commit is contained in:
2025-07-22 03:26:24 +08:00
parent c47aeb33ca
commit a5fca01ee9
2 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ using System.Net.Sockets;
public static class Global {
public static readonly string localhost = "172.31.2.228";
public static readonly string localhost = "192.168.137.1";
public static string GetLocalIPAddress()
{