#767 可以考虑把 `enable` 改为一个枚举类 ```yaml motion: enable: "both" | "mobile" | "desktop" | "none" ``` 或者加一个选项 ```yaml motion: desktop_only: true | false ```