forked from gfdgd_xi/wine-bottle-library
deepin-wine6-stable-i386-microsoft-office-word-2007-axmath
This commit is contained in:
parent
5ef9534d33
commit
e477cf5126
Binary file not shown.
|
@ -9,8 +9,12 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Wine 容器列表(来自 Wine 运行器)</h1>
|
<h1>Wine 容器列表(来自 Wine 运行器)</h1>
|
||||||
<h3>更新时间:2023年1月22日 15:21:54</h3>
|
<h3>更新时间:2023年1月22日 15:54:12</h3>
|
||||||
<p><a href='deepin-wine6-stable-x86_64-normal.7z'>纯净容器(Deepin Wine6 Stable,x86_64)</a></p> <p><a href='deepin-wine6-stable-i386-normal.7z'>纯净容器(Deepin Wine6 Stable,I386)</a></p> <p><a href='deepin-wine-stable-i386-normal.7z'>纯净容器(Deepin Wine2,I386)</a></p> <p><a href='wine-0.9.29-i386-normal.7z'>纯净容器(Wine0.9.29,I386)</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>
|
<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 Stable,x86_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 Stable,I386)</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 Wine2,I386)</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.29,I386)</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/>
|
<hr/>
|
||||||
<h2>Wine 运行器</h2>
|
<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>
|
<p><img src='https://gitee.com/gfdgd-xi-org/deep-wine-runner/widgets/widget_card.svg?colors=eae9d7,2e2f29,272822,484a45,eae9d7,747571'></p>
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"纯净容器(Deepin Wine6 Stable,I386)",
|
"纯净容器(Deepin Wine6 Stable,I386)",
|
||||||
"deepin-wine6-stable-i386-normal.7z"
|
"deepin-wine6-stable-i386-normal.7z"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"预装 Microsoft Office Word 2007 + AxMath 容器(Deepin Wine6 Stable,I386)",
|
||||||
|
"deepin-wine6-stable-i386-microsoft-office-word-2007-axmath.7z"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"纯净容器(Deepin Wine2,I386)",
|
"纯净容器(Deepin Wine2,I386)",
|
||||||
"deepin-wine-stable-i386-normal.7z"
|
"deepin-wine-stable-i386-normal.7z"
|
||||||
|
|
|
@ -15,9 +15,9 @@ html = f"""<!DOCTYPE html>
|
||||||
<h1>Wine 容器列表(来自 Wine 运行器)</h1>
|
<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>
|
<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:
|
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>
|
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/>
|
<hr/>
|
||||||
<h2>Wine 运行器</h2>
|
<h2>Wine 运行器</h2>
|
||||||
|
|
Loading…
Reference in New Issue