new(all): #156 and logo enhancement.
This commit is contained in:
parent
6fcd009fb2
commit
74d794afe9
1 changed files with 3 additions and 3 deletions
6
boot.mjs
6
boot.mjs
|
@ -11,9 +11,9 @@ import pjson from './package.json' assert { type: 'json' };
|
|||
console.log(``);
|
||||
console.log(``);
|
||||
console.log(``);
|
||||
console.log(` ████ ██████ ███ ██ ██████ ██████ █████ ██ ██████ ███████ ████████ ████ ® `);
|
||||
console.log(` ██ ███ ██ █ ██ ██ ██ ██ █ ██ ███ ███ ███ ██ ██████ ██ * * ██ ██ █ `);
|
||||
console.log(` ██████ ██████ ██ ████ ██████ ██ ██ ██ ██ ██████ ██████ ███████ ██ ████ 3.0`);
|
||||
console.log(` █████ ██████ ███ ██ ██████ █████ █████ ██ █████ █████ ██████ ███ ® `);
|
||||
console.log(` ██ ███ ██ █ ██ █ ██ ██ █ ██ ██ ███ ███ ██ ██████ █ * * █ ██ █ `);
|
||||
console.log(` ██████ ██████ ██ ███ ██████ ██ ██ ██ ██ █████ █████ █████ ██ ████ 3.0`);
|
||||
console.log(``);
|
||||
console.debug(`botserver@${pjson.version}, botlib@${pjson.dependencies.botlib}, botbuilder@${pjson.dependencies.botbuilder}, nodeJS: ${process.version}, platform: ${process.platform}, architecture: ${process.arch}.`);
|
||||
var now = () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue