This commit is contained in:
2026-07-18 10:18:55 +08:00 Unverified
parent a2fc19edd3
commit 3867373850
69 changed files with 394 additions and 214 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -6,6 +6,7 @@ export interface WechatArticle {
displayDate: string;
sourceUrl: string;
cover: string;
coverSourceUrl?: string;
excerpt: string;
category: ArticleCategory;
fileName: string;