2026-01-13 16:51:39 +08:00

18 lines
734 B
INI

; 当前日期 2026-01-12
; 填入需要使用的API验证令牌, 需要上对应接口的官网申请
; 腾讯云每个月1号自动领取500w字数的免费翻译额度, 如果使用子账号请至少赋予它[机器翻译]{全读写权限}
[TencentCloud]
SecretId = <your SecretId>
SecretKey = <your SecretKey>
; 百度云每个月1号自动领取500w字数的免费翻译额度, 如果使用子账号请至少赋予它[机器翻译/文档翻译]的权限
[BaiduCloud]
ApiKey = <your ApiKey>
SecretKey = <your SecretKey>
; 小牛翻译每日20w额度
[XiaoNiu]
AppId = <your AppId>
AppKey = <your AppKey>
; 火山引擎每个月200W免费额度
[VolcEngine]
AccessKeyID = <your AccessKeyID>
SecretAccessKey = <your SecretAccessKey>