We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17707d6 commit 04b9294Copy full SHA for 04b9294
generator-web/src/main/resources/templates/index.ftl
@@ -89,6 +89,8 @@
89
$("#donate").html('<img src="http://upyun.bejson.com/img/zhengkai.png"></img>');
90
$("#donate").attr("show","yes");
91
}else{
92
+ $("#donate").html('<p>谢谢赞赏!</p>');
93
+ $("#donate").attr("show","no");
94
}
95
96
$('#donate1').on('click', function(){
0 commit comments