Browse Source

Update app.js

Baoshuo Ren 1 year ago
parent
commit
0c450dd8d3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      asset/js/app.js

+ 4 - 1
asset/js/app.js

@@ -57,4 +57,7 @@ var APP = (function(){
     return {fn: fn, init: init}
 })();
 
-document.addEventListener('DOMContentLoaded', function() {APP.init();})
+document.addEventListener('DOMContentLoaded', function() {APP.init();})
+
+console.log('\n %c Program By %c Baoshuo ( @renbaoshuo ) %c https://baoshuo.ren %c\n', 'color: #fadfa3; background: #000000; padding:5px 0;', 'background: #fadfa3; padding:5px 0;', 'background: #ffbf33; padding:5px 0;', '');
+console.log('\n GitHub Homepage: https://github.com/renbaoshuo/Shortlink \n \n%c ★ Please give us a star on GitHub! ★ %c \n', 'color: red;', '')