Skip to content

Commit

Permalink
fix(crabpt):更新蟹黄堡升级条件和用户权限 (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
SinonJZH authored Nov 30, 2024
1 parent b30f42d commit 07233f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resource/sites/crabpt.vip/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"interval": "4",
"downloaded": "50GB",
"ratio": "1.05",
"seedingPoints": "40000",
"privilege": "得到一个邀请名额;可以直接发布种子;可以查看NFO文档;可以请求续种;可以发送邀请;可以查看排行榜;可以删除自己上传的字幕。"
"seedingPoints": "60000",
"privilege": "得到一个邀请名额;可以直接发布种子;可以查看NFO文档;可以查看用户列表;可以请求续种; 可以发送邀请; 可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"\"); 可以删除自己上传的字幕。"
},
{
"level": "2",
"name": "Elite User",
"interval": "8",
"downloaded": "120GB",
"ratio": "1.55",
"seedingPoints": "80000",
"seedingPoints": "120000",
"privilege": "Elite User及以上用户封存账号后不会被删除。"
},
{
Expand All @@ -38,7 +38,7 @@
"interval": "15",
"downloaded": "300GB",
"ratio": "2.05",
"seedingPoints": "150000",
"seedingPoints": "200000",
"privilege": "得到两个邀请名额; 可以在做种/下载/发布的时候选择匿名模式。"
},
{
Expand All @@ -47,7 +47,7 @@
"interval": "25",
"downloaded": "500GB",
"ratio": "2.55",
"seedingPoints": "250000",
"seedingPoints": "400000",
"privilege": "可以查看普通日志。"
},
{
Expand All @@ -56,7 +56,7 @@
"interval": "40",
"downloaded": "750GB",
"ratio": "3.05",
"seedingPoints": "400000",
"seedingPoints": "600000",
"privilege": "得到三个邀请名额;可以查看其它用户的评论、帖子历史;Veteran User及以上用户会永远保留账号。"
},
{
Expand All @@ -65,7 +65,7 @@
"interval": "60",
"downloaded": "1TB",
"ratio": "3.55",
"seedingPoints": "600000",
"seedingPoints": "800000",
"privilege": "可以更新过期的外部信息;可以查看Extreme User论坛。"
},
{
Expand All @@ -74,7 +74,7 @@
"interval": "80",
"downloaded": "1.5TB",
"ratio": "4.05",
"seedingPoints": "800000",
"seedingPoints": "1200000",
"privilege": "得到五个邀请名额。"
},
{
Expand All @@ -83,7 +83,7 @@
"interval": "100",
"downloaded": "3TB",
"ratio": "4.55",
"seedingPoints": "1000000",
"seedingPoints": "1800000",
"privilege": "得到十个邀请名额。"
}
],
Expand Down

0 comments on commit 07233f6

Please sign in to comment.