From c79e6169a6c533936ebd3f6db6316484dc25cf1a Mon Sep 17 00:00:00 2001 From: walon Date: Sat, 19 Feb 2022 19:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dpath=E6=A0=A1=E9=AA=8C=E5=AD=90=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=8C=B9=E9=85=8D=E5=88=A4=E5=AE=9A=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Luban.Client/Source/Net/GenClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Luban.Client/Source/Net/GenClient.cs b/src/Luban.Client/Source/Net/GenClient.cs index c49944a..480ac08 100644 --- a/src/Luban.Client/Source/Net/GenClient.cs +++ b/src/Luban.Client/Source/Net/GenClient.cs @@ -166,7 +166,7 @@ namespace Luban.Client.Common.Net Session.ReplyRpc(rpc, res); } - private readonly Regex _subResPattern = new Regex(@"(.+)\[(\d+)]$"); + private readonly Regex _subResPattern = new Regex(@"(.+)\[(.+)\]$"); private readonly ConcurrentDictionary _cacheYamlDocs = new();