mirror of
https://github.com/LibraHp/GetQzonehistory.git
synced 2025-02-23 14:09:07 +00:00
添加程序版本信息
This commit is contained in:
parent
aa4db232e3
commit
c5521ba6d0
5
main.py
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user