From 84198fe795a4d7ea384936f123752ac33052f891 Mon Sep 17 00:00:00 2001 From: hucan <951870319@qq.com> Date: Sun, 29 Jun 2025 00:40:46 +0800 Subject: [PATCH] 1 --- api.html | 1370 ++ commonProblems.html | 223 + index.html | 709 + login.html | 382 + onlineTranslation.html | 451 + static/css/layui.css | 2 + static/css/public.css | 3024 ++++ static/file/rule.pdf | Bin 0 -> 144669 bytes static/font/iconfont.eot | Bin 0 -> 46684 bytes static/font/iconfont.svg | 554 + static/font/iconfont.ttf | Bin 0 -> 46508 bytes static/font/iconfont.woff | Bin 0 -> 30628 bytes static/font/iconfont.woff2 | Bin 0 -> 25964 bytes static/image/aibj.png | Bin 0 -> 6837 bytes static/image/banner.png | Bin 0 -> 643810 bytes static/image/bj.png | Bin 0 -> 32338 bytes static/image/btn.png | Bin 0 -> 7887 bytes static/image/cpys.png | Bin 0 -> 594424 bytes static/image/p10.png | Bin 0 -> 85865 bytes static/image/p12.png | Bin 0 -> 253153 bytes static/image/p13.png | Bin 0 -> 272 bytes static/image/p14.png | Bin 0 -> 187 bytes static/image/p16.png | Bin 0 -> 326 bytes static/image/p21.png | Bin 0 -> 163311 bytes static/image/p22c.png | Bin 0 -> 973 bytes static/image/p24.png | Bin 0 -> 393 bytes static/image/sleft.png | Bin 0 -> 811 bytes static/image/sright.png | Bin 0 -> 820 bytes static/image/stopbj.png | Bin 0 -> 8400 bytes static/image/trans2.png | Bin 0 -> 62882 bytes static/image/transbanner.png | Bin 0 -> 318790 bytes static/js/axios.min.js | 2 + static/js/common.js | 2 + static/js/countUp.min.js | 1 + static/js/css/layui.css | 2 + static/js/css/modules/code.css | 2 + .../css/modules/laydate/default/laydate.css | 2 + static/js/css/modules/layer/default/layer.css | 2 + static/js/jquery-1.11.0.min.js | 4 + static/js/layui.all.js | 5 + static/js/lodash.min.js | 140 + static/js/vue.js | 11909 ++++++++++++++++ static/picture/ai1.png | Bin 0 -> 4978 bytes static/picture/ai2.png | Bin 0 -> 4580 bytes static/picture/ai3.png | Bin 0 -> 4310 bytes static/picture/ai4.png | Bin 0 -> 222183 bytes static/picture/ai5.png | Bin 0 -> 4553 bytes static/picture/ai6.png | Bin 0 -> 4208 bytes static/picture/ai7.png | Bin 0 -> 125084 bytes static/picture/icon1.png | Bin 0 -> 516 bytes static/picture/icon2.png | Bin 0 -> 1353 bytes static/picture/logo.png | Bin 0 -> 2365 bytes static/picture/logo1.png | Bin 0 -> 2495 bytes static/picture/logo1w.png | Bin 0 -> 2400 bytes static/picture/logo3x.png | Bin 0 -> 1007 bytes static/picture/logow.png | Bin 0 -> 2350 bytes static/picture/p133.png | Bin 0 -> 404 bytes static/picture/p17.png | Bin 0 -> 409 bytes static/picture/p2.png | Bin 0 -> 1427 bytes static/picture/p20.png | Bin 0 -> 717 bytes static/picture/p23.jpg | Bin 0 -> 69790 bytes static/picture/p23.png | Bin 0 -> 7148 bytes static/picture/p25.png | Bin 0 -> 530 bytes static/picture/p26.png | Bin 0 -> 377 bytes static/picture/p3.png | Bin 0 -> 2846 bytes static/picture/p4.png | Bin 0 -> 2643 bytes static/picture/p7.png | Bin 0 -> 320 bytes static/picture/p9.png | Bin 0 -> 39146 bytes static/picture/soft.png | Bin 0 -> 5330 bytes static/picture/trans1.png | Bin 0 -> 208962 bytes static/picture/warning-icon.png | Bin 0 -> 861 bytes static/picture/youdao.png | Bin 0 -> 3937 bytes static/translate/css/public.css | 3019 ++++ static/translate/js/echarts.min.js | 45 + userinfo.html | 863 ++ voice.html | 1170 ++ 下载器.txt | 1 + 77 files changed, 23884 insertions(+) create mode 100644 api.html create mode 100644 commonProblems.html create mode 100644 index.html create mode 100644 login.html create mode 100644 onlineTranslation.html create mode 100644 static/css/layui.css create mode 100644 static/css/public.css create mode 100644 static/file/rule.pdf create mode 100644 static/font/iconfont.eot create mode 100644 static/font/iconfont.svg create mode 100644 static/font/iconfont.ttf create mode 100644 static/font/iconfont.woff create mode 100644 static/font/iconfont.woff2 create mode 100644 static/image/aibj.png create mode 100644 static/image/banner.png create mode 100644 static/image/bj.png create mode 100644 static/image/btn.png create mode 100644 static/image/cpys.png create mode 100644 static/image/p10.png create mode 100644 static/image/p12.png create mode 100644 static/image/p13.png create mode 100644 static/image/p14.png create mode 100644 static/image/p16.png create mode 100644 static/image/p21.png create mode 100644 static/image/p22c.png create mode 100644 static/image/p24.png create mode 100644 static/image/sleft.png create mode 100644 static/image/sright.png create mode 100644 static/image/stopbj.png create mode 100644 static/image/trans2.png create mode 100644 static/image/transbanner.png create mode 100644 static/js/axios.min.js create mode 100644 static/js/common.js create mode 100644 static/js/countUp.min.js create mode 100644 static/js/css/layui.css create mode 100644 static/js/css/modules/code.css create mode 100644 static/js/css/modules/laydate/default/laydate.css create mode 100644 static/js/css/modules/layer/default/layer.css create mode 100644 static/js/jquery-1.11.0.min.js create mode 100644 static/js/layui.all.js create mode 100644 static/js/lodash.min.js create mode 100644 static/js/vue.js create mode 100644 static/picture/ai1.png create mode 100644 static/picture/ai2.png create mode 100644 static/picture/ai3.png create mode 100644 static/picture/ai4.png create mode 100644 static/picture/ai5.png create mode 100644 static/picture/ai6.png create mode 100644 static/picture/ai7.png create mode 100644 static/picture/icon1.png create mode 100644 static/picture/icon2.png create mode 100644 static/picture/logo.png create mode 100644 static/picture/logo1.png create mode 100644 static/picture/logo1w.png create mode 100644 static/picture/logo3x.png create mode 100644 static/picture/logow.png create mode 100644 static/picture/p133.png create mode 100644 static/picture/p17.png create mode 100644 static/picture/p2.png create mode 100644 static/picture/p20.png create mode 100644 static/picture/p23.jpg create mode 100644 static/picture/p23.png create mode 100644 static/picture/p25.png create mode 100644 static/picture/p26.png create mode 100644 static/picture/p3.png create mode 100644 static/picture/p4.png create mode 100644 static/picture/p7.png create mode 100644 static/picture/p9.png create mode 100644 static/picture/soft.png create mode 100644 static/picture/trans1.png create mode 100644 static/picture/warning-icon.png create mode 100644 static/picture/youdao.png create mode 100644 static/translate/css/public.css create mode 100644 static/translate/js/echarts.min.js create mode 100644 userinfo.html create mode 100644 voice.html create mode 100644 下载器.txt diff --git a/api.html b/api.html new file mode 100644 index 0000000..45efa6e --- /dev/null +++ b/api.html @@ -0,0 +1,1370 @@ + + +
+ + + + + + + + + + + + + + + + +翻译之家为你提供主流翻译引擎机器翻译技术
+ +{{i}} - {{v}}
+
+                  
+                    $curl = curl_init();
+                
+                    curl_setopt_array($curl, array(
+                     CURLOPT_URL =>
+                    'http://www.trans-home.com/api/index/translate?token=你的token',
+                     CURLOPT_RETURNTRANSFER => true,
+                     CURLOPT_ENCODING => '',
+                     CURLOPT_MAXREDIRS => 10,
+                     CURLOPT_TIMEOUT => 0,
+                     CURLOPT_FOLLOWLOCATION => true,
+                     CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
+                     CURLOPT_CUSTOMREQUEST => 'POST',
+                     CURLOPT_POSTFIELDS
+                    =>'{"keywords":"hi","targetLanguage":"de"}',
+                     CURLOPT_HTTPHEADER => array(
+                     'Content-Type: application/json'
+                     ),
+                    ));
+                    $response = curl_exec($curl);
+                    curl_close($curl);
+                    echo $response;
+                  
+                    curl --location
+                    'http://www.trans-home.com/api/index/translate?token=你的token'
+                    \
+                
+                    --header 'Content-Type: application/json' \
+                    --data '{"keywords":"hi","targetLanguage":"de"}'
+                  
+                    OkHttpClient client = new OkHttpClient().newBuilder()
+                
+                    .build();
+                    MediaType mediaType =
+                    MediaType.parse("application/json");
+                    RequestBody body = RequestBody.create(mediaType,
+                    "{\"keywords\":\"hi\",\"targetLanguage\":\"de\"}");
+                    Request request = new Request.Builder()
+                    .url("http://www.trans-home.com/api/index/translate?token=你的token")
+                    .method("POST", body)
+                    .addHeader("Content-Type", "application/json")
+                    .build();
+                    Response response = client.newCall(request).execute();
+                  
+                    import requests
+                
+                    import json
+                    url =
+                    "http://www.trans-home.com/api/index/translate?token=你的token"
+                    payload = json.dumps({
+                     "keywords": "hi",
+                     "targetLanguage": "de"
+                    })
+                    headers = {
+                     'Content-Type': 'application/json'
+                    }
+                    response = requests.request("POST", url, headers=headers,
+                    data=payload)
+                    print(response.text)
超低价、灵活切换
+


 +
+              翻译字数
+翻译页数
+服务企业
+ +
+            了解各翻译引擎的价格
+140+语言方言 | 400+高品质音色 | 随心选择(接口免费试用)
+ +
+               +
+               +
+               +
+          短视频配音 | 精准识别 | 自然合成 | 支持100+语言和方言
+ +
+               +
+               +
+        微软认证技术团队全程支持
+了解为什么各翻译引擎很便宜
+ +
+          深入行业
真正让价格做到最低

核心服务商
+
金牌服务商
+ +
+            金牌服务商
+
一级服务商
+ +
+            二级服务商
+预约您的专属营销顾问,洽谈最优价格
+ +
+           +
+             +
+              手机扫码加我微信
+ +
+             +
+             +
+                `8V^gu?O}8gZvt@-Egyg>v>3&V!8dz!k06s
z45c0;czpv@zTy!|l?$YQ