good first issue
仓库指标
- 星标
- (5 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
We recommend using responsive themes all the time but there are cases when people are running legacy codes and need mobile device support.
EE will just init a variable say ee_device with values:
- mobile
- desktop
- tablet
Just a nginx map directive which will set an environment variable.
The variable can be used for custom configs.