From aecadd76f2539c8779b4c2671e5c483c8982e158 Mon Sep 17 00:00:00 2001 From: 100ask Date: Sat, 24 Jul 2021 06:30:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 345786c..a743587 100755 --- a/main.py +++ b/main.py @@ -206,7 +206,7 @@ tips = '''提示: 2、wine 32 位和 64 位的容器互不兼容''' updateThingsString = '''1、修改了 wine 选项的说明和 wine 的启动方式''' title = "wine 运行器 {}".format(version) -updateTime = "2021年05月23日" +updateTime = "2021年07月24日" updateThings = "{} 更新内容:\n{}\n更新时间:{}".format(version, updateThingsString, updateTime, time.strftime("%Y"))