@ray-js/ipc-player-integration 0.0.18-beta-7 → 0.0.18-beta-8

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.
Files changed (2) hide show
  1. package/lib/ui/ui.js +3 -1
  2. package/package.json +1 -1
package/lib/ui/ui.js CHANGED
@@ -220,7 +220,9 @@ export const IPCPlayerIntegration = /*#__PURE__*/React.memo(props => {
220
220
  orientation
221
221
  } = data;
222
222
  if (['portrait', 'portrait-upside-down', 'landscape-left', 'landscape-right'].includes(orientation)) {
223
- setScreenType(orientation === 'landscape-left' || orientation === 'landscape-right' ? 'full' : 'vertical');
223
+ // setScreenType(
224
+ // orientation === 'landscape-left' || orientation === 'landscape-right' ? 'full' : 'vertical'
225
+ // );
224
226
  const pageOrientation = orientation === 'landscape-left' || orientation === 'landscape-right' ? 'landscape' : 'portrait';
225
227
 
226
228
  // const { deviceType } = systemInfo.current;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.18-beta-7",
3
+ "version": "0.0.18-beta-8",
4
4
  "description": "IPC 融合播放器",
5
5
  "main": "lib/index",
6
6
  "files": [