更新
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
limil 2024-07-21 16:14:13 +08:00
parent c9acbdc7e8
commit c1be752eff

View File

@ -160,15 +160,15 @@
do {
opacityStr = prompt("请输入0-1之间的透明度值如0.7", opacityStr);
if(opacityStr == null) break;
if(opacityStr == null) return;
speedStr = prompt("请输入0-1000弹幕速度如200", speedStr);
if(speedStr == null) break;
if(speedStr == null) return;
sizeStr = prompt("请输入1-30弹幕大小如18", sizeStr);
if(sizeStr == null) break;
if(sizeStr == null) return;
heightRatio = prompt("请输入0-1之间的弹幕高度屏幕占比如0.7", heightRatio);
if(heightRatio == null) break;
if(heightRatio == null) return;
tmpFiltersender = prompt("请输入需要过滤的弹幕来源如bgdo", tmpFiltersender);
if(tmpFiltersender == null) break;
if(tmpFiltersender == null) return;
} while(false);
if (window.ede) {