Compare commits
No commits in common. "a4561a71bd05599241e7737f31516b19af153101" and "f429a4d2022d111b50d50698caaeb1a7ff0777ba" have entirely different histories.
a4561a71bd
...
f429a4d202
@ -26,7 +26,7 @@ namespace QFramework
|
|||||||
{
|
{
|
||||||
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
var resSearchRule = SafeObjectPool<ResSearchKeys>.Instance.Allocate();
|
||||||
|
|
||||||
if (assetName.Contains("NetImage:") ||
|
if (assetName.Contains("netimage:") ||
|
||||||
assetName.Contains("localimage:") ||
|
assetName.Contains("localimage:") ||
|
||||||
assetName.Contains("localaudio:") ||
|
assetName.Contains("localaudio:") ||
|
||||||
assetName.Contains("localtext:") ||
|
assetName.Contains("localtext:") ||
|
||||||
|
|||||||
@ -32,7 +32,7 @@ namespace QFramework
|
|||||||
{
|
{
|
||||||
public static string ToLocalImageResName(this string selfFilePath)
|
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)
|
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