Zachary
Results
1
issues of
Zachary
**bug的现象** 内容标签 `class=content`,代码进行了加权。内容中只包含了 ``,预处理后正文内容为纯字符串。 ```python def need_skip_ltgi(self, ti, lti): if lti == 0: return False return ti // lti > 10 # 正文的字符数量是链接字符数量的十倍以上 ``` `lti == 0` 导致 `density =...
bug