hotspot/models/hotspot_source.json

17 lines
539 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/hotspot_source",
"dbname": "sage",
"tblname": "hotspot_source",
"title": "热点来源",
"params": {
"sortby": "priority asc",
"browserfields": {
"exclouded": ["id", "api_secret", "headers", "request_body", "crawler_rules", "parser_config"],
"cwidth": {"name": 150, "url": 300}
},
"editexclouded": ["id", "created_at", "last_fetch"],
"record_toolbar": null
}
}