diff --git a/resource/schemas/UNIT3D/getSearchResult.js b/resource/schemas/UNIT3D/getSearchResult.js index 43aa65f92..afc7b0ba4 100644 --- a/resource/schemas/UNIT3D/getSearchResult.js +++ b/resource/schemas/UNIT3D/getSearchResult.js @@ -70,7 +70,7 @@ } // 大小 - if (cell.find("i.fa-database").length) { + if (cell.attr('class').indexOf("torrent-listings-size") > -1 || cell.find("i.fa-database").length) { fieldIndex.size = index; continue; } diff --git a/resource/sites/hawke.uno/config.json b/resource/sites/hawke.uno/config.json new file mode 100644 index 000000000..a2831fe21 --- /dev/null +++ b/resource/sites/hawke.uno/config.json @@ -0,0 +1,10 @@ +{ + "name": "HUNO", + "timezoneOffset": "+0000", + "schema": "UNIT3D", + "url": "https://hawke.uno/", + "icon": "https://hawke.uno/favicon.ico", + "tags": ["影视"], + "host": "hawke.unoz", + "collaborator": ["fzlins"] +} \ No newline at end of file