mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-15 03:20:25 +00:00
[skip ci] style: format code with prettier
This commit is contained in:
committed by
github-actions[bot]
parent
0daf98bfdd
commit
88c813e77c
@@ -94,7 +94,12 @@ export const players: {
|
||||
scheme: "iplay://play/any?type=url&url=$bdurl",
|
||||
platforms: ["iOS"],
|
||||
},
|
||||
{ icon: "mpv", name: "mpv", scheme: "mpv://$edurl", platforms: ["Windows", "MacOS", "Linux", "Android"] },
|
||||
{
|
||||
icon: "mpv",
|
||||
name: "mpv",
|
||||
scheme: "mpv://$edurl",
|
||||
platforms: ["Windows", "MacOS", "Linux", "Android"],
|
||||
},
|
||||
]
|
||||
|
||||
export const AutoHeightPlugin = (player: Artplayer) => {
|
||||
@@ -201,7 +206,10 @@ export const VideoBox = (props: {
|
||||
onClick={() => {
|
||||
const newShowAll = !showAll()
|
||||
setShowAll(newShowAll)
|
||||
localStorage.setItem("video_show_all_players", newShowAll.toString())
|
||||
localStorage.setItem(
|
||||
"video_show_all_players",
|
||||
newShowAll.toString(),
|
||||
)
|
||||
}}
|
||||
icon={
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user