网址旋转 地址栏中的微调框。 灵感来自 开始吧 安装 使用npm: npm install url-spinner 用法 简单的例子 import { startSpinning } from "url-spinner" ; const stopSpinning = startSpinning ( ) ; // Perform some async tasks and call stopSpinning at a proper time setTimeout ( stopSpinning , 3000 ) ; 要在3秒后自动停止旋转 startSpinning ( { duration : 3000 } ) ; 定制微调器 startSpinning ( { duration : 3000 , spinner : [ ":new_moon_face:" , ":waning_crescent_moon:" , ":last_quarter_moon:" , ":waning_gibbous_moon:" , ":full_moon_face:" ,