优化前端控制台显示

This commit is contained in:
2026-03-16 14:03:28 +08:00
parent 502404af17
commit 27e9de0ac9

View File

@@ -1,8 +0,0 @@
// ANSI 转义码生成网站 https://patorjk.com/software/taag/#p=display&f=Big&t=ABB%0A
const asciiArt = `
\x1b[32m欢迎使用 SaiAdmin 6.x
\x1b[0m
\x1b[36mSaiAdmin 官网: https://saithink.top
\x1b[0m
`
console.log(asciiArt)