### Version of antd-mobile ^5.37.1 ### Operating system and its version _No response_ ### Browser and its version _No response_ ### Sandbox to reproduce _No response_ ### What happened? const current = Toast.show({ icon: 'loading', content: '发红包中…', duration: 10000, }) Toast.show('new toast') current.close() then will close all Toast ### Relevant log output ```shell ```