提交 9008fc92 编写于 作者: fxy060608's avatar fxy060608

Update extapi.md

上级 68408529
......@@ -190,6 +190,25 @@ uni-app的runtime不适合内置很多waiting样式和资源,而使用三方
}
```
- 指定支持的运行环境
```json
{
"uni_modules": {
"uni-ext-api": {
"uni": {
"request": {
"app": {// 表示在app平台,仅在iOS swift环境下生效
"js": false,
"kotlin": false,
"swift": true
}
}
}
}
}
}
```
**注意:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册