- 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
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"models_dir": "${HOME}$/py/sage/models",
|
|
"output_dir": "${HOME}$/py/sage/wwwroot/_a/hotspot_item",
|
|
"dbname": "sage",
|
|
"tblname": "hotspot_item",
|
|
"title": "热点条目",
|
|
"params": {
|
|
"sortby": "heat_score desc",
|
|
"browserfields": {
|
|
"exclouded": ["id", "content"],
|
|
"cwidth": {
|
|
"title": 300,
|
|
"summary": 400
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"fetch_time"
|
|
],
|
|
"record_toolbar": null
|
|
}
|
|
}
|