@ray-js/ipc-player-integration 0.0.1-beta-39 → 0.0.1-beta-41

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.less CHANGED
@@ -224,6 +224,9 @@
224
224
  // 右下角子元素容器
225
225
  .bottom-right-item-container {
226
226
  padding: 0 8px;
227
+ display: flex;
228
+ justify-content: center;
229
+ align-items: center;
227
230
  }
228
231
 
229
232
  .bottom-right-item-container:first-of-type {
@@ -2,3 +2,4 @@ export declare const TEMP_UNIT_SELECT = "temp_unit_select";
2
2
  export declare const TEMP_REPORT_F = "temp_report_f";
3
3
  export declare const SENSOR_TEMPERATURE = "sensor_temperature";
4
4
  export declare const SENSOR_HUMIDITY = "sensor_humidity";
5
+ export declare const PTZ_CONTROL = "ptz_control";
@@ -4,4 +4,6 @@ export const TEMP_REPORT_F = 'temp_report_f'; // 华氏度
4
4
 
5
5
  export const SENSOR_TEMPERATURE = 'sensor_temperature'; // 摄氏度
6
6
 
7
- export const SENSOR_HUMIDITY = 'sensor_humidity'; // 湿度
7
+ export const SENSOR_HUMIDITY = 'sensor_humidity'; // 湿度
8
+
9
+ export const PTZ_CONTROL = 'ptz_control'; // ptz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/ipc-player-integration",
3
- "version": "0.0.1-beta-39",
3
+ "version": "0.0.1-beta-41",
4
4
  "description": "IPC 播放器功能集成",
5
5
  "main": "lib/index",
6
6
  "files": [