chore: fix dependency version
This commit is contained in:
parent
0c713496a8
commit
3d2a38aea5
|
|
@ -118,6 +118,16 @@ pageClass: routes
|
|||
|
||||
</Route>
|
||||
|
||||
## 书趣阁
|
||||
|
||||
### 小说更新
|
||||
|
||||
<Route author="ActonGen" example="/novel/shuquge/8659" path="/novel/shuquge/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `8659`']">
|
||||
|
||||
举例网址:http://www.shuquge.com/txt/8659/index.html
|
||||
|
||||
</Route>
|
||||
|
||||
## 文学迷
|
||||
|
||||
### 小说更新
|
||||
|
|
@ -139,13 +149,3 @@ pageClass: routes
|
|||
### 主页
|
||||
|
||||
<Route author="kt286" example="/zreading" path="/zreading" />
|
||||
|
||||
## 书趣阁
|
||||
|
||||
### 小说更新
|
||||
|
||||
<Route author="ActonGen" example="/novel/shuquge/8659" path="/novel/shuquge/:id" :paramsDesc="['小说 id, 可在对应小说页 URL 中找到, 例如 `8659`']">
|
||||
|
||||
举例网址:http://www.shuquge.com/txt/8659/index.html
|
||||
|
||||
</Route>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"yorkie": "2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@postlight/mercury-parser": "^2.1.1",
|
||||
"@postlight/mercury-parser": "2.1.1",
|
||||
"art-template": "4.13.2",
|
||||
"cheerio": "1.0.0-rc.3",
|
||||
"co-redis": "2.1.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue