Evis

Results 3 issues of Evis

how to fill in rect like fillText in canvas

### Version 1.12.38 ### Reproduction link [https://approval.myoas.com](https://approval.myoas.com) ### Steps to reproduce 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动不会触发滚动加载@pulling-down ### What is expected? 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动触发滚动加载@pulling-down ### What is actually happening? 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动没有触发滚动加载@pulling-down ###...

按照这样子配置 { "plugins": [xxx, ["component", { libraryName: "antd", style: true, }, "antd"], ["component", { libraryName: "test-module", style: true, }, "test-module"] ] } 跑起来就报错了, 修改成{ "plugins": [xxx, ["component", { libraryName: "antd",...