lowking
lowking
期待新版本有办法解决悬浮窗不触发切换的问题,希望别抛弃旧版系统 每次快捷键呼出iterm的悬浮窗都得借助karabiner来切换到英文,实在头疼😂
> feel sorry to see that, beacause of this issue, I diecide choose another application though Which one? Give me a link, thanks
只用iina播放,这段时间一直没问题,可以确定就是flv.js问题了
> 使用http协议呢? 希望支持ws协议,我也是无法下载,提示:Failed to send to aria2: AxiosError: Unsupported protocol ws:
今天又发现在占用带宽??? 这次发现的时候,近1小时都没下载过东西,真是见鬼了 
Use this version: [here](https://github.com/alewando/alfred-encode-decode-workflow) It works to me (ventura)
有有效期的,没什么用,浪费头发呢
ci: This issue is stale because it has been open for 30 days with no activity.
依然不行,请求参数: ``` { "query": { "q": "c", "from": "zh-CHS", "to": "en", "appKey": "14c480aa0dxxxxxx", "salt": 1692783427503, "sign": "af858eebfa6f6077a955bd1a54a16dc8a481fbeb95300f9eb85b97ce66c459da", "signType": "v3", "curtime": 1692783428 } } ``` 返回结果: ``` { "requestId": "b973b6f3-1e8c-4e15-a1e8-a4236737452e", "errorCode":...
今天看了下alfy源码,我把请求体的query改成body就可以了,不知道为撒用query发送get不行,用body发送post就可以。有道官网写着method,get/post都可以。这是设置body之后,afly使用got构建post请求的逻辑: 