SKU 通用流程:history 差分产出 shelf_events(价/有货,unknown≠售罄), shops trust 分进 tab-caches/黑市面板;礼品卡面值假差标 noise; ensure-shops --record-outcome 回填我方履约。设计见 manhuang-procurement-radar.md。
45 lines
2.4 KiB
Markdown
45 lines
2.4 KiB
Markdown
# 蛮荒文档索引
|
||
|
||
> 内网运维 · 从这里进。更新:2026-07-13
|
||
|
||
## 先读
|
||
|
||
1. **[manhuang-handbook.md](./manhuang-handbook.md)** — 总手册(管线 / 脚本 / 接码 / shops / Tor / launchd / 排障)
|
||
2. **[joy-manhuang.md](./joy-manhuang.md)** — 面板 tab 语义
|
||
3. **[manhuang-net-path.md](./manhuang-net-path.md)** — **网络供应链**(机场/Clash/系统代理/串线)← 2026-07-13 新
|
||
|
||
## 按任务
|
||
|
||
| 任务 | 文档 |
|
||
|------|------|
|
||
| **采购雷达 · 货架事件 · 信任 · 面板** | **[manhuang-procurement-radar.md](./manhuang-procurement-radar.md)** |
|
||
| **机场 · Clash · 系统代理 · 串线** | **[manhuang-net-path.md](./manhuang-net-path.md)** |
|
||
| 比价 · Quote API · free/MSRP | [manhuang-channels-and-quote-api.md](./manhuang-channels-and-quote-api.md) |
|
||
| 供应链成功标准 · 轮询 | [manhuang-supply-chain.md](./manhuang-supply-chain.md) |
|
||
| 鬼市 · shops · onion · brand | [manhuang-guishi-probe.md](./manhuang-guishi-probe.md) |
|
||
| 「谁挂了」探活快照 | [manhuang-full-audit-2026-07-12.md](./manhuang-full-audit-2026-07-12.md) |
|
||
| 平台 / 产品类型表 | [manhuang-markets-catalog.md](./manhuang-markets-catalog.md) |
|
||
| 开源 IOC · live-pulse | [manhuang-data-sources.md](./manhuang-data-sources.md) · [manhuang-oss-path.md](./manhuang-oss-path.md) |
|
||
| 自建 CD/RSSHub/Miniflux | [manhuang-selfhost-catalog.md](./manhuang-selfhost-catalog.md) |
|
||
|
||
## 铁律(三行)
|
||
|
||
- **不成交**(系统内不代下单)
|
||
- **接码主路径仅 5sim**;SMS-Activate 已官方停运
|
||
- **Docker 长期服务在 ai-team**(CD/RSSHub),不在 Mac/scout 重起
|
||
- **生产域勿走机场**:Clash **rule** + DIRECT 片段见 `configs/manhuang/clash-rules-shenzhou-direct.snippet.yaml`
|
||
- **系统代理必须 ON**(否则上不了外网);隔离靠 rule+生产 DIRECT,**绝不**关系统代理
|
||
|
||
## 一键体检
|
||
|
||
```bash
|
||
cd ~/Projects/joy-cli
|
||
python3 scripts/manhuang/validate-channels.py
|
||
bash scripts/manhuang/clashctl ensure-direct
|
||
bash scripts/manhuang/clashctl probe --deep
|
||
bash scripts/manhuang/clashctl regression
|
||
curl -s http://127.0.0.1:8877/v1/summary | jq '{demand_coverage, free_providers_n, msrp_anchor_n, relays}'
|
||
curl -sS -m 5 -o /dev/null -w "CD %{http_code} RSSHub " http://10.211.55.107:5000/
|
||
curl -sS -m 5 -o /dev/null -w "%{http_code}\n" http://10.211.55.107:1200/
|
||
bash scripts/manhuang/check-tor-scout.sh
|
||
```
|