refactor: 重构数据库相关操作
This commit is contained in:
@@ -4,7 +4,8 @@ using System.Net.Sockets;
|
||||
public static class Global
|
||||
{
|
||||
|
||||
public static readonly string localhost = "127.0.0.1";
|
||||
public static readonly string LocalHost = "127.0.0.1";
|
||||
public static readonly string DataPath = Path.Combine(Environment.CurrentDirectory, "data");
|
||||
|
||||
public static string GetLocalIPAddress()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user