vinurs

Results 42 comments of vinurs

@ptaoussanis i tested from 1.0.0 to the latest, seems all have the problem

为啥这个需求一直不支持呢?库这么全了,偏偏这个就不支持?

> 我切换播放插件了 切换成啥了,这个库好像都一年没维护了,估计放弃了

😂终于有人提这个问题了,都以为这个项目被废弃掉了都不敢用了

我也试了一下,感觉是后面的copy没有把前面的覆盖掉,而且前面的ignore部分貌似也是没有生效

![image](https://user-images.githubusercontent.com/37489300/70848887-a0dbe900-1eb2-11ea-8a4d-1694f223beaf.png) 在dist/npm/taro-echarts/components/ec-canvas下面我ls了一下 ![image](https://user-images.githubusercontent.com/37489300/70848890-afc29b80-1eb2-11ea-95c5-96418f69ba7b.png) 我定制的文件的大小 ![image](https://user-images.githubusercontent.com/37489300/70848892-cd900080-1eb2-11ea-9e36-e2a749c454cc.png) 可以看出确实没有覆盖掉

does this feature been added?

有其它的方法确认不?因为我的Emacs里面是有代理相关的配置的 ``` (setq url-gateway-method 'socks) (setq url-proxy-services '(("http" . "127.0.0.1:7890") ("https" . "127.0.0.1:7890"))) (setq socks-server '("Default server" "127.0.0.1" 7890 5)) ``` 然后我用 eww 访问了一下 google是可以的 ![CleanShot 2024-04-29 at 13 31...