Files
nucleons/长亭送别.toml
2025-10-02 04:00:33 +08:00

24 lines
1.1 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 散列表的键翻译
["keydata"]
note = "笔记"
keyword_note = "关键词翻译"
translation = "语句翻译"
# 测试项目元数据
["testdata"]
# 记忆时显示的额外信息
additional_inf = ["translation","keyword_note", "note"]
# 填空测试, content 指代键名
fill_blank_test = {"from"=["content"], "hint"=["translation"]}
# 选择题测试
draw_card_test = {"from"=["keyword_note"]}
["碧/云天/, /黄花/地/, /西风/紧/, /北雁/南飞/。"]
note = ["正宫·端正好·长亭送别", "作者: 王实甫"]
translation = "碧蓝的天空, 开满了菊花的大地, 西风猛烈吹, 大雁从北往南飞。"
keyword_note = {"碧云天"="碧蓝的天空", "黄花地"="开满了菊花的大地", "西风紧"="西风猛烈吹", "北雁南飞"="大雁从北往南飞"}
["晓/来/谁/染/霜林/醉//总是/离人/泪/。"]
note = ["正宫·端正好·长亭送别", "作者: 王实甫"]
translation = "清晨, 是谁把经霜的枫林染红了?那总是离人的眼泪。"
keyword_note = {"晓来"="清晨", "霜林醉"="经霜的枫林染红了", "离人泪"="离人的眼泪"}