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