mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Add support to save chapter to databases
This commit is contained in:
@@ -12,6 +12,13 @@ export type DiscriminatedUnion<
|
||||
export type QdChapterInfo = {
|
||||
chapterInfo: QdTypes.ChapterInfo;
|
||||
bookInfo: QdTypes.BookInfo;
|
||||
bookId: number;
|
||||
/**Chapter ID */
|
||||
id: number;
|
||||
/**Decrypted contents of the chapter. May not obtained if chapter is a free chapter */
|
||||
contents?: string[];
|
||||
/**Timestamp of the chapter */
|
||||
time: number;
|
||||
}
|
||||
|
||||
export type SendMessageMap = {
|
||||
|
||||
Reference in New Issue
Block a user