Skip to content

Commit

Permalink
修改崩铁便笺体力提醒阈值默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
dontdot committed Dec 2, 2023
1 parent 0c12623 commit e88ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonebot_plugin_mystool/user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class UserAccount(BaseModelWithSetter):
'''设备平台'''
mission_games: Set[type] = {}
'''在哪些板块执行米游币任务计划'''
user_stamina_threshold: int = 180
user_stamina_threshold: int = 240
'''崩铁便笺体力提醒阈值,0为一直提醒'''
user_resin_threshold: int = 160
'''原神便笺树脂提醒阈值,0为一直提醒'''
Expand Down

0 comments on commit e88ac41

Please sign in to comment.