@ray-js/ipc-player-integration 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ui/ui.js +1 -0
- package/package.json +2 -2
package/lib/ui/ui.js
CHANGED
|
@@ -120,6 +120,7 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
|
|
|
120
120
|
setScreenType('vertical');
|
|
121
121
|
} else {
|
|
122
122
|
setScreenType(type === 'landscape' ? 'full' : 'vertical');
|
|
123
|
+
triggerEvent(showAllComponent);
|
|
123
124
|
}
|
|
124
125
|
// 若为全屏模式并且要求按宽填充,即横屏时充满,主动设置模式为-1即可
|
|
125
126
|
if (type === 'landscape' && landscapeMode === 'fill') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/ipc-player-integration",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "IPC 播放器功能集成",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"files": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"test": "yarn jest"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@ray-js/direction-control": "0.0.7",
|
|
35
|
+
"@ray-js/direction-control": "^0.0.7",
|
|
36
36
|
"ahooks": "^3.1.6"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|