vitasapple

Results 16 issues of vitasapple

url(r'^ueditor/',include('DjangoUeditor.urls' )),

早起的版本,老板键是有用的,而且也不会动不动卡死,现在mac上面老板键屌用没有,而且时不时卡死,想要用鼠标点击退出都要卡半天,这特么哪里是摸鱼啊,这简直就是送命软件。如果要赚钱可以阉割功能啊,又不是不能接受,搞这种小动作干什么都不知道

我目前是这样的 ``` -(void)startFingerAni{ LSAnimator * ani = [LSAnimator animatorWithView:self.handView]; ani.moveXY(-20, -20).postAnimationBlock(^{ [self endFingerAni]; }).animate(0.35); } -(void)endFingerAni{ LSAnimator * ani = [LSAnimator animatorWithView:self.handView]; ani.moveXY(20, 20).postAnimationBlock(^{ [self startFingerAni]; }).animate(0.35); } ``` 有好一点的实现方式吗

比如这个震动效果的动画要怎么写? ``` CAKeyframeAnimation * anim = [CAKeyframeAnimation animationWithKeyPath:@"position"]; anim.values = @[[NSValue valueWithCGPoint:CGPointMake(targetV.center.x, targetV.center.y)], [NSValue valueWithCGPoint:CGPointMake(targetV.center.x, targetV.center.y + 1)], [NSValue valueWithCGPoint:CGPointMake(targetV.center.x+1, targetV.center.y - 1)], [NSValue valueWithCGPoint:CGPointMake(targetV.center.x-1, targetV.center.y + 1)]]; anim.duration =...

![image](https://user-images.githubusercontent.com/20087360/178686186-1e07655b-d246-4b3a-9d07-2778ff2653dc.png) 如红框里标注出来的那样,如何设置这块的距离

``` make.text([NSString stringWithFormat:@"《隐私协议》",dic1[@"agreementTitle"]]).link(self,@selector(linkHandler:)).color(UIColorBlue).font(pageFontSize).attach(); ``` 在点击方法里只有获取到文字没有url,url要怎么赋值 ``` - (void)linkHandler:(NUDAction *)action { if ([action isKindOfClass:[NUDLinkAction class]]) { NUDLinkAction *linkAction = (NUDLinkAction *)action; NSLog(@"%@,%@",linkAction.string,linkAction.url);//打印结果:《隐私条款》,(null) } } ```

Specifically, we found that your app includes XHPayKit, AliPay (支付寶), which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than...

rt,现在是直接拦截了,但是支付宝是有跳转h5的功能的,希望大大能加上,我们公司的测试跟我说没有安装支付宝也要跳转h5……我也是无语,问了支付宝客服他们说是可以的……