资源搜索的字符串匹配bug

This commit is contained in:
shenjianxing 2025-03-28 09:58:45 +08:00
parent a49daf71cf
commit f8a7766a5e

View File

@ -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);
}
}