Expand manhuang collect/UI (tabs, markets, guishi/quote probes), add configs and launchd helpers, ops handbooks, and scripts for channel validation and price/threat enrichment. Keys stay in keys.env.example only.
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
||
"version": 2,
|
||
"note": "onion 观察白名单(标题级探活,不成交)。复制到 ~/.config/manhuang/onion-markets.json 或 scout:~/data/manhuang/onion-markets.json。地址会轮换,先经 dark.fail 类状态页核对。",
|
||
"policy": {
|
||
"checkout": false,
|
||
"scrape_listings": false,
|
||
"title_probe": true,
|
||
"note": "只探活 + 抽 <title>;不登录、不下单、不爬商品分页"
|
||
},
|
||
"markets": [
|
||
{
|
||
"id": "torproject-onion",
|
||
"label": "Tor Project(合法基线)",
|
||
"onion": "http://2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid.onion/",
|
||
"kind": "legal",
|
||
"status": "active",
|
||
"note": "电路健康对照"
|
||
},
|
||
{
|
||
"id": "ddg-onion",
|
||
"label": "DuckDuckGo onion(合法检索)",
|
||
"onion": "https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/",
|
||
"kind": "legal",
|
||
"status": "active",
|
||
"note": "合法检索入口"
|
||
},
|
||
{
|
||
"id": "example-market",
|
||
"label": "示例市场(替换 live 地址)",
|
||
"onion": "http://example.onion/",
|
||
"clearnet_status": "https://dark.fail/",
|
||
"goods": ["digital", "accounts"],
|
||
"status": "watch",
|
||
"kind": "observe",
|
||
"note": "先经 dark.fail 核对再写入;probe 会跳过 example.onion"
|
||
}
|
||
]
|
||
}
|