| Assets/Launch/Manager/LocalResManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Launch/Manager/LocalResManager.cs
@@ -526,6 +526,17 @@ public void RecordLauchEvent(int _step) { //默认发送即使表没有初始化 if (InitialFunctionConfig.inited) { var config = InitialFunctionConfig.Get("Event"); if (config != null && config.Numerical1 != "1") { return; } } #if !UNITY_EDITOR var tables = new Dictionary<string, string>(); tables["OperatorID"] = VersionConfigEx.Get().appId;