feat(article): support regenerating failed articles

This commit is contained in:
2026-05-07 10:55:44 +08:00
parent ff2bb77cdd
commit 7d82c5c193
21 changed files with 659 additions and 23 deletions
+5
View File
@@ -753,6 +753,11 @@ export interface GenerateImitationResponse {
task_id: number
}
export interface RegenerateArticleResponse {
article_id: number
task_id: number
}
export interface UpdateArticleRequest {
title: string
markdown_content: string