feat(dashboard): show monthly added music count in media statistics

- read music_count_month from dashboard statistic API and snapshot
- replace the music library placeholder with the monthly addition text
- drop unused dashboard.musicLibrary locale keys
This commit is contained in:
jxxghp
2026-08-10 20:33:41 +08:00
parent 1a303b4323
commit b9dd74aa7b
6 changed files with 12 additions and 5 deletions
+2
View File
@@ -1386,6 +1386,8 @@ export interface MediaStatistic {
tv_count_month: number
// 本月新增剧集数量
episode_count_month: number
// 本月新增音乐数量
music_count_month: number
}
// 后台进程