refactor: 重写滚动逻辑淘汰使用 setTimeout 方式实现滚动避免因delay时间最小为0问题
- 重写滚动逻辑淘汰使用
setTimeout 方式实现滚动避免因delay时间最小为0问题
- 更新README
refactor: rewrite the scrolling logic to eliminate the use of setTimeout to implement scrolling to avoid the problem of delay times minimizing to 0.
- Rewrite the scrolling logic to use
setTimeout to avoid the problem of delay time minimizing to zero.
- Update the README