把 CSV / TSV / JSON / 自定义分隔符等常见词典数据,转换为刻词(Engrave)可直接导入的词书 JSON。 导出后把文件传入手表,在应用的「词书管理 → 从设备导入词书」中选择即可。全程本地运行,不上传任何数据。
{
"name": "词书名称",
"description": "词书描述(可选)",
"words": [
{
"term": "apple",
"meaning": "n. 苹果",
"phonetic": "/ˈæp.əl/",
"example": "I ate an apple.",
"exampleTranslation": "我吃了一个苹果。"
}
]
}
term 与 meaning 必填,其余字段可选;解析失败的条目会被应用自动跳过。