Skip to content

fix(sunny): 修复等级规则错误 #2210

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

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 deletions resource/sites/sunny/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"level": "5",
"name": "Veteran User",
"interval": "40",
"downloaded": "7500GB",
"downloaded": "750GB",
"ratio": "3.05",
"seedingPoints": "400000",
"privilege": "得到三个邀请名额;可以查看其它用户的评论、帖子历史。Veteran User及以上用户会永远保留账号。"
Expand All @@ -56,7 +56,7 @@
"level": "6",
"name": "Extreme User",
"interval": "60",
"downloaded": "2048GB",
"downloaded": "1T",
"ratio": "3.55",
"seedingPoints": "600000",
"privilege": "可以更新过期的外部信息;可以查看Extreme User论坛。"
Expand All @@ -65,16 +65,16 @@
"level": "7",
"name": "Ultimate User",
"interval": "80",
"downloaded": "1T",
"downloaded": "1.5T",
"ratio": "4.05",
"seedingPoints": "800000",
"privilege": "得到五个邀请名额。"
"privilege": " 得到五个邀请名额。"
},
{
{
"level": "8",
"name": "Nexus Master",
"interval": "100",
"downloaded": "1.5T",
"downloaded": "3T",
"ratio": "4.55",
"seedingPoints": "1000000",
"privilege": "得到十个邀请名额。"
Expand Down
Loading