Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Aug 16, 2019
1 parent f672daf commit 3d50cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ v0.11.4 - 2019/08/16
- [x] [帖子] 修复了安卓端, 图片加载失败没显示图裂图标的问题
- [x] [帖子] 修复了部分带表情的文本长按不能长按复制的问题
- [x] [帖子] 修复了 iOS 端不能回复的问题
- [x] [帖子] 修复了部分不允许跨域访问的图片看不见的问题

v0.11.0 - 2019/08/11

Expand Down
3 changes: 1 addition & 2 deletions stores/rakuen/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: czy0729
* @Date: 2019-07-13 18:59:53
* @Last Modified by: czy0729
* @Last Modified time: 2019-08-16 10:18:33
* @Last Modified time: 2019-08-16 10:26:18
*/
import cheerio from 'cheerio-without-node-native'
import { safeObject, trim } from '@utils'
Expand Down Expand Up @@ -387,7 +387,6 @@ export function cheerioTopic(HTML) {
.get() || []
} catch (ex) {
// do nothing
console.log(ex)
}

return {
Expand Down

0 comments on commit 3d50cdd

Please sign in to comment.