迁移播放记录到新数据结构,新增自动清理播放记录

This commit is contained in:
mtvpls
2025-12-30 21:00:10 +08:00
parent 6ad268d319
commit f43d9c7d0e
7 changed files with 381 additions and 29 deletions
+1
View File
@@ -8,6 +8,7 @@ interface CachedUserInfo {
oidcSub?: string;
enabledApis?: string[];
created_at: number;
playrecord_migrated?: boolean;
cachedAt: number;
}