feat(wordcloud): WordCloudJob 模型/迁移 + 词云生成与轮询适配器

This commit is contained in:
2026-08-12 19:08:57 +08:00
parent d47b62c337
commit 8925e83b8f
9 changed files with 1076 additions and 15 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "WordCloudJob" ADD COLUMN "remoteJobId" TEXT;