From 4a5f7bd6a3a98f40fe4b4461e7891e20643fdcce Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Thu, 21 Aug 2025 06:29:49 +0000 Subject: [PATCH] chore: The Explore search function also displays the Camera's nickname in English --- web/src/components/input/InputWithTags.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 0a7312b65..1c65fe9bb 100755 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -928,7 +928,15 @@ export default function InputWithTags({ onSelect={() => handleSuggestionClick(suggestion)} > {i18n.language === "en" ? ( - suggestion + currentFilterType && currentFilterType === "cameras" ? ( + <> + {suggestion} {" ("}{" "} + + {")"} + + ) : ( + suggestion + ) ) : ( <> {suggestion} {" ("}