joy-cli/configs/manhuang/onion-markets.example.json
feibisi 2c6281d041 feat(manhuang): supply-chain dashboard, probes, and side-cache data
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.
2026-07-13 02:08:29 +08:00

38 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"
}
]
}