diff --git a/resources/starrail/daily_note/daily_note.html b/resources/starrail/daily_note/daily_note.html index 0f8cd0f..fa05233 100644 --- a/resources/starrail/daily_note/daily_note.html +++ b/resources/starrail/daily_note/daily_note.html @@ -42,6 +42,9 @@
后备开拓力
+ {% if is_reserve_stamina_full %} +
后备开拓力已满
+ {% endif %}
@@ -74,10 +77,19 @@
每日实训
+
+ {% if current_train_score == max_train_score %} + 每日实训已完成 + {% else %} + 每日实训未完成 + {% endif %} +
- {{ current_train_score }}/{{ max_train_score }} + {{ current_train_score }}/{{ max_train_score }}
@@ -86,10 +98,19 @@
模拟宇宙
+
+ {% if current_lottery_score == max_lottery_score %} + 模拟宇宙已完成 + {% else %} + 模拟宇宙未完成 + {% endif %} +
- {{ current_rogue_score }}/{{ max_rogue_score }} + {{ current_rogue_score }}/{{ max_rogue_score }}
@@ -105,7 +126,9 @@
- {{ remaining_weekly_discounts }}/{{ max_weekly_discounts }} + {{ remaining_weekly_discounts }}/{{ max_weekly_discounts }}