diff --git a/generator-web/src/main/resources/templates/index.ftl b/generator-web/src/main/resources/templates/index.ftl index e51e731..8d296cd 100644 --- a/generator-web/src/main/resources/templates/index.ftl +++ b/generator-web/src/main/resources/templates/index.ftl @@ -85,7 +85,20 @@ genCodeArea.setSize('auto', 'auto'); } }); - + function donate(){ + layer.open({ + type: 1, + area : ['712px' , '480px'], + shadeClose: true, //点击遮罩关闭 + content: '' + }); + } + $('#donate1').on('click', function(){ + donate(); + }); + $('#donate2').on('click', function(){ + donate(); + }); }); @@ -107,7 +120,7 @@

Spring Boot Code Generator!

- 基于SpringBoot2+Freemarker的代码生成器,用DDL SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL相关代码,支持mysql/oracle/pgsql三大数据库。以释放双手为目的,各大模板也在陆续补充和优化。欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请留言给我分析,同时欢迎大家进行PullRequest捐赠,谢谢! + 基于SpringBoot2+Freemarker的代码生成器,用DDL SQL语句生成JPA/JdbcTemplate/Mybatis/MybatisPlus/BeetlSQL相关代码,支持mysql/oracle/pgsql三大数据库。以释放双手为目的,各大模板也在陆续补充和优化。欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请留言给我分析,同时欢迎大家进行PullRequest赞赏,谢谢!

@@ -253,7 +266,7 @@ CREATE TABLE `userinfo` (