This commit is contained in:
2025-07-17 17:02:29 +08:00
parent 3790816964
commit 7b28b2ef20

View File

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