Skip to content

Commit 5d374cd

Browse files
committed
暂时处理510滑动延时问题
1 parent fc42336 commit 5d374cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/funcList/510_式神录预设过滤.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ export class Func510 implements IFuncOrigin {
194194
})) {
195195
if (thisConf && thisConf.fastMode) {
196196
if (thisScript.global.change_shikigami_state === 'flushed') {
197-
thisScript.regionBezierSwipe(thisOperator[2].oper[0], thisOperator[2].oper[1], [500, 700], 0, 500);
198-
thisScript.regionBezierSwipe(thisOperator[2].oper[0], thisOperator[2].oper[1], [500, 700], 0, 500);
197+
thisScript.regionBezierSwipe(thisOperator[2].oper[0], thisOperator[2].oper[1], [500, 700], 500, 100);
198+
thisScript.regionBezierSwipe(thisOperator[2].oper[0], thisOperator[2].oper[1], [500, 700], 500, 100);
199199
let tureGroupNum = null;
200200
if (!thisScript.global.preset_once_groupNum) {
201201
tureGroupNum = Number(thisConf.groupNum) - 1

0 commit comments

Comments
 (0)