Skip to content

Commit

Permalink
update ubits level seedingPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlimo authored and fzlins committed Jan 21, 2025
1 parent adb8ba6 commit 62a8373
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions resource/sites/ubits.club/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Power User",
"interval": "5",
"downloaded": "200GB",
"seedingPoints": "80000",
"seedingPoints": "50000",
"ratio": "2",
"privilege": "可以直接发布种子;可以查看NFO文档;可以查看用户列表;可以请求续种; 可以发送邀请; 可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"\");可以删除自己上传的字幕。"
},
Expand All @@ -23,7 +23,7 @@
"name": "Elite User",
"interval": "10",
"downloaded": "500GB",
"seedingPoints": "150000",
"seedingPoints": "100000",
"ratio": "3",
"privilege": "Elite User及以上用户封存账号后不会被删除。"
},
Expand All @@ -32,14 +32,14 @@
"name": "Crazy User",
"interval": "15",
"downloaded": "800GB",
"seedingPoints": "300000",
"seedingPoints": "200000",
"ratio": "4",
"privilege": "得到1个邀请名额;可以在做种/下载/发布的时候选择匿名模式。"
},
{
"level": 4,
"name": "Insane User",
"seedingPoints": "650000",
"seedingPoints": "500000",
"interval": "20",
"downloaded": "1TB",
"ratio": "5",
Expand All @@ -50,15 +50,15 @@
"name": "Veteran User",
"interval": "25",
"downloaded": "1.5TB",
"seedingPoints": "1000000",
"seedingPoints": "750000",
"ratio": "6",
"privilege": "得到1个邀请名额;可以查看其它用户的评论、帖子历史。Veteran User及以上用户会永远保留账号。"
},
{
"level": 6,
"name": "Extreme User",
"interval": "30",
"seedingPoints": "2000000",
"seedingPoints": "1500000",
"downloaded": "2TB",
"ratio": "7",
"privilege": "得到2个邀请名额;可以更新过期的外部信息;可以查看Extreme User论坛。"
Expand All @@ -67,15 +67,15 @@
"level": 7,
"name": "Ultimate User",
"interval": "40",
"seedingPoints": "3000000",
"seedingPoints": "2000000",
"downloaded": "3TB",
"ratio": "8",
"privilege": "得到3个邀请名额。"
},
{
"level": 8,
"name": "Nexus Master",
"seedingPoints": "5000000",
"seedingPoints": "3000000",
"interval": "60",
"downloaded": "4TB",
"ratio": "10",
Expand Down Expand Up @@ -127,4 +127,4 @@
}
}
}


0 comments on commit 62a8373

Please sign in to comment.