From 26241d54a168bd3f23a187ea0fa46e9d95f732c9 Mon Sep 17 00:00:00 2001 From: moyan <1561515308@qq.com> Date: Tue, 18 Jun 2024 16:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmpt/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmpt/__init__.py b/pmpt/__init__.py index c6fc49d..4ea9b14 100644 --- a/pmpt/__init__.py +++ b/pmpt/__init__.py @@ -20,13 +20,14 @@ from . import web as webs def cli(): today = datetime.datetime.today() if today.month == 9 and today.day == 28: + # 原神彩蛋 webbrowser.open("https://ys.mihoyo.com/") util.console.print("[green]Genshin!activate![/green]") time.sleep(0.7) util.console.print("[green]You all must download Genshin Impact.[/green]") time.sleep(0.7) util.console.print("Then don't use PMPT.", style="green") - + # 检测是否有pip try: import pip except ImportError: