Phyzait

Results 3 issues of Phyzait

### 这个功能解决了什么问题? 目前仅能通过手动操作开启,状态不能完全受控,希望添加类似于`loading`与`loadingMore`的状态参数,让加载状态可被开发者自由控制 ### 你期望的组件设计是怎样的? ```jsx const onRefresh = async () => { setLoading(true); await load(); setLoading(false); }; const onLoadMore = async () => { setLoadingMore(true); await load(); setLoadingMore(false); };...

### Describe the bug ### Steps to reproduce _No response_ ### Model Used _No response_ ### Expected Behavior _No response_ ### Screenshots and logs _No response_ ### Additional Information file...

bug