fix: 修复 CDNLoader 初始化的 BUG
							parent
							
								
									9c7e8ac83c
								
							
						
					
					
						commit
						17d9b14cd2
					
				|  | @ -98,7 +98,7 @@ public class CDNLoader : MonoBehaviour | |||
|     public static CDNLoader Create(string defaultValue = "", string remoteKey = "") | ||||
|     { | ||||
|         // 注入自定义的 CDNConfigKey, 可读取自定义的Default配置 | ||||
|         if(!string.IsNullOrEmpty(remoteKey)) CDNConfig.CdnConfigRemoteKey = remoteKey; | ||||
|         if(string.IsNullOrEmpty(remoteKey)) remoteKey = CDNConfig.CdnConfigRemoteKey; | ||||
| 
 | ||||
|         if (!string.IsNullOrEmpty(defaultValue)) | ||||
|         { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue