From c5521ba6d0d376ba752ee4a4582b76340edf5c57 Mon Sep 17 00:00:00 2001 From: LibraHp_0928 <1941163264@qq.com> Date: Sun, 29 Sep 2024 13:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A8=8B=E5=BA=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index c7f62ee..21a192e 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,8 @@ import pandas as pd import pandas.io.clipboard as cb import platform from pathlib import Path - +# 程序版本 +version = "1.0.2" # 初始化所有消息列表 all_messages = [] # 初始化说说列表 @@ -690,7 +691,7 @@ def reset_save_content(): def main(page: ft.Page): page.window.center() - page.title = "QQ空间历史内容获取 v1.0 Powered by LibraHp" + page.title = f"QQ空间历史内容获取 v{version} Powered by LibraHp" page.horizontal_alignment = "start" page.vertical_alignment = "center" # page.window.resizable = False