LiuZhichao
LiuZhichao
你看下是不是这个问题:https://github.com/liuzc/LeaveIt/issues/1
我没并有特别的配置。 ```bash ➜ ~ hugo env Hugo Static Site Generator v0.49/extended darwin/amd64 BuildDate: unknown GOOS="darwin" GOARCH="amd64" GOVERSION="go1.11" ``` 那你删除一下生成的main.css后看能否再自动生成这个文件。
这两个功能都有规划,但最近工作太忙,没有时间折腾。 欢迎你提交pull request.
> #11 感谢提交,我晚上拉下来测试一下看看先。
@Zeeech 我最近都没有时间去完善这个主题。建议你可以直接从 @ehlxr 的 github 上拉取。
I use JazzyViewPager to my TV app, I also want to establish the duration of the animation...
I am so sorry, It's my careless... in instantiateItem must return obj. @Override public Object instantiateItem(ViewGroup container, int position) { Object obj = super.instantiateItem(container, position); viewPager.setObjectForPosition(obj, position); // return super.instantiateItem(container,...