From 58ed076b138bec5e6417135cd733375c441de557 Mon Sep 17 00:00:00 2001 From: zpc Date: Mon, 23 Dec 2024 21:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Code/CloudGaming.Code/Filter/CustomResultFilter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudGaming/Code/CloudGaming.Code/Filter/CustomResultFilter.cs b/src/CloudGaming/Code/CloudGaming.Code/Filter/CustomResultFilter.cs index 2bff694..2764f1d 100644 --- a/src/CloudGaming/Code/CloudGaming.Code/Filter/CustomResultFilter.cs +++ b/src/CloudGaming/Code/CloudGaming.Code/Filter/CustomResultFilter.cs @@ -97,7 +97,7 @@ public class CustomResultFilter : IResultFilter var languageDic = _appConfig.GetAppApiLanguage(c, apiPrefix); var dic = value.ToDictionaryOrList(false, apiPrefix, it => cloudGamingBase.Cache.AppImageCache[it], (value, prefix, isArray) => { - if (!isArray && value.ContainsChineseOptimized()) + if (false && !isArray && value.ContainsChineseOptimized()) { //中文 var v = languageDic.GetOrAdd(prefix, value);