Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:添加carpt、hd-torrents、iptorrents站点升级条件 #1216

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 75 additions & 1 deletion resource/sites/carpt.net/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,80 @@
"tags": [],
"schema": "NexusPHP",
"host": "carpt.net",
"levelRequirements": [
{
"level": 1,
"name": "Power User",
"interval": "4",
"downloaded": "50GB",
"ratio": "2",
"seedingPoints": "40000",
"privilege": "得到一个邀请名额;可以直接发布种子;可以查看NFO文档;可以查看用户列表;可以请求续种;可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"强\");可以删除自己上传的字幕。"
},
{
"level": 2,
"name": "Elite User",
"interval": "8",
"downloaded": "120GB",
"ratio": "3",
"seedingPoints": "80000",
"privilege": "Elite User及以上用户封存账号后不会被删除。"
},
{
"level": 3,
"name": "Crazy User",
"interval": "15",
"downloaded": "300GB",
"ratio": "4",
"seedingPoints": "150000",
"privilege": "得到两个邀请名额;可以在做种/下载/发布的时候选择匿名模式。"
},
{
"level": 4,
"name": "Insane User",
"interval": "25",
"downloaded": "500GB",
"ratio": "5",
"seedingPoints": "250000",
"privilege": "可以查看普通日志。"
},
{
"level": 5,
"name": "Veteran User",
"interval": "40",
"downloaded": "750GB",
"ratio": "6",
"seedingPoints": "400000",
"privilege": "得到三个邀请名额;可以查看其它用户的评论、帖子历史。"
},
{
"level": 6,
"name": "Extreme User",
"interval": "60",
"downloaded": "1TB",
"ratio": "7",
"seedingPoints": "600000",
"privilege": "可以更新过期的外部信息;可以查看Extreme User论坛;Extreme User及以上用户会永远保留账号。"
},
{
"level": 7,
"name": "Ultimate User",
"interval": "80",
"downloaded": "1.5TB",
"ratio": "8",
"seedingPoints": "800000",
"privilege": "得到五个邀请名额。"
},
{
"level": 8,
"name": "Nexus Master",
"interval": "100",
"downloaded": "3TB",
"ratio": "9",
"seedingPoints": "1000000",
"privilege": "得到十个邀请名额;可以发送邀请。"
}
],
"collaborator": "koal",
"selectors": {
"userSeedingTorrents": {
Expand All @@ -31,4 +105,4 @@
}
}
}
}
}
25 changes: 24 additions & 1 deletion resource/sites/hd-torrents.org/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@
"styles": ["/libs/album/style.css"]
}],
"host": "hd-torrents.org",
"levelRequirements": [
{
"level": 1,
"name": "HD Maniac",
"uploaded": "50GB",
"ratio": "1.05",
"privilege": "Gain access to \"Top 10\""
},
{
"level": 2,
"name": "HD Monster",
"uploaded": "250GB",
"ratio": "2.00",
"privilege": "Gain access to \"Tracker Info\", \"Invites\" section of the forums"
},
{
"level": 3,
"name": "HD Daemon",
"uploaded": "1TB",
"ratio": "4.00",
"privilege": "Gain access to \"Users\""
}
],
"searchEntryConfig": {
"page": "/torrents.php",
"beforeSearch": {
Expand Down Expand Up @@ -155,4 +178,4 @@
}
}
}
}
}
12 changes: 11 additions & 1 deletion resource/sites/iptorrents.com/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"tags": ["综合"],
"schema": "IPTorrents",
"host": "iptorrents.com",
"levelRequirements": [
{
"level": 1,
"name": "Power User",
"interval": "4",
"uploaded": "50GB",
"ratio": "1.05",
"privilege": "Are able to make requests for torrents, view the Top 10, and apply for Uploader status"
}
],
"supportedFeatures": {
"userData": "◐"
},
Expand Down Expand Up @@ -100,4 +110,4 @@
}
}
}
}
}