mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Update the text on console
This commit is contained in:
parent
36064873e3
commit
64b904107a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user