Skip to content

Commit

Permalink
perf: ⚡️ 注释日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjie.xue committed Sep 18, 2024
1 parent 0630ab1 commit dd536fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/ets/components/hprichtext/HPRichText.ets
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export struct HPRichText {
const htmlParser = new HTMLParser(this.richTextOption);
this.defaultArtUI = this._setDefaultArtUI(); // 生成默认样式
this.htmlJson = htmlParser.html2json();
console.log('转化之后的html', JSON.stringify?.(this.htmlJson.nodes));
// console.log('转化之后的html', JSON.stringify?.(this.htmlJson.nodes));
}

// 初始化更新
Expand Down

0 comments on commit dd536fb

Please sign in to comment.