Update the text on console

This commit is contained in:
printempw 2018-06-17 14:42:55 +08:00
parent 36064873e3
commit 64b904107a

View File

@ -1,6 +1,13 @@
'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;');
console.log(
`%c Blessing Skin %c v${blessing.version} %c Made with %c<3%c by printempw.%c https://blessing.studio`,
'color:#fadfa3;background:#030307;padding:5px 0;margin:10px 0;',
'background:#fadfa3;padding:5px 0;',
'font-style:italic;',
'color:red;',
'font-style:italic;', ''
);
/**
* Check if given value is empty.