-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.2 bugfix 0921 #3340
4.2.2 bugfix 0921 #3340
Conversation
…doc_source into 4.2.2-bugfix-0921
…ce into 4.2.2-bugfix-0921
…ce into 4.2.2-bugfix-0921
…doc_source into 4.2.2-bugfix-0921
…ce into 4.2.2-bugfix-0921
@@ -24,7 +24,7 @@ | |||
</section> | |||
<section id="detailed_desc"> | |||
<title>详情</title> | |||
<note type="attention" id="note">你需要在 <xref keyref="open" /> 后调用该方法。</note> </section> | |||
<note type="attention" id="note">请在 <xref keyref="open"/> 后并收到 <xref keyref="onPlayerSourceStateChanged" /> 回调报告播放状态为 <apiname keyref="PLAYER_STATE_OPEN_COMPLETED" /> 后再调用调用该方法。</note> </section> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
两个“调用”
@@ -35,7 +35,7 @@ | |||
<pt><ph keyref="NETWORK_TYPE_MOBILE_4G"/></pt> | |||
<pd>5: 网络类型为 4G 移动网络。</pd> | |||
</plentry> | |||
<plentry props="native unreal bp"> | |||
<plentry props="native rn flutter unreal bp cs unity"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥不把 props 都删了?因为没有限制
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
因为elec🈚️
<keydef keys="NETWORK_TYPE_MOBILE_5G"> | ||
<topicmeta> | ||
<keywords> | ||
<keyword>NetworkTypeMobile5g</keyword> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
electron 没加,涉及么 @Nero-Hu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
electron 422 头文件没有这个枚举
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
隔壁 RN 是在 423 加进头文件的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shocking!
No description provided.