mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-29 18:39:27 +08:00
视频播放根据配置禁止拖动进度条
This commit is contained in:
@@ -41,6 +41,11 @@ export const InitPage = (props: Props) => {
|
||||
props.configData["player-is-enabled-bullet-secret"] === "1"
|
||||
? true
|
||||
: false,
|
||||
playerIsDisabledDrag:
|
||||
props.configData["player-disabled-drag"] &&
|
||||
props.configData["player-disabled-drag"] === "1"
|
||||
? true
|
||||
: false,
|
||||
playerBulletSecretText: props.configData["player-bullet-secret-text"],
|
||||
playerBulletSecretColor: props.configData["player-bullet-secret-color"],
|
||||
playerBulletSecretOpacity:
|
||||
|
||||
Reference in New Issue
Block a user