Skip to content

Commit

Permalink
再一次调整启动时输出的logo
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghyw committed Dec 11, 2020
1 parent 81c4fa5 commit f77929b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@
if __name__ == '__main__':
a = """
_____ _______ ______ __ __ __ __
/ |/ \ / \ / | / |/ |/ |
$$$$$ |$$$$$$$ | /$$$$$$ | ______ _______ $$ | __ $$/ $$ |$$ |
$$ |$$ | $$ | ______ $$ \__$$/ / \ / |$$ | / |/ |$$ |$$ |
__ $$ |$$ | $$ |/ |$$ \ /$$$$$$ |/$$$$$$$/ $$ |_/$$/ $$ |$$ |$$ |
/ | $$ |$$ | $$ |$$$$$$/ $$$$$$ |$$ $$ |$$ | $$ $$< $$ |$$ |$$ |
$$ \__$$ |$$ |__$$ | / \__$$ |$$$$$$$$/ $$ \_____ $$$$$$ \ $$ |$$ |$$ |
$$ $$/ $$ $$/ $$ $$/ $$ |$$ |$$ | $$ |$$ |$$ |$$ |
$$$$$$/ $$$$$$$/ $$$$$$/ $$$$$$$/ $$$$$$$/ $$/ $$/ $$/ $$/ $$/
oooo oooooooooo. .oooooo..o oooo o8o oooo oooo
`888 `888' `Y8b d8P' `Y8 `888 `"' `888 `888
888 888 888 Y88bo. .ooooo. .ooooo. 888 oooo oooo 888 888
888 888 888 `"Y8888o. d88' `88b d88' `"Y8 888 .8P' `888 888 888
888 888 888 8888888 `"Y88b 888ooo888 888 888888. 888 888 888
888 888 d88' oo .d8P 888 .o 888 .o8 888 `88b. 888 888 888
.o. 88P o888bood8P' 8""88888P' `Y8bod8P' `Y8bod8P' o888o o888o o888o o888o o888o
`Y888P
功能列表:
1.预约商品
2.秒杀抢购商品
"""
print(a)

Expand Down

0 comments on commit f77929b

Please sign in to comment.