Commit Graph

10 Commits

Author SHA1 Message Date
Sukka d82847f541
style/chore(eslint): enforce new rules (#8040)
* style: prefer object shorthand syntax
* refactor: prefer Array#map over Array#forEach
* style: prefer arrow callback
* chore(eslint): update rules
* style: auto fix by eslint
2021-08-17 22:23:23 +08:00
notofoe 47922c6c2c
fix: /nowcoder/discuss remove query part of url (#4950) 2020-06-10 11:45:40 +08:00
DIYgod 0e7b14e718
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2 2020-04-02 21:21:46 +08:00
junfengP 5dc2ad693a
fix: error in nowcoder/discuss (#3884) 2020-02-04 20:48:35 +08:00
DIYgod a56c0b5a39
refactor: rename axios to got 2019-06-03 18:03:05 +08:00
DIYgod e2badbfa98
chore: module alias for all routes 2019-05-15 15:27:15 +08:00
DIYgod a0333fbd7e
feat: use contentExpire 2019-05-09 01:23:29 +08:00
Carl Li 6775a28011 牛客网全文链接 移除随显示位置变化的param (#1702)
* 修改牛客网帖子内容(description)解析方案

* 牛客网全文链接 删除随位置变化的param

* fix pretty issue 3
2019-03-08 11:17:18 +08:00
Carl Li f810f9ae97 修改牛客网帖子内容(description)解析方案 (#1688)
目前抓取的description数据,包含赞数和收藏数等,且会不断更新。这个 PR 把这些变化的数字去掉。

原先每个帖子都有

```html
收藏(43)</a></li><li class="oprt-item-share"><a class="oprt-item oprt-share js-share-oprt-item" href="javascript:void(0);">分享</a><div class="tooltip top js-share-tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"><span class="q-share-to"><a href="javascript:void(0);" class="js-share-link share-wb" data-share="weibo"></a><a href="javascript:void(0);" class="js-share-link share-tx" data-share="qzone"></a><a href="javascript:void(0);" class="js-share-wx share-wx"></a></span></div></div></li><li><a href="javascript:void(0);" class="js-post-like nc-req-auth oprt-item oprt-like">赞(0)
```

全都去掉了。
2019-03-06 12:10:34 +08:00
Chenyang Shi 02e8d64b8b add 牛客网讨论区 (#1539) 2019-02-19 11:25:01 +08:00