refactor: update RemainedDay default value to -1

This commit is contained in:
2025-09-02 20:23:27 +08:00
parent 6787b015c5
commit 272fd9b425
2 changed files with 3 additions and 3 deletions

View File

@@ -1060,7 +1060,7 @@ const getDefaultMAAUserData = () => ({
Password: '',
Server: 'Official',
MedicineNumb: 0,
RemainedDay: 0,
RemainedDay: -1,
SeriesNumb: '0',
Notes: '',
Status: true,