6 Commits

Author SHA1 Message Date
a71fb179ef 11 2026-04-27 15:15:16 +08:00
e82f15f1b0 11 2026-04-22 23:09:05 +08:00
fe5b77e1bf 1 2026-04-22 21:52:16 +08:00
d29985fbbb 1 2026-04-22 21:45:39 +08:00
aec3ef9738 111 2026-04-22 21:39:59 +08:00
96ee9c24c0 1 2026-04-22 20:47:49 +08:00
5 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
OfficialProject/
OfficialConfig/
lib/libAurora.so
lib/libAurora.so

View File

@@ -35,7 +35,6 @@ function OnGatewaySocketConnect() {
type = 1
}
Socket.SendGateway(Jso);
print("Send--");
}, 5000);

View File

@@ -209,7 +209,6 @@ if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.329 && DP_S_VERSI
//获得本服务器的IP
GatewaySocketPackFuncMap.rawset(10002, function(Jso) {
getroottable().Dps_Self_Ip <- Jso.myip;
print("本服务器IP: " + Jso.myip);
print("\x1b[96m" + "############双端插件初始化成功############" + "\x1b[0m");
});

Binary file not shown.

1
开发文档/dp-s_doc Submodule

Submodule 开发文档/dp-s_doc added at d7c0a4983a