feat: implement article optimization workflow

This commit is contained in:
Codex
2026-06-21 23:42:37 +08:00
parent cb56ff9ee7
commit 75bcab33c6
10 changed files with 834 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import type {
OptimizedArticle,
PublishPlatform,
QaReport,
} from "@/lib/domain/types";
} from "../domain/types";
import { createDatabase, getDefaultDatabasePath } from "./connection";
import { initializeSchema } from "./schema";