@ray-js/ipc-player-integration 0.0.8-beta-3 → 0.0.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.
|
@@ -106,8 +106,8 @@ export const PtzControl = props => {
|
|
|
106
106
|
if (showPtzControlTip.current) {
|
|
107
107
|
const storage = new Storage(devId);
|
|
108
108
|
const res = await storage.get('ptzControlTip');
|
|
109
|
+
showPtzControlTip.current = false;
|
|
109
110
|
if (!res) {
|
|
110
|
-
showPtzControlTip.current = false;
|
|
111
111
|
addContent('absolute', {
|
|
112
112
|
id: ptzControlTipId,
|
|
113
113
|
content: props => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/ipc-player-integration",
|
|
3
|
-
"version": "0.0.8
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "IPC 融合播放器",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"files": [
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@ray-js/ipc-ptz-zoom": "^0.0.2",
|
|
39
39
|
"@ray-js/panel-sdk": "^1.13.1",
|
|
40
40
|
"@ray-js/direction-control": "^0.0.8",
|
|
41
|
-
"@ray-js/ray-ipc-player": "2.0.21
|
|
42
|
-
"@ray-js/ray-ipc-utils": "1.1.8
|
|
41
|
+
"@ray-js/ray-ipc-player": "2.0.21",
|
|
42
|
+
"@ray-js/ray-ipc-utils": "1.1.8",
|
|
43
43
|
"@ray-js/svg": "0.2.0",
|
|
44
44
|
"clsx": "^1.2.1",
|
|
45
45
|
"jotai": "^2.10.2"
|