diff --git a/jiekou/shenmanhua.js b/jiekou/shenmanhua.js index fb88f561..d8e0041d 100644 --- a/jiekou/shenmanhua.js +++ b/jiekou/shenmanhua.js @@ -8,12 +8,8 @@ let parse = { var ci = 0; Label_set.forEach((data, id) => { d.push({ - title: '““””
' + pdfh(data, 'h2&&Text') + '', - url: '', - col_type: "text_1", - extra: { - lineVisible: false - } + title: pdfh(data, 'h2&&Text'), + col_type: "rich_text" }); ci = ci == 2 ? 0 : ci + 1 var item = pdfa(data, '.mult-warp.siw&&li.r1c3');