上传 JSON 文件
点击下方按钮上传,或拖放文件到此处
模块管理
默认模块 - 开头
默认模块 - 结尾
自定义模块
模块内容可直接写 BBCode 或 Markdown,输出会自动转换为对应格式。
示例 JSON 结构(关键字段)
转换器将优先使用 blocks。每个 block 推荐同时提供 source_text 与 translated_text:
{
"title": "Another step towards Vibrant Visuals",
"translated_title": "迈向 Vibrant Visuals 的又一步",
"release_date": "2026-02-18T15:00:34Z",
"url": "https://...",
"author": "Staff",
"description": "We’re still hard at work...",
"blocks": [
{"id":"b0001","type":"p","source_text":"We’re still hard at work...","translated_text":"我们仍在努力..."},
{"id":"b0003","type":"h2","source_text":"What are we changing?","translated_text":"我们要改变什么?"}
]
}