Skip to content

Commit

Permalink
5.2.9 修正 yunlaige 内容消失的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
ywzhaiqi committed Jan 29, 2016
1 parent f523e39 commit 087087f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MyNovelReader/MyNovelReader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @name My Novel Reader
// @name:zh-CN 小说阅读脚本
// @name:zh-TW 小說閱讀腳本
// @version 5.2.8
// @version 5.2.9
// @namespace https://github.com/ywzhaiqi
// @author ywzhaiqi
// @contributor Roger Au, shyangs, JixunMoe、akiba9527 及其他网友
Expand Down Expand Up @@ -1586,6 +1586,7 @@ Rule.specialSite = [
'¥℉頂¥℉点¥℉小¥℉',
'£∝頂£∝点£∝小£∝',
'篮。色。书。巴,',
'<!--\\?\\(', // 提取内容后出现的注释标志,造成后面的内容没了
]
},
{siteName: "乐文小说网",
Expand Down
2 changes: 1 addition & 1 deletion MyNovelReader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyNovelReader",
"version": "5.2.8",
"version": "5.2.9",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down
1 change: 1 addition & 0 deletions MyNovelReader/src/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,7 @@ Rule.specialSite = [
'¥℉頂¥℉点¥℉小¥℉',
'£∝頂£∝点£∝小£∝',
'篮。色。书。巴,',
'<!--\\?\\(', // 提取内容后出现的注释标志,造成后面的内容没了
]
},
{siteName: "乐文小说网",
Expand Down

0 comments on commit 087087f

Please sign in to comment.