Results 3 issues of havetime

**bug描述** uni-app 使用 lottie-miniapp TypeError: Converting circular structure to JSON --> starting at object with constructor 't' **复现过程** Steps to reproduce the behavior: ``` // #ifdef MP-WEIXIN // import lottie...

### 版本 2.0.33 ### 转载链接 [new-issue.uviewui.com/](https://new-issue.uviewui.com/?repo=umicro/uView2.0) ### 重现步骤 微信小程序: 点击第一颗和第二颗中间的空白位置会出现,不是必现,但是经常出现 ### 期望的结果是什么? 希望可以选 >= min ### 实际的结果是什么? 可选小于min --- 调试发现: 这里获取单个星星的尺寸为0导致 // 获取单个星星的尺寸 getRateIconWrapRect() { // uView封装的获取节点的方法,详见文档 // #ifndef APP-NVUE...

### Clear and concise description of the problem How to exclude a file in the dirs configuration folder? ### Suggested solution ``` autoImport({ imports: ['vue', 'pinia'], dirs: [ resolve(__dirname, 'src/apis')...

enhancement