添加最后一个 月 30天的 判定

This commit is contained in:
张成
2025-11-20 18:30:42 +08:00
parent 07c41e7fa9
commit 581743ffbf
4 changed files with 57 additions and 17 deletions

View File

@@ -93,6 +93,7 @@ export interface LastTimeTestResult {
has_ntrp_level: boolean;
user_ntrp_level: string;
last_test_result: TestResult;
has_test_in_last_month: boolean; // 最近一个月是否有测试记录
}
class EvaluateService {