feat: douban url

This commit is contained in:
shinya
2025-07-01 20:35:54 +08:00
parent dfc6e84475
commit 4cb26067fe
5 changed files with 28 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ export interface SearchResult {
}
export interface DoubanItem {
id: string;
title: string;
poster: string;
rate: string;