Skip to content

Commit

Permalink
fix(carpt): 更新CarPT升级条件
Browse files Browse the repository at this point in the history
  • Loading branch information
tedzhu authored and ted423 committed May 5, 2023
1 parent c5b9205 commit 109d924
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resource/sites/carpt.net/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"level": 1,
"name": "Power User",
"interval": "4",
"downloaded": "50GB",
"downloaded": "200GB",
"ratio": "2",
"seedingPoints": "40000",
"privilege": "得到一个邀请名额;可以直接发布种子;可以查看NFO文档;可以查看用户列表;可以请求续种;可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"\");可以删除自己上传的字幕。"
Expand All @@ -21,7 +21,7 @@
"level": 2,
"name": "Elite User",
"interval": "8",
"downloaded": "120GB",
"downloaded": "500GB",
"ratio": "3",
"seedingPoints": "80000",
"privilege": "Elite User及以上用户封存账号后不会被删除。"
Expand All @@ -30,7 +30,7 @@
"level": 3,
"name": "Crazy User",
"interval": "15",
"downloaded": "300GB",
"downloaded": "1TB",
"ratio": "4",
"seedingPoints": "150000",
"privilege": "得到两个邀请名额;可以在做种/下载/发布的时候选择匿名模式。"
Expand All @@ -39,7 +39,7 @@
"level": 4,
"name": "Insane User",
"interval": "25",
"downloaded": "500GB",
"downloaded": "2TB",
"ratio": "5",
"seedingPoints": "250000",
"privilege": "可以查看普通日志。"
Expand All @@ -48,7 +48,7 @@
"level": 5,
"name": "Veteran User",
"interval": "40",
"downloaded": "750GB",
"downloaded": "4TB",
"ratio": "6",
"seedingPoints": "400000",
"privilege": "得到三个邀请名额;可以查看其它用户的评论、帖子历史。"
Expand All @@ -57,7 +57,7 @@
"level": 6,
"name": "Extreme User",
"interval": "60",
"downloaded": "1TB",
"downloaded": "6TB",
"ratio": "7",
"seedingPoints": "600000",
"privilege": "可以更新过期的外部信息;可以查看Extreme User论坛;Extreme User及以上用户会永远保留账号。"
Expand All @@ -66,7 +66,7 @@
"level": 7,
"name": "Ultimate User",
"interval": "80",
"downloaded": "1.5TB",
"downloaded": "8TB",
"ratio": "8",
"seedingPoints": "800000",
"privilege": "得到五个邀请名额。"
Expand All @@ -75,13 +75,13 @@
"level": 8,
"name": "Nexus Master",
"interval": "100",
"downloaded": "3TB",
"downloaded": "10TB",
"ratio": "9",
"seedingPoints": "1000000",
"privilege": "得到十个邀请名额;可以发送邀请。"
}
],
"collaborator": ["koal", "zhuweitung"],
"collaborator": ["koal", "zhuweitung", "tedzhu"],
"selectors": {
"userSeedingTorrents": {
"page": "/getusertorrentlistajax.php?userid=$user.id$&type=seeding",
Expand Down

0 comments on commit 109d924

Please sign in to comment.