This commit is contained in:
hailin 2025-04-09 00:08:33 +08:00
parent b0003b6a54
commit a5a4240c7d
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ export interface ArticleData {
url: string;
image_url: string;
logo_url: string;
model_parameter: number;
content: string;
is_hotspot: boolean;
is_overwritten: boolean;