1
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user