mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
21
services/deepl-translate/index.json
Normal file
21
services/deepl-translate/index.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "deepl-translate",
|
||||
"name": "DeepL 翻译",
|
||||
"description": "高质量多语言翻译服务,支持 30+ 语言互译和文档翻译",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api-free.deepl.com/v2",
|
||||
"capabilities": [
|
||||
"text_translate",
|
||||
"doc_translate",
|
||||
"language_detect"
|
||||
],
|
||||
"version": "2.0",
|
||||
"author": "DeepL",
|
||||
"tags": [
|
||||
"翻译",
|
||||
"多语言",
|
||||
"NLP"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user