Skip to content

Commit

Permalink
增加猪猪儿童区
Browse files Browse the repository at this point in the history
  • Loading branch information
xqw8889 authored and ted423 committed Apr 25, 2023
1 parent 307b790 commit aa05ff7
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion resource/sites/piggo.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,41 @@
"description": "Pig",
"url": "https://piggo.me/",
"icon": "https://piggo.me/favicon.ico",
"tags": [],
"tags": [
"综合",
"3D原盘",
"儿童区"
],
"schema": "NexusPHP",
"host": "piggo.me",
"plugins": [
{
"isCustom": true,
"name": "儿童专区",
"pages": [
"/special.php"
],
"readonly": false,
"script": "",
"scripts": [
"/schemas/nexusPHP/common.js",
"/schemas/nexusPHP/torrents.js"
],
"style": "",
"styles": []
}
],
"priority": 100,
"searchEntry": [
{
"enabled": true,
"entry": "/search.php",
"isCustom": true,
"name": "全站搜索",
"resultType": "html",
"valid": true
}
],
"levelRequirements": [{
"level": "1",
"name": "Power User",
Expand Down

0 comments on commit aa05ff7

Please sign in to comment.