diff --git a/AI/.idea/misc.xml b/AI/.idea/misc.xml
index b42515dc..1470c071 100644
--- a/AI/.idea/misc.xml
+++ b/AI/.idea/misc.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
diff --git a/AI/.idea/ppt-generator.iml b/AI/.idea/ppt-generator.iml
index e9632018..6798eaa7 100644
--- a/AI/.idea/ppt-generator.iml
+++ b/AI/.idea/ppt-generator.iml
@@ -4,7 +4,7 @@
-
+
\ No newline at end of file
diff --git a/AI/AiService/Start.py b/AI/AiService/Start.py
index f09fcb86..d91f4099 100644
--- a/AI/AiService/Start.py
+++ b/AI/AiService/Start.py
@@ -149,7 +149,7 @@ if __name__ == "__main__":
# 打印所有 IP 地址
print("服务将在以下 IP 地址上运行:")
for ip in ips:
- print(f"http://{ip}:5173")
+ print(f"http://{ip}:5176")
# 启动 FastAPI 应用,绑定到所有 IP 地址
- uvicorn.run(app, host="0.0.0.0", port=5173)
+ uvicorn.run(app, host="0.0.0.0", port=5176)
diff --git a/AI/AiService/__pycache__/CommonUtil.cpython-310.pyc b/AI/AiService/__pycache__/CommonUtil.cpython-310.pyc
index 73d9eecd..146f62e7 100644
Binary files a/AI/AiService/__pycache__/CommonUtil.cpython-310.pyc and b/AI/AiService/__pycache__/CommonUtil.cpython-310.pyc differ
diff --git a/AI/AiService/__pycache__/MarkdownToJsonConverter.cpython-310.pyc b/AI/AiService/__pycache__/MarkdownToJsonConverter.cpython-310.pyc
index 05740c20..8600074f 100644
Binary files a/AI/AiService/__pycache__/MarkdownToJsonConverter.cpython-310.pyc and b/AI/AiService/__pycache__/MarkdownToJsonConverter.cpython-310.pyc differ
diff --git a/AI/AiService/启动OFFICE服务.cmd b/AI/AiService/启动OFFICE服务.cmd
new file mode 100644
index 00000000..4674559d
--- /dev/null
+++ b/AI/AiService/启动OFFICE服务.cmd
@@ -0,0 +1,4 @@
+D:
+cd D:\dsWork\QingLong\AI\
+D:\py310\py310\python.exe AiService\Start.py
+pause
\ No newline at end of file