Skip to content
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

fix 总榜的选题列顺序 #233

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pages/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export const RANK_LIST: {
description?: string;
}[] = [
{ status: "all", text: "总榜", tabText: "总榜", color: "bg-yellow-500", weight: 0, description: "排序公式:选题数目*0.5 + 翻译数目*1.0+校对数目*1.0+发布数目*0.8" },
{ status: "collector", text: "选题", tabText: "用心选题", color: "bg-red-500" , weight: 0.5},
{ status: "translator", text: "翻译", tabText: "翻译王者", color: "bg-green-500", weight: 1 },
{ status: "proofreader", text: "校验", tabText: "校验大佬", color: "bg-purple-500" , weight: 1},
{ status: "collector", text: "选题", tabText: "用心选题", color: "bg-red-500" , weight: 0.5},
{ status: "publisher", text: "发布", tabText: "编辑部业绩", color: "bg-blue-500" , weight: 0.8},
];

Expand Down
6 changes: 3 additions & 3 deletions sources/aflplusplus/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ collector: Souls-R
collected_date: 20240827
translator: codefashion007
translated_date: 20241108
proofreader: shandianchengzi 
proofread_date: 20241111 
proofreader: shandianchengzi
proofread_date: 20241111
priority: 10
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md 
link: https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/INSTALL.md
---
# 构建并安装 AFL++

Expand Down