We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、将player、card等抽出为类后,Mixin.redirct发生问题,无法正确的修改类成员函数。建议加上逻辑判断。
2、本体重写了phase流程,十周年UI中修改的phase需要跟进。
3、对ui.create.player、ui.create.card两个方法的修改行为需要进行以下替代: 改为修改lib.element.player.build 和 lib.element.player.card.build 逻辑修改:①去掉第一个parent参数。②首句加声明let player/card = this; ③去除原来的复制lib.element.player/card中函数的操作。
The text was updated successfully, but these errors were encountered:
新版本已发布。 81801f6
Sorry, something went wrong.
No branches or pull requests
1、将player、card等抽出为类后,Mixin.redirct发生问题,无法正确的修改类成员函数。建议加上逻辑判断。
2、本体重写了phase流程,十周年UI中修改的phase需要跟进。
3、对ui.create.player、ui.create.card两个方法的修改行为需要进行以下替代:
改为修改lib.element.player.build 和 lib.element.player.card.build
逻辑修改:①去掉第一个parent参数。②首句加声明let player/card = this; ③去除原来的复制lib.element.player/card中函数的操作。
The text was updated successfully, but these errors were encountered: