未验证 提交 b33729cc 编写于 作者: O openharmony_ci 提交者: Gitee

!7712 【轻量级 PR】:update zh-cn/application-dev/media/audio-interruptmode.md. 箭头函数之间空格

Merge pull request !7712 from Sunday/N/A
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
```js ```js
var mode_ = audio.InterruptMode.SHARE_MODE; var mode_ = audio.InterruptMode.SHARE_MODE;
await this.audioRenderer.setInterruptMode(mode_).then(()=>{ await this.audioRenderer.setInterruptMode(mode_).then(() => {
console.log('[JSAR] [SetInterruptMode] 设置: ' + (mode_ == 0 ? "共享模式":"独立焦点模式") + "成功" ); console.log('[JSAR] [SetInterruptMode] 设置: ' + (mode_ == 0 ? "共享模式":"独立焦点模式") + "成功" );
}); });
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册