|
@@ -465,8 +465,8 @@ const processIframeLinks = async () => {
|
|
|
}
|
|
|
else if (iframeSrc.includes('.html')) {
|
|
|
hasIframe = true
|
|
|
- // const html = await api.getHTML(iframeSrc)
|
|
|
- const html = await api.getHTML('https://knowledge.cocorobo.cn/zh-CN/story-telling/a7fa08b8-cf60-11ef-93e3-12e77c4cb76b')
|
|
|
+ const html = await api.getHTML(iframeSrc)
|
|
|
+ // const html = await api.getHTML('https://knowledge.cocorobo.cn/zh-CN/story-telling/a7fa08b8-cf60-11ef-93e3-12e77c4cb76b')
|
|
|
console.log('html', html)
|
|
|
console.log(`处理幻灯片 ${slideIndex + 1} 中的iframe链接:`, iframeSrc)
|
|
|
return {
|