mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Save chapter to database now use hash to reduce same chapter
This commit is contained in:
@@ -19,6 +19,7 @@ export type QdChapterInfo = {
|
||||
contents?: string[];
|
||||
/**Timestamp of the chapter */
|
||||
time: number;
|
||||
hash?: string;
|
||||
}
|
||||
|
||||
export type SendMessageMap = {
|
||||
|
||||
Reference in New Issue
Block a user