Merge branch 'master' into LouDi_Pig
This commit is contained in:
commit
a4561a71bd
@ -26,7 +26,7 @@ namespace QFramework
|
||||
{
|
||||
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
||||
|
||||
if (assetName.Contains("netimage:") ||
|
||||
if (assetName.Contains("NetImage:") ||
|
||||
assetName.Contains("localimage:") ||
|
||||
assetName.Contains("localaudio:") ||
|
||||
assetName.Contains("localtext:") ||
|
||||
|
||||
@ -32,7 +32,7 @@ namespace QFramework
|
||||
{
|
||||
public static string ToLocalImageResName(this string selfFilePath)
|
||||
{
|
||||
return string.Format("LocalImage:{0}", selfFilePath);
|
||||
return string.Format("localimage:{0}", selfFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ namespace QFramework
|
||||
{
|
||||
public static string ToLocalAudioResName(this string selfFilePath)
|
||||
{
|
||||
return string.Format("LocalAudio:{0}", selfFilePath);
|
||||
return string.Format("localaudio:{0}", selfFilePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user