mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2026-03-22 15:39:04 +08:00
赞赏优化
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
*/
|
||||
function donate(){
|
||||
if($("#donate").attr("show")=="no"){
|
||||
$("#donate").html('<img src="http://upyun.bejson.com/img/zhengkai.png"></img>');
|
||||
$("#donate").html('<img src="https://raw.githubusercontent.com/moshowgame/SpringBootCodeGenerator/master/donate.png"></img>');
|
||||
$("#donate").attr("show","yes");
|
||||
}else{
|
||||
$("#donate").html('<p>谢谢赞赏!</p>');
|
||||
|
||||
Reference in New Issue
Block a user