This commit is contained in:
Gabe Yuan
2023-11-14 16:55:44 +08:00
parent 0a32f94d32
commit d5d5ec3fef

View File

@@ -33,7 +33,7 @@ export default function DictCont({ dictResult }) {
{dictResult.simple_means?.symbols?.map(({ ph_en, ph_am, parts }, idx) => (
<div key={idx}>
{(ph_en || ph_am) && (
<div>{`英/${ph_en || ""}/ 美/${ph_am || ""}/`}</div>
<div>{` /${ph_en || ""}/ 美 /${ph_am || ""}/`}</div>
)}
<ul style={{ margin: "0.5em 0" }}>
{parts.map(({ part, means }, idx) => (