master
RezaAshrafi77 3 years ago
parent 34f546c5a8
commit 636f3ae9aa
  1. 2
      src/core/index.tsx
  2. 2
      src/language/index.ts
  3. 7431
      yarn.lock

@ -163,7 +163,7 @@ const JoLPlayer = function JoLPlayer(props: videoparameter, ref: React.Ref<unkno
> >
{returnVideoSource} {returnVideoSource}
</video> </video>
{!isVideoUseful && <p className="video-no-useful-tip"> ( ́︿ ̀)</p>} {!isVideoUseful && <p className="video-no-useful-tip"></p>}
{isBufferring && {isBufferring &&
(setBufferContent ? ( (setBufferContent ? (
setBufferContent setBufferContent

@ -30,7 +30,7 @@ export const zhJson: langType = {
screenshotsFailText: '截图加载失败,在点击下', screenshotsFailText: '截图加载失败,在点击下',
}; };
export const enJson: langType = { export const enJson: langType = {
multiple: 'multiple', multiple: 'speed',
closeLights: 'lights', closeLights: 'lights',
loop: 'loops', loop: 'loops',
screenshots: 'screenshots', screenshots: 'screenshots',

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save