sage/json/hotspot_analysis.json
yumoqing 71ecb8fea1 feat: add hotspot radar module (热点雷达系统)
- Add hotspot_source/hotspot_item/hotspot_analysis table definitions
- Add MySQL DDL for all three tables with indexes
- Create hotspot dashboard UI (index.ui) with stats, tabs for CRUD
- Add DSPY endpoints: stats, fetch_now (RSS/API), analyze (auto-classify)
- Register paths in load_path.py with logined access
- Add '热点雷达' menu entry
2026-08-01 10:39:52 +08:00

20 lines
470 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/hotspot_analysis",
"dbname": "sage",
"tblname": "hotspot_analysis",
"title": "热点分析",
"params": {
"sortby": "analyzed_at desc",
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id",
"analyzed_at"
],
"record_toolbar": null
}
}