更新图标
This commit is contained in:
parent
24c81cef7a
commit
1e3aa4b0b4
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -13,6 +13,7 @@ html = f"""<!DOCTYPE html>
|
|||
|
||||
<body>
|
||||
<h1>Wine 列表(来自 Wine 运行器)</h1>
|
||||
<p>点击下方链接下载编译好的 7z 包</p>
|
||||
<h3>更新时间:{datetime.datetime.now().year}年{datetime.datetime.now().month}月{datetime.datetime.now().day}日 {datetime.datetime.now().hour}:{datetime.datetime.now().minute}:{datetime.datetime.now().second}</h3>
|
||||
"""
|
||||
#with open(f"information.json", "r") as file:
|
||||
|
|
Loading…
Reference in New Issue