From 3c23ce2d0214a1246664e61fd51466033e25481e Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 07 七月 2023 11:25:16 +0800 Subject: [PATCH] cimSDk 替换 --- public/CIMSDK/Workers/transferTypedArrayTest.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/CIMSDK/Workers/transferTypedArrayTest.js b/public/CIMSDK/Workers/transferTypedArrayTest.js index bdf75bf..decc3ce 100644 --- a/public/CIMSDK/Workers/transferTypedArrayTest.js +++ b/public/CIMSDK/Workers/transferTypedArrayTest.js @@ -1,6 +1,6 @@ /** * SmartEarth WebSDK - https://websdk.terra-it.cn - * Version 3.1.3 + * Version 3.2.4-1 */ typeof self>"u"&&(self={}),self.onmessage=function(a){const e=a.data.array,s=self.webkitPostMessage||self.postMessage;try{s({array:e},[e.buffer])}catch{s({})}}; -- Gitblit v1.9.3