From 2a504e41090e2d300d6f34361e41bd1ad1403b2d Mon Sep 17 00:00:00 2001 From: veasion Date: Sun, 22 Sep 2024 20:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=97=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a114d27..57f6e02 100644 --- a/index.html +++ b/index.html @@ -164,7 +164,7 @@

🤖 AI智能生成PPT演示文稿

-
生成大纲 ---> 挑选模板 --> 实时生成PPT
+
生成大纲 ---> 挑选模板 ---> 实时生成PPT
@@ -520,7 +520,7 @@

🤖 AI智能生成PPT演示文稿

download.innerText = '正在渲染中...' let xhr = new XMLHttpRequest() xhr.responseType = 'blob' - xhr.open('POST', 'https://docmee.cn/api/public/ppt/json2ppt?apiKey=' + apiKey) + xhr.open('POST', 'https://docmee.cn/api/public/ppt/json2ppt?animationType=1&apiKey=' + apiKey) xhr.setRequestHeader('Content-Type', 'application/json') xhr.onload = function() { if (this.status == 200) {