Compare commits
No commits in common. "edf63faf2ab50ad39a97e54fff75666bb49dbfc8" and "695e9b2fd95f9a63a53fb5e2f618577635f2a1de" have entirely different histories.
edf63faf2a
...
695e9b2fd9
@ -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