aplayer-react icon indicating copy to clipboard operation
aplayer-react copied to clipboard

The missing APlayer for your React applications

Results 4 aplayer-react issues
Sort by recently updated
recently updated
newest added

我把doc中的Demo加了一行`"use client"`,在 `/app/` 下的mdx里加载,可以播放,但是时间进度不会变,一直是00:00。但是放到`/pages/`下就正常了。我很久没用nextjs了,不太清楚是什么问题,感觉是因为app router的server render之类的?