update code summary

This commit is contained in:
何冠峰
2024-12-27 18:37:29 +08:00
parent 5ca54b88fa
commit 8a2dc86cf7
6 changed files with 16 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ namespace YooAsset
/// </summary>
public static bool IsRequestLocalFile(string url)
{
//TODO : UNITY_STANDALONE_OSX平台目前无法确定
//TODO UNITY_STANDALONE_OSX平台目前无法确定
if (url.StartsWith("file:"))
return true;
if (url.StartsWith("jar:file:"))