From d71e46ecd0c906fa323d79ae4fe9b3bbf5848cca Mon Sep 17 00:00:00 2001 From: DengDai <29502593+zzhhxx@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:40:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E6=B7=BB=E4=B8=BE=E6=8A=A5?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/filters.py | 3 ++- app/templates/create_report.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/filters.py b/app/filters.py index 610be14..417a63d 100644 --- a/app/filters.py +++ b/app/filters.py @@ -17,6 +17,8 @@ STATUS_TRANSLATIONS = { REASON_TRANSLATIONS = { 'cheating': '作弊 (刷上传/下载)', 'trading': '账号交易/共享', + 'no_data': '注册后无数据', + 'failed_assessment': '考核未通过', 'spam': '发布垃圾/违禁信息', 'abusive': '辱骂/人身攻击', 'low_ratio': '分享率过低', @@ -27,7 +29,6 @@ REASON_TRANSLATIONS = { 'reselling': '倒卖邀请', 'harassment': '骚扰他人', 'scamming': '诈骗行为', - 'no_data': '注册后无数据', 'other': '其他 (请在描述中详述)' } diff --git a/app/templates/create_report.html b/app/templates/create_report.html index f641318..78f46c5 100644 --- a/app/templates/create_report.html +++ b/app/templates/create_report.html @@ -43,7 +43,7 @@