Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Jul 19, 2024
1 parent 30d5fff commit 19e375c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/danmaku.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../danmaku/README.md'
import Md from '../../../../danmaku/README.md'

<Md />
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/dash.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../dash/README.md'
import Md from '../../../../dash/README.md'

<Md />
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/hls.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../hls/README.md'
import Md from '../../../../hls/README.md'

<Md />
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Md from '../../../../README.md'
import Md from '../../../../../README.md'

![oplayer-mobile](https://cdn.jsdelivr.net/gh/shiyiya/QI-ABSL@master/o/oplayer-ui-mobile.jpg)

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/mpegts.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../mpegts/README.md'
import Md from '../../../../mpegts/README.md'

<Md />
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/react.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../react/README.md'
import Md from '../../../../react/README.md'

<Md />
2 changes: 1 addition & 1 deletion packages/docs/src/pages/docs/torrent.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Md from '../../../torrent/README.md'
import Md from '../../../../torrent/README.md'

<Md />
2 changes: 1 addition & 1 deletion packages/docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Playlist, Chromecast, AirPlay } from '@oplayer/plugins'
plugins={[
ui({
theme: {
controller: { header: true },
controller: { header: true, slideToSeek: 'always' },
progress: { position: 'top' }
},
pictureInPicture: true,
Expand Down

0 comments on commit 19e375c

Please sign in to comment.