This commit is contained in:
2025-07-17 17:02:29 +08:00
parent 0725cd779f
commit a13ea053e3

View File

@@ -180,7 +180,7 @@
const contentContainer = $('#rendered-content'); const contentContainer = $('#rendered-content');
// 遍历所有包含文本内容的标签p、h1-h6、strong等 // 遍历所有包含文本内容的标签p、h1-h6、strong等
contentContainer.find('*').each(function() { contentContainer.find('*').each(function () {
const $element = $(this); const $element = $(this);
const htmlContent = $element.html(); const htmlContent = $element.html();