mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
feat: 启动时展示asciiart
This commit is contained in:
10
start.py
10
start.py
@@ -1,7 +1,15 @@
|
||||
import asyncio
|
||||
|
||||
from pkg.core import boot
|
||||
|
||||
asciiart = r"""
|
||||
___ ___ _ _ ___ ___ _____
|
||||
/ _ \ / __| |_ __ _| |_ / __| _ \_ _|
|
||||
| (_) | (__| ' \/ _` | _| (_ | _/ | |
|
||||
\__\_\\___|_||_\__,_|\__|\___|_| |_|
|
||||
"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(asciiart)
|
||||
|
||||
from pkg.core import boot
|
||||
asyncio.run(boot.main())
|
||||
|
||||
Reference in New Issue
Block a user