Skip to content

Commit

Permalink
fix(PTer): 游戏种子页面插件不工作 #1133
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins authored and ted423 committed Oct 6, 2022
1 parent cdc36be commit eaee563
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions resource/sites/pterclub.com/config.json
Expand Up @@ -73,11 +73,17 @@
}
}
},
"plugins": [{
"plugins": [
{
"name": "保种和官方列表",
"pages": ["/reseed.php", "/officialgroup.php"],
"scripts": ["/schemas/NexusPHP/common.js", "/schemas/NexusPHP/torrents.js"]
}],
},{
"name": "游戏种子详情页面",
"pages": ["/detailsgame.php"],
"scripts": ["/schemas/NexusPHP/common.js", "/schemas/Common/details.js"]
}
],
"mergeSchemaTagSelectors": true,
"torrentTagSelectors": [{
"name": "⛔️",
Expand Down

0 comments on commit eaee563

Please sign in to comment.