From 2804a2b079124dc107c575b767faf2e5b2ad223e Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 21 Jan 2017 14:38:03 +0800 Subject: [PATCH] print a brand on every pages' console --- resources/assets/src/scripts/general.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/assets/src/scripts/general.js b/resources/assets/src/scripts/general.js index bb5764f7..262416df 100644 --- a/resources/assets/src/scripts/general.js +++ b/resources/assets/src/scripts/general.js @@ -2,11 +2,13 @@ * @Author: printempw * @Date: 2016-09-15 10:39:41 * @Last Modified by: printempw -* @Last Modified time: 2017-01-21 12:58:05 +* @Last Modified time: 2017-01-21 14:26:44 */ 'use strict'; +console.log(`\n %c Blessing Skin v${blessing.version} %c https://blessing.studio \n\n`,"color: #fadfa3; background: #030307; padding:5px 0;","background: #fadfa3; padding:5px 0;"); + $.locales = {}; $.currentLocale = {};