fix: 使用热点连接
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user