优化敏感词、作者改为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
@@ -17,15 +17,6 @@ public class TongRanAuthApplication
public static void main(String[] args)
{
SpringApplication.run(TongRanAuthApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 认证授权中心启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
System.out.println("认证授权中心启动成功");
}
}