lgf 3 years ago
parent 88b4981160
commit e4472c7f9f
  1. 1
      src/appComponent.tsx

@ -32,7 +32,6 @@ const AppComponent = memo(function AppComponent(props) {
[videoRef.current],
);
xx.current = clientX;
return (
<>
{isPlay ? '播放' : '暂停'}

Loading…
Cancel
Save