From 13f38a8b77b99fae49f1a1c7bebc5cfc98c00401 Mon Sep 17 00:00:00 2001 From: edy Date: Mon, 13 Jul 2026 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/ConfigSystem_sdk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/ConfigSystem_sdk.cs b/Assets/Scripts/ConfigSystem_sdk.cs index fedacbe..1149df0 100644 --- a/Assets/Scripts/ConfigSystem_sdk.cs +++ b/Assets/Scripts/ConfigSystem_sdk.cs @@ -75,7 +75,7 @@ namespace BingoBrain } //检查设备本地是否有配置文件 - if (File.Exists(assetHotFixFilePath)) + else if (File.Exists(assetHotFixFilePath)) { // Debug.Log($"[UNITY] Load config from datapath: {assetHotFixFilePath}"); ParseConfig(File.ReadAllText(assetHotFixFilePath));