| | |
| | | const asciiArt = ` |
| | | \x1B[32m欢迎使用 Art Design Pro! |
| | | \x1B[0m |
| | | \x1B[36m哇!你居然在用我的项目~ 好用的话别忘了去 GitHub 点个 ★Star 呀,你的支持就是我更新的超强动力!祝使用体验满分💯 |
| | | \x1B[0m |
| | | \x1B[33mGitHub: https://github.com/Daymychen/art-design-pro |
| | | \x1B[0m |
| | | \x1B[31m技术支持(QQ群): 1038930070,和开发者一起交流~ 群里有小伙伴实时答疑,遇到问题不用慌! |
| | | \x1B[0m |
| | | ` |
| | | console.log(asciiArt) |
| | | // const asciiArt = ` |
| | | // \x1B[32m欢迎使用 Art Design Pro! |
| | | // \x1B[0m |
| | | // \x1B[36m哇!你居然在用我的项目~ 好用的话别忘了去 GitHub 点个 ★Star 呀,你的支持就是我更新的超强动力!祝使用体验满分💯 |
| | | // \x1B[0m |
| | | // \x1B[33mGitHub: https://github.com/Daymychen/art-design-pro |
| | | // \x1B[0m |
| | | // \x1B[31m技术支持(QQ群): 1038930070,和开发者一起交流~ 群里有小伙伴实时答疑,遇到问题不用慌! |
| | | // \x1B[0m |
| | | // ` |
| | | // console.log(asciiArt) |