Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ed8ad3

Browse files
committed
Add default filter update manga
1 parentd784529 commit9ed8ad3

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

‎src/GlitchyComics/GlitchyComics.ts‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
Chapter,
33
ChapterDetails,
44
HomeSection,
5-
Manga,
5+
Manga,MangaUpdates,
66
PagedResults,
77
Request,
88
SearchRequest,
@@ -15,7 +15,7 @@ const BASE = "https://glitchycomics.com"
1515

1616
exportconstGlitchyComicsInfo:SourceInfo={
1717
icon:"icon.png",
18-
version:"1.1.0",
18+
version:"1.1.1",
1919
name:"GlitchyComics",
2020
author:"PythonCoderAS",
2121
authorWebsite:"https://github.com/PythonCoderAS",
@@ -114,4 +114,10 @@ export class GlitchyComics extends Source {
114114
results:awaitthis.doSearch(query)
115115
});
116116
}
117+
118+
asyncfilterUpdatedManga(mangaUpdatesFoundCallback:(updates:MangaUpdates)=>void,time:Date,ids:string[]):Promise<void>{
119+
mangaUpdatesFoundCallback(createMangaUpdates({
120+
ids:ids
121+
}));
122+
}
117123
}

‎src/RainOfSnow/RainOfSnow.ts‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
Chapter,
33
ChapterDetails,
44
HomeSection,
5-
Manga,MangaTile,
5+
Manga,MangaTile,MangaUpdates,
66
PagedResults,
77
Request,
88
SearchRequest,
@@ -111,4 +111,10 @@ export class RainOfSnow extends Source {
111111
results:this.parser.parseSearchResult($,BASE)
112112
});
113113
}
114+
115+
asyncfilterUpdatedManga(mangaUpdatesFoundCallback:(updates:MangaUpdates)=>void,time:Date,ids:string[]):Promise<void>{
116+
mangaUpdatesFoundCallback(createMangaUpdates({
117+
ids:ids
118+
}));
119+
}
114120
}

‎src/VoidScans/VoidScans.ts‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
Chapter,
33
ChapterDetails,
44
HomeSection,
5-
Manga,MangaTile,
5+
Manga,MangaTile,MangaUpdates,
66
PagedResults,
77
Request,
88
SearchRequest,
@@ -15,7 +15,7 @@ const BASE = "https://voidscans.net"
1515

1616
exportconstVoidScansInfo:SourceInfo={
1717
icon:"icon.svg",
18-
version:"1.2.0",
18+
version:"1.2.1",
1919
name:"VoidScans",
2020
author:"PythonCoderAS",
2121
authorWebsite:"https://github.com/PythonCoderAS",
@@ -116,4 +116,11 @@ export class VoidScans extends Source {
116116
results:data
117117
});
118118
}
119+
120+
121+
asyncfilterUpdatedManga(mangaUpdatesFoundCallback:(updates:MangaUpdates)=>void,time:Date,ids:string[]):Promise<void>{
122+
mangaUpdatesFoundCallback(createMangaUpdates({
123+
ids:ids
124+
}));
125+
}
119126
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp