{"word":"magenta","colorHex":"#E040FB","phonetic":"/məˈdʒentə/","meaning":"品红色","example":"The dress is magenta.","exampleMeaning":"这条裙子是品红色的。"},
{"word":"beige","colorHex":"#F5F5DC","phonetic":"/beɪʒ/","meaning":"米色","example":"The wall is beige.","exampleMeaning":"这面墙是米色的。"},
{"word":"turquoise","colorHex":"#40E0D0","phonetic":"/ˈtɜːrkwɔɪz/","meaning":"绿松石色","example":"The lake is turquoise.","exampleMeaning":"湖水是绿松石色的。"},
{"word":"violet","colorHex":"#7C4DFF","phonetic":"/ˈvaɪələt/","meaning":"紫罗兰色","example":"The violet flower is beautiful.","exampleMeaning":"紫罗兰色的花很美。"},
{"word":"navy","colorHex":"#1A237E","phonetic":"/ˈneɪvi/","meaning":"藏青色","example":"He wears a navy coat.","exampleMeaning":"他穿着一件藏青色外套。"},
{"word":"ivory","colorHex":"#FFFFF0","phonetic":"/ˈaɪvəri/","meaning":"象牙色","example":"The keys are ivory.","exampleMeaning":"琴键是象牙色的。"}
{"word":"red","phonetic":"/red/","meaning":"红色","example":"The apple is red.","exampleMeaning":"这个苹果是红色的。"},
{"word":"blue","phonetic":"/bluː/","meaning":"蓝色","example":"The sky is blue.","exampleMeaning":"天空是蓝色的。"},
{"word":"green","phonetic":"/ɡriːn/","meaning":"绿色","example":"The grass is green.","exampleMeaning":"草地是绿色的。"},
{"word":"yellow","phonetic":"/ˈjeloʊ/","meaning":"黄色","example":"The banana is yellow.","exampleMeaning":"香蕉是黄色的。"},
{"word":"black","phonetic":"/blæk/","meaning":"黑色","example":"The cat is black.","exampleMeaning":"这只猫是黑色的。"},
{"word":"white","phonetic":"/waɪt/","meaning":"白色","example":"The snow is white.","exampleMeaning":"雪是白色的。"},
{"word":"orange","phonetic":"/ˈɔːrɪndʒ/","meaning":"橙色","example":"The orange is orange.","exampleMeaning":"橙子是橙色的。"},
{"word":"purple","phonetic":"/ˈpɜːrpl/","meaning":"紫色","example":"The grapes are purple.","exampleMeaning":"葡萄是紫色的。"},
{"word":"pink","phonetic":"/pɪŋk/","meaning":"粉色","example":"The flower is pink.","exampleMeaning":"这朵花是粉色的。"},
{"word":"brown","phonetic":"/braʊn/","meaning":"棕色","example":"The bear is brown.","exampleMeaning":"这只熊是棕色的。"},
{"word":"gray","phonetic":"/ɡreɪ/","meaning":"灰色","example":"The elephant is gray.","exampleMeaning":"大象是灰色的。"},
{"word":"gold","phonetic":"/ɡoʊld/","meaning":"金色","example":"The ring is gold.","exampleMeaning":"这枚戒指是金色的。"},
{"word":"silver","phonetic":"/ˈsɪlvər/","meaning":"银色","example":"The car is silver.","exampleMeaning":"这辆车是银色的。"},
@@ -81,8 +68,6 @@ final class WordCardCell: UITableViewCell {
wordLabel.text=word.word
phoneticLabel.text=word.phonetic
meaningLabel.text=word.meaning
colorDot.backgroundColor=word.color
colorDot.isHidden=word.color==nil
updateSpeakerState()
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.