tanpengsccd

Results 24 issues of tanpengsccd

![image](https://user-images.githubusercontent.com/13959880/83106000-49db7080-a0ee-11ea-9731-b49396d1f1da.png) code ``` text.contentInset = .init(top: 0, left: 20, bottom: 0, right: 20) ```

修正某些代理访问 APPSTORE 失败的问题:改为直连

help wanted

密码忘记还能找回吗?

enhancement

一血:希望日后加入历史统计功能

enhancement

///扩大点击响应面积,edge 正数值是缩小面积,扩大是负数 ``` func expandResponseArea(edge:UIEdgeInsets){ let imp: @convention(block) (UIView , CGPoint , UIEvent ) -> Bool = { (v,p,e) in v.callOriginalMethod { v.point(inside: p, with: e) //必须调用一次原始方法 } let r...

docker 确实好用,但是好像不能修改配置,我已经尝试修改 server/config.js但是不能生效。