初始化

This commit is contained in:
2026-03-03 09:53:54 +08:00
commit 3f349a35a4
437 changed files with 65639 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// 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)