【修复】修复path校验子资源路径匹配判定的问题
parent
13ee28835a
commit
c79e6169a6
|
|
@ -166,7 +166,7 @@ namespace Luban.Client.Common.Net
|
|||
Session.ReplyRpc<GetInputFile, GetInputFileArg, GetInputFileRes>(rpc, res);
|
||||
}
|
||||
|
||||
private readonly Regex _subResPattern = new Regex(@"(.+)\[(\d+)]$");
|
||||
private readonly Regex _subResPattern = new Regex(@"(.+)\[(.+)\]$");
|
||||
|
||||
private readonly ConcurrentDictionary<string, YamlDocument> _cacheYamlDocs = new();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue