github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/experimental/index.zh.md (about) 1 # 实验性 2 3 !!! quote "sing-box 1.8.0 中的更改" 4 5 :material-plus: [cache_file](#cache_file) 6 :material-alert-decagram: [clash_api](#clash_api) 7 8 ### 结构 9 10 ```json 11 { 12 "experimental": { 13 "cache_file": {}, 14 "clash_api": {}, 15 "v2ray_api": {} 16 } 17 } 18 ``` 19 20 ### 字段 21 22 | 键 | 格式 | 23 |--------------|--------------------------| 24 | `cache_file` | [缓存文件](./cache-file/) | 25 | `clash_api` | [Clash API](./clash-api/) | 26 | `v2ray_api` | [V2Ray API](./v2ray-api/) |