diff --git a/resource/sites/www.morethantv.me/config.json b/resource/sites/www.morethantv.me/config.json index 56f6dc258..6bdbe97e9 100644 --- a/resource/sites/www.morethantv.me/config.json +++ b/resource/sites/www.morethantv.me/config.json @@ -14,7 +14,7 @@ "plugins": [{ "name": "种子详情页面", "pages": ["/torrents.php"], - "scripts": ["/schemas/NexusPHP/common.js", "/schemas/Common/details.js"] + "scripts": ["/schemas/NexusPHP/common.js", "/schemas/Common/torrents.js"] }, { "name": "种子列表", "pages": ["/torrents/browse", "/show/(\\d+)/$","/collages.php"], @@ -158,4 +158,4 @@ } } } -} \ No newline at end of file +}