Skip to content

Commit

Permalink
fix(blu): 搜索页面元素更改
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Dec 9, 2022
1 parent 647e459 commit dc47f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schemas/UNIT3D/getSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
let site = options.site;
site.searchEntryConfig = options.entry
let selector =
options.resultSelector || "#torrent-list-table";
options.resultSelector || "table.data-table";
let table = options.page.find(selector);
// 获取种子列表行
let rows = table.find("> tbody > tr");
Expand Down

0 comments on commit dc47f44

Please sign in to comment.