移除腾讯翻译白嫖版

This commit is contained in:
John Smith
2024-07-29 22:40:41 +08:00
parent e6299a03e8
commit b00ae596ef
3 changed files with 10 additions and 236 deletions

View File

@@ -76,22 +76,8 @@ open_live_app_id = 0
# 翻译器配置,索引到下面的配置节。可以以逗号分隔配置多个翻译器,翻译时会自动负载均衡
# 配置多个翻译器可以增加额度、增加QPS、容灾
# 不同配置可以使用同一个类型,但要使用不同的账号,否则还是会遇到额度、调用频率限制
translator_configs = tencent_translate_free
[tencent_translate_free]
# 类型:腾讯翻译白嫖版。使用了网页版的接口,**将来可能失效**
type = TencentTranslateFree
# 请求间隔时间(秒),等于 1 / QPS
query_interval = 1
# 自动auto中文zh日语jp英语en韩语kr
# 完整语言列表见文档https://cloud.tencent.com/document/product/551/15619
# 源语言
source_language = zh
# 目标语言
target_language = jp
# Example: translator_configs = tencent_translate,baidu_translate
translator_configs =
[tencent_translate]