书架更新通知

This commit is contained in:
mtvpls
2026-04-18 00:48:17 +08:00
parent 7fb11f0ff7
commit 308650f771
16 changed files with 797 additions and 22 deletions
+4
View File
@@ -53,6 +53,10 @@ export interface MangaShelfItem {
status?: string;
lastChapterId?: string;
lastChapterName?: string;
latestChapterId?: string;
latestChapterName?: string;
latestChapterCount?: number;
unreadChapterCount?: number;
}
export interface MangaReadRecord {