Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elcarim5efil committed Sep 17, 2021
1 parent de80a94 commit 575674f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octoparse",
"version": "0.5.3",
"version": "0.5.4",
"description": "octoParse-小程序富文本解析自定义组件",
"homepage": "https://github.com/kaola-fed/octoparse",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions src/platform/toutiao/index.ttml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
</block>

<!--判断是否是文本节点-->
<!-- <block tt:elif="{{item.node == 'text'}}"> -->
<block tt:elif="{{item.node == 'text'}}">
<!--如果是,直接进行-->
<!-- <template is="aTextView" data="{{item}}" /> -->
<!-- </block> -->
<template is="aTextView" data="{{item}}" />
</block>

</template>

Expand Down

0 comments on commit 575674f

Please sign in to comment.