Save chapter to database now use hash to reduce same chapter

This commit is contained in:
2026-02-15 10:43:47 +08:00
parent ddaf11b7e1
commit e355432436
7 changed files with 134 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ export type QdChapterInfo = {
contents?: string[];
/**Timestamp of the chapter */
time: number;
hash?: string;
}
export type SendMessageMap = {