优化敏感词、作者改为tongran

This commit is contained in:
gaoyutao
2025-12-26 19:00:41 +08:00
parent 30373bbb1e
commit 16a28f798b
402 changed files with 393 additions and 2133 deletions
@@ -18,15 +18,6 @@ public class TongRanGenApplication
public static void main(String[] args)
{
SpringApplication.run(TongRanGenApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 代码生成模块启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
System.out.println("代码生成模块启动成功");
}
}