14 lines
1.6 KiB
TypeScript
Raw Normal View History

2022-04-16 13:30:25 +08:00
export {}
2022-04-16 13:30:25 +08:00
if (window.log) {
Object.assign(console, window.log.functions)
window.log.info(
`\n\n██╗ ██╗███████╗███████╗██████╗ ██╗ █████╗ ██╗ ██╗███╗ ███╗██╗ ██╗███████╗██╗ ██████╗
2022-03-13 14:40:38 +08:00
\n`
2022-04-16 13:30:25 +08:00
)
}