muzzik
muzzik
> 我也复现了,感觉是百度升级了API, 周末研究下如何更新。 啥时候更新阿,我申请了百度的APP ID和密钥都不能用,百度可以自动中转英,英转中,是最方便的一个了
> 仿制deepl 实现了一个简单的百度翻译,需要提供appid appkey https://github.com/webxmsj/baidu-translate 大哥牛逼
> 仿制deepl 实现了一个简单的百度翻译, 需要提供appid appkey https://github.com/webxmsj/baidu-translate 你这不行阿,不能自动英转中,中转英,之前的百度是可以的
Electron version 24.1.2 ``` // create a new BrowserWindow const window = new electron.BrowserWindow({ width: 500, height: 500, frame: false, webPreferences: { nodeIntegration: true, contextIsolation: false, devTools: true, enableRemoteModule: true,...
> I ran "npm -g install madge" and then tried to run madge in a project folder. But the command line responded that there were no such a command. I...