Revert last commit

This commit is contained in:
the1812 2021-05-10 18:46:24 +08:00
parent fb698f72a3
commit a91c0125f9
9 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,7 @@
"gbk.min.js": "0EDFCB94F519365A8CCA9BF3AECE57DC6DB273EF3F41545095B8F03625782F0D",
"get-number.min.js": "E644267B8A2DCEF2577BB9270F5C738BCE89C1C128071EBD3645903A930E08E0",
"gui-settings.min.css": "CA3E9D6B0CA135F7FC1984DD68446AB928E8DCBE5D96C4AF42B23B592D361FDF",
"gui-settings.min.html": "09DDD16E8CFA1C650B2BA87518B73D54AC35E495DD3AA00062ED233080310096",
"gui-settings.min.html": "F8A244E72E18F1ED0FA0E6452F328933E37C30D429BE611989C5A391DA9FC4AA",
"gui-settings.min.js": "3D87D18CCDBEBB4E005251E61B9B448F4707BAA878CA561D9B66087C98A3FD0B",
"haruna-scale.min.js": "2410662D47006D2AC49FE43DEB85F8D2C1B6F6D353DD767C2F11F7802A81F605",
"hide-bangumi-reviews.min.js": "0E8D100A27D523008041BAF95B7809855B505F4C02D4EE32CC62917528E46DBE",

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -253,7 +253,7 @@ export const settings = {
liveSpeedBoost: false,
checkInCenter: false,
fullscreenGiftBox: false,
autoPlayControl: false,
autoPlayControl: true,
scrollOutPlayer: false,
scrollOutPlayerTriggerPlace: '视频中间',
scrollOutPlayerAutoPause: true,

View File

@ -74,7 +74,7 @@
<checkbox indent="0" key="removeGuidePopup" dependencies=""></checkbox>
<checkbox indent="0" key="removeVideoPopup" dependencies=""></checkbox>
<checkbox indent="0" key="removeVotePopup" dependencies=""></checkbox>
<!-- <checkbox indent="0" key="autoPlayControl" dependencies=""></checkbox> -->
<checkbox indent="0" key="autoPlayControl" dependencies=""></checkbox>
<checkbox indent="0" key="scrollOutPlayer" dependencies=""></checkbox>
<dropdown indent="1" key="scrollOutPlayerTriggerPlace" dependencies="scrollOutPlayer"></dropdown>
<checkbox indent="1" key="scrollOutPlayerAutoPause" dependencies="scrollOutPlayer"></checkbox>