diff --git a/pages/src/config.ts b/pages/src/config.ts index 36191b2..ecbf60f 100644 --- a/pages/src/config.ts +++ b/pages/src/config.ts @@ -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}, ]; diff --git a/sources/aflplusplus/INSTALL.md b/sources/aflplusplus/INSTALL.md index d8845f2..f873f12 100644 --- a/sources/aflplusplus/INSTALL.md +++ b/sources/aflplusplus/INSTALL.md @@ -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++