This commit is contained in:
parent
793612097c
commit
47bbec18ce
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -10,7 +10,10 @@
|
|||
<body>
|
||||
<h1>Wine 列表(来自 Wine 运行器)</h1>
|
||||
<p>点击下方链接下载编译好的 7z 包</p>
|
||||
<h3>更新时间:2023年1月23日 9:43:59</h3>
|
||||
<h3>推荐在 Wine 运行器内安装</h3>
|
||||
<p><img src='images/截图_installwine_20230123094608.png'></p>
|
||||
<hr/>
|
||||
<h3>更新时间:2023年1月23日 9:48:23</h3>
|
||||
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/egg.7z'>——————下面版本若标有debian10字样则代表是作者从上游拉取编译的——————</a></p>
|
||||
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/egg.7z'>——————若没有则代表是从官方源拉取的——————</a></p>
|
||||
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/wine-staging-8.0-rc5-debian10-x86_64.7z'>wine-staging-8.0-rc5-debian10-x86_64</a></p>
|
||||
|
|
|
@ -14,6 +14,9 @@ html = f"""<!DOCTYPE html>
|
|||
<body>
|
||||
<h1>Wine 列表(来自 Wine 运行器)</h1>
|
||||
<p>点击下方链接下载编译好的 7z 包</p>
|
||||
<h3>推荐在 Wine 运行器内安装</h3>
|
||||
<p><img src='images/截图_installwine_20230123094608.png'></p>
|
||||
<hr/>
|
||||
<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