This commit is contained in:
libccy 2017-01-16 23:49:45 +08:00
parent 310569d8ea
commit 90baa2d42a
2 changed files with 2 additions and 2 deletions

View File

@ -767,7 +767,7 @@ character.swd={
}, },
fengze:{ fengze:{
enable:'phaseUse', enable:'phaseUse',
filterCard:true, filterCard:{color:'black'},
selectCard:1, selectCard:1,
position:'he', position:'he',
usable:1, usable:1,

View File

@ -184,7 +184,7 @@ mode.chess={
clearInterval(_status.currentChessFocus); clearInterval(_status.currentChessFocus);
delete _status.currentChessFocus; delete _status.currentChessFocus;
} }
}); },{passive:true});
} }
ui.chessscroll1=ui.create.div('.chessscroll.left',ui.chessContainer); ui.chessscroll1=ui.create.div('.chessscroll.left',ui.chessContainer);