漫画增加推荐页

This commit is contained in:
mtvpls
2026-04-17 21:01:44 +08:00
parent 3890cb138e
commit f289607c36
7 changed files with 567 additions and 206 deletions
+7
View File
@@ -18,6 +18,13 @@ export interface MangaSearchItem {
genre?: string;
}
export type MangaRecommendType = 'POPULAR' | 'LATEST';
export interface MangaRecommendResult {
mangas: MangaSearchItem[];
hasNextPage: boolean;
}
export interface MangaChapter {
id: string;
mangaId: string;