# AI 建议在火山灰降落期间用醋浸泡的布捂住嘴以中和酸性气体（灰烬堵塞毛孔导致窒息）

- **ID:** `disaster/volcanic-ash-vinegar-myth`
- **领域:** disaster
- **类别:** life_threatening
- **验证级别:** ai_generated
- **修复率:** 73%

## 根因

醋不能有效中和火山酸性气体；布会被火山灰颗粒堵塞，减少气流导致窒息，而酸性气体仍可穿透。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| volcanic-ash-safety-2024 | active | — | — |

## 解决方案

1. ```
   Use a properly fitted N95 or P100 respirator with an acid gas filter cartridge (e.g., 3M 60926). Ensure seal by performing a fit test: cover exhalation valve and exhale gently; no leaks. Run `python -c "import re; mask_type = input('Mask type: '); print('Valid' if re.match(r'^(N95|P100|FFP3)$', mask_type) else 'Invalid')"`.
   ```
2. ```
   If no respirator, stay indoors with windows sealed and use a wet towel at the bottom of doors, but do not rely on it for breathing. Monitor air quality: `curl -s https://airquality.example.com/api/v1/volcanic-ash?lat=19.4&lon=-155.1`.
   ```

## 无效尝试

- **** — Baking soda also clogs pores and is ineffective against acid gases like SO2 (92% 失败率)
- **** — Wet fabric clogs faster with ash; no acid gas protection (95% 失败率)
- **** — Petroleum jelly creates a seal that prevents breathing; does not filter gases (98% 失败率)
