diff --git a/deepin-wine6-stable-i386-microsoft-office-word-2007-axmath.7z b/deepin-wine6-stable-i386-microsoft-office-word-2007-axmath.7z
new file mode 100644
index 0000000..6fb43d6
Binary files /dev/null and b/deepin-wine6-stable-i386-microsoft-office-word-2007-axmath.7z differ
diff --git a/index.html b/index.html
index d9ecbd5..e740132 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,12 @@
Wine 容器列表(来自 Wine 运行器)
- 更新时间:2023年1月22日 15:21:54
- 纯净容器(Deepin Wine6 Stable,x86_64)
纯净容器(Deepin Wine6 Stable,I386)
纯净容器(Deepin Wine2,I386)
纯净容器(Wine0.9.29,I386)


+ 更新时间:2023年1月22日 15:54:12
+ 纯净容器(Deepin Wine6 Stable,x86_64)
+ 纯净容器(Deepin Wine6 Stable,I386)
+ 纯净容器(Deepin Wine2,I386)
+ 纯净容器(Wine0.9.29,I386)
+ 

Wine 运行器

diff --git a/information.json b/information.json
index 5e5348f..10ceb85 100644
--- a/information.json
+++ b/information.json
@@ -7,6 +7,10 @@
"纯净容器(Deepin Wine6 Stable,I386)",
"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-wine-stable-i386-normal.7z"
diff --git a/update.py b/update.py
index 7ec044c..f028d43 100644
--- a/update.py
+++ b/update.py
@@ -15,9 +15,9 @@ html = f"""
Wine 容器列表(来自 Wine 运行器)
更新时间:{datetime.datetime.now().year}年{datetime.datetime.now().month}月{datetime.datetime.now().day}日 {datetime.datetime.now().hour}:{datetime.datetime.now().minute}:{datetime.datetime.now().second}
"""
-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" {i[0]}
\n"
+ html += f" {i[0]}
\n"
html += f""" 

Wine 运行器