From 0a788d05915256ce9e9cf69289c94c892d26c83f Mon Sep 17 00:00:00 2001 From: shandianchengzi <1252402849@qq.com> Date: Sun, 17 Nov 2024 18:11:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(pages):=20=E6=8A=8Arank=E7=9A=84?= =?UTF-8?q?=E6=80=BB=E6=A6=9C=E7=9A=84=E5=88=97=E5=BA=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E4=B8=8B=EF=BC=8C=E6=8A=8A=E9=80=89=E9=A2=98?= =?UTF-8?q?=E6=94=BE=E5=88=B0=E6=9C=80=E5=89=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, ]; From f76c40de0b9948639ea869347bdee6db1dcb56cf Mon Sep 17 00:00:00 2001 From: shandianchengzi <1252402849@qq.com> Date: Sun, 17 Nov 2024 18:16:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(posts):=20=E5=88=A0=E6=8E=89=E4=BA=86?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=80=85=E4=B8=8D=E5=B0=8F=E5=BF=83=E5=A4=9A?= =?UTF-8?q?=E6=89=93=E7=9A=84=E4=B8=A4=E4=B8=AA=E7=A9=BA=E6=A0=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/aflplusplus/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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++