deepin-wine6-stable-i386-microsoft-office-word-2007-axmath

This commit is contained in:
gfdgd_xi 2023-01-22 15:58:57 +08:00
parent 5ef9534d33
commit e477cf5126
4 changed files with 12 additions and 4 deletions

View File

@ -9,8 +9,12 @@
<body>
<h1>Wine 容器列表(来自 Wine 运行器)</h1>
<h3>更新时间2023年1月22日 15:21:54</h3>
<p><a href='deepin-wine6-stable-x86_64-normal.7z'>纯净容器Deepin Wine6 Stablex86_64</a></p> <p><a href='deepin-wine6-stable-i386-normal.7z'>纯净容器Deepin Wine6 StableI386</a></p> <p><a href='deepin-wine-stable-i386-normal.7z'>纯净容器Deepin Wine2I386</a></p> <p><a href='wine-0.9.29-i386-normal.7z'>纯净容器Wine0.9.29I386</a></p> <p><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/star.svg?theme=dark' alt='star'></img></a><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/members'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a></p>
<h3>更新时间2023年1月22日 15:54:12</h3>
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/deepin-wine6-stable-x86_64-normal.7z'>纯净容器Deepin Wine6 Stablex86_64</a></p>
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/deepin-wine6-stable-i386-normal.7z'>纯净容器Deepin Wine6 StableI386</a></p>
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/deepin-wine-stable-i386-normal.7z'>纯净容器Deepin Wine2I386</a></p>
<p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/wine-0.9.29-i386-normal.7z'>纯净容器Wine0.9.29I386</a></p>
<p><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/star.svg?theme=dark' alt='star'></img></a><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/members'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a></p>
<hr/>
<h2>Wine 运行器</h2>
<p><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/widgets/widget_card.svg?colors=eae9d7,2e2f29,272822,484a45,eae9d7,747571'></p>

View File

@ -7,6 +7,10 @@
"纯净容器Deepin Wine6 StableI386",
"deepin-wine6-stable-i386-normal.7z"
],
[
"预装 Microsoft Office Word 2007 + AxMath 容器Deepin Wine6 StableI386",
"deepin-wine6-stable-i386-microsoft-office-word-2007-axmath.7z"
],
[
"纯净容器Deepin Wine2I386",
"deepin-wine-stable-i386-normal.7z"

View File

@ -15,9 +15,9 @@ html = f"""<!DOCTYPE html>
<h1>Wine 容器列表来自 Wine 运行器</h1>
<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>
"""
lists = requests.get("https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/information.json").json()
lists = requests.get("https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/information.json").json()
for i in lists:
html += f" <p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-mirrors/raw/branch/master/{i[1]}'>{i[0]}</a></p>\n"
html += f" <p><a href='https://code.gitlink.org.cn/gfdgd_xi/wine-bottle-library/raw/branch/master/{i[1]}'>{i[0]}</a></p>\n"
html += f""" <p><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/stargazers'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/star.svg?theme=dark' alt='star'></img></a><a href='https://gitee.com/gfdgd-xi-org/deep-wine-runner/members'><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/badge/fork.svg?theme=dark' alt='fork'></img></a></p>
<hr/>
<h2>Wine 运行器</h2>