Skip to content

Commit

Permalink
fix(qingwa): user level upgrade requirements (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCBQET authored Nov 19, 2024
1 parent ae7f894 commit 2725952
Showing 1 changed file with 88 additions and 29 deletions.
117 changes: 88 additions & 29 deletions resource/sites/qingwapt.com/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"Eason Wong"
],
"cdn": [
"https://qingwapt.com",
"https://www.qingwapt.com"
"https://www.qingwapt.com",
"https://www.qingwapt.org",
"https://www.qingwa.pro"
],
"formerHosts": [
"new.qingwa.pro"
Expand All @@ -25,64 +26,122 @@
{
"level": "1",
"name": "幼蛙",
"interval": "4",
"downloaded": "150GiB",
"seedingPoints": "40000",
"ratio": "1.0-1.5",
"interval": "5",
"alternative":[
{
"downloaded" : "150GiB",
"ratio" : "1.1-10",
"seedingPoints": "60000"
},{
"ratio": "1.1",
"uploads": "50",
"seedingPoints": "40000"
}
],
"privilege": "得到一个邀请名额;可以直接发布种子;可以查看NFO文档;可以查看用户列表;可以请求续种; 可以发送邀请; 可以查看排行榜;可以查看其它用户的种子历史(如果用户隐私等级未设置为\"\"); 可以删除自己上传的字幕。"
},
{
"level": "2",
"name": "成蛙",
"interval": "8",
"downloaded": "400GiB",
"seedingPoints": "80000",
"ratio": "1.0-1.5",
"interval": "16",
"alternative":[
{
"downloaded" : "300GiB",
"ratio" : "1.2-10",
"seedingPoints": "90000"
},{
"ratio": "1.2",
"uploads": "120",
"seedingPoints": "70000"
}
],
"privilege": "成蛙及以上用户封存账号后不会被删除。"
},
{
"level": "3",
"name": "妙蛙种子",
"interval": "15",
"downloaded": "1024GiB",
"seedingPoints": "160000",
"ratio": "1.0-1.5",
"interval": "25",
"alternative":[
{
"downloaded" : "500GiB",
"ratio" : "1.2-10",
"seedingPoints": "150000"
},{
"ratio": "1.2",
"uploads": "200",
"seedingPoints": "90000"
}
],
"privilege": "得到两个邀请名额; 可以在做种/下载/发布的时候选择匿名模式。"
},
{
"level": "4",
"name": "妙蛙草",
"interval": "25",
"downloaded": "2048GiB",
"seedingPoints": "320000",
"ratio": "1.0-1.5",
"interval": "36",
"alternative":[
{
"downloaded" : "1000GiB",
"ratio" : "1.5-10",
"seedingPoints": "220000"
},{
"ratio": "1.3",
"uploads": "300",
"seedingPoints": "150000"
}
],
"privilege": "可以查看普通日志。"
},
{
"level": "5",
"name": "妙蛙花",
"interval": "40",
"downloaded": "4096GiB",
"seedingPoints": "640000",
"ratio": "1.0-1.5",
"interval": "52",
"alternative":[
{
"downloaded" : "1300GiB",
"ratio" : "2-10",
"seedingPoints": "300000"
},{
"ratio": "1.8",
"uploads": "500",
"seedingPoints": "200000"
}
],
"privilege": "得到三个邀请名额;可以查看其它用户的评论、帖子历史;妙蛙花及以上用户会永远保留账号。"
},
{
"level": "6",
"name": "蛙蛙大王",
"interval": "60",
"downloaded": "8192GiB",
"seedingPoints": "1280000",
"ratio": "1.0-1.5",
"alternative":[
{
"downloaded" : "1800GiB",
"ratio" : "2.5-10",
"seedingPoints": "400000",
"uploads": "10"
},{
"ratio": "2.2",
"uploads": "650",
"seedingPoints": "280000"
}
],
"privilege": "可以更新过期的外部信息。"
},
{
"level": "7",
"name": "蛙蛙皇",
"interval": "80",
"downloaded": "16384GiB",
"seedingPoints": "2560000",
"ratio": "1.0-1.5",
"interval": "100",
"alternative":[
{
"downloaded" : "1800GiB",
"ratio" : "3-20",
"seedingPoints": "600000",
"uploads": "20"
},{
"ratio": "2.5",
"uploads": "800",
"seedingPoints": "400000"
}
],
"privilege": "得到五个邀请名额。"
}
],
Expand Down

0 comments on commit 2725952

Please sign in to comment.