DeepLX API 部署成功

接口地址:POST https://deeplx260706.pages.dev/translate

curl -X POST https://deeplx260706.pages.dev/translate \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello World","source_lang":"EN","target_lang":"ZH"}'