optimize: api resp size.
Some checks failed
Build and Push Docker Image / buildx (push) Has been cancelled

This commit is contained in:
2025-11-11 17:06:17 +08:00
parent 96042461f9
commit 68d13112ec
4 changed files with 158 additions and 109 deletions

View File

@@ -1,7 +1,7 @@
const state = {
currentDate: new Date(),
markedDates: {},
markedDatesWithTimestamps: {},
markedDates: {}, // Now stores objects with { status, updatedAt }
deletedDates: [], // Track dates that have been explicitly deleted
currentServer: '',
token: '',
user: null,