Skip to content

Commit

Permalink
更新规则
Browse files Browse the repository at this point in the history
  • Loading branch information
xiandanin committed Aug 14, 2019
1 parent 84e03f7 commit 9a13f52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions src/main/resources/rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,21 +239,5 @@
"paths": {
"preset": "/index/index/k/%s/p/%d"
}
},
{
"site": "BTbook",
"proxy": false,
"group": "//div[@class='cili-item']",
"magnet": "./div[1]/h3/a/@href",
"name": "./div[1]/h3/a",
"size": "./div[3]/span[3]/b",
"date": "./div[3]/span[2]/b/b",
"hot": "./div[3]/span[4]/b",
"url": "https://btbookk.net",
"paths": {
"time": "/sou/%s/time-%d.html",
"size": "/sou/%s/size-%d.html",
"hot": "/sou/%s/default-%d.html"
}
}
]
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="search_site">
<!--少于11个就用正常尺寸-->
<el-tabs type="card" v-model="current.site"
class="{{sourceSites.length<=11?'':el-tab-small}}"
:class="sourceSites.length<=11?'':'el-tab-small'"
@tab-click="handleTabClick">
<el-tab-pane v-for="it in sourceSites"
:label="it.site"
Expand Down

0 comments on commit 9a13f52

Please sign in to comment.