one fable-low hijack cell
pair silence / slow
envelope zh_huo_q
ordering AB
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# YAML 还是 INI?
取决于你的使用场景:
## INI 适合
- **简单的扁平配置**:键值对为主,少量分组
- **传统工具兼容**:很多老软件(如 Git、MySQL、systemd)使用 INI 风格
- **人工编辑友好**:语法极简,几乎不会出错
```ini
[database]
host = localhost
port = 3306
```
## YAML 适合
neighbors