Skip to content

Commit fa6714f

Browse files
committed
fix:hda修复做种体积部分缺了
1 parent 6aca4eb commit fa6714f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resource/sites/hdatmos.club/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@
7171
"fields": {
7272
"seeding": {
7373
"selector": ["tr:not(:eq(0))"],
74-
"filters": ["query.find('td.rowfollow:eq(2)').length != 0 ? query.find('td.rowfollow:eq(2)').length : query.length"]
74+
"filters": ["query.find('td.rowfollow:eq(3)').length != 0 ? query.find('td.rowfollow:eq(3)').length : query.length"]
7575
},
7676
"seedingSize": {
7777
"selector": ["tr:not(:eq(0))"],
78-
"filters": ["query.find('td.rowfollow:eq(2)').length != 0 ? jQuery.map(query.find('td.rowfollow:eq(2)'), (item)=>{return $(item).text();}) : jQuery.map(query.find('td:eq(2)'), (item)=>{return $(item).text();})", "_self.getTotalSize(query)"]
78+
"filters": ["query.find('td.rowfollow:eq(3)').length != 0 ? jQuery.map(query.find('td.rowfollow:eq(3)'), (item)=>{return $(item).text();}) : jQuery.map(query.find('td:eq(3)'), (item)=>{return $(item).text();})", "_self.getTotalSize(query)"]
7979
}
8080
}
8181
}

0 commit comments

Comments
 (0)