From 44aeed03a6bb4af8459c9b13982782217bbf36df Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Fri, 27 Oct 2023 14:51:53 +0800 Subject: [PATCH] fix dict ui --- src/views/Selection/DictCont.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Selection/DictCont.js b/src/views/Selection/DictCont.js index 178731b..bc0d4e7 100644 --- a/src/views/Selection/DictCont.js +++ b/src/views/Selection/DictCont.js @@ -33,7 +33,7 @@ export default function DictCont({ dictResult }) { {dictResult.simple_means?.symbols?.map(({ ph_en, ph_am, parts }, idx) => (
{(ph_en || ph_am) && ( -
{`英[${ph_en || ""}] 美[${ph_am || ""}]`}
+
{`英/${ph_en || ""}/ 美/${ph_am || ""}/`}
)}