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
举例演示。
buildMessage(() -> { textLine("%s,您好。", member.getNameCard()); if (memberGirlsNow == 0){ text("您当前还没有老婆!"); return; } for (String girl : girls) { textLine("-------------"); textLine("老婆:%s。",girl); imageByFile(); } if (memberGirlsNow == memberGirlsMax){ textLine("-------------"); text("您的老婆已达上限!"); } });
相比于 LineQ 方式,DSL 方式在承载业务上,要轻松的多。 LineQ 主要用于非承载业务的复杂消息构建。 DSL 主要用于承载业务的复杂消息构建。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
举例演示。
相比于 LineQ 方式,DSL 方式在承载业务上,要轻松的多。
LineQ 主要用于非承载业务的复杂消息构建。
DSL 主要用于承载业务的复杂消息构建。
The text was updated successfully, but these errors were encountered: