Closed shiertier closed 11 months ago
Splitting code, adding Alibaba Cloud API, and changing the installation method.
Regarding the implementation of init.py, it is a bit complicated; if there is a better way, I suggest making changes (my Python proficiency is moderate).
阿里云的api在AliTransApi.py的如下位置设置 ALIBABA_CLOUD_ACCESS_KEY_ID = "" ALIBABA_CLOUD_ACCESS_KEY_SECRET = ""
百度的api在BaiduTransApi.py的如下位置设置 appid = '' secretKey = ''
考虑到以后如果新增更多的翻译,建议日后可以增加一个专门放api的设置文件
牛
Splitting code, adding Alibaba Cloud API, and changing the installation method.
Regarding the implementation of init.py, it is a bit complicated; if there is a better way, I suggest making changes (my Python proficiency is moderate).