feat: update PlayScreen and VideoLoadingAnimation styles, and log play record saving in playerStore

This commit is contained in:
zimplexing
2025-07-18 19:08:49 +08:00
parent bd7087264d
commit e8a1ea2717
4 changed files with 16 additions and 17 deletions

View File

@@ -254,6 +254,7 @@ const usePlayerStore = create<PlayerState>((set, get) => ({
...existingRecord,
...updates,
});
console.log("Play record saved")
}
},