nanhaoluo
c37e8da986
feat: 完成统一 AI 查询组件的集成
- 更新 argon_detect_spam_comment_sync() 使用统一接口
- 更新 argon_extract_keywords_from_comment() 使用统一接口
- 删除旧的 argon_call_ai_api_for_spam_detection() 函数
- 删除旧的 argon_call_ai_for_keyword_extraction() 函数
- 所有 AI 查询现在都通过 argon_ai_query() 统一接口
- 所有查询都会记录到 wp_argon_ai_query_log 数据表
- 支持按场景统计(summary/spam_detection/keyword_extraction)
2026-01-26 12:49:49 +08:00
..
2026-01-24 22:46:00 +08:00
2026-01-11 22:13:59 +08:00
2026-01-26 12:49:49 +08:00
2026-01-24 21:35:12 +08:00
2026-01-25 12:40:47 +08:00
2026-01-22 10:42:19 +08:00
2026-01-12 00:15:20 +08:00
2026-01-24 22:46:00 +08:00