参考文献作者堆叠

参考文献相关性检测
作者ai写作辅助检测工作
This commit is contained in:
wyn
2026-07-15 10:49:05 +08:00
parent da71dfc04e
commit 8785610e6d
27 changed files with 10008 additions and 204 deletions

View File

@@ -13,4 +13,11 @@ return [
'dlq' => 'ref_check.article.dlq',
'route_key' => 'article.start',
],
'ai_writing_risk' => [
'exchange' => 'ai_writing_risk',
'queue' => 'ai_writing_risk.task',
'dlq' => 'ai_writing_risk.task.dlq',
'route_key' => 'task.start',
],
];