web-成就图标

This commit is contained in:
2025-10-27 11:35:42 +08:00
parent 4e6b1b87be
commit 74880b429e
6 changed files with 78 additions and 37 deletions

View File

@@ -159,7 +159,7 @@ export class AchievementEnumHelper {
switch (conditionType) {
case AchievementConditionType.LEARNING_TIME:
return `${typeDesc}达到${conditionValue}分钟`;
return `${typeDesc}达到${conditionValue/60}分钟`;
case AchievementConditionType.RESOURCE_VIEW_COUNT:
return `${typeDesc}达到${conditionValue}`;
case AchievementConditionType.COURSE_COMPLETE_COUNT: