smartyz-web-sdk 1.2.0 → 1.2.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).SmartyzWebSdk={},e.Vue)}(this,function(e,t){"use strict";const a=[];for(let wa=0;wa<256;++wa)a.push((wa+256).toString(16).slice(1));let i;const o=new Uint8Array(16);const n={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function r(e,t,r){var s;if(n.randomUUID&&!e)return n.randomUUID();const l=(e=e||{}).random??(null==(s=e.rng)?void 0:s.call(e))??function(){if(!i){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");i=crypto.getRandomValues.bind(crypto)}return i(o)}();if(l.length<16)throw new Error("Random bytes length must be >= 16");return l[6]=15&l[6]|64,l[8]=63&l[8]|128,function(e,t=0){return(a[e[t+0]]+a[e[t+1]]+a[e[t+2]]+a[e[t+3]]+"-"+a[e[t+4]]+a[e[t+5]]+"-"+a[e[t+6]]+a[e[t+7]]+"-"+a[e[t+8]]+a[e[t+9]]+"-"+a[e[t+10]]+a[e[t+11]]+a[e[t+12]]+a[e[t+13]]+a[e[t+14]]+a[e[t+15]]).toLowerCase()}(l)}const s={class:"sys-VideoFrame-container-jessibuca"},l={ref:"fullscreenElement",class:"sys-VideoFrame"},c={class:"sys-VideoFrame-content"},u=["id"],d={class:"sys-VideoFrame-Item-top"},p={class:"sys-VideoFrame-Item-top-btns"},h=["id"],C={key:0,class:"sys-VideoFrame-Item-hzh"},m=["id"],v={class:"sys-VideoFrame-Half-Screen-top"},f={class:"sys-VideoFrame-Half-Screen-top-btns"},y={__name:"videoFrame",props:{playbackType:{type:Boolean,default:!1},mouseType:{type:Boolean,default:!0},smallType:{type:Boolean,default:!1},moveType:{type:Boolean,default:!1},zpType:{type:Boolean,default:!0},ytType:{type:Boolean,default:!0},hfType:{type:Boolean,default:!0},qpType:{type:Boolean,default:!0},bpType:{type:Boolean,default:!0},qxType:{type:Boolean,default:!0},HalfFull:{type:Boolean,default:!1},Full:{type:Boolean,default:!1},ControlType:{type:Boolean,default:!1},width:{type:String,default:"346px"},height:{type:String,default:"195px"},HalfFullWidth:{type:String,default:"1263px"},HalfFullHeight:{type:String,default:"627px"},styleColor:{type:String,default:"rgba(0, 149, 255, 1)"},popupBackgroundColor:{type:String,default:"#2f3f50"},popupInnerColor:{type:String,default:"rgba(18, 37, 58, 0.3)"},popupInnerOpacityColor:{type:String,default:"#edffff30"},styleType:{type:String,default:"blue"},title:{type:String,default:"摄像机:实时视频"}},emits:["setFull","setHalfFull","setScreenshot","setClose","update:HalfFull","update:Full","setControlType","update:ControlType","setplaybackTime"],setup(e,{emit:a}){const i=e,o=a,n=t.reactive({posX:window.innerWidth/2,posY:window.innerHeight/2,isDragging:!1,dragOffsetX:0,dragOffsetY:0,posX1:window.innerWidth/2,posY1:window.innerHeight/2,isDragging1:!1,dragOffsetX1:0,dragOffsetY1:0}),y=t.computed(()=>i.smallType?{width:i.HalfFullWidth,height:i.HalfFullHeight,transform:"translate(-50%, -50%)"}:{top:n.posY+"px",left:n.posX+"px",width:i.HalfFullWidth,height:i.HalfFullHeight,transform:"translate(-50%, -50%)"});t.computed(()=>_.value?{top:"0px",left:"7px",transform:"translate(-50%, -50%)",position:"fixed",zIndex:9999999,width:"1930px",height:"1009px"}:{width:i.width,height:i.height,display:g.value&&i.moveType?"none":"block"});const g=t.ref(i.HalfFull),_=t.ref(i.Full),w=t.ref(i.ControlType),x=t.ref(r()),V=t.ref(r()),k=t.ref(!1);t.ref();const S=t.ref(!1),E=e=>{n.isDragging=!0,n.dragOffsetX=e.clientX-n.posX,n.dragOffsetY=e.clientY-n.posY,document.addEventListener("mousemove",handleDrag),document.addEventListener("mouseup",endDrag)},L=()=>{w.value=!w.value,o("setControlType",w.value),o("update:ControlType",w.value)};t.watch(()=>i.ControlType,(e,t)=>{w.value=e,o("setControlType",w.value)});const b=()=>{g.value=!g.value,o("setHalfFull",g.value),n.posX=window.innerWidth/2,n.posY=window.innerHeight/2,M(g.value),o("update:HalfFull",g.value)};t.watch(()=>i.HalfFull,(e,t)=>{g.value=e,o("setHalfFull",g.value),n.posX=window.innerWidth/2,n.posY=window.innerHeight/2,M(g.value)});const M=e=>{const t=document.getElementById(ItemID.value),a=document.getElementById(x.value);if(!t||!a)return;let i=document.getElementById(V.value);i||(i=document.getElementById(V.value)),i&&(e?(i.parentNode.removeChild(i),a.appendChild(i)):a.contains(i)&&(a.removeChild(i),t.appendChild(i)))};document.addEventListener("fullscreenchange",()=>{_.value=document.fullscreenElement});const B=()=>{o("setClose")},A=()=>{i.mouseType&&(k.value=!0)},T=()=>{i.mouseType&&(k.value=!1)};return t.onMounted(()=>{}),(a,o)=>{const n=t.resolveComponent("a-tooltip"),r=t.resolveComponent("a-popover");return t.openBlock(),t.createElementBlock("div",s,[t.createElementVNode("div",{style:t.normalizeStyle(a.popupStyle),onMouseenter:A,onMouseleave:T},[t.createElementVNode("div",l,[t.createElementVNode("div",c,[t.createElementVNode("div",{ref:"videoItemRef",id:a.ItemID,class:t.normalizeClass(g.value?"sys-VideoFrame-Item hzh":"sys-VideoFrame-Item")},[t.withDirectives(t.createElementVNode("div",d,[t.createElementVNode("h3",null,t.toDisplayString(i.title),1),t.createElementVNode("div",p,[i.ytType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[3]||(o[3]=[t.createTextVNode("云台控制",-1)])]),default:t.withCtx(()=>[w.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-yt videoIcon",onClick:L})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-yt videoIcon",onClick:L}))]),_:1})):t.createCommentVNode("",!0),g.value?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(r,{key:1,open:S.value,"onUpdate:open":o[0]||(o[0]=e=>S.value=e),trigger:"click",overlayClassName:"sys-VideoFrame-popover",placement:"bottom"},{content:t.withCtx(()=>[...o[4]||(o[4]=[])]),_:1},8,["open"])),i.qxType?(t.openBlock(),t.createBlock(n,{key:2,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[5]||(o[5]=[t.createTextVNode("关闭",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-close videoIcon",onClick:B})]),_:1})):t.createCommentVNode("",!0)])],512),[[t.vShow,!1]]),t.createElementVNode("div",{class:"sys-VideoFrame-Item-center",id:V.value},[t.renderSlot(a.$slots,"VideoContent")],8,h),g.value?(t.openBlock(),t.createElementBlock("div",C," 以“画中画”模式播放 ")):t.createCommentVNode("",!0)],10,u)])],512),t.withDirectives(t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen",style:t.normalizeStyle(y.value),onMousedown:E},[o[10]||(o[10]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-one"},null,-1)),o[11]||(o[11]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-two"},null,-1)),o[12]||(o[12]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-three"},null,-1)),t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-content",id:x.value,ref:"videoItemHalfRef"},[t.withDirectives(t.createElementVNode("div",v,[t.createElementVNode("h3",null,t.toDisplayString(i.title),1),t.createElementVNode("div",f,[i.ytType&&!e.playbackType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[6]||(o[6]=[t.createTextVNode("云台控制",-1)])]),default:t.withCtx(()=>[w.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-yt videoIcon",onClick:L})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-yt videoIcon",onClick:L}))]),_:1})):t.createCommentVNode("",!0),i.hfType&&g.value&&!_.value?(t.openBlock(),t.createBlock(r,{key:1,open:S.value,"onUpdate:open":o[2]||(o[2]=e=>S.value=e),trigger:"click",overlayClassName:"sys-VideoFrame-popover",placement:"bottom"},{content:t.withCtx(()=>[...o[7]||(o[7]=[])]),default:t.withCtx(()=>[i.hfType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[8]||(o[8]=[t.createTextVNode("回放",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-hf videoIcon",onClick:o[1]||(o[1]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))})]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["open"])):t.createCommentVNode("",!0),!_.value&&i.bpType?(t.openBlock(),t.createBlock(n,{key:2,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(g.value?"非半屏":"半屏"),1)]),default:t.withCtx(()=>[g.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-bp videoIcon",onClick:b})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-bp videoIcon",onClick:b}))]),_:1})):t.createCommentVNode("",!0),i.qxType&&!e.playbackType?(t.openBlock(),t.createBlock(n,{key:3,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[9]||(o[9]=[t.createTextVNode("关闭",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-close videoIcon",onClick:B})]),_:1})):t.createCommentVNode("",!0)])],512),[[t.vShow,k.value]])],8,m)],36),[[t.vShow,g.value]])],36)])}}};var g="object"==typeof global&&global&&global.Object===Object&&global,_="object"==typeof self&&self&&self.Object===Object&&self,w=g||_||Function("return this")(),x=w.Symbol,V=Object.prototype,k=V.hasOwnProperty,S=V.toString,E=x?x.toStringTag:void 0;var L=Object.prototype.toString;var b=x?x.toStringTag:void 0;function M(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":b&&b in Object(e)?function(e){var t=k.call(e,E),a=e[E];try{e[E]=void 0;var i=!0}catch(n){}var o=S.call(e);return i&&(t?e[E]=a:delete e[E]),o}(e):function(e){return L.call(e)}(e)}function B(e){return null!=e&&"object"==typeof e}var A=Array.isArray;function T(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function N(e){return e}function D(e){if(!T(e))return!1;var t=M(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var O,P=w["__core-js_shared__"],z=(O=/[^.]+$/.exec(P&&P.keys&&P.keys.IE_PROTO||""))?"Symbol(src)_1."+O:"";var U=Function.prototype.toString;var R=/^\[object .+?Constructor\]$/,F=Function.prototype,I=Object.prototype,j=F.toString,H=I.hasOwnProperty,G=RegExp("^"+j.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Z(e){return!(!T(e)||(t=e,z&&z in t))&&(D(e)?G:R).test(function(e){if(null!=e){try{return U.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e));var t}function W(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return Z(a)?a:void 0}var X=Object.create,Y=function(){function e(){}return function(t){if(!T(t))return{};if(X)return X(t);e.prototype=t;var a=new e;return e.prototype=void 0,a}}();var J=Date.now;var Q,q,$,K=function(){try{var e=W(Object,"defineProperty");return e({},"",{}),e}catch(t){}}(),ee=K?function(e,t){return K(e,"toString",{configurable:!0,enumerable:!1,value:(a=t,function(){return a}),writable:!0});var a}:N,te=(Q=ee,q=0,$=0,function(){var e=J(),t=16-(e-$);if($=e,t>0){if(++q>=800)return arguments[0]}else q=0;return Q.apply(void 0,arguments)}),ae=/^(?:0|[1-9]\d*)$/;function ie(e,t){var a=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==a||"symbol"!=a&&ae.test(e))&&e>-1&&e%1==0&&e<t}function oe(e,t,a){"__proto__"==t&&K?K(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}function ne(e,t){return e===t||e!=e&&t!=t}var re=Object.prototype.hasOwnProperty;function se(e,t,a){var i=e[t];re.call(e,t)&&ne(i,a)&&(void 0!==a||t in e)||oe(e,t,a)}var le=Math.max;function ce(e,t){return te(function(e,t,a){return t=le(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,n=le(i.length-t,0),r=Array(n);++o<n;)r[o]=i[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=i[o];return s[t]=a(r),function(e,t,a){switch(a.length){case 0:return e.call(t);case 1:return e.call(t,a[0]);case 2:return e.call(t,a[0],a[1]);case 3:return e.call(t,a[0],a[1],a[2])}return e.apply(t,a)}(e,this,s)}}(e,t,N),e+"")}function ue(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function de(e){return null!=e&&ue(e.length)&&!D(e)}var pe=Object.prototype;function he(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||pe)}function Ce(e){return B(e)&&"[object Arguments]"==M(e)}var me=Object.prototype,ve=me.hasOwnProperty,fe=me.propertyIsEnumerable,ye=Ce(function(){return arguments}())?Ce:function(e){return B(e)&&ve.call(e,"callee")&&!fe.call(e,"callee")};var ge="object"==typeof e&&e&&!e.nodeType&&e,_e=ge&&"object"==typeof module&&module&&!module.nodeType&&module,we=_e&&_e.exports===ge?w.Buffer:void 0,xe=(we?we.isBuffer:void 0)||function(){return!1},Ve={};Ve["[object Float32Array]"]=Ve["[object Float64Array]"]=Ve["[object Int8Array]"]=Ve["[object Int16Array]"]=Ve["[object Int32Array]"]=Ve["[object Uint8Array]"]=Ve["[object Uint8ClampedArray]"]=Ve["[object Uint16Array]"]=Ve["[object Uint32Array]"]=!0,Ve["[object Arguments]"]=Ve["[object Array]"]=Ve["[object ArrayBuffer]"]=Ve["[object Boolean]"]=Ve["[object DataView]"]=Ve["[object Date]"]=Ve["[object Error]"]=Ve["[object Function]"]=Ve["[object Map]"]=Ve["[object Number]"]=Ve["[object Object]"]=Ve["[object RegExp]"]=Ve["[object Set]"]=Ve["[object String]"]=Ve["[object WeakMap]"]=!1;var ke="object"==typeof e&&e&&!e.nodeType&&e,Se=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Ee=Se&&Se.exports===ke&&g.process,Le=function(){try{var e=Se&&Se.require&&Se.require("util").types;return e||Ee&&Ee.binding&&Ee.binding("util")}catch(t){}}(),be=Le&&Le.isTypedArray,Me=be?function(e){return function(t){return e(t)}}(be):function(e){return B(e)&&ue(e.length)&&!!Ve[M(e)]};function Be(e,t){var a=A(e),i=!a&&ye(e),o=!a&&!i&&xe(e),n=!a&&!i&&!o&&Me(e),r=a||i||o||n,s=r?function(e,t){for(var a=-1,i=Array(e);++a<e;)i[a]=t(a);return i}(e.length,String):[],l=s.length;for(var c in e)r&&("length"==c||o&&("offset"==c||"parent"==c)||n&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ie(c,l))||s.push(c);return s}var Ae=Object.prototype.hasOwnProperty;function Te(e){if(!T(e))return function(e){var t=[];if(null!=e)for(var a in Object(e))t.push(a);return t}(e);var t=he(e),a=[];for(var i in e)("constructor"!=i||!t&&Ae.call(e,i))&&a.push(i);return a}function Ne(e){return de(e)?Be(e):Te(e)}var De=W(Object,"create");var Oe=Object.prototype.hasOwnProperty;var Pe=Object.prototype.hasOwnProperty;function ze(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}function Ue(e,t){for(var a=e.length;a--;)if(ne(e[a][0],t))return a;return-1}ze.prototype.clear=function(){this.__data__=De?De(null):{},this.size=0},ze.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ze.prototype.get=function(e){var t=this.__data__;if(De){var a=t[e];return"__lodash_hash_undefined__"===a?void 0:a}return Oe.call(t,e)?t[e]:void 0},ze.prototype.has=function(e){var t=this.__data__;return De?void 0!==t[e]:Pe.call(t,e)},ze.prototype.set=function(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=De&&void 0===t?"__lodash_hash_undefined__":t,this};var Re=Array.prototype.splice;function Fe(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}Fe.prototype.clear=function(){this.__data__=[],this.size=0},Fe.prototype.delete=function(e){var t=this.__data__,a=Ue(t,e);return!(a<0)&&(a==t.length-1?t.pop():Re.call(t,a,1),--this.size,!0)},Fe.prototype.get=function(e){var t=this.__data__,a=Ue(t,e);return a<0?void 0:t[a][1]},Fe.prototype.has=function(e){return Ue(this.__data__,e)>-1},Fe.prototype.set=function(e,t){var a=this.__data__,i=Ue(a,e);return i<0?(++this.size,a.push([e,t])):a[i][1]=t,this};var Ie=W(w,"Map");function je(e,t){var a,i,o=e.__data__;return("string"==(i=typeof(a=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function He(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}He.prototype.clear=function(){this.size=0,this.__data__={hash:new ze,map:new(Ie||Fe),string:new ze}},He.prototype.delete=function(e){var t=je(this,e).delete(e);return this.size-=t?1:0,t},He.prototype.get=function(e){return je(this,e).get(e)},He.prototype.has=function(e){return je(this,e).has(e)},He.prototype.set=function(e,t){var a=je(this,e),i=a.size;return a.set(e,t),this.size+=a.size==i?0:1,this};var Ge=function(e,t){return function(a){return e(t(a))}}(Object.getPrototypeOf,Object),Ze=Function.prototype,We=Object.prototype,Xe=Ze.toString,Ye=We.hasOwnProperty,Je=Xe.call(Object);function Qe(e){var t=this.__data__=new Fe(e);this.size=t.size}Qe.prototype.clear=function(){this.__data__=new Fe,this.size=0},Qe.prototype.delete=function(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a},Qe.prototype.get=function(e){return this.__data__.get(e)},Qe.prototype.has=function(e){return this.__data__.has(e)},Qe.prototype.set=function(e,t){var a=this.__data__;if(a instanceof Fe){var i=a.__data__;if(!Ie||i.length<199)return i.push([e,t]),this.size=++a.size,this;a=this.__data__=new He(i)}return a.set(e,t),this.size=a.size,this};var qe="object"==typeof e&&e&&!e.nodeType&&e,$e=qe&&"object"==typeof module&&module&&!module.nodeType&&module,Ke=$e&&$e.exports===qe?w.Buffer:void 0;Ke&&Ke.allocUnsafe;var et=w.Uint8Array;function tt(e,t){var a,i,o=(a=e.buffer,i=new a.constructor(a.byteLength),new et(i).set(new et(a)),i);return new e.constructor(o,e.byteOffset,e.length)}var at=function(e,t,a){for(var i=-1,o=Object(e),n=a(e),r=n.length;r--;){var s=n[++i];if(!1===t(o[s],s,o))break}return e};function it(e,t,a){(void 0!==a&&!ne(e[t],a)||void 0===a&&!(t in e))&&oe(e,t,a)}function ot(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function nt(e){return function(e,t,a){var i=!a;a||(a={});for(var o=-1,n=t.length;++o<n;){var r=t[o],s=void 0;void 0===s&&(s=e[r]),i?oe(a,r,s):se(a,r,s)}return a}(e,Ne(e))}function rt(e,t,a,i,o,n,r){var s=ot(e,a),l=ot(t,a),c=r.get(l);if(c)it(e,a,c);else{var u,d=n?n(s,l,a+"",e,t,r):void 0,p=void 0===d;if(p){var h=A(l),C=!h&&xe(l),m=!h&&!C&&Me(l);d=l,h||C||m?A(s)?d=s:B(u=s)&&de(u)?d=function(e,t){var a=-1,i=e.length;for(t||(t=Array(i));++a<i;)t[a]=e[a];return t}(s):C?(p=!1,d=l.slice()):m?(p=!1,d=tt(l)):d=[]:function(e){if(!B(e)||"[object Object]"!=M(e))return!1;var t=Ge(e);if(null===t)return!0;var a=Ye.call(t,"constructor")&&t.constructor;return"function"==typeof a&&a instanceof a&&Xe.call(a)==Je}(l)||ye(l)?(d=s,ye(s)?d=nt(s):T(s)&&!D(s)||(d=function(e){return"function"!=typeof e.constructor||he(e)?{}:Y(Ge(e))}(l))):p=!1}p&&(r.set(l,d),o(d,l,i,n,r),r.delete(l)),it(e,a,d)}}function st(e,t,a,i,o){e!==t&&at(t,function(n,r){if(o||(o=new Qe),T(n))rt(e,t,r,a,st,i,o);else{var s=i?i(ot(e,r),n,r+"",e,t,o):void 0;void 0===s&&(s=n),it(e,r,s)}},Ne)}var lt,ct=(lt=function(e,t,a){st(e,t,a)},ce(function(e,t){var a=-1,i=t.length,o=i>1?t[i-1]:void 0,n=i>2?t[2]:void 0;for(o=lt.length>3&&"function"==typeof o?(i--,o):void 0,n&&function(e,t,a){if(!T(a))return!1;var i=typeof t;return!!("number"==i?de(a)&&ie(t,a.length):"string"==i&&t in a)&&ne(a[t],e)}(t[0],t[1],n)&&(o=i<3?void 0:o,i=1),e=Object(e);++a<i;){var r=t[a];r&<(e,r,a,o)}return e}));const ut=(e,t)=>{const a=e.__vccOpts||e;for(const[i,o]of t)a[i]=o;return a},dt={class:"JessibucaPlayer"},pt=["id"],ht=ut({__name:"JessibucaPlayer",props:{url:{type:String,required:!0},options:{type:Object,default:()=>({})}},setup(e,{expose:a}){const i={decoder:"./jesncrypt/decoder-pro.js",debug:!1,debugLevel:"false",videoBuffer:.1,videoBufferDelay:.3,isResize:!0,forceNoOffscreen:!1,supportDblclickFullscreen:!1,loadingText:"加载中",timeout:10,mseWaitVideoCanplayTimeout:3,loadingTimeout:3,loadingTimeoutReplay:!0,loadingTimeoutReplayTimes:3,heartTimeout:5,heartTimeoutReplay:!0,heartTimeoutReplayTime:5,heartTimeoutReplayUseLastFrameShow:!0,useMSE:!1,useWCS:!0,autoWasm:!0,useSIMD:!0,muted:!1,isNotMute:!1,audioEngine:"worklet",hasAudio:!1,useVideoRender:!0,useCanvasRender:!1,useWebGPU:!1,hiddenControl:!1,controlAutoHide:!0,showBandwidth:!1,operateBtns:{fullscreen:!0,screenshot:!0,play:!0,audio:!0,record:!0,ptz:!1,quality:!0,close:!1,zoom:!1,scale:!1,performance:!1,face:!1},extendOperateBtns:{},toolBar:{screenshot:{icon:"path/to/your-icon.png",click:function(){player.screenshot()}}}},o=e,n=t.ref(null),s=t.reactive({id:r()}),l=t.ref(null),c=t.computed(()=>document.getElementById(s.id)),u=t.computed(()=>({...i,container:c.value})),d=t.computed(()=>ct({},u.value,o.options)),p=()=>{n.value&&(n.value.destroy(),n.value=null)};return t.watch(()=>o.url,(e,t)=>{e&&n.value&&n.value.play(e)}),t.onMounted(()=>{setTimeout(()=>{(()=>{if(c.value)try{n.value=new window.JessibucaPro(d.value),o.url&&n.value.play(o.url)}catch(e){}})()},1e3),c.value&&(l.value=new ResizeObserver(()=>{n.value&&n.value.resize()}),l.value.observe(c.value))}),t.onUnmounted(()=>{p()}),a({destroyPlayer:p,pausePlayer:()=>{n.value&&n.value.pause()}}),(e,a)=>(t.openBlock(),t.createElementBlock("div",dt,[t.createElementVNode("div",{id:s.id},[t.renderSlot(e.$slots,"content",{},()=>[a[0]||(a[0]=t.createElementVNode("div",{class:"JessibucaPlayer-status"},"暂无视频画面",-1))],!0)],8,pt)]))}},[["__scopeId","data-v-ad125305"]]),Ct=ut({__name:"uavVideoItem",props:{deviceId:{type:String,default:"34020000001180000101"},channelId:{type:String,default:"34020000001320000033"},url:{type:String,default:""}},setup(e,{expose:a}){const i=t.ref(null),o=t.ref(!1),n=t.ref(!1),r=t.ref(!1);t.ref(""),t.ref("");const s=t.ref({cameraName:"摄像头",cameraType:"0"}),l=async()=>{s.value.cameraName="摄像头"};return a({handleDestroy:()=>{var e;null==(e=i.value)||e.destroyPlayer()}}),t.watch(()=>n.value,(e,t)=>{e||l()}),t.onMounted(()=>{l()}),(a,l)=>(t.openBlock(),t.createBlock(y,{title:`${s.value.cameraName}`,ControlType:o.value,"onUpdate:ControlType":l[0]||(l[0]=e=>o.value=e),HalfFull:n.value,"onUpdate:HalfFull":l[1]||(l[1]=e=>n.value=e),playbackType:r.value,qxType:!1,ytType:!1,hfType:!1,onSetplaybackTime:a.setplaybackTime,onSetClose:a.setClose},{VideoContent:t.withCtx(()=>[t.createVNode(ht,{ref_key:"playerRef",ref:i,url:e.url,width:"100%",options:{}},{Content:t.withCtx(()=>[...l[2]||(l[2]=[])]),_:1},8,["url"])]),_:1},8,["title","ControlType","HalfFull","playbackType","onSetplaybackTime","onSetClose"]))}},[["__scopeId","data-v-b0232ab2"]]);class mt{constructor(){this.video=document.createElement("video"),this.video.className="smartyz-web-sdk-player",this.video.crossOrigin="anonymous",this.video.loop=!0,this.video.muted=!0,this.video.playsInline=!0,this.video.autoplay=!1,this.video.style.display="none",this.video.style.position="absolute",this.video.style.top="0",this.video.style.left="0",this.video.style.width="1px",this.video.style.height="1px",this.video.style.visibility="hidden",document.body.appendChild(this.video),this.player=null,this.url=null,this._reconnectCount=0,this._maxReconnectCount=15,this._reconnectInterval=3e4,this._reconnectTimer=null,this._status="idle",this._statusStartTime=Date.now(),this._lastError=null,this._statistics={bufferDelay:0,downloadSpeed:0,decodedFrames:0,droppedFrames:0},this._frameCatchInterval=null,this._frameCatchPeriod=2e3,this._maxBufferDelay=5,this._seekOffset=.5,this._onVideoEventBound=this._onVideoEvent.bind(this)}get status(){return this._status}get statistics(){return{...this._statistics}}_setStatus(e,t={}){const a=Date.now();this._statusStartTime;this._status=e,this._statusStartTime=a}init(e){this.url=e}play(){this._resetReconnectCount(),this._setStatus("loading"),this._createPlayer()}_createPlayer(){this.player=flvjs.createPlayer({type:"flv",url:this.url,isLive:!0,hasAudio:!1}),this.player.attachMediaElement(this.video),this.player.load(),this.player.on(flvjs.Events.ERROR,(e,t,a)=>{this._lastError={type:e,detail:t,info:a,time:Date.now()},this._setStatus("error",{errorType:e,errorDetail:t,errorInfo:a}),e===flvjs.ErrorTypes.NETWORK_ERROR&&this._scheduleReconnect()}),this.player.on(flvjs.Events.STATISTICS_INFO,e=>{this._statistics.downloadSpeed=e.speed||0,void 0!==e.decodedFrames&&(this._statistics.decodedFrames=e.decodedFrames),void 0!==e.droppedFrames&&(this._statistics.droppedFrames=e.droppedFrames)}),this.video.addEventListener("canplay",this._onVideoEventBound),this.video.addEventListener("playing",this._onVideoEventBound),this.video.addEventListener("pause",this._onVideoEventBound),this.video.addEventListener("waiting",this._onVideoEventBound),this.video.addEventListener("stalled",this._onVideoEventBound),this.video.addEventListener("ended",this._onVideoEventBound),this.video.addEventListener("error",this._onVideoEventBound),this.video.addEventListener("canplay",()=>{this._resetReconnectCount(),this.player.play()},{once:!0}),this._startFrameCatch()}_onVideoEvent(e){switch(e.type){case"canplay":break;case"playing":this._setStatus("playing");break;case"pause":!this.video.ended&&this.video.readyState<4&&this._setStatus("paused");break;case"waiting":case"stalled":"playing"===this._status&&this._setStatus("loading");break;case"ended":this._setStatus("idle");break;case"error":this._lastError={type:"VIDEO_ERROR",detail:this.video.error,time:Date.now()},this._setStatus("error",{videoError:this.video.error})}}_scheduleReconnect(){this._reconnectTimer||(this._reconnectCount>=this._maxReconnectCount?this._setStatus("error",{reason:"max_reconnect_reached"}):(this._reconnectCount++,this._setStatus("reconnecting",{count:this._reconnectCount,max:this._maxReconnectCount}),this._reconnectTimer=setTimeout(()=>{this.destroy(),this._createPlayer()},this._reconnectInterval)))}_resetReconnectCount(){this._reconnectCount=0}_startFrameCatch(){this._stopFrameCatch(),this._frameCatchInterval=setInterval(()=>{this._checkAndCatchFrame()},this._frameCatchPeriod)}_stopFrameCatch(){this._frameCatchInterval&&(clearInterval(this._frameCatchInterval),this._frameCatchInterval=null)}_checkAndCatchFrame(){if(!this.video||this.video.readyState<2)return;const e=this.video.buffered;if(!e||0===e.length)return;const t=this.video.currentTime,a=e.end(e.length-1),i=a-t;if(this._statistics.bufferDelay=parseFloat(i.toFixed(2)),i>this._maxBufferDelay){const e=a-this._seekOffset;this.video.currentTime=e}}pause(){var e;null==(e=this.player)||e.pause(),this.video.pause(),this._setStatus("paused")}switchUrl(e){this.destroy(),this.init(e),this.play()}stop(){this.destroy(),this._setStatus("idle")}destroy(){this._reconnectTimer&&(clearTimeout(this._reconnectTimer),this._reconnectTimer=null),this._stopFrameCatch(),this.video.removeEventListener("canplay",this._onVideoEventBound),this.video.removeEventListener("playing",this._onVideoEventBound),this.video.removeEventListener("pause",this._onVideoEventBound),this.video.removeEventListener("waiting",this._onVideoEventBound),this.video.removeEventListener("stalled",this._onVideoEventBound),this.video.removeEventListener("ended",this._onVideoEventBound),this.video.removeEventListener("error",this._onVideoEventBound),this.player&&(this.player.pause(),this.player.unload(),this.player.detachMediaElement(),this.player.destroy(),this.player=null)}}class vt{constructor(e,t,a={}){this.viewer=e,this.video=t,this.flipY=a.flipY||!1,this.generateMipmap=a.generateMipmap||!1,this.texture=new Cesium.Texture({context:e.scene.context,source:this.video,width:1,height:1,pixelFormat:Cesium.PixelFormat.RGBA,pixelDatatype:Cesium.PixelDatatype.UNSIGNED_BYTE}),this.lastUpdate=0,this.enabled=!1}update(){this.enabled&&(this.flipY&&(this.texture._flipY=!0),this.texture.copyFrom({source:this.video}),this.generateMipmap&&this.texture.generateMipmap())}stop(){this.destroy()}destroy(){var e;null==(e=this.texture)||e.destroy(),this.viewer=null,this.video=null}}class ft{constructor(e,t){this.viewer=e,this.guid=t.guid||t.id,this.options=t,this.player=new mt,this._modelTexture=null,this.texture=null,this.model=null,this._updateOnce=!1,this._destroyed=!1}async init(){if(this._destroyed)return;let e=this.options.video_url||"";e&&e.startsWith("rtsp://")&&(e=this._convertRtspToWs(e)),this.player.init(e),await this._loadModel()}async _loadModel(){let e=this.options.world_pos;if("string"==typeof e)try{e=JSON.parse(e)}catch(n){e=null}if(!e&&this.options.elementData&&this.options.elementData._worldMapPos){const t=this.options.elementData._worldMapPos;e={longitude:t.x,latitude:t.y,altitude:t.z}}if(!e)return;const t=Cesium.Cartesian3.fromDegrees(e.longitude,e.latitude,e.altitude||1),a=Cesium.Transforms.eastNorthUpToFixedFrame(t),i=this._createShader();let o=this.options.model_url||this.options.url||"";if(o&&!o.endsWith(".glb")&&(o+=".glb"),this.model=await Cesium.Model.fromGltfAsync({url:o,modelMatrix:a,customShader:i,id:this.guid}),this._destroyed)return this.model&&this.model.destroy(),void(this.model=null);this.viewer.scene.primitives.add(this.model),this.model.readyEvent.addEventListener(e=>{var t;if(this._destroyed)return;const a=e.boundingSphere.center,i={x:a.x,y:a.y,z:a.z},o=new Cesium.Cartesian3(1,1,1),r=Cesium.Matrix4.fromScale(o);e.modelMatrix=Cesium.Matrix4.multiply(e.modelMatrix,r,new Cesium.Matrix4);let s={x:0,y:0,z:0};if(this.options.euler_angles)try{s="string"==typeof this.options.euler_angles?JSON.parse(this.options.euler_angles):this.options.euler_angles}catch(n){}else(null==(t=this.options.elementData)?void 0:t._iveEuler)&&(s=this.options.elementData._iveEuler);if(s&&(0!==s.z||0!==s.y||0!==s.x)){let t=e.modelMatrix;const a=s;if(a.z>1e-4||a.z<-1e-4){const e=Cesium.Matrix3.fromRotationZ(Cesium.Math.toRadians(a.z)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}if(a.y>1e-4||a.y<-1e-4){const e=Cesium.Matrix3.fromRotationY(Cesium.Math.toRadians(a.y)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}if(a.x>1e-4||a.x<-1e-4){const e=Cesium.Matrix3.fromRotationX(Cesium.Math.toRadians(a.x)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}e.modelMatrix=t;const o=e.boundingSphere.center,n=new Cesium.Cartesian3(i.x,i.y,i.z),r=Cesium.Cartesian3.subtract(n,o,new Cesium.Cartesian3),l=Cesium.Matrix4.fromTranslation(r);Cesium.Matrix4.multiply(l,e.modelMatrix,e.modelMatrix)}},this)}update(){var e,t;(null==(e=this._videoTexture)?void 0:e.enabled)&&this.player.video.readyState>=2&&(null==(t=this._videoTexture)||t.update(),this._updateOnce||(this.model.customShader._textureManager._textures.SmartTexture=this._videoTexture.texture,this._updateOnce=!0))}play(){this.player.play(),this.player.video.addEventListener("playing",()=>{this._videoTexture=new vt(this.viewer,this.player.video),this._videoTexture.enabled=!0},{once:!0})}pause(){this.player.pause()}switchUrl(e){this.player.switchUrl(e)}stop(){this.player.stop(),this._videoTexture&&(this._videoTexture.enabled=!1,this._videoTexture.stop(),this._videoTexture=null),this._updateOnce=!1}destroy(){var e;this._destroyed=!0,this.stop(),this.model&&(null==(e=this.viewer)||e.scene.primitives.remove(this.model),this.model=null),this.viewer=null}show(){this.model&&(this.model.show=!0)}hide(){this.model&&(this.model.show=!1)}_createShader(){let e=this.options.preview_url||"";return!e&&this.options.url&&(e=this.options.url+".preview.png"),new Cesium.CustomShader({uniforms:{SmartTexture:{type:"sampler2D",value:new Cesium.TextureUniform({url:e})}},mode:"REPLACE_MATERIAL",fragmentShaderText:"\n void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material)\n {\n vec2 texCoord = fsInput.attributes.texCoord_0;\n texCoord.y = 1.0 - texCoord.y;\n material.diffuse = texture(SmartTexture, texCoord).rgb;\n }\n "})}_convertRtspToWs(e,t=8001){if(!e||!e.startsWith("rtsp://"))return e;const a=e.match(/^rtsp:\/\/([^:]+):(\d+)\/(.+)$/);if(a){const[,e,,i]=a;return`ws://${e}:${t}/${i}.live.flv`}return e}}class yt{constructor(e,t){this.viewer=e,this.planes=new Map,this._destroyed=!1,this.readyPromise=this._init(t),this._tickHandler=()=>{this.update()},this.viewer.clock.onTick.addEventListener(this._tickHandler)}async whenReady(){return this.readyPromise}async _init(e){await Promise.allSettled(e.map(e=>this.add(e)))}async add(e){if(this._destroyed)return;const t=new ft(this.viewer,e);await t.init(),this._destroyed?t.destroy():this.planes.set(e.guid||e.id,t)}update(){this.planes.forEach(e=>{e.update()})}_getStreetCode(e){const t=this.planes.get(e);return t&&t.options.street_code||null}_getSameStreetPlanes(e){const t=this._getStreetCode(e);if(!t)return[e];const a=[];return this.planes.forEach((e,i)=>{e.options.street_code===t&&a.push(i)}),a}updateVideoPlane(e){const t=e.guid||e.id;if(!this.planes.get(t))return;[t].forEach(t=>{const a=this.planes.get(t);if(a)switch(e.playState){case 0:a.switchUrl(e.videoUrl),a.play();break;case 1:a.switchUrl(e.videoUrl);break;case 2:a.pause();break;case 3:a.play();break;case 4:a.stop()}})}remove(e){const t=this.planes.get(e);t&&(t.destroy(),this.planes.delete(e))}destroy(){this._destroyed=!0,this._tickHandler&&this.viewer&&(this.viewer.clock.onTick.removeEventListener(this._tickHandler),this._tickHandler=null),this.planes.forEach(e=>{e.destroy()}),this.planes.clear(),this.viewer=null}show(e){const t=this.planes.get(e);t&&t.show()}hide(e){const t=this.planes.get(e);t&&t.hide()}showAll(){this.planes.forEach(e=>e.show())}hideAll(){this.planes.forEach(e=>e.hide())}}const gt={transformVideoTwin(e){let t=e.world_pos;if("string"==typeof t)try{t=JSON.parse(t)}catch(i){t=null}let a=e.euler_angles;if("string"==typeof a)try{a=JSON.parse(a)}catch(i){a={x:0,y:0,z:0}}return{guid:e.id,id:e.id,name:e.name,url:e.model_url,model_url:e.model_url,video_url:e.video_url,preview_url:e.preview_url,world_pos:t,euler_angles:a,view_point_id:e.view_point_id,country_code:e.country_code,street_code:e.street_code,elementData:{_worldMapPos:t?{x:t.longitude,y:t.latitude,z:t.altitude}:null,_subVecData:[{_videoUrl:e.video_url}],_iveEuler:a||{x:0,y:0,z:0}}}},groupByArea(e,t){const a=new Map,i=new Map;return t&&t.forEach(e=>{e.county_code&&!i.has(e.county_code.toString())&&i.set(e.county_code.toString(),e.county_name||e.region_name)}),e.forEach(e=>{const t=e.country_code||"unknown";a.has(t)||a.set(t,{areaCode:t,name:i.get(t)||`区域${t}`,content:[]}),a.get(t).content.push(this.transformVideoTwin(e))}),Array.from(a.values())}},_t=new Cesium.Matrix4(.5,0,0,.5,0,.5,0,.5,0,0,.5,.5,0,0,0,1);class wt{constructor(e,t){this.viewer=e,this.CameraId=t.id||Math.random().toString(36).substr(2),this.position=t.position||Cesium.Cartesian3.ZERO,this.heading=t.heading||0,this.pitch=t.pitch||0,this.roll=t.roll||0,this.fov=t.fov||37,this.aspectRatio=t.aspectRatio||16/9,this.viewDistance=t.viewDistance||500,this.viewNearDistance=t.viewNearDistance||.1,this.frustumOutlineColor=t.contourLineColor||t.frustumOutlineColor,this.enabled="boolean"!=typeof t.enabled||t.enabled,this.softShadows="boolean"!=typeof t.softShadows||t.softShadows,this.size=t.size||2048,this.alpha=t.alpha||1,this.textureType=t.textureType||1,this.player=new mt,this._videoTexture=null,this._updateHandler=null,this.postStage=null,this.lightCamera=null,this.shadowMap=null,this.frustumOutline=null,this.GLSL="\n in vec2 v_textureCoordinates;\n uniform sampler2D colorTexture;\n uniform sampler2D depthTexture;\n uniform sampler2D shadowMap_texture;\n \n uniform mat4 camera_projection_matrix;\n uniform mat4 camera_view_matrix;\n uniform mat4 scaleBiasMatrix;\n\n uniform mat4 scene_camera_matrix;\n\n uniform mat4 shadowMap_matrix;\n uniform vec4 shadowMap_lightPositionEC;\n uniform vec4 shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness;\n uniform vec4 shadowMap_texelSizeDepthBiasAndNormalShadingSmooth;\n uniform int helsing_textureType;\n uniform sampler2D helsing_texture;\n uniform float helsing_alpha;\n uniform vec4 helsing_visibleAreaColor;\n uniform vec4 helsing_invisibleAreaColor;\n\n vec4 toEye(in vec2 uv, in float depth){\n vec2 xy = vec2((uv.x * 2.0 - 1.0),(uv.y * 2.0 - 1.0));\n vec4 posInCamera =czm_inverseProjection * vec4(xy, depth, 1.0);\n posInCamera =posInCamera / posInCamera.w;\n return posInCamera;\n }\n float getDepth(in vec4 depth){\n float z_window = czm_unpackDepth(depth);\n z_window = czm_reverseLogDepth(z_window);\n float n_range = czm_depthRange.near;\n float f_range = czm_depthRange.far;\n return (2.0 * z_window - n_range - f_range) / (f_range - n_range);\n }\n float _czm_sampleShadowMap(sampler2D shadowMap, vec2 uv){\n return texture(shadowMap, uv).r;\n }\n float _czm_shadowDepthCompare(sampler2D shadowMap, vec2 uv, float depth){\n return step(depth, _czm_sampleShadowMap(shadowMap, uv));\n }\n float _czm_shadowVisibility(sampler2D shadowMap, czm_shadowParameters shadowParameters){\n float depthBias = shadowParameters.depthBias;\n float depth = shadowParameters.depth;\n float nDotL = shadowParameters.nDotL;\n float normalShadingSmooth = shadowParameters.normalShadingSmooth;\n float darkness = shadowParameters.darkness;\n vec2 uv = shadowParameters.texCoords;\n depth -= depthBias;\n vec2 texelStepSize = shadowParameters.texelStepSize;\n float radius = 1.0;\n float dx0 = -texelStepSize.x * radius;\n float dy0 = -texelStepSize.y * radius;\n float dx1 = texelStepSize.x * radius;\n float dy1 = texelStepSize.y * radius;\n float visibility = (_czm_shadowDepthCompare(shadowMap, uv, depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, 0.0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, 0.0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy1), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy1), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy1), depth)\n ) * (1.0 / 9.0);\n return visibility;\n }\n \n bool visible(in vec4 result)\n {\n result.x/=result.w;\n result.y/=result.w;\n result.z/=result.w;\n return result.x>=-1.&&result.x<=1.\n &&result.y>=-1.&&result.y<=1.\n &&result.z>=-1.&&result.z<=1.;\n }\n void main(){\n const float PI = 3.141592653589793;\n vec4 color = texture(colorTexture, v_textureCoordinates);\n vec4 currentDepth = texture(depthTexture, v_textureCoordinates);\n if(currentDepth.r >= 1.0){\n out_FragColor = color;\n return;\n }\n float depth = getDepth(currentDepth);\n vec4 positionEC = toEye(v_textureCoordinates, depth);\n vec3 normalEC = vec3(1.0);\n czm_shadowParameters shadowParameters;\n shadowParameters.texelStepSize = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.xy;\n shadowParameters.depthBias = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.z;\n shadowParameters.normalShadingSmooth = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.w;\n shadowParameters.darkness = shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness.w;\n shadowParameters.depthBias *= max(depth * 0.01, 1.0);\n\n vec4 wordPos = czm_inverseView * positionEC;\n vec4 vcPos = camera_view_matrix * wordPos;\n\n vec4 shadowPosition = shadowMap_matrix * positionEC;\n shadowPosition /= shadowPosition.w;\n if (any(lessThan(shadowPosition.xyz, vec3(0.0))) || any(greaterThan(shadowPosition.xyz, vec3(1.0)))){\n out_FragColor = color;\n return;\n }\n\n vec3 directionEC = positionEC.xyz-shadowMap_lightPositionEC.xyz;\n float distance = length(directionEC);\n directionEC = normalize(directionEC);\n\n vec3 directionWC = czm_inverseViewRotation * directionEC;\n\n float nDotL = clamp(dot(normalEC, -directionEC), 0.0, 1.0);\n\n shadowParameters.texCoords = shadowPosition.xy;\n shadowParameters.depth = shadowPosition.z;\n shadowParameters.nDotL = nDotL;\n float visibility = _czm_shadowVisibility(shadowMap_texture, shadowParameters);\n if (helsing_textureType < 2){\n vec4 videoColor = texture(helsing_texture, shadowPosition.xy);\n if (visibility == 1.0){\n out_FragColor = mix(color, vec4(videoColor.xyz, 1.0), helsing_alpha * videoColor.a);\n }\n else{\n if(abs(shadowPosition.z - 0.0) < 0.001){\n return;\n }\n out_FragColor = color;\n }\n }\n else{ \n\n }\n }"}init(){this._createLightCamera(),this._createShadowMap(),this._drawFrustumOutline()}updatePose(e){if(e){if(void 0!==e.position&&(this.position=e.position),void 0!==e.heading&&(this.heading=e.heading),void 0!==e.pitch&&(this.pitch=e.pitch),void 0!==e.roll&&(this.roll=e.roll),void 0!==e.fov){this.fov=e.fov;const t=Cesium.Math.toRadians(this.fov);this.lightCamera.frustum.fov=t,this.lightCamera.frustum.aspectRatio=this.aspectRatio}this.lightCamera.position=this.position,this.lightCamera.setView({destination:this.position,orientation:{heading:Cesium.Math.toRadians(this.heading),pitch:Cesium.Math.toRadians(this.pitch),roll:Cesium.Math.toRadians(this.roll)}}),this._updateFrustumPositions()}}play(e){e||(e={}),e.url&&this.player.init(e.url),this.player.play();const t=()=>{this._videoTexture=new vt(this.viewer,this.player.video,{flipY:!0,generateMipmap:!0}),this._videoTexture.enabled=!0,this._updateHandler=()=>{var e;null==(e=this._videoTexture)||e.update()},this.viewer.clock.onTick.addEventListener(this._updateHandler),this._createPostStage()};this.player.video.readyState>=3?t():this.player.video.addEventListener("canplay",t,{once:!0})}update(){var e;null==(e=this._videoTexture)||e.update()}stop(){this.player.stop(),this._videoTexture&&(this._videoTexture.enabled=!1,this._videoTexture.stop(),this._videoTexture=null),this.postStage&&this.viewer&&(this.viewer.scene.postProcessStages.remove(this.postStage),this.postStage=null),this._updateHandler&&this.viewer&&(this.viewer.clock.onTick.removeEventListener(this._updateHandler),this._updateHandler=null)}destroy(){var e,t;this.stop(),this.frustumOutline&&this.viewer&&(this.viewer.scene.primitives.remove(this.frustumOutline),this.frustumOutline=null,this._frustumPolylines=null),this.sketch&&this.viewer&&(this.viewer.entities.remove(this.sketch),this.sketch=null),this.shadowMap&&this.viewer&&(this.viewer.scene.shadowMap===this.shadowMap&&(this.viewer.scene.shadowMap=void 0),null==(t=(e=this.shadowMap).destroy)||t.call(e),this.shadowMap=null),this.lightCamera=null,this.player.destroy(),this.viewer=null}_createPostStage(){const e=this,t=e.shadowMap._isPointLight?e.shadowMap._pointBias:e.shadowMap._primitiveBias,a=new Cesium.PostProcessStage({fragmentShader:e.GLSL,uniforms:{helsing_textureType:function(){return e.textureType},helsing_texture:function(){var t;return null==(t=e._videoTexture)?void 0:t.texture},helsing_alpha:function(){return e.alpha},helsing_visibleAreaColor:function(){return e.visibleAreaColor},helsing_invisibleAreaColor:function(){return e.invisibleAreaColor},shadowMap_texture:function(){return e.shadowMap._shadowMapTexture},shadowMap_matrix:function(){return e.shadowMap._shadowMapMatrix},camera_projection_matrix:function(){return e.lightCamera.frustum.projectionMatrix},camera_view_matrix:function(){return e.lightCamera.viewMatrix},scene_camera_matrix:this.viewer.scene.camera.inverseViewMatrix,scaleBiasMatrix:_t,shadowMap_lightPositionEC:function(){return e.shadowMap._lightPositionEC},shadowMap_texelSizeDepthBiasAndNormalShadingSmooth:function(){const a=new Cesium.Cartesian2;return a.x=1/e.shadowMap._textureSize.x,a.y=1/e.shadowMap._textureSize.y,Cesium.Cartesian4.fromElements(a.x,a.y,t.depthBias,t.normalShadingSmooth,new Cesium.Cartesian4)},shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness:function(){return Cesium.Cartesian4.fromElements(t.normalOffsetScale,e.shadowMap._distance,e.shadowMap.maximumDistance,e.shadowMap._darkness,new Cesium.Cartesian4)}}});this.postStage=e.viewer.scene.postProcessStages.add(a)}_createShadowMap(){this.shadowMap=new Cesium.ShadowMap({context:this.viewer.scene.context,lightCamera:this.lightCamera,enabled:this.enabled,cascadesEnabled:!1,size:this.size,softShadows:this.softShadows,normalOffset:!1,fromLightSource:!1}),this.viewer.scene.shadowMap=this.shadowMap}_createLightCamera(){this.lightCamera=new Cesium.Camera(this.viewer.scene),this.lightCamera.position=this.position,this.lightCamera.frustum.near=this.viewNearDistance,this.lightCamera.frustum.far=this.viewDistance;const e=Cesium.Math.toRadians(this.fov);this.lightCamera.frustum.fov=e,this.lightCamera.frustum.aspectRatio=this.aspectRatio,this.lightCamera.setView({destination:this.position,orientation:{heading:Cesium.Math.toRadians(this.heading),pitch:Cesium.Math.toRadians(this.pitch),roll:Cesium.Math.toRadians(this.roll)}})}_computeFrustumCorners(){const e=this.lightCamera,t=this.viewNearDistance,a=this.viewDistance,i=Cesium.Math.toRadians(this.fov)/2,o=this.aspectRatio,n=Math.tan(i),r=t*n,s=r*o,l=a*n,c=l*o,u=Cesium.Cartesian3.clone(e.directionWC),d=Cesium.Cartesian3.clone(e.upWC),p=Cesium.Cartesian3.clone(e.rightWC);function h(t,a,i){const o=Cesium.Cartesian3.add(e.positionWC,Cesium.Cartesian3.multiplyByScalar(u,t,new Cesium.Cartesian3),new Cesium.Cartesian3);return[Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,-a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,-i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,-a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,-i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3)]}return{nearCorners:h(t,s,r),farCorners:h(a,c,l)}}_drawFrustumOutline(){const e=this.frustumOutlineColor?this.frustumOutlineColor instanceof Cesium.Color?this.frustumOutlineColor:Cesium.Color.fromCssColorString(this.frustumOutlineColor):Cesium.Color.GREEN,t=new Cesium.PolylineCollection,a=e;for(let i=0;i<12;i++)t.add({positions:[Cesium.Cartesian3.ZERO,Cesium.Cartesian3.ZERO],width:1,material:Cesium.Material.fromType("Color",{color:a})});this.frustumOutline=this.viewer.scene.primitives.add(t),this._frustumPolylines=t,this._updateFrustumPositions()}_updateFrustumPositions(){if(!this._frustumPolylines)return;const{nearCorners:e,farCorners:t}=this._computeFrustumCorners(),a=this._frustumPolylines._polylines;let i=0;for(let o=0;o<4;o++){const t=(o+1)%4;a[i].positions=[e[o],e[t]],i++}for(let o=0;o<4;o++){const e=(o+1)%4;a[i].positions=[t[o],t[e]],i++}for(let o=0;o<4;o++)a[i].positions=[e[o],t[o]],i++}_drawSketch(){const e=Cesium.Math.toDegrees(this.fov*this.aspectRatio/2),t=Cesium.Math.toDegrees(this.fov/2);this.sketch=this.viewer.entities.add({name:"sketch",id:this.CameraId,position:this.position,orientation:Cesium.Transforms.headingPitchRollQuaternion(this.position,Cesium.HeadingPitchRoll.fromDegrees(this.heading-e,this.pitch,this.roll)),ellipsoid:{radii:new Cesium.Cartesian3(this.viewDistance,this.viewDistance,this.viewDistance),minimumClock:Cesium.Math.toRadians(-e),maximumClock:Cesium.Math.toRadians(e),minimumCone:Cesium.Math.toRadians(t+7.75),maximumCone:Cesium.Math.toRadians(180-t-7.75),fill:!1,outline:!0,subdivisions:256,stackPartitions:64,slicePartitions:64,outlineColor:Cesium.Color.YELLOWGREEN}})}createTextureFromCanvas(e){return new Cesium.Texture({context:this.viewer.scene.context,source:{width:e.width,height:e.height,arrayBufferView:e},flipY:!1,pixelFormat:Cesium.PixelFormat.RGBA,pixelDatatype:Cesium.PixelDatatype.UNSIGNED_BYTE,sampler:new Cesium.Sampler({wrapS:Cesium.TextureWrap.CLAMP_TO_EDGE,wrapT:Cesium.TextureWrap.CLAMP_TO_EDGE})})}}const xt={key:0,class:"uav-container-box"},Vt={class:"uav-container"},kt={class:"uav-header"},St={class:"title"},Et={class:"uav-body"},Lt={class:"uav-video"},bt={class:"uav-list-group"},Mt={class:"uav-list"},Bt={key:0,class:"uav-item-null"},At=["onClick"],Tt={class:"uav-item-content"},Nt={class:"uav-operate"},Dt=["onClick"],Ot=["onClick"],Pt=["onClick"],zt={class:"uav-info-group"},Ut={class:"uav-info-detail"},Rt={class:"uav-info-base grid space-between"},Ft={key:0},It={key:1},jt={key:2},Ht={class:"nameValue"},Gt={class:"name"},Zt={class:"value"},Wt={class:"uav-info-attitude"},Xt={class:"compass"},Yt={class:"attitude"},Jt=["title"],Qt=ut({__name:"index",props:{uavShow:{type:Boolean,default:!1},uavTitle:{type:String,default:"无人机信息"},activeType:{type:Boolean,default:!1},virtualCameraList:{type:Array,default:()=>[]},useExternalData:{type:Boolean,default:!1},droneListAPiUrl:{type:String,default:""},droneWsUrl:{type:String,default:""},vacApiIpPort:{type:String,default:""},deviceId:{type:String,default:""},cesiumViewer:{type:Object,default:null},virtualCameraOptions:{type:Object,default:()=>({fov:20,viewDistance:5e4,frustumOutlineColor:"#00ff00"})},singleDrone:{type:Boolean,default:!0}},emits:["update:uavShow","close","track","handleOperate"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.uavTitle),r=t.ref(0),s=t.ref(i.uavShow),l=t.ref(""),c=t.ref("1"),u=t.ref("follow"),d=t.ref(""),p=t.ref([]),h=t.ref(null);t.ref(0);const C=t.ref(10),m=t.ref(new Map);let v=null;const f=t.ref(!0),y=t.computed(()=>i.useExternalData&&i.virtualCameraList.length>0?i.virtualCameraList:p.value),g=t.ref([{type:"name",name:"名称",value:"-- --"},{type:"status",name:"状态",value:"-- --"},{type:"battery",name:"电量",value:"-- --"}]),_=t.ref([{name:"速度",value:""},{name:"高度H",value:""},{name:"高度E",value:""},{name:"经度",value:""},{name:"纬度",value:""}]),w=[{name:"速度",value:"--"},{name:"高度H",value:"--"},{name:"高度E",value:"--"},{name:"经度",value:"--"},{name:"纬度",value:"--"}],x=()=>{f.value=!f.value},V=t.ref(null),k=(e,t,a)=>{if("begin"===e){i.singleDrone&&y.value.forEach(e=>{if(e.isRunning&&e.guid!==t.guid){e.isRunning=!1;const t=m.value.get(e.guid);t&&(t.destroy(),m.value.delete(e.guid))}}),t.isRunning=!0,l.value=`ws://${i.vacApiIpPort}/rtp/${i.deviceId}_${t.gbCode}.live.flv`||t.flv;const e=i.cesiumViewer||window.CesiumViewer;if(!e)return;const a=e.camera.positionCartographic,o=Cesium.Math.toDegrees(a.longitude),n=Cesium.Math.toDegrees(a.latitude),r=a.height;M(t.guid,t.flv,{position:Cesium.Cartesian3.fromDegrees(o,n,r),...i.virtualCameraOptions})}"stop"===e&&(t.isRunning=!1,v&&(v.destroy(),m.value.delete(t.guid),v=null)),h.value=t.guid,o("handleOperate",{type:e,item:t,videoInfo:a})},S=t.ref(new Set);let E=null;const L=async(e,t,a,o,n)=>{const r=Cesium.Cartesian3.fromDegrees(e,t,a);v.updatePose({position:r,heading:o,pitch:n});const s=Math.max(500,1.5*a);(i.cesiumViewer||window.CesiumViewer).camera.lookAt(r,new Cesium.HeadingPitchRange(o,Cesium.Math.toRadians(-90),s))},b=()=>{var e;null==(e=V.value)||e.handleDestroy(),m.value.forEach((e,t)=>{try{e.destroy()}catch(a){}}),m.value.clear(),v=null,c.value="",u.value="",h.value=null,o("update:uavShow",!1)},M=(e,t,a={})=>{const o=i.cesiumViewer||window.CesiumViewer;if(!o)return{destroy:()=>{}};const n=o.camera.positionCartographic,r=Cesium.Math.toDegrees(n.longitude),s=Cesium.Math.toDegrees(n.latitude),l=n.height,c={...{id:`drone_${e}`,position:Cesium.Cartesian3.fromDegrees(r,s,l),heading:45,pitch:-75,fov:60,viewDistance:1e4,frustumOutlineColor:"#00FF00"},...a},u=new wt(o,c);return m.value.set(e,u),v=u,u.init(),u.play({url:t}),{vc:u,destroy:()=>{u&&(u.destroy(),m.value.delete(e),v===u&&(v=null))}}};return t.watch(()=>i.activeType,(e,t)=>{}),t.watch(()=>i.uavShow,e=>{s.value=e,e?(async(e,{method:t="POST",body:a=null}={})=>{try{const i={method:t};a&&"GET"!==t&&(i.body=a),i.headers={"Content-Type":"application/json"};const o=await fetch(e,i);if(!o.ok)throw new Error(`HTTP ${o.status}: ${o.statusText}`);const n=await o.json(),r=null==n?void 0:n.data;if(!Array.isArray(r))return p.value=[],[];const s=r.map(e=>({guid:e.sn,id:e.id,name:e.name,state:e.state||"unknown",flv:e.flv,isRunning:!1,...e}));return p.value=s,s}catch(i){throw p.value=[],i}})(i.droneListAPiUrl):b(),(e=>{if(!e&&E)return E.send(JSON.stringify({method:"drone",data:["关闭无人机!"]})),E.close(),E=null,void S.value.clear();E||(E=new WebSocket(`ws://${i.droneWsUrl}`),E.onopen=()=>{},E.onmessage=e=>{var t;let a=null;try{a=JSON.parse(null==e?void 0:e.data)}catch(o){return}if(!(null==a?void 0:a.data)||0===(null==(t=null==a?void 0:a.data)?void 0:t.length))return;const i=null==a?void 0:a.data[0];if(i)try{const e=Number(i.longitude)||1,t=Number(i.latitude)||1,a=Number(i.height)||1,o=Number(i.gimbalPitch)||1,n=(Number(i.gimbalYaw),Number(i.attitudeHead)||1);if(h.value!==i.sn)return;L(e,t,a,n,o),C.value=n,g.value=[{type:"name",name:"名称",value:i.name??"--"},{type:"status",name:"状态",value:"1"==i.state?"在线":"离线"},{type:"battery",name:"电量",value:i.battery??"--"}],_.value=[{name:"速度",value:i.speed??"--"},{name:"高度H",value:i.height??"--"},{name:"高度E",value:i.elevation??"--"},{name:"经度",value:i.longitude??"--"},{name:"纬度",value:i.latitude??"--"}]}catch(o){}},E.onclose=function(){E=null})})(e)}),t.watch(()=>i.uavTitle,e=>{n.value=e}),t.onMounted(()=>{}),t.onUnmounted(()=>{b()}),(e,a)=>{const i=t.resolveComponent("a-tooltip");return s.value?(t.openBlock(),t.createElementBlock("div",xt,[t.withDirectives(t.createElementVNode("div",Vt,[t.createElementVNode("div",kt,[t.createElementVNode("h3",St,t.toDisplayString(n.value),1)]),t.createElementVNode("div",Et,[t.createElementVNode("div",Lt,[(t.openBlock(),t.createBlock(Ct,{url:l.value,title:"",key:r.value,ref_key:"videoItemRef",ref:V},null,8,["url"]))]),t.createElementVNode("div",bt,[a[5]||(a[5]=t.createElementVNode("div",{class:"uav-header2"},"无人机列表",-1)),t.createElementVNode("div",Mt,[0===y.value.length?(t.openBlock(),t.createElementBlock("div",Bt,"暂无数据")):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(y.value,e=>(t.openBlock(),t.createElementBlock("div",{key:null==e?void 0:e.guid,class:t.normalizeClass(["uav-item flex align-items",{active:d.value===e.guid}]),onClick:t=>(e=>{d.value=e.guid})(e)},[t.createElementVNode("div",Tt,[c.value===e.guid?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["status-bar","follow"===u.value])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["uav-name",c.value===e.guid?"activeFly":""])},t.toDisplayString(e.name),3)]),t.createElementVNode("div",Nt,[t.createElementVNode("div",{class:"operate-item",onClick:t.withModifiers(t=>((e,t)=>{n.value=t.name,c.value=t.guid,u.value=e,g.value=[{type:"name",name:"名称",value:(null==t?void 0:t.name)??"--"},{type:"status",name:"状态",value:"--"},{type:"battery",name:"电量",value:"--"}],_.value=w})("follow",e),["stop"])},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[0]||(a[0]=[t.createElementVNode("span",null,"跟随",-1)])]),default:t.withCtx(()=>[t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons smart-ui-icon-chaosong",c.value===e.guid?"uav-fllow-active":""]),title:"跟随"},null,2)]),_:2},1024)],8,Dt),e.isRunning?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:"operate-item",onClick:t=>k("begin",e)},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[1]||(a[1]=[t.createElementVNode("span",null,"融合开",-1)])]),default:t.withCtx(()=>[a[2]||(a[2]=t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-play",title:"融合开"},null,-1))]),_:1})],8,Ot)),e.isRunning?(t.openBlock(),t.createElementBlock("div",{key:1,class:"operate-item",onClick:t=>k("stop",e)},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[3]||(a[3]=[t.createElementVNode("span",null,"融合关",-1)])]),default:t.withCtx(()=>[a[4]||(a[4]=t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-stop",title:"融合关"},null,-1))]),_:1})],8,Pt)):t.createCommentVNode("",!0)])],10,At))),128))])]),t.createElementVNode("div",zt,[a[9]||(a[9]=t.createElementVNode("div",{class:"uav-header2"},"无人机信息",-1)),t.createElementVNode("div",Ut,[t.createElementVNode("div",Rt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(g.value,(e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"flex align-items uav-icon"},["name"==e.type?(t.openBlock(),t.createElementBlock("div",Ft,[...a[6]||(a[6]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.68%200.874748%2033.0303%200.874748%2033.8582%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8582%2029.6975C33.0303%2030.1985%2031.68%2030.1985%2030.852%2029.6975L9.10934%2016.4552C8.28142%2015.9443%208.28142%2015.129%209.10934%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_3993)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_3993)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_3993)'/%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_3993)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_3993)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_3993)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_3993)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M22.39%2034.978C22.0056%2034.5972%2021.7004%2034.144%2021.4921%2033.6445C21.2839%2033.1451%2021.1766%2032.6093%2021.1766%2032.0682C21.1766%2031.5271%2021.2839%2030.9913%2021.4921%2030.4919C21.7004%2029.9924%2022.0056%2029.5392%2022.39%2029.1584C22.9396%2028.614%2023.63%2028.2335%2024.3838%2028.0597C25.1375%2027.8859%2025.9248%2027.9256%2026.6573%2028.1743L26.7342%2028.2003L26.6815%2028.2624C26.4056%2028.5976%2026.0918%2028.9428%2025.8213%2029.2374L25.8007%2029.2591L25.7708%2029.2548C25.6208%2029.2311%2025.4693%2029.219%2025.3176%2029.2187C24.9417%2029.2175%2024.5694%2029.2903%2024.2217%2029.4331C23.874%2029.5758%2023.5579%2029.7856%2023.2913%2030.0505C23.0247%2030.3154%2022.8129%2030.6302%2022.668%2030.977C22.5231%2031.3237%2022.4479%2031.6956%2022.4467%2032.0714C22.4479%2032.4473%2022.5231%2032.8192%2022.668%2033.1659C22.8129%2033.5127%2023.0247%2033.8275%2023.2913%2034.0924C23.5579%2034.3573%2023.874%2034.5671%2024.2217%2034.7098C24.5694%2034.8526%2024.9417%2034.9254%2025.3176%2034.9242C26.0783%2034.9247%2026.8083%2034.6243%2027.3484%2034.0886C27.6679%2033.7696%2027.9072%2033.3795%2028.0467%2032.9501C28.1862%2032.5208%2028.2219%2032.0644%2028.1508%2031.6186L28.1461%2031.5897L28.1682%2031.5691C28.4571%2031.3008%2028.7712%2031.0275%2029.1479%2030.7151L29.2107%2030.6628L29.2381%2030.7404C29.4841%2031.4694%2029.5217%2032.2526%2029.3466%2033.0018C29.1716%2033.751%2028.7908%2034.4364%2028.2473%2034.9809C27.469%2035.7544%2026.4158%2036.1876%2025.3186%2036.1856C24.2212%2036.1867%2023.1682%2035.7523%2022.3904%2034.978H22.39ZM37.3844%2035.9646C36.8703%2035.7952%2036.3948%2035.5257%2035.9851%2035.1719C35.5755%2034.818%2035.2399%2034.3866%2034.9976%2033.9025C34.7552%2033.4184%2034.611%2032.8912%2034.5732%2032.3512C34.5354%2031.8112%2034.6047%2031.269%2034.7772%2030.7559L34.8032%2030.6801L34.8661%2030.7303C35.2041%2030.9981%2035.5329%2031.2774%2035.8519%2031.5677L35.8743%2031.5883L35.8696%2031.6183C35.7984%2032.0646%2035.8346%2032.5215%2035.9754%2032.951C36.1161%2033.3805%2036.3573%2033.7703%2036.6788%2034.0879C37.2202%2034.6226%2037.9508%2034.9219%2038.7117%2034.9208C39.4726%2034.9196%2040.2023%2034.6181%2040.7421%2034.0818C41.0085%2033.8173%2041.2198%2033.5026%2041.3639%2033.1559C41.508%2032.8093%2041.5819%2032.4375%2041.5815%2032.0621C41.581%2031.6867%2041.5061%2031.3151%2041.3612%2030.9688C41.2162%2030.6225%2041.0041%2030.3084%2040.737%2030.0445C40.471%2029.7792%2040.1552%2029.5691%2039.8077%2029.4262C39.4602%2029.2833%2039.088%2029.2104%2038.7123%2029.2118C38.5599%2029.2118%2038.4078%2029.2237%2038.2573%2029.2479L38.2269%2029.2526L38.2063%2029.2299C37.916%2028.9119%2037.6349%2028.5855%2037.3635%2028.2513L37.3129%2028.1888L37.3895%2028.1628C37.8152%2028.0213%2038.2608%2027.9494%2038.7094%2027.9497C39.2527%2027.9476%2039.7911%2028.0535%2040.2932%2028.2612C40.7953%2028.4688%2041.2512%2028.7742%2041.6344%2029.1594C42.1776%2029.6988%2042.5588%2030.3797%2042.7346%2031.1248C42.9104%2031.8699%2042.8738%2032.6494%2042.6289%2033.3747C42.3498%2034.1938%2041.8212%2034.9049%2041.1172%2035.408C40.4132%2035.9111%2039.5693%2036.181%2038.7039%2036.1798C38.2554%2036.1798%2037.8098%2036.1069%2037.3844%2035.9646ZM36.7117%2032.3004C36.7113%2032.0103%2036.7674%2031.723%2036.8767%2031.4543C35.5858%2030.2388%2033.7856%2028.7763%2032.4975%2028.6532C32.3441%2028.6409%2031.7421%2028.6409%2031.572%2028.6593C30.2749%2028.8038%2028.4773%2030.2793%2027.1953%2031.4901C27.2813%2031.732%2027.3253%2031.9866%2027.3253%2032.2433C27.3226%2032.8443%2027.0814%2033.4195%2026.6549%2033.8428C26.2284%2034.2661%2025.6513%2034.5028%2025.0503%2034.501C24.7527%2034.5023%2024.4577%2034.4449%2024.1823%2034.3321C23.9069%2034.2194%2023.6563%2034.0534%2023.4451%2033.8438C23.2338%2033.6342%2023.0659%2033.3849%2022.951%2033.1104C22.8361%2032.8358%2022.7764%2032.5413%2022.7753%2032.2437C22.7764%2031.9461%2022.8361%2031.6516%2022.951%2031.377C23.0659%2031.1025%2023.2338%2030.8532%2023.4451%2030.6436C23.6563%2030.434%2023.9069%2030.268%2024.1823%2030.1553C24.4577%2030.0425%2024.7527%2029.9851%2025.0503%2029.9864C25.3384%2029.986%2025.6238%2030.0402%2025.8917%2030.146C27.0404%2028.9446%2028.4141%2027.2976%2028.6842%2026.0402C28.7344%2025.6278%2028.7423%2025.2114%2028.7084%2024.7972C28.5163%2023.5203%2027.0726%2021.7819%2025.8758%2020.5339C25.6294%2020.6217%2025.3697%2020.6665%2025.1081%2020.6665C24.8105%2020.6678%2024.5155%2020.6104%2024.2401%2020.4976C23.9646%2020.3848%2023.7141%2020.2189%2023.5028%2020.0093C23.2916%2019.7996%2023.1237%2019.5504%2023.0088%2019.2759C22.8938%2019.0013%2022.8342%2018.7068%2022.8331%2018.4092C22.8342%2018.1115%2022.8938%2017.817%2023.0088%2017.5425C23.1237%2017.2679%2023.2916%2017.0187%2023.5028%2016.8091C23.7141%2016.5994%2023.9646%2016.4335%2024.2401%2016.3207C24.5155%2016.208%2024.8105%2016.1506%2025.1081%2016.1519C25.4057%2016.1507%2025.7006%2016.2081%2025.976%2016.3209C26.2513%2016.4337%2026.5018%2016.5996%2026.713%2016.8092C26.9243%2017.0187%2027.0922%2017.2679%2027.2072%2017.5423C27.3221%2017.8168%2027.3819%2018.1112%2027.3831%2018.4088C27.3832%2018.6928%2027.3293%2018.9741%2027.2242%2019.2379C28.5502%2020.487%2030.411%2021.999%2031.7067%2022.0492C31.8223%2022.0492%2032.3155%2022.055%2032.4614%2022.043C33.7524%2021.9484%2035.5695%2020.4708%2036.8728%2019.2441C36.766%2018.9782%2036.7113%2018.6943%2036.7117%2018.4077C36.7127%2018.1101%2036.7723%2017.8155%2036.8872%2017.5409C37.0021%2017.2663%2037.17%2017.0171%2037.3813%2016.8074C37.5926%2016.5977%2037.8431%2016.4318%2038.1186%2016.319C38.394%2016.2062%2038.689%2016.1488%2038.9867%2016.1501C39.2843%2016.1488%2039.5793%2016.2063%2039.8548%2016.3191C40.1302%2016.4319%2040.3807%2016.5978%2040.592%2016.8075C40.8033%2017.0172%2040.9712%2017.2664%2041.0861%2017.541C41.201%2017.8156%2041.2607%2018.1101%2041.2617%2018.4077C41.2585%2019.0084%2041.0173%2019.5834%2040.5908%2020.0064C40.1643%2020.4294%2039.5874%2020.666%2038.9867%2020.6643C38.7285%2020.6643%2038.4721%2020.621%2038.2284%2020.5354C36.9439%2021.8769%2035.3738%2023.7818%2035.3778%2025.0771V25.5736C35.3351%2026.8678%2036.9341%2028.8092%2038.2359%2030.168C38.4775%2030.0842%2038.7314%2030.0415%2038.9871%2030.0416C39.2847%2030.0404%2039.5797%2030.0978%2039.8551%2030.2106C40.1306%2030.3235%2040.3811%2030.4894%2040.5924%2030.6991C40.8036%2030.9088%2040.9715%2031.158%2041.0864%2031.4326C41.2013%2031.7071%2041.261%2032.0017%2041.2621%2032.2993C41.2591%2032.9001%2041.0179%2033.4752%2040.5914%2033.8983C40.1648%2034.3215%2039.5879%2034.5581%2038.9871%2034.5563C38.6896%2034.5575%2038.3947%2034.5002%2038.1194%2034.3875C37.844%2034.2748%2037.5936%2034.109%2037.3823%2033.8996C37.171%2033.6901%2037.0031%2033.441%2036.8881%2033.1666C36.7731%2032.8923%2036.7133%2032.5979%2036.7121%2032.3004H36.7117ZM30.6367%2023.9428C30.4524%2024.1257%2030.3061%2024.3433%2030.2064%2024.5831C30.1067%2024.8228%2030.0555%2025.08%2030.0558%2025.3396C30.0562%2025.5993%2030.108%2025.8563%2030.2083%2026.0958C30.3087%2026.3353%2030.4555%2026.5526%2030.6403%2026.735C31.015%2027.1049%2031.5205%2027.3122%2032.047%2027.3117C32.5736%2027.3112%2033.0787%2027.1031%2033.4527%2026.7324C33.6363%2026.5495%2033.7821%2026.3322%2033.8815%2026.0928C33.9809%2025.8535%2034.0321%2025.5968%2034.0321%2025.3376C34.0321%2025.0784%2033.9809%2024.8218%2033.8815%2024.5824C33.7821%2024.3431%2033.6363%2024.1257%2033.4527%2023.9428L33.4498%2023.9399C33.0763%2023.5693%2032.5712%2023.3616%2032.0451%2023.3622C31.5174%2023.3611%2031.0108%2023.5696%2030.6367%2023.9418V23.9428ZM31.1704%2026.2251C31.0536%2026.11%2030.9609%2025.9728%2030.8976%2025.8216C30.8344%2025.6703%2030.8019%2025.5079%2030.8021%2025.3439C30.801%2025.18%2030.8331%2025.0174%2030.8964%2024.8662C30.9597%2024.7149%2031.0529%2024.5779%2031.1704%2024.4636C31.2868%2024.347%2031.425%2024.2547%2031.5771%2024.1918C31.7293%2024.1289%2031.8923%2024.0967%2032.057%2024.097C32.391%2024.0963%2032.7106%2024.2306%2032.9439%2024.4697C33.06%2024.585%2033.1521%2024.7222%2033.2149%2024.8733C33.2777%2025.0245%2033.3098%2025.1866%2033.3095%2025.3502C33.3092%2025.5139%2033.2765%2025.6759%2033.2131%2025.8268C33.1498%2025.9777%2033.0572%2026.1145%2032.9406%2026.2294C32.8243%2026.3448%2032.6864%2026.4361%2032.5348%2026.4982C32.3832%2026.5603%2032.2208%2026.5919%2032.057%2026.5912H32.0483C31.8851%2026.5912%2031.7235%2026.5588%2031.5728%2026.4959C31.4222%2026.433%2031.2856%2026.3408%2031.1708%2026.2247L31.1704%2026.2251ZM22.3893%2021.5436C20.847%2019.9544%2020.847%2017.427%2022.3893%2015.8381C23.9804%2014.199%2026.5944%2014.1481%2028.248%2015.724C28.7955%2016.2719%2029.1778%2016.9629%2029.351%2017.718C29.5242%2018.473%2029.4813%2019.2615%2029.2273%2019.9934L29.2013%2020.0699L29.1388%2020.0172C28.7777%2019.7186%2028.4607%2019.4355%2028.1638%2019.1505L28.1425%2019.1303L28.1472%2019.1014C28.2209%2018.6531%2028.1865%2018.1936%2028.047%2017.7612C27.9074%2017.3288%2027.6667%2016.9359%2027.3448%2016.6152C26.8057%2016.0807%2026.0774%2015.7807%2025.3183%2015.7803C24.5591%2015.7767%2023.8295%2016.0749%2023.2901%2016.6092C22.7507%2017.1435%2022.4457%2017.8702%2022.442%2018.6295C22.4427%2019.0054%2022.5175%2019.3776%2022.6621%2019.7247C22.8066%2020.0718%2023.0181%2020.387%2023.2845%2020.6524C23.5509%2020.9177%2023.8669%2021.128%2024.2146%2021.2712C24.5622%2021.4144%2024.9347%2021.4877%2025.3107%2021.4869C25.4681%2021.4869%2025.6249%2021.4743%2025.7801%2021.449L25.8101%2021.444L25.8303%2021.4663C26.1033%2021.7552%2026.4204%2022.099%2026.7021%2022.4338L26.7544%2022.4959L26.6775%2022.5219C26.2391%2022.6735%2025.7783%2022.7508%2025.3147%2022.7508H25.2988C24.7581%2022.7516%2024.2225%2022.6452%2023.7231%2022.438C23.2237%2022.2307%2022.7703%2021.9266%2022.3889%2021.5433H22.3893V21.5436ZM38.7032%2022.7479C38.2516%2022.7486%2037.8029%2022.6764%2037.3743%2022.5341L37.2971%2022.5081L37.3498%2022.4457C37.6227%2022.112%2037.9058%2021.7869%2038.1988%2021.4707L38.2193%2021.4483L38.2493%2021.453C38.6991%2021.5256%2039.1597%2021.4906%2039.5934%2021.3509C40.027%2021.2111%2040.4214%2020.9707%2040.7442%2020.6491C41.0103%2020.3845%2041.2214%2020.0698%2041.3651%2019.7231C41.5089%2019.3764%2041.5825%2019.0047%2041.5818%2018.6294C41.5811%2018.2541%2041.506%2017.8827%2041.3608%2017.5366C41.2157%2017.1905%2041.0034%2016.8766%2040.7363%2016.613C40.1945%2016.079%2039.4639%2015.7802%2038.7032%2015.7816C37.9424%2015.7829%2037.2129%2016.0843%2036.6731%2016.6202C36.3536%2016.9392%2036.1143%2017.3294%2035.9748%2017.7587C35.8352%2018.1881%2035.7994%2018.6444%2035.8703%2019.0902L35.875%2019.1202L35.8526%2019.1404C35.4915%2019.4705%2035.1708%2019.7442%2034.8718%2019.9782L34.8086%2020.0273L34.7823%2019.9526C34.5339%2019.2249%2034.4955%2018.442%2034.6714%2017.6935C34.8473%2016.9451%2035.2304%2016.2612%2035.7768%2015.7203C37.3993%2014.1145%2040.0123%2014.1159%2041.6329%2015.7232C42.0169%2016.1044%2042.3216%2016.5577%2042.5295%2017.0572C42.7375%2017.5566%2042.8445%2018.0922%2042.8445%2018.6332C42.8445%2019.1742%2042.7375%2019.7099%2042.5295%2020.2093C42.3216%2020.7088%2042.0169%2021.1621%2041.6329%2021.5433C41.2505%2021.9253%2040.7965%2022.2284%2040.2969%2022.435C39.7973%2022.6416%2039.2619%2022.7478%2038.7213%2022.7476H38.7032V22.7479Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_3993'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_3993'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_3993'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_3993'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_3993'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_3993'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_3993'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_3993'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_3993'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_3993'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_3993'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_3993'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"名称"},null,-1)])])):t.createCommentVNode("",!0),"status"==e.type?(t.openBlock(),t.createElementBlock("div",It,[...a[7]||(a[7]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.68%200.874748%2033.0303%200.874748%2033.8582%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8582%2029.6975C33.0303%2030.1985%2031.68%2030.1985%2030.852%2029.6975L9.10934%2016.4552C8.28142%2015.9443%208.28142%2015.129%209.10934%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_4030)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_4030)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_4030)'/%3e%3cg%20clip-path='url(%23clip0_10_4030)'%3e%3cpath%20d='M37.3702%2016.8862C35.8426%2016.8888%2034.3501%2017.3443%2033.0813%2018.1951C31.8126%2019.0459%2030.8247%2020.2539%2030.2425%2021.6662C29.6603%2023.0785%2029.51%2024.6317%2029.8105%2026.1294C30.1111%2027.6272%2030.8491%2029.0021%2031.9311%2030.0805C33.0131%2031.1588%2034.3906%2031.892%2035.8893%2032.1875C37.3881%2032.4829%2038.9408%2032.3273%2040.3511%2031.7402C41.7614%2031.1532%2042.966%2030.1612%2043.8124%2028.8895C44.6589%2027.6179%2045.1093%2026.1238%2045.1066%2024.5962C45.1008%2022.5486%2044.283%2020.5869%2042.8327%2019.1415C41.3823%2017.6961%2039.4178%2016.885%2037.3702%2016.8862ZM36.6862%2028.9905C36.5506%2029.1174%2036.3719%2029.188%2036.1862%2029.188C36.0005%2029.188%2035.8218%2029.1174%2035.6862%2028.9905L35.1337%2028.438L31.8457%2025.15C31.7189%2025.0145%2031.6483%2024.8357%2031.6483%2024.6501C31.6483%2024.4644%2031.7189%2024.2857%2031.8457%2024.1501L32.3982%2023.5976C32.5338%2023.4707%2032.7125%2023.4001%2032.8982%2023.4001C33.0839%2023.4001%2033.2626%2023.4707%2033.3982%2023.5976L36.1878%2026.3872L41.4505%2021.1245C41.5861%2020.9976%2041.7648%2020.9271%2041.9505%2020.9271C42.1361%2020.9271%2042.3149%2020.9976%2042.4504%2021.1245L43.0029%2021.677C43.1298%2021.8126%2043.2004%2021.9913%2043.2004%2022.177C43.2004%2022.3627%2043.1298%2022.5414%2043.0029%2022.6769L36.6862%2028.9905Z'%20fill='white'/%3e%3cpath%20d='M37.3702%2014.5163C39.7055%2014.5213%2041.973%2015.3013%2043.8172%2016.7341V14.0579C43.8172%2013.0909%2042.8708%2012.3501%2041.7193%2012.3501H21.1236C19.9464%2012.3501%2019.0258%2013.0896%2019.0258%2014.0579V22.8517H27.1361C27.6142%2020.4928%2028.8956%2018.3727%2030.7617%2016.8528C32.6279%2015.3329%2034.9634%2014.5071%2037.3702%2014.5163ZM28.7737%2030.8034H20.9186C20.8046%2030.7789%2020.6865%2030.7803%2020.5731%2030.8074C20.4597%2030.8344%2020.3537%2030.8865%2020.263%2030.9598C20.1723%2031.0331%2020.0991%2031.1258%2020.0489%2031.231C19.9986%2031.3363%2019.9725%2031.4514%2019.9725%2031.568C19.9725%2031.6847%2019.9986%2031.7998%2020.0489%2031.905C20.0991%2032.0103%2020.1723%2032.103%2020.263%2032.1763C20.3537%2032.2496%2020.4597%2032.3017%2020.5731%2032.3287C20.6865%2032.3558%2020.8046%2032.3571%2020.9186%2032.3327H30.0786C29.5901%2031.8711%2029.1526%2031.3584%2028.7737%2030.8034ZM26.9298%2024.406H19V25.2725C19.0521%2025.779%2019.3013%2026.2446%2019.6938%2026.5689C20.0863%2026.8931%2020.5907%2027.05%2021.0979%2027.0055H27.1104C26.9765%2026.3168%2026.9081%2025.6169%2026.906%2024.9153C26.926%2024.7464%2026.934%2024.5762%2026.9298%2024.406Z'%20fill='white'/%3e%3c/g%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_4030)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_4030)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_4030)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_4030)'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_4030'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_4030'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_4030'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_4030'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_4030'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_4030'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_4030'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_4030'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_4030'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_4030'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_4030'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_4030'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_10_4030'%3e%3crect%20width='26.1133'%20height='20'%20fill='white'%20transform='translate(19%2012.3501)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",alt:"状态"},null,-1)])])):t.createCommentVNode("",!0),"battery"==e.type?(t.openBlock(),t.createElementBlock("div",jt,[...a[8]||(a[8]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.6799%200.874748%2033.0302%200.874748%2033.8581%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8581%2029.6975C33.0302%2030.1985%2031.6799%2030.1985%2030.852%2029.6975L9.10931%2016.4552C8.28139%2015.9443%208.28139%2015.129%209.10931%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_4065)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_4065)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_4065)'/%3e%3cpath%20d='M40.3571%2017.7666C41.3828%2017.7666%2042.2143%2018.5981%2042.2143%2019.6237V21.4809H43.1429C44.1685%2021.4809%2045%2022.3124%2045%2023.338V27.0523C45%2028.078%2044.1685%2028.9095%2043.1429%2028.9095H42.2143V30.7666C42.2143%2031.7923%2041.3828%2032.6237%2040.3571%2032.6237H20.8571C19.8315%2032.6237%2019%2031.7923%2019%2030.7666V19.6237C19%2018.5981%2019.8315%2017.7666%2020.8571%2017.7666H40.3571ZM43.1429%2027.0523V23.338H40.3571V19.6237H20.8571V30.7666H40.3571V27.0523H43.1429Z'%20fill='white'/%3e%3cpath%20d='M38.6162%2020.6685C39.0803%2020.6685%2039.3124%2020.9007%2039.3125%2021.3647V29.0259C39.3124%2029.49%2039.0803%2029.7221%2038.6162%2029.7222H22.5986C22.1344%2029.7222%2021.9014%2029.4901%2021.9014%2029.0259V21.3647C21.9015%2020.9006%2022.1344%2020.6685%2022.5986%2020.6685H38.6162ZM29.5449%2021.2212C29.3822%2021.2212%2029.2307%2021.3%2029.1377%2021.4302L29.1016%2021.4888L27.1152%2025.2808C27.0341%2025.4357%2027.0403%2025.6223%2027.1309%2025.772C27.2215%2025.9214%2027.3838%2026.0132%2027.5586%2026.0132H29.4375L28.7002%2028.8159C28.6418%2029.0379%2028.7421%2029.272%2028.9434%2029.3823C29.1445%2029.4923%2029.3952%2029.4511%2029.5508%2029.2827L33.8848%2024.5884C34.0193%2024.4425%2034.0541%2024.2302%2033.9746%2024.0483C33.8949%2023.8666%2033.715%2023.7486%2033.5166%2023.7485H31.8379L33.1875%2022.0298C33.3057%2021.8794%2033.3276%2021.6745%2033.2441%2021.5024C33.1605%2021.3306%2032.9861%2021.2214%2032.7949%2021.2212H29.5449Z'%20fill='white'/%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_4065)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_4065)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_4065)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_4065)'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_4065'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_4065'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_4065'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_4065'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_4065'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_4065'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_4065'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_4065'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_4065'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_4065'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_4065'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_4065'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"电池"},null,-1)])])):t.createCommentVNode("",!0),t.createElementVNode("div",Ht,[t.createElementVNode("div",Gt,t.toDisplayString(e.name),1),t.createElementVNode("div",Zt,t.toDisplayString(e.value),1)])]))),128))]),t.createElementVNode("div",Wt,[t.createElementVNode("div",Xt,[t.createElementVNode("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAgCAYAAADjaQM7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH3SURBVHgBtVZLTsMwEH1OYAFCKOxYQGUWCNjBCSgnoDdoOQFwgvYI5QQchXICWCCVzwIEPUCEUFfgYRz6TeLaU5W3STT2+GXGz88B5oDukk7uKIEQEeaAiVBfX0EdQsxFxmhQhBqEEJNtd6nBD60I1a0uVQWpcrIoHrcvjnAuSIWSTLbC4P16nYx99rGRHqk0JF9UmYnRzMfWVsOrC66srKoB0vc9tYEABFf2A1QdQ0moUILJVFRs4Wgsdo+JyfTfl2vXuD0G+oEOsQgyWvKL4HsZp745XoHMEEYeKR+DnVnHwFuZCdwPRuLzS38byanC4lSPX84kG/ogAuHzy5lkLGmR92ULxu5WOskyuRO8ci6AUHNdrE4yE8svxwESl1+WSl8gdxdK/bK0MqPkt3AOpX5Z3kYlF0ZhiZLzWSCTyt1JxscgL5QCWTS/MArIC2VKIAsQRh5TfjlVmcAHQ5Gsr45vgxGZrYofISq8N0CLDM74/c03mRQaw/dRG60w+Da+diYROhSj1dtVt5Nxmxcp1HnRqivXGJz0DlRnRFZ5IrtXemqWQmoI7a8+rny/a5vcmWWFprLOT0hyH9r+2FeXGZn1QRbGja+KEGSk/HM0+GfRg3AmlIys8ky2fbXQKkKhX+iY9/aC7Nq8z1lwi4P4R9hqK490/gsTjbnHrj+4xQAAAABJRU5ErkJggg==",style:t.normalizeStyle(`transform:rotate(${C.value}deg) `)},null,4)]),t.createElementVNode("div",Yt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(_.value,e=>(t.openBlock(),t.createElementBlock("p",{key:e.name,title:`${e.name}:${e.value}`},t.toDisplayString(e.name)+":"+t.toDisplayString(e.value),9,Jt))),128))])])])])])],512),[[t.vShow,f.value]]),t.createElementVNode("div",{class:"uav-collpase",onClick:x},[...a[10]||(a[10]=[t.createElementVNode("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA8CAYAAAB8SnrYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYnSURBVHgBnVhbbFRFGP7/s2e3UHpZAtpoFRuIYIgikkhEE2k0MeEJ+iCUB6EkRBMFrYkCJiZtIwmpvIAiT01sExMJNSk8EU0UiBLBqJQH5AW1hlsCCNvtAt222/Gfc5nzz+Vswb+dPXPm8n3/bWZnB6GarBvKw6ypThCwGkC0AGBL2IEFeh+m5xHAzFE41DaSBoHO1vahFhBTX2Kl3Fp7+wJk716B7PgNyEyMBTMq2Xqo5BrgXuNSmJjTLOv9RNTjIrIJNg524mS5q+7f4fycW+cIray6hIgmoQ5RengllOavJKsqPXC4fV86Qftgd6Zc7Jr3zxBkJouEGPwnEr1LAmFMrmQb4VZLG1Rq6smS17vj9gzXPDNR3DM/AB8DtwhLr9gab7oMs8b+gnL9olaxbOMonP/mdDIy8HnlbNPF/rz0s4iBNAuEbVEAgJoplWwD3Fy4oSCydc/JmHjh3EpX/Y0zOrhTc1cP/YmoSJeQa+fcPpeXSRIqQNpnyrf+bro4YPkbGJ1I57BkOlMDNxd3EMfkXI+0X5ujNBQcONBGxBwRulEEK0afVxmH2YULALm698hFYl1t4Q81WAGD+c6x4/boz+CTJXvnsvRPq0+fy72JYpVguoOri93r37su21uIQOSDnE+weEUPukiDs8Urj4LcWvwEj6emDiEeJMKG+JqWGpErYUXcBWnbmJMgnMS8rmmcFoP7s8pnKhnJLvSYVBHhaoi3kKSRQ/0PcOF++nabcAaaq+akRHDq4scTdf3TwMMnGgFW4xHBDJhvATjVq0aIEaFI2jDp9e8PDBRYUsVkeICP2nxMJ6hCiNpDf0ETWqQT6PFCN7DZIMz+8M2zxmKEycoTzY/A7l3vW/0Dn/XC0089GTS9tWkDvEkl7tfXQRW3LyDwof6DsObVlw1LkNpWE8HigE3W17yy2sRnCy1FPtnVGfC3bX6bgadIgIzauUatA5d8+M7WQLPN23bCpavXdHS0q1zzmCTVAmmuJNh7oA+O/XDSHpCkfFXx4rHcBun33R91wrHvT8Leg30W6INIspuy3JRBldWP9+wDl+LVtEb9XJlYEG8hsoyOlQKQ0WLJ1tr6sjHzBmwCNS+STdt2QENDHQwc6LU60QFkHoZR7U9qHehnjkuXrwaZ89LKFfDBtq3aZIsI+RuGLmKp6gyylFNnfgsyaAdl0otExLC08ygq0ITPtoC5iRN9+kUfnPrldxj4vJcy69FAK4z2CRVM5PpD1MdO3ZBmQiQd23dCkYLeTyThQkXwGIGyILIKweEit6DKpI53d8LlK9cCoNjH8q/vq0H4+dfhAPi74z/Ct8d/CscwFyFsGBTzzu7luImpkcbAtWbt3E22egCXlmxn3wfGTsnBMQ5d7BbU69XEd4LHu6Iiil0aBxBB/2Wjf4tZBMjhEVTQFJgqhmtiT6ttBq0TiR+jatqDDagK25zR2DFE2rkIWYpVI2AZAJbrU9I8JPDQ8j+C6RLU4mCCawc3kdQDAs8JgCweLMgwEzgniS1AT2mV5LYdF2APhq+DG4ShBR63QKkLfO/U3gV3uVAuMZ+JBZ5nQmiiZblxXk8D11zkzbAaTY1VTQj224XHIGmXv5NH5P2CloqGJSZ4+L3EtRXqGZcpulOipgIR4MhkzXzLHTa6kYIOlyQE4aUIgQ3TVQKcGJ/dzFzBvhx4Rgg9v4UDnGfTvblLZe2IB7X+/lLjEpjGXAgejROcjBFp1xMGeFIHump7nCyoHPWgv60w7dWcKOaXaXcQmtmgB05Rqw/QwEtNq2A6V98PhzZG90U4tWVs7rOFKb9eC1RkBnOP7vf4k7tninx/t2lVgbTvke8hATGRFT3XF7TBpF/HLph0i3g+mRIElm4iC4vWy7duiSnbkzu784OnxTNvwHjDotaa4p905xPfNjo2N4dUco1we+F6mM42dMPh9b1xe0YbdX7wJJGM3pm34gWyYFbNnSvspJAM46te0O1W6aHnofjYa3RPV7uLgyejTGn/uoVmdtHtY0eOLpZq6fbKp5tIX177YOhnuXbKtc1wl9JRUJLIOMZumZlAI8quJT3X0dtyKvmwQ4zIBSrXEEyU9sORLYU0iP8AEj8wt/SkQW0AAAAASUVORK5CYII=",alt:"展开/收起"},null,-1)])])])):t.createCommentVNode("",!0)}}},[["__scopeId","data-v-4530a322"]]),qt={key:0,class:"smart-pagination"},$t={key:0,class:"pagination-total"},Kt=["disabled"],ea=["disabled","onClick"],ta=["disabled"],aa={key:1,class:"pagination-jumper"},ia=["value","max"],oa=["value"],na=["value"],ra=ut({__name:"index",props:{pageNum:{type:Number,default:1},pageSize:{type:Number,default:50},total:{type:Number,default:0},isPagination:{type:Boolean,default:!0},pageSizeOptions:{type:Array,default:()=>[10,20,50,100,200,500]},showTotal:{type:Boolean,default:!0},showSizeChanger:{type:Boolean,default:!1},showQuickJumper:{type:Boolean,default:!1},pageRange:{type:Number,default:3}},emits:["change","update:pageNum","update:pageSize","sizeChange"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.pageNum),r=t.ref(i.pageSize),s=t.ref("");t.watch(()=>i.pageNum,e=>{e!==n.value&&(n.value=e)},{immediate:!0}),t.watch(()=>i.pageSize,e=>{e!==r.value&&(r.value=e)},{immediate:!0});const l=t.computed(()=>!i.total||i.total<=0?1:Math.ceil(i.total/r.value)),c=t.computed(()=>n.value>1),u=t.computed(()=>n.value<l.value),d=t.computed(()=>i.isPagination&&i.total>r.value),p=t.computed(()=>{const e=[],t=l.value,a=n.value,o=i.pageRange;if(t<=o+2){for(let a=1;a<=t;a++)e.push({type:"page",value:a});return e}e.push({type:"page",value:1});const r=Math.floor(o/2);let s=Math.max(2,a-r),c=Math.min(t-1,a+r);a<=r+1&&(c=o+1),a>=t-r&&(s=t-o),s>2&&e.push({type:"ellipsis",value:"left"});for(let i=s;i<=c;i++)e.push({type:"page",value:i});return c<t-1&&e.push({type:"ellipsis",value:"right"}),e.push({type:"page",value:t}),e}),h=e=>{const t=Number(e);Number.isInteger(t)&&(t<1||t>l.value||t===n.value||(n.value=t,o("update:pageNum",t),o("change",{pageNum:t,pageSize:r.value})))},C=()=>{h(n.value-1)},m=()=>{h(n.value+1)},v=e=>{const t=Number(e.target.value);r.value=t;const a=Math.ceil(i.total/t);n.value>a&&(n.value=1),o("update:pageSize",t),o("sizeChange",t),o("change",{pageNum:n.value,pageSize:t})},f=e=>{s.value=e.target.value},y=()=>{let e=parseInt(s.value,10);e&&(e=Math.min(Math.max(e,1),l.value),s.value=String(e),h(e))};return(a,i)=>d.value?(t.openBlock(),t.createElementBlock("div",qt,[e.showTotal?(t.openBlock(),t.createElementBlock("span",$t,"共 "+t.toDisplayString(e.total)+" 条",1)):t.createCommentVNode("",!0),t.createElementVNode("button",{class:t.normalizeClass(["pagination-btn",{disabled:!c.value}]),disabled:!c.value,onClick:C},[...i[0]||(i[0]=[t.createElementVNode("span",{class:"pagination-arrow"},"«",-1)])],10,Kt),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.value,e=>(t.openBlock(),t.createElementBlock("button",{key:e.type+"-"+e.value,class:t.normalizeClass(["pagination-btn",{active:"page"===e.type&&e.value===n.value,"page-ellipsis":"ellipsis"===e.type}]),disabled:"ellipsis"===e.type,onClick:t=>{var a;"number"==typeof(a=e.value)&&h(a)}},["ellipsis"===e.type?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode("...")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.value),1)],64))],10,ea))),128)),t.createElementVNode("button",{class:t.normalizeClass(["pagination-btn",{disabled:!u.value}]),disabled:!u.value,onClick:m},[...i[1]||(i[1]=[t.createElementVNode("span",{class:"pagination-arrow"},"»",-1)])],10,ta),e.showQuickJumper?(t.openBlock(),t.createElementBlock("span",aa,[i[2]||(i[2]=t.createTextVNode(" 跳至 ",-1)),t.createElementVNode("input",{type:"number",class:"pagination-jumper-input",value:s.value,min:1,max:l.value,onInput:f,onChange:y,onKeyup:t.withKeys(y,["enter"])},null,40,ia),i[3]||(i[3]=t.createTextVNode(" 页 ",-1))])):t.createCommentVNode("",!0),e.showSizeChanger?(t.openBlock(),t.createElementBlock("select",{key:2,class:"pagination-size",value:r.value,onChange:v},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pageSizeOptions,e=>(t.openBlock(),t.createElementBlock("option",{key:e,value:e},t.toDisplayString(e)+" 条/页 ",9,na))),128))],40,oa)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}},[["__scopeId","data-v-afdf1073"]]),sa={key:0,class:"fusion-list-container"},la={class:"input-content"},ca={class:"search-input-container"},ua={class:"search-input"},da={class:"search-operate"},pa=["title"],ha={key:0,class:"empty-state"},Ca=["innerHTML"],ma={class:"result-items-operate"},va=["onClick"],fa=["title","onClick"],ya=["title","onClick"],ga=ut({__name:"index",props:{TOKEN:{type:String,default:"demo-token-67890"},viewPointShow:{type:Boolean,default:!1},virtualCameraList:{type:Array,default:()=>[]},useExternalData:{type:Boolean,default:!1},viewPointListAPiUrl:{type:String,default:"http://127.0.0.1:5000"},cesiumViewer:{type:Object,default:null},countryCodes:{type:Array,default:()=>[]},streetCodes:{type:Array,default:()=>[]},pagination:{type:Object,default:()=>({pageNum:1,pageSize:50,total:0,isPagination:!0})}},emits:["update:viewPointShow","close","handleOperate","dataLoaded"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.viewPointShow),r=t.ref(""),s=t.ref([]),l=t.ref(null),c=t.ref([]);t.ref(!1);const u=t.ref(!0),d=t.ref(null),p=t.reactive({}),h=t.reactive({}),C=t.reactive({pageNum:1,pageSize:10,total:0,isPagination:!0}),m=t.computed(()=>{if(!r.value.trim())return c.value;const e=r.value.toLowerCase();return c.value.filter(t=>t.name.toLowerCase().includes(e))}),v=()=>({Authorization:`Bearer ${i.TOKEN}`,"Content-Type":"application/json"}),f=()=>{r.value=""},y=()=>{if(!l.value)return;const e=s.value.map(e=>e.guid),t=u.value?4:3;e.forEach(e=>{l.value.updateVideoPlane({guid:e,playState:t,openSameStreet:!0}),h[e]=!u.value}),u.value=!u.value},g=async(e,t={},a)=>{try{const{page:i=1,limit:o=10,countryCodes:n=[],streetCodes:r=[],id:s}=a,l=s?`${e}/api/view-points/${s}/?page=${i}&limit=${o}`:`${e}/api/view-points?page=${i}&limit=${o}`,c=await fetch(l,t);if(!c.ok)throw new Error(`HTTP ${c.status}: ${c.statusText}`);const u=await c.json();return null==u?void 0:u.data}catch(i){throw i}},_=async(e,t,a,n=1,r=500)=>{try{l.value&&(l.value.destroy(),l.value=null);let u=`${e}/api/video-twins?limit=${r}`;n&&(u+=`&page=${n}`),(null==t?void 0:t.length)&&(u+=`&country_codes=${encodeURIComponent(t.join(","))}`),(null==a?void 0:a.length)&&(u+=`&street_codes=${encodeURIComponent(a.join(","))}`);const d=await fetch(u,{headers:v()});if(!d.ok)throw new Error(`HTTP ${d.status}`);const p=await d.json();if(!p.success)throw new Error(p.message);const C=p.data.map(e=>({guid:e.id,id:e.id,name:e.name,...e}));c.value=[...C],s.value=[...C];const m=p.data.map(e=>gt.transformVideoTwin(e));return l.value=new yt(i.cesiumViewer,m),C.forEach(e=>{h[e.guid]=!1}),o("dataLoaded",C),{data:C,pagination:p.pagination||{}}}catch(u){throw u}},w=()=>{(()=>{if(0===s.value.length)return void(u.value=!1);const e=s.value.every(e=>!0===p[e.guid]);u.value=e})()},x=e=>{C.pageNum=e.pageNum,o("update:pageNum",e.pageNum),_(i.viewPointListAPiUrl,i.countryCodes,i.streetCodes,C.pageNum,i.pagination.pageSize).then(e=>{C.total=e.pagination.total})},V=(e,t)=>{if(!t.trim())return e;const a=new RegExp(t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"gi");return e.replace(a,'<span class="highlight">$&</span>')};t.watch(()=>i.viewPointShow,e=>{n.value=e});let k=null;return JSON.stringify(i.countryCodes),JSON.stringify(i.streetCodes),t.watch([()=>i.countryCodes,()=>i.streetCodes],([e,t],[a,o])=>{JSON.stringify(e),JSON.stringify(t),n.value&&(clearTimeout(k),k=setTimeout(()=>{C.pageNum=1,_(i.viewPointListAPiUrl,i.countryCodes,i.streetCodes,C.pageNum,i.pagination.pageSize).then(e=>{C.total=e.pagination.total,C.pageNum=e.pagination.pageNum})},100))},{deep:!0}),t.watch(m,()=>{0!==m.value.length?u.value=m.value.every(e=>h[e.guid]):u.value=!1},{deep:!0}),t.onMounted(()=>{}),t.onUnmounted(()=>{r.value="",c.value=[],Object.keys(h).forEach(e=>delete h[e]),u.value=!1,l.value&&(l.value.destroy(),l.value=null),o("update:viewPointShow",!1),o("close")}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("div",sa,[t.createElementVNode("div",la,[t.createElementVNode("div",ca,[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-search",onClick:w}),t.createElementVNode("div",ua,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":o[0]||(o[0]=e=>r.value=e),placeholder:"请输入名称搜索",class:"custom-search-input",onInput:w},null,544),[[t.vModelText,r.value]])]),t.createElementVNode("div",da,[m.value.length>0?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(["smart-ui-icons",u.value?"smart-ui-icon-fusionClose":"smart-ui-icon-fusionOpen"]),title:u.value?"全停":"全播",onClick:y},null,10,pa)):t.createCommentVNode("",!0),r.value?(t.openBlock(),t.createElementBlock("i",{key:1,class:"smart-ui-icons smart-ui-icon-clear",title:"清空",onClick:f})):t.createCommentVNode("",!0)])])]),t.createElementVNode("div",{class:"result-content",style:t.normalizeStyle(C.isPagination?{height:"calc(100% - 100px)"}:{height:"calc(100% - 60px)"})},[0===m.value.length?(t.openBlock(),t.createElementBlock("div",ha,[...o[1]||(o[1]=[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-wenjian"},null,-1),t.createElementVNode("span",{class:"empty-text"},"暂无数据",-1)])])):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(m.value,e=>(t.openBlock(),t.createElementBlock("div",{key:e.guid,class:t.normalizeClass(["result-items",{active:h[e.guid]}])},[t.createElementVNode("span",{class:"result-items-name",innerHTML:V(e.name,r.value)},null,8,Ca),t.createElementVNode("span",ma,[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-chaosong",title:"定位",onClick:t=>(async e=>{if(!e.view_point_id)return;const t=await g(i.viewPointListAPiUrl,{headers:v()},{id:e.view_point_id}),{pitch:a,heading:o,roll:n,position:r}=null==t?void 0:t.view_point,s=Cesium.Cartesian3.fromDegrees(null==r?void 0:r.longitude,null==r?void 0:r.latitude,null==r?void 0:r.height),c={heading:Cesium.Math.toRadians(o||0),pitch:Cesium.Math.toRadians(a||-30),roll:Cesium.Math.toRadians(n||0)};i.cesiumViewer.camera.flyTo({destination:s,orientation:c,duration:3}),l.value&&(d.value&&d.value!==e.guid&&(l.value.updateVideoPlane({guid:d.value,playState:4}),h[d.value]=!1),l.value.updateVideoPlane({guid:e.guid,playState:3}),h[e.guid]=!0,h[e.guid]=!0,d.value=e.guid,u.value=!1)})(e)},null,8,va),t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons",p[e.guid]?"smart-ui-icon-yanjing-kai":"smart-ui-icon-yanjing-bi"]),title:p[e.guid]?"隐藏":"显示",onClick:t=>(e=>{if(!l.value)return;p[e.guid]?(l.value.hide(e.guid),p[e.guid]=!1):(l.value.show(e.guid),p[e.guid]=!0)})(e)},null,10,fa),t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons",h[e.guid]?"smart-ui-icon-stop":"smart-ui-icon-play"]),title:h[e.guid]?"停止":"播放",onClick:t=>(e=>{if(!l.value)return;h[e.guid]?(l.value.updateVideoPlane({guid:e.guid,playState:4,closeSameStreet:!1}),h[e.guid]=!1,d.value=null,u.value=!1):(d.value&&d.value!==e.guid&&(l.value.updateVideoPlane({guid:d.value,playState:4,closeSameStreet:!1}),h[d.value]=!1),l.value.updateVideoPlane({guid:e.guid,playState:3,openSameStreet:!1}),h[e.guid]=!0,d.value=e.guid,u.value=!1)})(e)},null,10,ya)])],2))),128))],4),t.createVNode(ra,{"page-num":C.pageNum,"page-size":e.pagination.pageSize,total:C.total,onChange:x},null,8,["page-num","page-size","total"])])):t.createCommentVNode("",!0)}},[["__scopeId","data-v-e3293f8f"]]),_a={SyzVideoPlayer:mt,VideoPlane:ft,VideoPlaneManager:yt,DataTransformer:gt,UavComponent:Qt,ViewPointComponent:ga};e.DataTransformer=gt,e.SyzVideoPlayer=mt,e.UavComponent=Qt,e.VideoPlane=ft,e.VideoPlaneManager=yt,e.ViewPointComponent=ga,e.default=_a,e.install=function(e){e.component("UavComponent",Qt)},Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).SmartyzWebSdk={},e.Vue)}(this,function(e,t){"use strict";const a=[];for(let wa=0;wa<256;++wa)a.push((wa+256).toString(16).slice(1));let i;const o=new Uint8Array(16);const n={randomUUID:"undefined"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function r(e,t,r){var s;if(n.randomUUID&&!e)return n.randomUUID();const l=(e=e||{}).random??(null==(s=e.rng)?void 0:s.call(e))??function(){if(!i){if("undefined"==typeof crypto||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");i=crypto.getRandomValues.bind(crypto)}return i(o)}();if(l.length<16)throw new Error("Random bytes length must be >= 16");return l[6]=15&l[6]|64,l[8]=63&l[8]|128,function(e,t=0){return(a[e[t+0]]+a[e[t+1]]+a[e[t+2]]+a[e[t+3]]+"-"+a[e[t+4]]+a[e[t+5]]+"-"+a[e[t+6]]+a[e[t+7]]+"-"+a[e[t+8]]+a[e[t+9]]+"-"+a[e[t+10]]+a[e[t+11]]+a[e[t+12]]+a[e[t+13]]+a[e[t+14]]+a[e[t+15]]).toLowerCase()}(l)}const s={class:"sys-VideoFrame-container-jessibuca"},l={ref:"fullscreenElement",class:"sys-VideoFrame"},c={class:"sys-VideoFrame-content"},u=["id"],d={class:"sys-VideoFrame-Item-top"},p={class:"sys-VideoFrame-Item-top-btns"},h=["id"],C={key:0,class:"sys-VideoFrame-Item-hzh"},m=["id"],v={class:"sys-VideoFrame-Half-Screen-top"},f={class:"sys-VideoFrame-Half-Screen-top-btns"},y={__name:"videoFrame",props:{playbackType:{type:Boolean,default:!1},mouseType:{type:Boolean,default:!0},smallType:{type:Boolean,default:!1},moveType:{type:Boolean,default:!1},zpType:{type:Boolean,default:!0},ytType:{type:Boolean,default:!0},hfType:{type:Boolean,default:!0},qpType:{type:Boolean,default:!0},bpType:{type:Boolean,default:!0},qxType:{type:Boolean,default:!0},HalfFull:{type:Boolean,default:!1},Full:{type:Boolean,default:!1},ControlType:{type:Boolean,default:!1},width:{type:String,default:"346px"},height:{type:String,default:"195px"},HalfFullWidth:{type:String,default:"1263px"},HalfFullHeight:{type:String,default:"627px"},styleColor:{type:String,default:"rgba(0, 149, 255, 1)"},popupBackgroundColor:{type:String,default:"#2f3f50"},popupInnerColor:{type:String,default:"rgba(18, 37, 58, 0.3)"},popupInnerOpacityColor:{type:String,default:"#edffff30"},styleType:{type:String,default:"blue"},title:{type:String,default:"摄像机:实时视频"}},emits:["setFull","setHalfFull","setScreenshot","setClose","update:HalfFull","update:Full","setControlType","update:ControlType","setplaybackTime"],setup(e,{emit:a}){const i=e,o=a,n=t.reactive({posX:window.innerWidth/2,posY:window.innerHeight/2,isDragging:!1,dragOffsetX:0,dragOffsetY:0,posX1:window.innerWidth/2,posY1:window.innerHeight/2,isDragging1:!1,dragOffsetX1:0,dragOffsetY1:0}),y=t.computed(()=>i.smallType?{width:i.HalfFullWidth,height:i.HalfFullHeight,transform:"translate(-50%, -50%)"}:{top:n.posY+"px",left:n.posX+"px",width:i.HalfFullWidth,height:i.HalfFullHeight,transform:"translate(-50%, -50%)"});t.computed(()=>_.value?{top:"0px",left:"7px",transform:"translate(-50%, -50%)",position:"fixed",zIndex:9999999,width:"1930px",height:"1009px"}:{width:i.width,height:i.height,display:g.value&&i.moveType?"none":"block"});const g=t.ref(i.HalfFull),_=t.ref(i.Full),w=t.ref(i.ControlType),x=t.ref(r()),V=t.ref(r()),k=t.ref(!1);t.ref();const S=t.ref(!1),E=e=>{n.isDragging=!0,n.dragOffsetX=e.clientX-n.posX,n.dragOffsetY=e.clientY-n.posY,document.addEventListener("mousemove",handleDrag),document.addEventListener("mouseup",endDrag)},L=()=>{w.value=!w.value,o("setControlType",w.value),o("update:ControlType",w.value)};t.watch(()=>i.ControlType,(e,t)=>{w.value=e,o("setControlType",w.value)});const b=()=>{g.value=!g.value,o("setHalfFull",g.value),n.posX=window.innerWidth/2,n.posY=window.innerHeight/2,M(g.value),o("update:HalfFull",g.value)};t.watch(()=>i.HalfFull,(e,t)=>{g.value=e,o("setHalfFull",g.value),n.posX=window.innerWidth/2,n.posY=window.innerHeight/2,M(g.value)});const M=e=>{const t=document.getElementById(ItemID.value),a=document.getElementById(x.value);if(!t||!a)return;let i=document.getElementById(V.value);i||(i=document.getElementById(V.value)),i&&(e?(i.parentNode.removeChild(i),a.appendChild(i)):a.contains(i)&&(a.removeChild(i),t.appendChild(i)))};document.addEventListener("fullscreenchange",()=>{_.value=document.fullscreenElement});const B=()=>{o("setClose")},A=()=>{i.mouseType&&(k.value=!0)},T=()=>{i.mouseType&&(k.value=!1)};return t.onMounted(()=>{}),(a,o)=>{const n=t.resolveComponent("a-tooltip"),r=t.resolveComponent("a-popover");return t.openBlock(),t.createElementBlock("div",s,[t.createElementVNode("div",{style:t.normalizeStyle(a.popupStyle),onMouseenter:A,onMouseleave:T},[t.createElementVNode("div",l,[t.createElementVNode("div",c,[t.createElementVNode("div",{ref:"videoItemRef",id:a.ItemID,class:t.normalizeClass(g.value?"sys-VideoFrame-Item hzh":"sys-VideoFrame-Item")},[t.withDirectives(t.createElementVNode("div",d,[t.createElementVNode("h3",null,t.toDisplayString(i.title),1),t.createElementVNode("div",p,[i.ytType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[3]||(o[3]=[t.createTextVNode("云台控制",-1)])]),default:t.withCtx(()=>[w.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-yt videoIcon",onClick:L})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-yt videoIcon",onClick:L}))]),_:1})):t.createCommentVNode("",!0),g.value?t.createCommentVNode("",!0):(t.openBlock(),t.createBlock(r,{key:1,open:S.value,"onUpdate:open":o[0]||(o[0]=e=>S.value=e),trigger:"click",overlayClassName:"sys-VideoFrame-popover",placement:"bottom"},{content:t.withCtx(()=>[...o[4]||(o[4]=[])]),_:1},8,["open"])),i.qxType?(t.openBlock(),t.createBlock(n,{key:2,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[5]||(o[5]=[t.createTextVNode("关闭",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-close videoIcon",onClick:B})]),_:1})):t.createCommentVNode("",!0)])],512),[[t.vShow,!1]]),t.createElementVNode("div",{class:"sys-VideoFrame-Item-center",id:V.value},[t.renderSlot(a.$slots,"VideoContent")],8,h),g.value?(t.openBlock(),t.createElementBlock("div",C," 以“画中画”模式播放 ")):t.createCommentVNode("",!0)],10,u)])],512),t.withDirectives(t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen",style:t.normalizeStyle(y.value),onMousedown:E},[o[10]||(o[10]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-one"},null,-1)),o[11]||(o[11]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-two"},null,-1)),o[12]||(o[12]=t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-three"},null,-1)),t.createElementVNode("div",{class:"sys-VideoFrame-Half-Screen-content",id:x.value,ref:"videoItemHalfRef"},[t.withDirectives(t.createElementVNode("div",v,[t.createElementVNode("h3",null,t.toDisplayString(i.title),1),t.createElementVNode("div",f,[i.ytType&&!e.playbackType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[6]||(o[6]=[t.createTextVNode("云台控制",-1)])]),default:t.withCtx(()=>[w.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-yt videoIcon",onClick:L})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-yt videoIcon",onClick:L}))]),_:1})):t.createCommentVNode("",!0),i.hfType&&g.value&&!_.value?(t.openBlock(),t.createBlock(r,{key:1,open:S.value,"onUpdate:open":o[2]||(o[2]=e=>S.value=e),trigger:"click",overlayClassName:"sys-VideoFrame-popover",placement:"bottom"},{content:t.withCtx(()=>[...o[7]||(o[7]=[])]),default:t.withCtx(()=>[i.hfType?(t.openBlock(),t.createBlock(n,{key:0,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[8]||(o[8]=[t.createTextVNode("回放",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-hf videoIcon",onClick:o[1]||(o[1]=(...e)=>a.toggleDropdown&&a.toggleDropdown(...e))})]),_:1})):t.createCommentVNode("",!0)]),_:1},8,["open"])):t.createCommentVNode("",!0),!_.value&&i.bpType?(t.openBlock(),t.createBlock(n,{key:2,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(g.value?"非半屏":"半屏"),1)]),default:t.withCtx(()=>[g.value?(t.openBlock(),t.createElementBlock("div",{key:0,class:"sys-active-bp videoIcon",onClick:b})):(t.openBlock(),t.createElementBlock("div",{key:1,class:"sys-bp videoIcon",onClick:b}))]),_:1})):t.createCommentVNode("",!0),i.qxType&&!e.playbackType?(t.openBlock(),t.createBlock(n,{key:3,color:"rgba(22, 30, 40, 0.75)"},{title:t.withCtx(()=>[...o[9]||(o[9]=[t.createTextVNode("关闭",-1)])]),default:t.withCtx(()=>[t.createElementVNode("div",{class:"sys-close videoIcon",onClick:B})]),_:1})):t.createCommentVNode("",!0)])],512),[[t.vShow,k.value]])],8,m)],36),[[t.vShow,g.value]])],36)])}}};var g="object"==typeof global&&global&&global.Object===Object&&global,_="object"==typeof self&&self&&self.Object===Object&&self,w=g||_||Function("return this")(),x=w.Symbol,V=Object.prototype,k=V.hasOwnProperty,S=V.toString,E=x?x.toStringTag:void 0;var L=Object.prototype.toString;var b=x?x.toStringTag:void 0;function M(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":b&&b in Object(e)?function(e){var t=k.call(e,E),a=e[E];try{e[E]=void 0;var i=!0}catch(n){}var o=S.call(e);return i&&(t?e[E]=a:delete e[E]),o}(e):function(e){return L.call(e)}(e)}function B(e){return null!=e&&"object"==typeof e}var A=Array.isArray;function T(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function N(e){return e}function D(e){if(!T(e))return!1;var t=M(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var O,P=w["__core-js_shared__"],z=(O=/[^.]+$/.exec(P&&P.keys&&P.keys.IE_PROTO||""))?"Symbol(src)_1."+O:"";var U=Function.prototype.toString;var R=/^\[object .+?Constructor\]$/,F=Function.prototype,I=Object.prototype,j=F.toString,H=I.hasOwnProperty,G=RegExp("^"+j.call(H).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Z(e){return!(!T(e)||(t=e,z&&z in t))&&(D(e)?G:R).test(function(e){if(null!=e){try{return U.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e));var t}function W(e,t){var a=function(e,t){return null==e?void 0:e[t]}(e,t);return Z(a)?a:void 0}var X=Object.create,Y=function(){function e(){}return function(t){if(!T(t))return{};if(X)return X(t);e.prototype=t;var a=new e;return e.prototype=void 0,a}}();var J=Date.now;var Q,q,$,K=function(){try{var e=W(Object,"defineProperty");return e({},"",{}),e}catch(t){}}(),ee=K?function(e,t){return K(e,"toString",{configurable:!0,enumerable:!1,value:(a=t,function(){return a}),writable:!0});var a}:N,te=(Q=ee,q=0,$=0,function(){var e=J(),t=16-(e-$);if($=e,t>0){if(++q>=800)return arguments[0]}else q=0;return Q.apply(void 0,arguments)}),ae=/^(?:0|[1-9]\d*)$/;function ie(e,t){var a=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==a||"symbol"!=a&&ae.test(e))&&e>-1&&e%1==0&&e<t}function oe(e,t,a){"__proto__"==t&&K?K(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}function ne(e,t){return e===t||e!=e&&t!=t}var re=Object.prototype.hasOwnProperty;function se(e,t,a){var i=e[t];re.call(e,t)&&ne(i,a)&&(void 0!==a||t in e)||oe(e,t,a)}var le=Math.max;function ce(e,t){return te(function(e,t,a){return t=le(void 0===t?e.length-1:t,0),function(){for(var i=arguments,o=-1,n=le(i.length-t,0),r=Array(n);++o<n;)r[o]=i[t+o];o=-1;for(var s=Array(t+1);++o<t;)s[o]=i[o];return s[t]=a(r),function(e,t,a){switch(a.length){case 0:return e.call(t);case 1:return e.call(t,a[0]);case 2:return e.call(t,a[0],a[1]);case 3:return e.call(t,a[0],a[1],a[2])}return e.apply(t,a)}(e,this,s)}}(e,t,N),e+"")}function ue(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function de(e){return null!=e&&ue(e.length)&&!D(e)}var pe=Object.prototype;function he(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||pe)}function Ce(e){return B(e)&&"[object Arguments]"==M(e)}var me=Object.prototype,ve=me.hasOwnProperty,fe=me.propertyIsEnumerable,ye=Ce(function(){return arguments}())?Ce:function(e){return B(e)&&ve.call(e,"callee")&&!fe.call(e,"callee")};var ge="object"==typeof e&&e&&!e.nodeType&&e,_e=ge&&"object"==typeof module&&module&&!module.nodeType&&module,we=_e&&_e.exports===ge?w.Buffer:void 0,xe=(we?we.isBuffer:void 0)||function(){return!1},Ve={};Ve["[object Float32Array]"]=Ve["[object Float64Array]"]=Ve["[object Int8Array]"]=Ve["[object Int16Array]"]=Ve["[object Int32Array]"]=Ve["[object Uint8Array]"]=Ve["[object Uint8ClampedArray]"]=Ve["[object Uint16Array]"]=Ve["[object Uint32Array]"]=!0,Ve["[object Arguments]"]=Ve["[object Array]"]=Ve["[object ArrayBuffer]"]=Ve["[object Boolean]"]=Ve["[object DataView]"]=Ve["[object Date]"]=Ve["[object Error]"]=Ve["[object Function]"]=Ve["[object Map]"]=Ve["[object Number]"]=Ve["[object Object]"]=Ve["[object RegExp]"]=Ve["[object Set]"]=Ve["[object String]"]=Ve["[object WeakMap]"]=!1;var ke="object"==typeof e&&e&&!e.nodeType&&e,Se=ke&&"object"==typeof module&&module&&!module.nodeType&&module,Ee=Se&&Se.exports===ke&&g.process,Le=function(){try{var e=Se&&Se.require&&Se.require("util").types;return e||Ee&&Ee.binding&&Ee.binding("util")}catch(t){}}(),be=Le&&Le.isTypedArray,Me=be?function(e){return function(t){return e(t)}}(be):function(e){return B(e)&&ue(e.length)&&!!Ve[M(e)]};function Be(e,t){var a=A(e),i=!a&&ye(e),o=!a&&!i&&xe(e),n=!a&&!i&&!o&&Me(e),r=a||i||o||n,s=r?function(e,t){for(var a=-1,i=Array(e);++a<e;)i[a]=t(a);return i}(e.length,String):[],l=s.length;for(var c in e)r&&("length"==c||o&&("offset"==c||"parent"==c)||n&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ie(c,l))||s.push(c);return s}var Ae=Object.prototype.hasOwnProperty;function Te(e){if(!T(e))return function(e){var t=[];if(null!=e)for(var a in Object(e))t.push(a);return t}(e);var t=he(e),a=[];for(var i in e)("constructor"!=i||!t&&Ae.call(e,i))&&a.push(i);return a}function Ne(e){return de(e)?Be(e):Te(e)}var De=W(Object,"create");var Oe=Object.prototype.hasOwnProperty;var Pe=Object.prototype.hasOwnProperty;function ze(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}function Ue(e,t){for(var a=e.length;a--;)if(ne(e[a][0],t))return a;return-1}ze.prototype.clear=function(){this.__data__=De?De(null):{},this.size=0},ze.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},ze.prototype.get=function(e){var t=this.__data__;if(De){var a=t[e];return"__lodash_hash_undefined__"===a?void 0:a}return Oe.call(t,e)?t[e]:void 0},ze.prototype.has=function(e){var t=this.__data__;return De?void 0!==t[e]:Pe.call(t,e)},ze.prototype.set=function(e,t){var a=this.__data__;return this.size+=this.has(e)?0:1,a[e]=De&&void 0===t?"__lodash_hash_undefined__":t,this};var Re=Array.prototype.splice;function Fe(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}Fe.prototype.clear=function(){this.__data__=[],this.size=0},Fe.prototype.delete=function(e){var t=this.__data__,a=Ue(t,e);return!(a<0)&&(a==t.length-1?t.pop():Re.call(t,a,1),--this.size,!0)},Fe.prototype.get=function(e){var t=this.__data__,a=Ue(t,e);return a<0?void 0:t[a][1]},Fe.prototype.has=function(e){return Ue(this.__data__,e)>-1},Fe.prototype.set=function(e,t){var a=this.__data__,i=Ue(a,e);return i<0?(++this.size,a.push([e,t])):a[i][1]=t,this};var Ie=W(w,"Map");function je(e,t){var a,i,o=e.__data__;return("string"==(i=typeof(a=t))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==a:null===a)?o["string"==typeof t?"string":"hash"]:o.map}function He(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var i=e[t];this.set(i[0],i[1])}}He.prototype.clear=function(){this.size=0,this.__data__={hash:new ze,map:new(Ie||Fe),string:new ze}},He.prototype.delete=function(e){var t=je(this,e).delete(e);return this.size-=t?1:0,t},He.prototype.get=function(e){return je(this,e).get(e)},He.prototype.has=function(e){return je(this,e).has(e)},He.prototype.set=function(e,t){var a=je(this,e),i=a.size;return a.set(e,t),this.size+=a.size==i?0:1,this};var Ge=function(e,t){return function(a){return e(t(a))}}(Object.getPrototypeOf,Object),Ze=Function.prototype,We=Object.prototype,Xe=Ze.toString,Ye=We.hasOwnProperty,Je=Xe.call(Object);function Qe(e){var t=this.__data__=new Fe(e);this.size=t.size}Qe.prototype.clear=function(){this.__data__=new Fe,this.size=0},Qe.prototype.delete=function(e){var t=this.__data__,a=t.delete(e);return this.size=t.size,a},Qe.prototype.get=function(e){return this.__data__.get(e)},Qe.prototype.has=function(e){return this.__data__.has(e)},Qe.prototype.set=function(e,t){var a=this.__data__;if(a instanceof Fe){var i=a.__data__;if(!Ie||i.length<199)return i.push([e,t]),this.size=++a.size,this;a=this.__data__=new He(i)}return a.set(e,t),this.size=a.size,this};var qe="object"==typeof e&&e&&!e.nodeType&&e,$e=qe&&"object"==typeof module&&module&&!module.nodeType&&module,Ke=$e&&$e.exports===qe?w.Buffer:void 0;Ke&&Ke.allocUnsafe;var et=w.Uint8Array;function tt(e,t){var a,i,o=(a=e.buffer,i=new a.constructor(a.byteLength),new et(i).set(new et(a)),i);return new e.constructor(o,e.byteOffset,e.length)}var at=function(e,t,a){for(var i=-1,o=Object(e),n=a(e),r=n.length;r--;){var s=n[++i];if(!1===t(o[s],s,o))break}return e};function it(e,t,a){(void 0!==a&&!ne(e[t],a)||void 0===a&&!(t in e))&&oe(e,t,a)}function ot(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}function nt(e){return function(e,t,a){var i=!a;a||(a={});for(var o=-1,n=t.length;++o<n;){var r=t[o],s=void 0;void 0===s&&(s=e[r]),i?oe(a,r,s):se(a,r,s)}return a}(e,Ne(e))}function rt(e,t,a,i,o,n,r){var s=ot(e,a),l=ot(t,a),c=r.get(l);if(c)it(e,a,c);else{var u,d=n?n(s,l,a+"",e,t,r):void 0,p=void 0===d;if(p){var h=A(l),C=!h&&xe(l),m=!h&&!C&&Me(l);d=l,h||C||m?A(s)?d=s:B(u=s)&&de(u)?d=function(e,t){var a=-1,i=e.length;for(t||(t=Array(i));++a<i;)t[a]=e[a];return t}(s):C?(p=!1,d=l.slice()):m?(p=!1,d=tt(l)):d=[]:function(e){if(!B(e)||"[object Object]"!=M(e))return!1;var t=Ge(e);if(null===t)return!0;var a=Ye.call(t,"constructor")&&t.constructor;return"function"==typeof a&&a instanceof a&&Xe.call(a)==Je}(l)||ye(l)?(d=s,ye(s)?d=nt(s):T(s)&&!D(s)||(d=function(e){return"function"!=typeof e.constructor||he(e)?{}:Y(Ge(e))}(l))):p=!1}p&&(r.set(l,d),o(d,l,i,n,r),r.delete(l)),it(e,a,d)}}function st(e,t,a,i,o){e!==t&&at(t,function(n,r){if(o||(o=new Qe),T(n))rt(e,t,r,a,st,i,o);else{var s=i?i(ot(e,r),n,r+"",e,t,o):void 0;void 0===s&&(s=n),it(e,r,s)}},Ne)}var lt,ct=(lt=function(e,t,a){st(e,t,a)},ce(function(e,t){var a=-1,i=t.length,o=i>1?t[i-1]:void 0,n=i>2?t[2]:void 0;for(o=lt.length>3&&"function"==typeof o?(i--,o):void 0,n&&function(e,t,a){if(!T(a))return!1;var i=typeof t;return!!("number"==i?de(a)&&ie(t,a.length):"string"==i&&t in a)&&ne(a[t],e)}(t[0],t[1],n)&&(o=i<3?void 0:o,i=1),e=Object(e);++a<i;){var r=t[a];r&<(e,r,a,o)}return e}));const ut=(e,t)=>{const a=e.__vccOpts||e;for(const[i,o]of t)a[i]=o;return a},dt={class:"JessibucaPlayer"},pt=["id"],ht=ut({__name:"JessibucaPlayer",props:{url:{type:String,required:!0},options:{type:Object,default:()=>({})}},setup(e,{expose:a}){const i={decoder:"./jesncrypt/decoder-pro.js",debug:!1,debugLevel:"false",videoBuffer:.1,videoBufferDelay:.3,isResize:!0,forceNoOffscreen:!1,supportDblclickFullscreen:!1,loadingText:"加载中",timeout:10,mseWaitVideoCanplayTimeout:3,loadingTimeout:3,loadingTimeoutReplay:!0,loadingTimeoutReplayTimes:3,heartTimeout:5,heartTimeoutReplay:!0,heartTimeoutReplayTime:5,heartTimeoutReplayUseLastFrameShow:!0,useMSE:!1,useWCS:!0,autoWasm:!0,useSIMD:!0,muted:!1,isNotMute:!1,audioEngine:"worklet",hasAudio:!1,useVideoRender:!0,useCanvasRender:!1,useWebGPU:!1,hiddenControl:!1,controlAutoHide:!0,showBandwidth:!1,operateBtns:{fullscreen:!0,screenshot:!0,play:!0,audio:!0,record:!0,ptz:!1,quality:!0,close:!1,zoom:!1,scale:!1,performance:!1,face:!1},extendOperateBtns:{},toolBar:{screenshot:{icon:"path/to/your-icon.png",click:function(){player.screenshot()}}}},o=e,n=t.ref(null),s=t.reactive({id:r()}),l=t.ref(null),c=t.computed(()=>document.getElementById(s.id)),u=t.computed(()=>({...i,container:c.value})),d=t.computed(()=>ct({},u.value,o.options)),p=()=>{n.value&&(n.value.destroy(),n.value=null)};return t.watch(()=>o.url,(e,t)=>{e&&n.value&&n.value.play(e)}),t.onMounted(()=>{setTimeout(()=>{(()=>{if(c.value)try{n.value=new window.JessibucaPro(d.value),o.url&&n.value.play(o.url)}catch(e){}})()},1e3),c.value&&(l.value=new ResizeObserver(()=>{n.value&&n.value.resize()}),l.value.observe(c.value))}),t.onUnmounted(()=>{p()}),a({destroyPlayer:p,pausePlayer:()=>{n.value&&n.value.pause()}}),(e,a)=>(t.openBlock(),t.createElementBlock("div",dt,[t.createElementVNode("div",{id:s.id},[t.renderSlot(e.$slots,"content",{},()=>[a[0]||(a[0]=t.createElementVNode("div",{class:"JessibucaPlayer-status"},"暂无视频画面",-1))],!0)],8,pt)]))}},[["__scopeId","data-v-ad125305"]]),Ct=ut({__name:"uavVideoItem",props:{deviceId:{type:String,default:"34020000001180000101"},channelId:{type:String,default:"34020000001320000033"},url:{type:String,default:""}},setup(e,{expose:a}){const i=t.ref(null),o=t.ref(!1),n=t.ref(!1),r=t.ref(!1);t.ref(""),t.ref("");const s=t.ref({cameraName:"摄像头",cameraType:"0"}),l=async()=>{s.value.cameraName="摄像头"};return a({handleDestroy:()=>{var e;null==(e=i.value)||e.destroyPlayer()}}),t.watch(()=>n.value,(e,t)=>{e||l()}),t.onMounted(()=>{l()}),(a,l)=>(t.openBlock(),t.createBlock(y,{title:`${s.value.cameraName}`,ControlType:o.value,"onUpdate:ControlType":l[0]||(l[0]=e=>o.value=e),HalfFull:n.value,"onUpdate:HalfFull":l[1]||(l[1]=e=>n.value=e),playbackType:r.value,qxType:!1,ytType:!1,hfType:!1,onSetplaybackTime:a.setplaybackTime,onSetClose:a.setClose},{VideoContent:t.withCtx(()=>[t.createVNode(ht,{ref_key:"playerRef",ref:i,url:e.url,width:"100%",options:{}},{Content:t.withCtx(()=>[...l[2]||(l[2]=[])]),_:1},8,["url"])]),_:1},8,["title","ControlType","HalfFull","playbackType","onSetplaybackTime","onSetClose"]))}},[["__scopeId","data-v-b0232ab2"]]);class mt{constructor(){this.video=document.createElement("video"),this.video.className="smartyz-web-sdk-player",this.video.crossOrigin="anonymous",this.video.loop=!0,this.video.muted=!0,this.video.playsInline=!0,this.video.autoplay=!1,this.video.style.display="none",this.video.style.position="absolute",this.video.style.top="0",this.video.style.left="0",this.video.style.width="1px",this.video.style.height="1px",this.video.style.visibility="hidden",document.body.appendChild(this.video),this.player=null,this.url=null,this._reconnectCount=0,this._maxReconnectCount=15,this._reconnectInterval=3e4,this._reconnectTimer=null,this._status="idle",this._statusStartTime=Date.now(),this._lastError=null,this._statistics={bufferDelay:0,downloadSpeed:0,decodedFrames:0,droppedFrames:0},this._frameCatchInterval=null,this._frameCatchPeriod=2e3,this._maxBufferDelay=5,this._seekOffset=.5,this._onVideoEventBound=this._onVideoEvent.bind(this)}get status(){return this._status}get statistics(){return{...this._statistics}}_setStatus(e,t={}){const a=Date.now();this._statusStartTime;this._status=e,this._statusStartTime=a}init(e){this.url=e}play(){this._resetReconnectCount(),this._setStatus("loading"),this._createPlayer()}_createPlayer(){this.player=flvjs.createPlayer({type:"flv",url:this.url,isLive:!0,hasAudio:!1}),this.player.attachMediaElement(this.video),this.player.load(),this.player.on(flvjs.Events.ERROR,(e,t,a)=>{this._lastError={type:e,detail:t,info:a,time:Date.now()},this._setStatus("error",{errorType:e,errorDetail:t,errorInfo:a}),e===flvjs.ErrorTypes.NETWORK_ERROR&&this._scheduleReconnect()}),this.player.on(flvjs.Events.STATISTICS_INFO,e=>{this._statistics.downloadSpeed=e.speed||0,void 0!==e.decodedFrames&&(this._statistics.decodedFrames=e.decodedFrames),void 0!==e.droppedFrames&&(this._statistics.droppedFrames=e.droppedFrames)}),this.video.addEventListener("canplay",this._onVideoEventBound),this.video.addEventListener("playing",this._onVideoEventBound),this.video.addEventListener("pause",this._onVideoEventBound),this.video.addEventListener("waiting",this._onVideoEventBound),this.video.addEventListener("stalled",this._onVideoEventBound),this.video.addEventListener("ended",this._onVideoEventBound),this.video.addEventListener("error",this._onVideoEventBound),this.video.addEventListener("canplay",()=>{this._resetReconnectCount(),this.player.play()},{once:!0}),this._startFrameCatch()}_onVideoEvent(e){switch(e.type){case"canplay":break;case"playing":this._setStatus("playing");break;case"pause":!this.video.ended&&this.video.readyState<4&&this._setStatus("paused");break;case"waiting":case"stalled":"playing"===this._status&&this._setStatus("loading");break;case"ended":this._setStatus("idle");break;case"error":this._lastError={type:"VIDEO_ERROR",detail:this.video.error,time:Date.now()},this._setStatus("error",{videoError:this.video.error})}}_scheduleReconnect(){this._reconnectTimer||(this._reconnectCount>=this._maxReconnectCount?this._setStatus("error",{reason:"max_reconnect_reached"}):(this._reconnectCount++,this._setStatus("reconnecting",{count:this._reconnectCount,max:this._maxReconnectCount}),this._reconnectTimer=setTimeout(()=>{this.destroy(),this._createPlayer()},this._reconnectInterval)))}_resetReconnectCount(){this._reconnectCount=0}_startFrameCatch(){this._stopFrameCatch(),this._frameCatchInterval=setInterval(()=>{this._checkAndCatchFrame()},this._frameCatchPeriod)}_stopFrameCatch(){this._frameCatchInterval&&(clearInterval(this._frameCatchInterval),this._frameCatchInterval=null)}_checkAndCatchFrame(){if(!this.video||this.video.readyState<2)return;const e=this.video.buffered;if(!e||0===e.length)return;const t=this.video.currentTime,a=e.end(e.length-1),i=a-t;if(this._statistics.bufferDelay=parseFloat(i.toFixed(2)),i>this._maxBufferDelay){const e=a-this._seekOffset;this.video.currentTime=e}}pause(){var e;null==(e=this.player)||e.pause(),this.video.pause(),this._setStatus("paused")}switchUrl(e){this.destroy(),this.init(e),this.play()}stop(){this.destroy(),this._setStatus("idle")}destroy(){this._reconnectTimer&&(clearTimeout(this._reconnectTimer),this._reconnectTimer=null),this._stopFrameCatch(),this.video.removeEventListener("canplay",this._onVideoEventBound),this.video.removeEventListener("playing",this._onVideoEventBound),this.video.removeEventListener("pause",this._onVideoEventBound),this.video.removeEventListener("waiting",this._onVideoEventBound),this.video.removeEventListener("stalled",this._onVideoEventBound),this.video.removeEventListener("ended",this._onVideoEventBound),this.video.removeEventListener("error",this._onVideoEventBound),this.player&&(this.player.pause(),this.player.unload(),this.player.detachMediaElement(),this.player.destroy(),this.player=null)}}class vt{constructor(e,t,a={}){this.viewer=e,this.video=t,this.flipY=a.flipY||!1,this.generateMipmap=a.generateMipmap||!1,this.texture=new Cesium.Texture({context:e.scene.context,source:this.video,width:1,height:1,pixelFormat:Cesium.PixelFormat.RGBA,pixelDatatype:Cesium.PixelDatatype.UNSIGNED_BYTE}),this.lastUpdate=0,this.enabled=!1}update(){this.enabled&&(this.flipY&&(this.texture._flipY=!0),this.texture.copyFrom({source:this.video}),this.generateMipmap&&this.texture.generateMipmap())}stop(){this.destroy()}destroy(){var e;null==(e=this.texture)||e.destroy(),this.viewer=null,this.video=null}}class ft{constructor(e,t){this.viewer=e,this.guid=t.guid||t.id,this.options=t,this.player=new mt,this._modelTexture=null,this.texture=null,this.model=null,this._updateOnce=!1,this._destroyed=!1}async init(){if(this._destroyed)return;let e=this.options.video_url||"";e&&e.startsWith("rtsp://")&&(e=this._convertRtspToWs(e)),this.player.init(e),await this._loadModel()}async _loadModel(){let e=this.options.world_pos;if("string"==typeof e)try{e=JSON.parse(e)}catch(n){e=null}if(!e&&this.options.elementData&&this.options.elementData._worldMapPos){const t=this.options.elementData._worldMapPos;e={longitude:t.x,latitude:t.y,altitude:t.z}}if(!e)return;const t=Cesium.Cartesian3.fromDegrees(e.longitude,e.latitude,e.altitude||1),a=Cesium.Transforms.eastNorthUpToFixedFrame(t),i=this._createShader();let o=this.options.model_url||this.options.url||"";if(o&&!o.endsWith(".glb")&&(o+=".glb"),this.model=await Cesium.Model.fromGltfAsync({url:o,modelMatrix:a,customShader:i,id:this.guid}),this._destroyed)return this.model&&this.model.destroy(),void(this.model=null);this.viewer.scene.primitives.add(this.model),this.model.readyEvent.addEventListener(e=>{var t;if(this._destroyed)return;const a=e.boundingSphere.center,i={x:a.x,y:a.y,z:a.z},o=new Cesium.Cartesian3(1,1,1),r=Cesium.Matrix4.fromScale(o);e.modelMatrix=Cesium.Matrix4.multiply(e.modelMatrix,r,new Cesium.Matrix4);let s={x:0,y:0,z:0};if(this.options.euler_angles)try{s="string"==typeof this.options.euler_angles?JSON.parse(this.options.euler_angles):this.options.euler_angles}catch(n){}else(null==(t=this.options.elementData)?void 0:t._iveEuler)&&(s=this.options.elementData._iveEuler);if(s&&(0!==s.z||0!==s.y||0!==s.x)){let t=e.modelMatrix;const a=s;if(a.z>1e-4||a.z<-1e-4){const e=Cesium.Matrix3.fromRotationZ(Cesium.Math.toRadians(a.z)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}if(a.y>1e-4||a.y<-1e-4){const e=Cesium.Matrix3.fromRotationY(Cesium.Math.toRadians(a.y)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}if(a.x>1e-4||a.x<-1e-4){const e=Cesium.Matrix3.fromRotationX(Cesium.Math.toRadians(a.x)),i=Cesium.Matrix4.fromRotation(e);t=Cesium.Matrix4.multiply(t,i,new Cesium.Matrix4)}e.modelMatrix=t;const o=e.boundingSphere.center,n=new Cesium.Cartesian3(i.x,i.y,i.z),r=Cesium.Cartesian3.subtract(n,o,new Cesium.Cartesian3),l=Cesium.Matrix4.fromTranslation(r);Cesium.Matrix4.multiply(l,e.modelMatrix,e.modelMatrix)}},this)}update(){var e,t;(null==(e=this._videoTexture)?void 0:e.enabled)&&this.player.video.readyState>=2&&(null==(t=this._videoTexture)||t.update(),this._updateOnce||(this.model.customShader._textureManager._textures.SmartTexture=this._videoTexture.texture,this._updateOnce=!0))}play(){this.player.play(),this.player.video.addEventListener("playing",()=>{this._videoTexture=new vt(this.viewer,this.player.video),this._videoTexture.enabled=!0},{once:!0})}pause(){this.player.pause()}switchUrl(e){this.player.switchUrl(e)}stop(){this.player.stop(),this._videoTexture&&(this._videoTexture.enabled=!1,this._videoTexture.stop(),this._videoTexture=null),this._updateOnce=!1}destroy(){var e;this._destroyed=!0,this.stop(),this.model&&(null==(e=this.viewer)||e.scene.primitives.remove(this.model),this.model=null),this.viewer=null}show(){this.model&&(this.model.show=!0)}hide(){this.model&&(this.model.show=!1)}_createShader(){let e=this.options.preview_url||"";return!e&&this.options.url&&(e=this.options.url+".preview.png"),new Cesium.CustomShader({uniforms:{SmartTexture:{type:"sampler2D",value:new Cesium.TextureUniform({url:e})}},mode:"REPLACE_MATERIAL",fragmentShaderText:"\n void fragmentMain(FragmentInput fsInput, inout czm_modelMaterial material)\n {\n vec2 texCoord = fsInput.attributes.texCoord_0;\n texCoord.y = 1.0 - texCoord.y;\n material.diffuse = texture(SmartTexture, texCoord).rgb;\n }\n "})}_convertRtspToWs(e,t=8001){if(!e||!e.startsWith("rtsp://"))return e;const a=e.match(/^rtsp:\/\/([^:]+):(\d+)\/(.+)$/);if(a){const[,e,,i]=a;return`ws://${e}:${t}/${i}.live.flv`}return e}}class yt{constructor(e,t){this.viewer=e,this.planes=new Map,this._destroyed=!1,this.readyPromise=this._init(t),this._tickHandler=()=>{this.update()},this.viewer.clock.onTick.addEventListener(this._tickHandler)}async whenReady(){return this.readyPromise}async _init(e){await Promise.allSettled(e.map(e=>this.add(e)))}async add(e){if(this._destroyed)return;const t=new ft(this.viewer,e);await t.init(),this._destroyed?t.destroy():this.planes.set(e.guid||e.id,t)}update(){this.planes.forEach(e=>{e.update()})}_getStreetCode(e){const t=this.planes.get(e);return t&&t.options.street_code||null}_getSameStreetPlanes(e){const t=this._getStreetCode(e);if(!t)return[e];const a=[];return this.planes.forEach((e,i)=>{e.options.street_code===t&&a.push(i)}),a}updateVideoPlane(e){const t=e.guid||e.id;if(!this.planes.get(t))return;[t].forEach(t=>{const a=this.planes.get(t);if(a)switch(e.playState){case 0:a.switchUrl(e.videoUrl),a.play();break;case 1:a.switchUrl(e.videoUrl);break;case 2:a.pause();break;case 3:a.play();break;case 4:a.stop()}})}remove(e){const t=this.planes.get(e);t&&(t.destroy(),this.planes.delete(e))}destroy(){this._destroyed=!0,this._tickHandler&&this.viewer&&(this.viewer.clock.onTick.removeEventListener(this._tickHandler),this._tickHandler=null),this.planes.forEach(e=>{e.destroy()}),this.planes.clear(),this.viewer=null}show(e){const t=this.planes.get(e);t&&t.show()}hide(e){const t=this.planes.get(e);t&&t.hide()}showAll(){this.planes.forEach(e=>e.show())}hideAll(){this.planes.forEach(e=>e.hide())}}const gt={transformVideoTwin(e){let t=e.world_pos;if("string"==typeof t)try{t=JSON.parse(t)}catch(i){t=null}let a=e.euler_angles;if("string"==typeof a)try{a=JSON.parse(a)}catch(i){a={x:0,y:0,z:0}}return{guid:e.id,id:e.id,name:e.name,url:e.model_url,model_url:e.model_url,video_url:e.video_url,preview_url:e.preview_url,world_pos:t,euler_angles:a,view_point_id:e.view_point_id,country_code:e.country_code,street_code:e.street_code,elementData:{_worldMapPos:t?{x:t.longitude,y:t.latitude,z:t.altitude}:null,_subVecData:[{_videoUrl:e.video_url}],_iveEuler:a||{x:0,y:0,z:0}}}},groupByArea(e,t){const a=new Map,i=new Map;return t&&t.forEach(e=>{e.county_code&&!i.has(e.county_code.toString())&&i.set(e.county_code.toString(),e.county_name||e.region_name)}),e.forEach(e=>{const t=e.country_code||"unknown";a.has(t)||a.set(t,{areaCode:t,name:i.get(t)||`区域${t}`,content:[]}),a.get(t).content.push(this.transformVideoTwin(e))}),Array.from(a.values())}},_t=new Cesium.Matrix4(.5,0,0,.5,0,.5,0,.5,0,0,.5,.5,0,0,0,1);class wt{constructor(e,t){this.viewer=e,this.CameraId=t.id||Math.random().toString(36).substr(2),this.position=t.position||Cesium.Cartesian3.ZERO,this.heading=t.heading||0,this.pitch=t.pitch||0,this.roll=t.roll||0,this.fov=t.fov||37,this.aspectRatio=t.aspectRatio||16/9,this.viewDistance=t.viewDistance||500,this.viewNearDistance=t.viewNearDistance||.1,this.frustumOutlineColor=t.contourLineColor||t.frustumOutlineColor,this.enabled="boolean"!=typeof t.enabled||t.enabled,this.softShadows="boolean"!=typeof t.softShadows||t.softShadows,this.size=t.size||2048,this.alpha=t.alpha||1,this.textureType=t.textureType||1,this.player=new mt,this._videoTexture=null,this._updateHandler=null,this.postStage=null,this.lightCamera=null,this.shadowMap=null,this.frustumOutline=null,this.GLSL="\n in vec2 v_textureCoordinates;\n uniform sampler2D colorTexture;\n uniform sampler2D depthTexture;\n uniform sampler2D shadowMap_texture;\n \n uniform mat4 camera_projection_matrix;\n uniform mat4 camera_view_matrix;\n uniform mat4 scaleBiasMatrix;\n\n uniform mat4 scene_camera_matrix;\n\n uniform mat4 shadowMap_matrix;\n uniform vec4 shadowMap_lightPositionEC;\n uniform vec4 shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness;\n uniform vec4 shadowMap_texelSizeDepthBiasAndNormalShadingSmooth;\n uniform int helsing_textureType;\n uniform sampler2D helsing_texture;\n uniform float helsing_alpha;\n uniform vec4 helsing_visibleAreaColor;\n uniform vec4 helsing_invisibleAreaColor;\n\n vec4 toEye(in vec2 uv, in float depth){\n vec2 xy = vec2((uv.x * 2.0 - 1.0),(uv.y * 2.0 - 1.0));\n vec4 posInCamera =czm_inverseProjection * vec4(xy, depth, 1.0);\n posInCamera =posInCamera / posInCamera.w;\n return posInCamera;\n }\n float getDepth(in vec4 depth){\n float z_window = czm_unpackDepth(depth);\n z_window = czm_reverseLogDepth(z_window);\n float n_range = czm_depthRange.near;\n float f_range = czm_depthRange.far;\n return (2.0 * z_window - n_range - f_range) / (f_range - n_range);\n }\n float _czm_sampleShadowMap(sampler2D shadowMap, vec2 uv){\n return texture(shadowMap, uv).r;\n }\n float _czm_shadowDepthCompare(sampler2D shadowMap, vec2 uv, float depth){\n return step(depth, _czm_sampleShadowMap(shadowMap, uv));\n }\n float _czm_shadowVisibility(sampler2D shadowMap, czm_shadowParameters shadowParameters){\n float depthBias = shadowParameters.depthBias;\n float depth = shadowParameters.depth;\n float nDotL = shadowParameters.nDotL;\n float normalShadingSmooth = shadowParameters.normalShadingSmooth;\n float darkness = shadowParameters.darkness;\n vec2 uv = shadowParameters.texCoords;\n depth -= depthBias;\n vec2 texelStepSize = shadowParameters.texelStepSize;\n float radius = 1.0;\n float dx0 = -texelStepSize.x * radius;\n float dy0 = -texelStepSize.y * radius;\n float dx1 = texelStepSize.x * radius;\n float dy1 = texelStepSize.y * radius;\n float visibility = (_czm_shadowDepthCompare(shadowMap, uv, depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, 0.0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, 0.0), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx0, dy1), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(0.0, dy1), depth)\n + _czm_shadowDepthCompare(shadowMap, uv + vec2(dx1, dy1), depth)\n ) * (1.0 / 9.0);\n return visibility;\n }\n \n bool visible(in vec4 result)\n {\n result.x/=result.w;\n result.y/=result.w;\n result.z/=result.w;\n return result.x>=-1.&&result.x<=1.\n &&result.y>=-1.&&result.y<=1.\n &&result.z>=-1.&&result.z<=1.;\n }\n void main(){\n const float PI = 3.141592653589793;\n vec4 color = texture(colorTexture, v_textureCoordinates);\n vec4 currentDepth = texture(depthTexture, v_textureCoordinates);\n if(currentDepth.r >= 1.0){\n out_FragColor = color;\n return;\n }\n float depth = getDepth(currentDepth);\n vec4 positionEC = toEye(v_textureCoordinates, depth);\n vec3 normalEC = vec3(1.0);\n czm_shadowParameters shadowParameters;\n shadowParameters.texelStepSize = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.xy;\n shadowParameters.depthBias = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.z;\n shadowParameters.normalShadingSmooth = shadowMap_texelSizeDepthBiasAndNormalShadingSmooth.w;\n shadowParameters.darkness = shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness.w;\n shadowParameters.depthBias *= max(depth * 0.01, 1.0);\n\n vec4 wordPos = czm_inverseView * positionEC;\n vec4 vcPos = camera_view_matrix * wordPos;\n\n vec4 shadowPosition = shadowMap_matrix * positionEC;\n shadowPosition /= shadowPosition.w;\n if (any(lessThan(shadowPosition.xyz, vec3(0.0))) || any(greaterThan(shadowPosition.xyz, vec3(1.0)))){\n out_FragColor = color;\n return;\n }\n\n vec3 directionEC = positionEC.xyz-shadowMap_lightPositionEC.xyz;\n float distance = length(directionEC);\n directionEC = normalize(directionEC);\n\n vec3 directionWC = czm_inverseViewRotation * directionEC;\n\n float nDotL = clamp(dot(normalEC, -directionEC), 0.0, 1.0);\n\n shadowParameters.texCoords = shadowPosition.xy;\n shadowParameters.depth = shadowPosition.z;\n shadowParameters.nDotL = nDotL;\n float visibility = _czm_shadowVisibility(shadowMap_texture, shadowParameters);\n if (helsing_textureType < 2){\n vec4 videoColor = texture(helsing_texture, shadowPosition.xy);\n if (visibility == 1.0){\n out_FragColor = mix(color, vec4(videoColor.xyz, 1.0), helsing_alpha * videoColor.a);\n }\n else{\n if(abs(shadowPosition.z - 0.0) < 0.001){\n return;\n }\n out_FragColor = color;\n }\n }\n else{ \n\n }\n }"}init(){this._createLightCamera(),this._createShadowMap(),this._drawFrustumOutline()}updatePose(e){if(e){if(void 0!==e.position&&(this.position=e.position),void 0!==e.heading&&(this.heading=e.heading),void 0!==e.pitch&&(this.pitch=e.pitch),void 0!==e.roll&&(this.roll=e.roll),void 0!==e.fov){this.fov=e.fov;const t=Cesium.Math.toRadians(this.fov);this.lightCamera.frustum.fov=t,this.lightCamera.frustum.aspectRatio=this.aspectRatio}this.lightCamera.position=this.position,this.lightCamera.setView({destination:this.position,orientation:{heading:Cesium.Math.toRadians(this.heading),pitch:Cesium.Math.toRadians(this.pitch),roll:Cesium.Math.toRadians(this.roll)}}),this._updateFrustumPositions()}}play(e){e||(e={}),e.url&&this.player.init(e.url),this.player.play();const t=()=>{this._videoTexture=new vt(this.viewer,this.player.video,{flipY:!0,generateMipmap:!0}),this._videoTexture.enabled=!0,this._updateHandler=()=>{var e;null==(e=this._videoTexture)||e.update()},this.viewer.clock.onTick.addEventListener(this._updateHandler),this._createPostStage()};this.player.video.readyState>=3?t():this.player.video.addEventListener("canplay",t,{once:!0})}update(){var e;null==(e=this._videoTexture)||e.update()}stop(){this.player.stop(),this._videoTexture&&(this._videoTexture.enabled=!1,this._videoTexture.stop(),this._videoTexture=null),this.postStage&&this.viewer&&(this.viewer.scene.postProcessStages.remove(this.postStage),this.postStage=null),this._updateHandler&&this.viewer&&(this.viewer.clock.onTick.removeEventListener(this._updateHandler),this._updateHandler=null)}destroy(){var e,t;this.stop(),this.frustumOutline&&this.viewer&&(this.viewer.scene.primitives.remove(this.frustumOutline),this.frustumOutline=null,this._frustumPolylines=null),this.sketch&&this.viewer&&(this.viewer.entities.remove(this.sketch),this.sketch=null),this.shadowMap&&this.viewer&&(this.viewer.scene.shadowMap===this.shadowMap&&(this.viewer.scene.shadowMap=void 0),null==(t=(e=this.shadowMap).destroy)||t.call(e),this.shadowMap=null),this.lightCamera=null,this.player.destroy(),this.viewer=null}_createPostStage(){const e=this,t=e.shadowMap._isPointLight?e.shadowMap._pointBias:e.shadowMap._primitiveBias,a=new Cesium.PostProcessStage({fragmentShader:e.GLSL,uniforms:{helsing_textureType:function(){return e.textureType},helsing_texture:function(){var t;return null==(t=e._videoTexture)?void 0:t.texture},helsing_alpha:function(){return e.alpha},helsing_visibleAreaColor:function(){return e.visibleAreaColor},helsing_invisibleAreaColor:function(){return e.invisibleAreaColor},shadowMap_texture:function(){return e.shadowMap._shadowMapTexture},shadowMap_matrix:function(){return e.shadowMap._shadowMapMatrix},camera_projection_matrix:function(){return e.lightCamera.frustum.projectionMatrix},camera_view_matrix:function(){return e.lightCamera.viewMatrix},scene_camera_matrix:this.viewer.scene.camera.inverseViewMatrix,scaleBiasMatrix:_t,shadowMap_lightPositionEC:function(){return e.shadowMap._lightPositionEC},shadowMap_texelSizeDepthBiasAndNormalShadingSmooth:function(){const a=new Cesium.Cartesian2;return a.x=1/e.shadowMap._textureSize.x,a.y=1/e.shadowMap._textureSize.y,Cesium.Cartesian4.fromElements(a.x,a.y,t.depthBias,t.normalShadingSmooth,new Cesium.Cartesian4)},shadowMap_normalOffsetScaleDistanceMaxDistanceAndDarkness:function(){return Cesium.Cartesian4.fromElements(t.normalOffsetScale,e.shadowMap._distance,e.shadowMap.maximumDistance,e.shadowMap._darkness,new Cesium.Cartesian4)}}});this.postStage=e.viewer.scene.postProcessStages.add(a)}_createShadowMap(){this.shadowMap=new Cesium.ShadowMap({context:this.viewer.scene.context,lightCamera:this.lightCamera,enabled:this.enabled,cascadesEnabled:!1,size:this.size,softShadows:this.softShadows,normalOffset:!1,fromLightSource:!1}),this.viewer.scene.shadowMap=this.shadowMap}_createLightCamera(){this.lightCamera=new Cesium.Camera(this.viewer.scene),this.lightCamera.position=this.position,this.lightCamera.frustum.near=this.viewNearDistance,this.lightCamera.frustum.far=this.viewDistance;const e=Cesium.Math.toRadians(this.fov);this.lightCamera.frustum.fov=e,this.lightCamera.frustum.aspectRatio=this.aspectRatio,this.lightCamera.setView({destination:this.position,orientation:{heading:Cesium.Math.toRadians(this.heading),pitch:Cesium.Math.toRadians(this.pitch),roll:Cesium.Math.toRadians(this.roll)}})}_computeFrustumCorners(){const e=this.lightCamera,t=this.viewNearDistance,a=this.viewDistance,i=Cesium.Math.toRadians(this.fov)/2,o=this.aspectRatio,n=Math.tan(i),r=t*n,s=r*o,l=a*n,c=l*o,u=Cesium.Cartesian3.clone(e.directionWC),d=Cesium.Cartesian3.clone(e.upWC),p=Cesium.Cartesian3.clone(e.rightWC);function h(t,a,i){const o=Cesium.Cartesian3.add(e.positionWC,Cesium.Cartesian3.multiplyByScalar(u,t,new Cesium.Cartesian3),new Cesium.Cartesian3);return[Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,-a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,-i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3),Cesium.Cartesian3.add(o,Cesium.Cartesian3.add(Cesium.Cartesian3.multiplyByScalar(p,-a,new Cesium.Cartesian3),Cesium.Cartesian3.multiplyByScalar(d,-i,new Cesium.Cartesian3),new Cesium.Cartesian3),new Cesium.Cartesian3)]}return{nearCorners:h(t,s,r),farCorners:h(a,c,l)}}_drawFrustumOutline(){const e=this.frustumOutlineColor?this.frustumOutlineColor instanceof Cesium.Color?this.frustumOutlineColor:Cesium.Color.fromCssColorString(this.frustumOutlineColor):Cesium.Color.GREEN,t=new Cesium.PolylineCollection,a=e;for(let i=0;i<12;i++)t.add({positions:[Cesium.Cartesian3.ZERO,Cesium.Cartesian3.ZERO],width:1,material:Cesium.Material.fromType("Color",{color:a})});this.frustumOutline=this.viewer.scene.primitives.add(t),this._frustumPolylines=t,this._updateFrustumPositions()}_updateFrustumPositions(){if(!this._frustumPolylines)return;const{nearCorners:e,farCorners:t}=this._computeFrustumCorners(),a=this._frustumPolylines._polylines;let i=0;for(let o=0;o<4;o++){const t=(o+1)%4;a[i].positions=[e[o],e[t]],i++}for(let o=0;o<4;o++){const e=(o+1)%4;a[i].positions=[t[o],t[e]],i++}for(let o=0;o<4;o++)a[i].positions=[e[o],t[o]],i++}_drawSketch(){const e=Cesium.Math.toDegrees(this.fov*this.aspectRatio/2),t=Cesium.Math.toDegrees(this.fov/2);this.sketch=this.viewer.entities.add({name:"sketch",id:this.CameraId,position:this.position,orientation:Cesium.Transforms.headingPitchRollQuaternion(this.position,Cesium.HeadingPitchRoll.fromDegrees(this.heading-e,this.pitch,this.roll)),ellipsoid:{radii:new Cesium.Cartesian3(this.viewDistance,this.viewDistance,this.viewDistance),minimumClock:Cesium.Math.toRadians(-e),maximumClock:Cesium.Math.toRadians(e),minimumCone:Cesium.Math.toRadians(t+7.75),maximumCone:Cesium.Math.toRadians(180-t-7.75),fill:!1,outline:!0,subdivisions:256,stackPartitions:64,slicePartitions:64,outlineColor:Cesium.Color.YELLOWGREEN}})}createTextureFromCanvas(e){return new Cesium.Texture({context:this.viewer.scene.context,source:{width:e.width,height:e.height,arrayBufferView:e},flipY:!1,pixelFormat:Cesium.PixelFormat.RGBA,pixelDatatype:Cesium.PixelDatatype.UNSIGNED_BYTE,sampler:new Cesium.Sampler({wrapS:Cesium.TextureWrap.CLAMP_TO_EDGE,wrapT:Cesium.TextureWrap.CLAMP_TO_EDGE})})}}const xt={key:0,class:"uav-container-box"},Vt={class:"uav-container"},kt={class:"uav-header"},St={class:"title"},Et={class:"uav-body"},Lt={class:"uav-video"},bt={class:"uav-list-group"},Mt={class:"uav-list"},Bt={key:0,class:"uav-item-null"},At=["onClick"],Tt={class:"uav-item-content"},Nt={class:"uav-operate"},Dt=["onClick"],Ot=["onClick"],Pt=["onClick"],zt={class:"uav-info-group"},Ut={class:"uav-info-detail"},Rt={class:"uav-info-base grid space-between"},Ft={key:0},It={key:1},jt={key:2},Ht={class:"nameValue"},Gt={class:"name"},Zt={class:"value"},Wt={class:"uav-info-attitude"},Xt={class:"compass"},Yt={class:"attitude"},Jt=["title"],Qt=ut({__name:"index",props:{uavShow:{type:Boolean,default:!1},uavTitle:{type:String,default:"无人机信息"},activeType:{type:Boolean,default:!1},virtualCameraList:{type:Array,default:()=>[]},useExternalData:{type:Boolean,default:!1},droneListAPiUrl:{type:String,default:""},droneWsUrl:{type:String,default:""},vacApiIpPort:{type:String,default:""},deviceId:{type:String,default:""},cesiumViewer:{type:Object,default:null},virtualCameraOptions:{type:Object,default:()=>({fov:20,viewDistance:5e4,frustumOutlineColor:"#00ff00"})},singleDrone:{type:Boolean,default:!0}},emits:["update:uavShow","close","track","handleOperate"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.uavTitle),r=t.ref(0),s=t.ref(i.uavShow),l=t.ref(""),c=t.ref("1"),u=t.ref("follow"),d=t.ref(""),p=t.ref([]),h=t.ref(null);t.ref(0);const C=t.ref(10),m=t.ref(new Map);let v=null;const f=t.ref(!0),y=t.computed(()=>i.useExternalData&&i.virtualCameraList.length>0?i.virtualCameraList:p.value),g=t.ref([{type:"name",name:"名称",value:"-- --"},{type:"status",name:"状态",value:"-- --"},{type:"battery",name:"电量",value:"-- --"}]),_=t.ref([{name:"速度",value:""},{name:"高度H",value:""},{name:"高度E",value:""},{name:"经度",value:""},{name:"纬度",value:""}]),w=[{name:"速度",value:"--"},{name:"高度H",value:"--"},{name:"高度E",value:"--"},{name:"经度",value:"--"},{name:"纬度",value:"--"}],x=()=>{f.value=!f.value},V=t.ref(null),k=(e,t,a)=>{if("begin"===e){i.singleDrone&&y.value.forEach(e=>{if(e.isRunning&&e.guid!==t.guid){e.isRunning=!1;const t=m.value.get(e.guid);t&&(t.destroy(),m.value.delete(e.guid))}}),t.isRunning=!0,l.value=`ws://${i.vacApiIpPort}/rtp/${i.deviceId}_${t.gbCode}.live.flv`||t.flv;const e=i.cesiumViewer||window.CesiumViewer;if(!e)return;const a=e.camera.positionCartographic,o=Cesium.Math.toDegrees(a.longitude),n=Cesium.Math.toDegrees(a.latitude),r=a.height;M(t.guid,t.flv,{position:Cesium.Cartesian3.fromDegrees(o,n,r),...i.virtualCameraOptions})}"stop"===e&&(t.isRunning=!1,v&&(v.destroy(),m.value.delete(t.guid),v=null)),h.value=t.guid,o("handleOperate",{type:e,item:t,videoInfo:a})},S=t.ref(new Set);let E=null;const L=async(e,t,a,o,n)=>{const r=Cesium.Cartesian3.fromDegrees(e,t,a);v.updatePose({position:r,heading:o,pitch:n});const s=Math.max(500,1.5*a);(i.cesiumViewer||window.CesiumViewer).camera.lookAt(r,new Cesium.HeadingPitchRange(o,Cesium.Math.toRadians(-90),s))},b=()=>{var e;null==(e=V.value)||e.handleDestroy(),m.value.forEach((e,t)=>{try{e.destroy()}catch(a){}}),m.value.clear(),v=null,c.value="",u.value="",h.value=null,o("update:uavShow",!1)},M=(e,t,a={})=>{const o=i.cesiumViewer||window.CesiumViewer;if(!o)return{destroy:()=>{}};const n=o.camera.positionCartographic,r=Cesium.Math.toDegrees(n.longitude),s=Cesium.Math.toDegrees(n.latitude),l=n.height,c={...{id:`drone_${e}`,position:Cesium.Cartesian3.fromDegrees(r,s,l),heading:45,pitch:-75,fov:60,viewDistance:1e4,frustumOutlineColor:"#00FF00"},...a},u=new wt(o,c);return m.value.set(e,u),v=u,u.init(),u.play({url:t}),{vc:u,destroy:()=>{u&&(u.destroy(),m.value.delete(e),v===u&&(v=null))}}};return t.watch(()=>i.activeType,(e,t)=>{}),t.watch(()=>i.uavShow,e=>{s.value=e,e?(async(e,{method:t="POST",body:a=null}={})=>{try{const i={method:t};a&&"GET"!==t&&(i.body=a),i.headers={"Content-Type":"application/json"};const o=await fetch(e,i);if(!o.ok)throw new Error(`HTTP ${o.status}: ${o.statusText}`);const n=await o.json(),r=null==n?void 0:n.data;if(!Array.isArray(r))return p.value=[],[];const s=r.map(e=>({guid:e.sn,id:e.id,name:e.name,state:e.state||"unknown",flv:e.flv,isRunning:!1,...e}));return p.value=s,s}catch(i){throw p.value=[],i}})(i.droneListAPiUrl):b(),(e=>{if(!e&&E)return E.send(JSON.stringify({method:"drone",data:["关闭无人机!"]})),E.close(),E=null,void S.value.clear();E||(E=new WebSocket(`ws://${i.droneWsUrl}`),E.onopen=()=>{},E.onmessage=e=>{var t;let a=null;try{a=JSON.parse(null==e?void 0:e.data)}catch(o){return}if(!(null==a?void 0:a.data)||0===(null==(t=null==a?void 0:a.data)?void 0:t.length))return;const i=null==a?void 0:a.data[0];if(i)try{const e=Number(i.longitude)||1,t=Number(i.latitude)||1,a=Number(i.height)||1,o=Number(i.gimbalPitch)||1,n=(Number(i.gimbalYaw),Number(i.attitudeHead)||1);if(h.value!==i.sn)return;L(e,t,a,n,o),C.value=n,g.value=[{type:"name",name:"名称",value:i.name??"--"},{type:"status",name:"状态",value:"1"==i.state?"在线":"离线"},{type:"battery",name:"电量",value:i.battery??"--"}],_.value=[{name:"速度",value:i.speed??"--"},{name:"高度H",value:i.height??"--"},{name:"高度E",value:i.elevation??"--"},{name:"经度",value:i.longitude??"--"},{name:"纬度",value:i.latitude??"--"}]}catch(o){}},E.onclose=function(){E=null})})(e)}),t.watch(()=>i.uavTitle,e=>{n.value=e}),t.onMounted(()=>{}),t.onUnmounted(()=>{b()}),(e,a)=>{const i=t.resolveComponent("a-tooltip");return s.value?(t.openBlock(),t.createElementBlock("div",xt,[t.withDirectives(t.createElementVNode("div",Vt,[t.createElementVNode("div",kt,[t.createElementVNode("h3",St,t.toDisplayString(n.value),1)]),t.createElementVNode("div",Et,[t.createElementVNode("div",Lt,[(t.openBlock(),t.createBlock(Ct,{url:l.value,title:"",key:r.value,ref_key:"videoItemRef",ref:V},null,8,["url"]))]),t.createElementVNode("div",bt,[a[5]||(a[5]=t.createElementVNode("div",{class:"uav-header2"},"无人机列表",-1)),t.createElementVNode("div",Mt,[0===y.value.length?(t.openBlock(),t.createElementBlock("div",Bt,"暂无数据")):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(y.value,e=>(t.openBlock(),t.createElementBlock("div",{key:null==e?void 0:e.guid,class:t.normalizeClass(["uav-item flex align-items",{active:d.value===e.guid}]),onClick:t=>(e=>{d.value=e.guid})(e)},[t.createElementVNode("div",Tt,[c.value===e.guid?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["status-bar","follow"===u.value])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:t.normalizeClass(["uav-name",c.value===e.guid?"activeFly":""])},t.toDisplayString(e.name),3)]),t.createElementVNode("div",Nt,[t.createElementVNode("div",{class:"operate-item",onClick:t.withModifiers(t=>((e,t)=>{n.value=t.name,c.value=t.guid,u.value=e,g.value=[{type:"name",name:"名称",value:(null==t?void 0:t.name)??"--"},{type:"status",name:"状态",value:"--"},{type:"battery",name:"电量",value:"--"}],_.value=w})("follow",e),["stop"])},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[0]||(a[0]=[t.createElementVNode("span",null,"跟随",-1)])]),default:t.withCtx(()=>[t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons smart-ui-icon-chaosong",c.value===e.guid?"uav-fllow-active":""]),title:"跟随"},null,2)]),_:2},1024)],8,Dt),e.isRunning?t.createCommentVNode("",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:"operate-item",onClick:t=>k("begin",e)},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[1]||(a[1]=[t.createElementVNode("span",null,"融合开",-1)])]),default:t.withCtx(()=>[a[2]||(a[2]=t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-play",title:"融合开"},null,-1))]),_:1})],8,Ot)),e.isRunning?(t.openBlock(),t.createElementBlock("div",{key:1,class:"operate-item",onClick:t=>k("stop",e)},[t.createVNode(i,null,{title:t.withCtx(()=>[...a[3]||(a[3]=[t.createElementVNode("span",null,"融合关",-1)])]),default:t.withCtx(()=>[a[4]||(a[4]=t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-stop",title:"融合关"},null,-1))]),_:1})],8,Pt)):t.createCommentVNode("",!0)])],10,At))),128))])]),t.createElementVNode("div",zt,[a[9]||(a[9]=t.createElementVNode("div",{class:"uav-header2"},"无人机信息",-1)),t.createElementVNode("div",Ut,[t.createElementVNode("div",Rt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(g.value,(e,i)=>(t.openBlock(),t.createElementBlock("div",{key:i,class:"flex align-items uav-icon"},["name"==e.type?(t.openBlock(),t.createElementBlock("div",Ft,[...a[6]||(a[6]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.68%200.874748%2033.0303%200.874748%2033.8582%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8582%2029.6975C33.0303%2030.1985%2031.68%2030.1985%2030.852%2029.6975L9.10934%2016.4552C8.28142%2015.9443%208.28142%2015.129%209.10934%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_3993)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_3993)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_3993)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_3993)'/%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_3993)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_3993)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_3993)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_3993)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M22.39%2034.978C22.0056%2034.5972%2021.7004%2034.144%2021.4921%2033.6445C21.2839%2033.1451%2021.1766%2032.6093%2021.1766%2032.0682C21.1766%2031.5271%2021.2839%2030.9913%2021.4921%2030.4919C21.7004%2029.9924%2022.0056%2029.5392%2022.39%2029.1584C22.9396%2028.614%2023.63%2028.2335%2024.3838%2028.0597C25.1375%2027.8859%2025.9248%2027.9256%2026.6573%2028.1743L26.7342%2028.2003L26.6815%2028.2624C26.4056%2028.5976%2026.0918%2028.9428%2025.8213%2029.2374L25.8007%2029.2591L25.7708%2029.2548C25.6208%2029.2311%2025.4693%2029.219%2025.3176%2029.2187C24.9417%2029.2175%2024.5694%2029.2903%2024.2217%2029.4331C23.874%2029.5758%2023.5579%2029.7856%2023.2913%2030.0505C23.0247%2030.3154%2022.8129%2030.6302%2022.668%2030.977C22.5231%2031.3237%2022.4479%2031.6956%2022.4467%2032.0714C22.4479%2032.4473%2022.5231%2032.8192%2022.668%2033.1659C22.8129%2033.5127%2023.0247%2033.8275%2023.2913%2034.0924C23.5579%2034.3573%2023.874%2034.5671%2024.2217%2034.7098C24.5694%2034.8526%2024.9417%2034.9254%2025.3176%2034.9242C26.0783%2034.9247%2026.8083%2034.6243%2027.3484%2034.0886C27.6679%2033.7696%2027.9072%2033.3795%2028.0467%2032.9501C28.1862%2032.5208%2028.2219%2032.0644%2028.1508%2031.6186L28.1461%2031.5897L28.1682%2031.5691C28.4571%2031.3008%2028.7712%2031.0275%2029.1479%2030.7151L29.2107%2030.6628L29.2381%2030.7404C29.4841%2031.4694%2029.5217%2032.2526%2029.3466%2033.0018C29.1716%2033.751%2028.7908%2034.4364%2028.2473%2034.9809C27.469%2035.7544%2026.4158%2036.1876%2025.3186%2036.1856C24.2212%2036.1867%2023.1682%2035.7523%2022.3904%2034.978H22.39ZM37.3844%2035.9646C36.8703%2035.7952%2036.3948%2035.5257%2035.9851%2035.1719C35.5755%2034.818%2035.2399%2034.3866%2034.9976%2033.9025C34.7552%2033.4184%2034.611%2032.8912%2034.5732%2032.3512C34.5354%2031.8112%2034.6047%2031.269%2034.7772%2030.7559L34.8032%2030.6801L34.8661%2030.7303C35.2041%2030.9981%2035.5329%2031.2774%2035.8519%2031.5677L35.8743%2031.5883L35.8696%2031.6183C35.7984%2032.0646%2035.8346%2032.5215%2035.9754%2032.951C36.1161%2033.3805%2036.3573%2033.7703%2036.6788%2034.0879C37.2202%2034.6226%2037.9508%2034.9219%2038.7117%2034.9208C39.4726%2034.9196%2040.2023%2034.6181%2040.7421%2034.0818C41.0085%2033.8173%2041.2198%2033.5026%2041.3639%2033.1559C41.508%2032.8093%2041.5819%2032.4375%2041.5815%2032.0621C41.581%2031.6867%2041.5061%2031.3151%2041.3612%2030.9688C41.2162%2030.6225%2041.0041%2030.3084%2040.737%2030.0445C40.471%2029.7792%2040.1552%2029.5691%2039.8077%2029.4262C39.4602%2029.2833%2039.088%2029.2104%2038.7123%2029.2118C38.5599%2029.2118%2038.4078%2029.2237%2038.2573%2029.2479L38.2269%2029.2526L38.2063%2029.2299C37.916%2028.9119%2037.6349%2028.5855%2037.3635%2028.2513L37.3129%2028.1888L37.3895%2028.1628C37.8152%2028.0213%2038.2608%2027.9494%2038.7094%2027.9497C39.2527%2027.9476%2039.7911%2028.0535%2040.2932%2028.2612C40.7953%2028.4688%2041.2512%2028.7742%2041.6344%2029.1594C42.1776%2029.6988%2042.5588%2030.3797%2042.7346%2031.1248C42.9104%2031.8699%2042.8738%2032.6494%2042.6289%2033.3747C42.3498%2034.1938%2041.8212%2034.9049%2041.1172%2035.408C40.4132%2035.9111%2039.5693%2036.181%2038.7039%2036.1798C38.2554%2036.1798%2037.8098%2036.1069%2037.3844%2035.9646ZM36.7117%2032.3004C36.7113%2032.0103%2036.7674%2031.723%2036.8767%2031.4543C35.5858%2030.2388%2033.7856%2028.7763%2032.4975%2028.6532C32.3441%2028.6409%2031.7421%2028.6409%2031.572%2028.6593C30.2749%2028.8038%2028.4773%2030.2793%2027.1953%2031.4901C27.2813%2031.732%2027.3253%2031.9866%2027.3253%2032.2433C27.3226%2032.8443%2027.0814%2033.4195%2026.6549%2033.8428C26.2284%2034.2661%2025.6513%2034.5028%2025.0503%2034.501C24.7527%2034.5023%2024.4577%2034.4449%2024.1823%2034.3321C23.9069%2034.2194%2023.6563%2034.0534%2023.4451%2033.8438C23.2338%2033.6342%2023.0659%2033.3849%2022.951%2033.1104C22.8361%2032.8358%2022.7764%2032.5413%2022.7753%2032.2437C22.7764%2031.9461%2022.8361%2031.6516%2022.951%2031.377C23.0659%2031.1025%2023.2338%2030.8532%2023.4451%2030.6436C23.6563%2030.434%2023.9069%2030.268%2024.1823%2030.1553C24.4577%2030.0425%2024.7527%2029.9851%2025.0503%2029.9864C25.3384%2029.986%2025.6238%2030.0402%2025.8917%2030.146C27.0404%2028.9446%2028.4141%2027.2976%2028.6842%2026.0402C28.7344%2025.6278%2028.7423%2025.2114%2028.7084%2024.7972C28.5163%2023.5203%2027.0726%2021.7819%2025.8758%2020.5339C25.6294%2020.6217%2025.3697%2020.6665%2025.1081%2020.6665C24.8105%2020.6678%2024.5155%2020.6104%2024.2401%2020.4976C23.9646%2020.3848%2023.7141%2020.2189%2023.5028%2020.0093C23.2916%2019.7996%2023.1237%2019.5504%2023.0088%2019.2759C22.8938%2019.0013%2022.8342%2018.7068%2022.8331%2018.4092C22.8342%2018.1115%2022.8938%2017.817%2023.0088%2017.5425C23.1237%2017.2679%2023.2916%2017.0187%2023.5028%2016.8091C23.7141%2016.5994%2023.9646%2016.4335%2024.2401%2016.3207C24.5155%2016.208%2024.8105%2016.1506%2025.1081%2016.1519C25.4057%2016.1507%2025.7006%2016.2081%2025.976%2016.3209C26.2513%2016.4337%2026.5018%2016.5996%2026.713%2016.8092C26.9243%2017.0187%2027.0922%2017.2679%2027.2072%2017.5423C27.3221%2017.8168%2027.3819%2018.1112%2027.3831%2018.4088C27.3832%2018.6928%2027.3293%2018.9741%2027.2242%2019.2379C28.5502%2020.487%2030.411%2021.999%2031.7067%2022.0492C31.8223%2022.0492%2032.3155%2022.055%2032.4614%2022.043C33.7524%2021.9484%2035.5695%2020.4708%2036.8728%2019.2441C36.766%2018.9782%2036.7113%2018.6943%2036.7117%2018.4077C36.7127%2018.1101%2036.7723%2017.8155%2036.8872%2017.5409C37.0021%2017.2663%2037.17%2017.0171%2037.3813%2016.8074C37.5926%2016.5977%2037.8431%2016.4318%2038.1186%2016.319C38.394%2016.2062%2038.689%2016.1488%2038.9867%2016.1501C39.2843%2016.1488%2039.5793%2016.2063%2039.8548%2016.3191C40.1302%2016.4319%2040.3807%2016.5978%2040.592%2016.8075C40.8033%2017.0172%2040.9712%2017.2664%2041.0861%2017.541C41.201%2017.8156%2041.2607%2018.1101%2041.2617%2018.4077C41.2585%2019.0084%2041.0173%2019.5834%2040.5908%2020.0064C40.1643%2020.4294%2039.5874%2020.666%2038.9867%2020.6643C38.7285%2020.6643%2038.4721%2020.621%2038.2284%2020.5354C36.9439%2021.8769%2035.3738%2023.7818%2035.3778%2025.0771V25.5736C35.3351%2026.8678%2036.9341%2028.8092%2038.2359%2030.168C38.4775%2030.0842%2038.7314%2030.0415%2038.9871%2030.0416C39.2847%2030.0404%2039.5797%2030.0978%2039.8551%2030.2106C40.1306%2030.3235%2040.3811%2030.4894%2040.5924%2030.6991C40.8036%2030.9088%2040.9715%2031.158%2041.0864%2031.4326C41.2013%2031.7071%2041.261%2032.0017%2041.2621%2032.2993C41.2591%2032.9001%2041.0179%2033.4752%2040.5914%2033.8983C40.1648%2034.3215%2039.5879%2034.5581%2038.9871%2034.5563C38.6896%2034.5575%2038.3947%2034.5002%2038.1194%2034.3875C37.844%2034.2748%2037.5936%2034.109%2037.3823%2033.8996C37.171%2033.6901%2037.0031%2033.441%2036.8881%2033.1666C36.7731%2032.8923%2036.7133%2032.5979%2036.7121%2032.3004H36.7117ZM30.6367%2023.9428C30.4524%2024.1257%2030.3061%2024.3433%2030.2064%2024.5831C30.1067%2024.8228%2030.0555%2025.08%2030.0558%2025.3396C30.0562%2025.5993%2030.108%2025.8563%2030.2083%2026.0958C30.3087%2026.3353%2030.4555%2026.5526%2030.6403%2026.735C31.015%2027.1049%2031.5205%2027.3122%2032.047%2027.3117C32.5736%2027.3112%2033.0787%2027.1031%2033.4527%2026.7324C33.6363%2026.5495%2033.7821%2026.3322%2033.8815%2026.0928C33.9809%2025.8535%2034.0321%2025.5968%2034.0321%2025.3376C34.0321%2025.0784%2033.9809%2024.8218%2033.8815%2024.5824C33.7821%2024.3431%2033.6363%2024.1257%2033.4527%2023.9428L33.4498%2023.9399C33.0763%2023.5693%2032.5712%2023.3616%2032.0451%2023.3622C31.5174%2023.3611%2031.0108%2023.5696%2030.6367%2023.9418V23.9428ZM31.1704%2026.2251C31.0536%2026.11%2030.9609%2025.9728%2030.8976%2025.8216C30.8344%2025.6703%2030.8019%2025.5079%2030.8021%2025.3439C30.801%2025.18%2030.8331%2025.0174%2030.8964%2024.8662C30.9597%2024.7149%2031.0529%2024.5779%2031.1704%2024.4636C31.2868%2024.347%2031.425%2024.2547%2031.5771%2024.1918C31.7293%2024.1289%2031.8923%2024.0967%2032.057%2024.097C32.391%2024.0963%2032.7106%2024.2306%2032.9439%2024.4697C33.06%2024.585%2033.1521%2024.7222%2033.2149%2024.8733C33.2777%2025.0245%2033.3098%2025.1866%2033.3095%2025.3502C33.3092%2025.5139%2033.2765%2025.6759%2033.2131%2025.8268C33.1498%2025.9777%2033.0572%2026.1145%2032.9406%2026.2294C32.8243%2026.3448%2032.6864%2026.4361%2032.5348%2026.4982C32.3832%2026.5603%2032.2208%2026.5919%2032.057%2026.5912H32.0483C31.8851%2026.5912%2031.7235%2026.5588%2031.5728%2026.4959C31.4222%2026.433%2031.2856%2026.3408%2031.1708%2026.2247L31.1704%2026.2251ZM22.3893%2021.5436C20.847%2019.9544%2020.847%2017.427%2022.3893%2015.8381C23.9804%2014.199%2026.5944%2014.1481%2028.248%2015.724C28.7955%2016.2719%2029.1778%2016.9629%2029.351%2017.718C29.5242%2018.473%2029.4813%2019.2615%2029.2273%2019.9934L29.2013%2020.0699L29.1388%2020.0172C28.7777%2019.7186%2028.4607%2019.4355%2028.1638%2019.1505L28.1425%2019.1303L28.1472%2019.1014C28.2209%2018.6531%2028.1865%2018.1936%2028.047%2017.7612C27.9074%2017.3288%2027.6667%2016.9359%2027.3448%2016.6152C26.8057%2016.0807%2026.0774%2015.7807%2025.3183%2015.7803C24.5591%2015.7767%2023.8295%2016.0749%2023.2901%2016.6092C22.7507%2017.1435%2022.4457%2017.8702%2022.442%2018.6295C22.4427%2019.0054%2022.5175%2019.3776%2022.6621%2019.7247C22.8066%2020.0718%2023.0181%2020.387%2023.2845%2020.6524C23.5509%2020.9177%2023.8669%2021.128%2024.2146%2021.2712C24.5622%2021.4144%2024.9347%2021.4877%2025.3107%2021.4869C25.4681%2021.4869%2025.6249%2021.4743%2025.7801%2021.449L25.8101%2021.444L25.8303%2021.4663C26.1033%2021.7552%2026.4204%2022.099%2026.7021%2022.4338L26.7544%2022.4959L26.6775%2022.5219C26.2391%2022.6735%2025.7783%2022.7508%2025.3147%2022.7508H25.2988C24.7581%2022.7516%2024.2225%2022.6452%2023.7231%2022.438C23.2237%2022.2307%2022.7703%2021.9266%2022.3889%2021.5433H22.3893V21.5436ZM38.7032%2022.7479C38.2516%2022.7486%2037.8029%2022.6764%2037.3743%2022.5341L37.2971%2022.5081L37.3498%2022.4457C37.6227%2022.112%2037.9058%2021.7869%2038.1988%2021.4707L38.2193%2021.4483L38.2493%2021.453C38.6991%2021.5256%2039.1597%2021.4906%2039.5934%2021.3509C40.027%2021.2111%2040.4214%2020.9707%2040.7442%2020.6491C41.0103%2020.3845%2041.2214%2020.0698%2041.3651%2019.7231C41.5089%2019.3764%2041.5825%2019.0047%2041.5818%2018.6294C41.5811%2018.2541%2041.506%2017.8827%2041.3608%2017.5366C41.2157%2017.1905%2041.0034%2016.8766%2040.7363%2016.613C40.1945%2016.079%2039.4639%2015.7802%2038.7032%2015.7816C37.9424%2015.7829%2037.2129%2016.0843%2036.6731%2016.6202C36.3536%2016.9392%2036.1143%2017.3294%2035.9748%2017.7587C35.8352%2018.1881%2035.7994%2018.6444%2035.8703%2019.0902L35.875%2019.1202L35.8526%2019.1404C35.4915%2019.4705%2035.1708%2019.7442%2034.8718%2019.9782L34.8086%2020.0273L34.7823%2019.9526C34.5339%2019.2249%2034.4955%2018.442%2034.6714%2017.6935C34.8473%2016.9451%2035.2304%2016.2612%2035.7768%2015.7203C37.3993%2014.1145%2040.0123%2014.1159%2041.6329%2015.7232C42.0169%2016.1044%2042.3216%2016.5577%2042.5295%2017.0572C42.7375%2017.5566%2042.8445%2018.0922%2042.8445%2018.6332C42.8445%2019.1742%2042.7375%2019.7099%2042.5295%2020.2093C42.3216%2020.7088%2042.0169%2021.1621%2041.6329%2021.5433C41.2505%2021.9253%2040.7965%2022.2284%2040.2969%2022.435C39.7973%2022.6416%2039.2619%2022.7478%2038.7213%2022.7476H38.7032V22.7479Z'%20fill='white'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_3993'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_3993'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_3993'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_3993'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_3993'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_3993'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_3993'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_3993'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_3993'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_3993'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_3993'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_3993'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"名称"},null,-1)])])):t.createCommentVNode("",!0),"status"==e.type?(t.openBlock(),t.createElementBlock("div",It,[...a[7]||(a[7]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.68%200.874748%2033.0303%200.874748%2033.8582%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8582%2029.6975C33.0303%2030.1985%2031.68%2030.1985%2030.852%2029.6975L9.10934%2016.4552C8.28142%2015.9443%208.28142%2015.129%209.10934%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_4030)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_4030)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_4030)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_4030)'/%3e%3cg%20clip-path='url(%23clip0_10_4030)'%3e%3cpath%20d='M37.3702%2016.8862C35.8426%2016.8888%2034.3501%2017.3443%2033.0813%2018.1951C31.8126%2019.0459%2030.8247%2020.2539%2030.2425%2021.6662C29.6603%2023.0785%2029.51%2024.6317%2029.8105%2026.1294C30.1111%2027.6272%2030.8491%2029.0021%2031.9311%2030.0805C33.0131%2031.1588%2034.3906%2031.892%2035.8893%2032.1875C37.3881%2032.4829%2038.9408%2032.3273%2040.3511%2031.7402C41.7614%2031.1532%2042.966%2030.1612%2043.8124%2028.8895C44.6589%2027.6179%2045.1093%2026.1238%2045.1066%2024.5962C45.1008%2022.5486%2044.283%2020.5869%2042.8327%2019.1415C41.3823%2017.6961%2039.4178%2016.885%2037.3702%2016.8862ZM36.6862%2028.9905C36.5506%2029.1174%2036.3719%2029.188%2036.1862%2029.188C36.0005%2029.188%2035.8218%2029.1174%2035.6862%2028.9905L35.1337%2028.438L31.8457%2025.15C31.7189%2025.0145%2031.6483%2024.8357%2031.6483%2024.6501C31.6483%2024.4644%2031.7189%2024.2857%2031.8457%2024.1501L32.3982%2023.5976C32.5338%2023.4707%2032.7125%2023.4001%2032.8982%2023.4001C33.0839%2023.4001%2033.2626%2023.4707%2033.3982%2023.5976L36.1878%2026.3872L41.4505%2021.1245C41.5861%2020.9976%2041.7648%2020.9271%2041.9505%2020.9271C42.1361%2020.9271%2042.3149%2020.9976%2042.4504%2021.1245L43.0029%2021.677C43.1298%2021.8126%2043.2004%2021.9913%2043.2004%2022.177C43.2004%2022.3627%2043.1298%2022.5414%2043.0029%2022.6769L36.6862%2028.9905Z'%20fill='white'/%3e%3cpath%20d='M37.3702%2014.5163C39.7055%2014.5213%2041.973%2015.3013%2043.8172%2016.7341V14.0579C43.8172%2013.0909%2042.8708%2012.3501%2041.7193%2012.3501H21.1236C19.9464%2012.3501%2019.0258%2013.0896%2019.0258%2014.0579V22.8517H27.1361C27.6142%2020.4928%2028.8956%2018.3727%2030.7617%2016.8528C32.6279%2015.3329%2034.9634%2014.5071%2037.3702%2014.5163ZM28.7737%2030.8034H20.9186C20.8046%2030.7789%2020.6865%2030.7803%2020.5731%2030.8074C20.4597%2030.8344%2020.3537%2030.8865%2020.263%2030.9598C20.1723%2031.0331%2020.0991%2031.1258%2020.0489%2031.231C19.9986%2031.3363%2019.9725%2031.4514%2019.9725%2031.568C19.9725%2031.6847%2019.9986%2031.7998%2020.0489%2031.905C20.0991%2032.0103%2020.1723%2032.103%2020.263%2032.1763C20.3537%2032.2496%2020.4597%2032.3017%2020.5731%2032.3287C20.6865%2032.3558%2020.8046%2032.3571%2020.9186%2032.3327H30.0786C29.5901%2031.8711%2029.1526%2031.3584%2028.7737%2030.8034ZM26.9298%2024.406H19V25.2725C19.0521%2025.779%2019.3013%2026.2446%2019.6938%2026.5689C20.0863%2026.8931%2020.5907%2027.05%2021.0979%2027.0055H27.1104C26.9765%2026.3168%2026.9081%2025.6169%2026.906%2024.9153C26.926%2024.7464%2026.934%2024.5762%2026.9298%2024.406Z'%20fill='white'/%3e%3c/g%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_4030)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_4030)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_4030)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_4030)'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_4030'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_4030'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_4030'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_4030'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_4030'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_4030'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_4030'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_4030'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_4030'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_4030'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_4030'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_4030'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_10_4030'%3e%3crect%20width='26.1133'%20height='20'%20fill='white'%20transform='translate(19%2012.3501)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",alt:"状态"},null,-1)])])):t.createCommentVNode("",!0),"battery"==e.type?(t.openBlock(),t.createElementBlock("div",jt,[...a[8]||(a[8]=[t.createElementVNode("img",{src:"data:image/svg+xml,%3csvg%20width='64'%20height='58'%20viewBox='0%200%2064%2058'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M30.852%2024.1077C31.68%2023.5969%2033.0303%2023.5969%2033.8582%2024.1077L55.6009%2037.3501C56.4288%2037.8511%2056.4288%2038.6763%2055.6009%2039.1871L33.8582%2052.4196C33.0303%2052.9305%2031.68%2052.9305%2030.852%2052.4196L9.10934%2039.1871C8.28142%2038.6763%208.28142%2037.8511%209.10934%2037.3501L30.852%2024.1077Z'%20stroke='url(%23paint0_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%2014.0579C31.68%2013.5471%2033.0303%2013.5471%2033.8582%2014.0579L55.6009%2027.2905C56.4288%2027.8013%2056.4288%2028.6265%2055.6009%2029.1275L33.8582%2042.3699C33.0303%2042.8807%2031.68%2042.8807%2030.852%2042.3699L9.10934%2029.1275C8.28142%2028.6265%208.28142%2027.8013%209.10934%2027.2905L30.852%2014.0579Z'%20stroke='url(%23paint1_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%208.26203C31.68%207.7512%2033.0303%207.7512%2033.8582%208.26203L55.6009%2021.5044C56.4288%2022.0054%2056.4288%2022.8306%2055.6009%2023.3414L33.8582%2036.574C33.0303%2037.0848%2031.68%2037.0848%2030.852%2036.574L9.10934%2023.3414C8.28142%2022.8306%208.28142%2022.0054%209.10934%2021.5044L30.852%208.26203Z'%20stroke='url(%23paint2_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.1'%3e%3cpath%20d='M30.852%201.37576C31.6799%200.874748%2033.0302%200.874748%2033.8581%201.37576L55.6009%2014.6181C56.4288%2015.129%2056.4288%2015.9443%2055.6009%2016.4552L33.8581%2029.6975C33.0302%2030.1985%2031.6799%2030.1985%2030.852%2029.6975L9.10931%2016.4552C8.28139%2015.9443%208.28139%2015.129%209.10931%2014.6181L30.852%201.37576Z'%20stroke='url(%23paint3_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M30.852%2028.3025C31.68%2027.8015%2033.0303%2027.8015%2033.8582%2028.3025L55.6009%2041.5449C56.4288%2042.0557%2056.4288%2042.8711%2055.6009%2043.3819L33.8582%2056.6243C33.0303%2057.1253%2031.68%2057.1253%2030.852%2056.6243L9.10934%2043.3819C8.28142%2042.8711%208.28142%2042.0557%209.10934%2041.5449L30.852%2028.3025Z'%20stroke='url(%23paint4_linear_10_4065)'%20stroke-width='2'/%3e%3c/g%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M56.4087%2033.7646V34.9238C56.4087%2034.9828%2056.3989%2035.0417%2056.389%2035.1007V35.1105C56.3693%2035.1694%2056.3594%2035.2284%2056.3299%2035.2873V35.2971C56.3102%2035.3561%2056.2806%2035.415%2056.251%2035.474C56.2116%2035.5427%2056.1623%2035.6017%2056.1229%2035.6606V35.6705C56.0637%2035.7392%2055.9948%2035.808%2055.9159%2035.8767V35.8866C55.7976%2035.9946%2055.6596%2036.0929%2055.5019%2036.1911C55.5019%2036.1911%2055.4724%2036.2009%2055.4625%2036.2107V35.0712C55.4625%2035.0712%2055.4921%2035.0614%2055.5019%2035.0516C55.6596%2034.9533%2055.7976%2034.8551%2055.9159%2034.747C55.9849%2034.6783%2056.0539%2034.6095%2056.113%2034.5309C56.1623%2034.472%2056.2116%2034.4032%2056.2412%2034.3442V34.3344C56.2806%2034.2853%2056.3102%2034.2264%2056.3299%2034.1674V34.1576C56.3496%2034.0986%2056.3693%2034.0495%2056.3791%2033.9906V33.9709C56.389%2033.9316%2056.3989%2033.8825%2056.4087%2033.8334V33.7843C56.4087%2033.7843%2056.4087%2033.7745%2056.4087%2033.7646Z'%20fill='url(%23paint5_linear_10_4065)'/%3e%3cpath%20d='M55.3541%2033.7545V34.8941C55.3541%2034.5699%2055.1274%2034.2457%2054.7036%2034.0001V32.8606C55.1373%2033.1062%2055.3541%2033.4303%2055.3541%2033.7545Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.30612%2032.8606V34.0001L9.27655%2034.0198C9.16813%2034.0787%209.07943%2034.1475%209.00058%2034.2162V34.2261C8.9513%2034.2654%208.90202%2034.3145%208.86259%2034.3636C8.83302%2034.4029%208.80345%2034.4422%208.77388%2034.4913V34.5011C8.75417%2034.5404%208.73446%2034.5699%208.71475%2034.6092V34.619C8.70489%2034.6583%208.69504%2034.6878%208.68518%2034.7271V34.7467C8.67532%2034.786%208.66547%2034.8253%208.66547%2034.8646V33.7251C8.66547%2033.6956%208.67532%2033.6563%208.68518%2033.6268V33.6072C8.69504%2033.5679%208.70489%2033.5286%208.71475%2033.4893V33.4795C8.73446%2033.4402%208.75417%2033.4009%208.77388%2033.3616V33.3518C8.80345%2033.3125%208.83302%2033.2634%208.86259%2033.2241C8.90202%2033.1749%208.9513%2033.1258%209.00058%2033.0865C9.07943%2033.0079%209.16813%2032.9392%209.27655%2032.8802L9.30612%2032.8606Z'%20fill='%238399A7'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M31.7979%2021.5241C31.7191%2021.5241%2031.6402%2021.5339%2031.5614%2021.5437C31.4628%2021.5535%2031.3741%2021.5634%2031.2755%2021.583C31.1376%2021.6027%2030.9996%2021.642%2030.8616%2021.6813C30.6842%2021.7402%2030.5265%2021.809%2030.3885%2021.8875V20.748C30.5363%2020.6694%2030.694%2020.6006%2030.8616%2020.5417C30.9996%2020.5024%2031.1376%2020.4631%2031.2755%2020.4435C31.3741%2020.4238%2031.4628%2020.414%2031.5515%2020.4042C31.6402%2020.3943%2031.7191%2020.3845%2031.7979%2020.3845H32.0246C32.1035%2020.3845%2032.1725%2020.3944%2032.2414%2020.3944C32.3203%2020.4042%2032.3893%2020.4042%2032.4583%2020.414C32.5371%2020.4336%2032.6061%2020.4435%2032.6751%2020.4533C32.754%2020.4729%2032.8328%2020.4926%2032.9018%2020.5122C33.0004%2020.5417%2033.0891%2020.5712%2033.1679%2020.6006C33.2862%2020.6399%2033.3848%2020.6989%2033.4833%2020.748V21.8875C33.3848%2021.8384%2033.2763%2021.7893%2033.1679%2021.7402C33.0792%2021.7009%2032.9905%2021.6714%2032.9018%2021.6518C32.823%2021.6321%2032.7441%2021.6125%2032.6751%2021.5928C32.5963%2021.583%2032.5273%2021.5634%2032.4583%2021.5535C32.3794%2021.5437%2032.3104%2021.5437%2032.2414%2021.5339C32.1725%2021.5241%2032.0936%2021.5241%2032.0246%2021.5241H31.7979Z'%20fill='%238399A7'/%3e%3cpath%20d='M54.7038%2032.8607V34.0002L33.4835%2021.8876V20.748L54.7038%2032.8607Z'%20fill='%238399A7'/%3e%3cpath%20d='M30.3889%2020.748L30.379%2021.8876L9.30652%2034.0002V32.8607L30.3889%2020.748Z'%20fill='%238399A7'/%3e%3cpath%20d='M8.56734%2035.0711V36.2106C7.92669%2035.8471%207.60144%2035.3658%207.60144%2034.8844V33.7449C7.60144%2034.2262%207.92669%2034.7076%208.56734%2035.0711Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.4629%2035.071V36.2106L34.3806%2048.3232L34.3904%2047.1837L55.4629%2035.071Z'%20fill='%23B7BDC2'/%3e%3cpath%20d='M29.7876%2047.1837V48.3232L8.56732%2036.2106V35.071L29.7876%2047.1837Z'%20fill='%238399A7'/%3e%3cpath%20d='M55.453%2032.4382C56.7244%2033.1651%2056.7343%2034.344%2055.4628%2035.071L34.3805%2047.1836C33.1189%2047.9105%2031.0589%2047.9105%2029.7875%2047.1836L8.56717%2035.071C7.29572%2034.344%207.28587%2033.1553%208.55731%2032.4382L29.6397%2020.3157C30.9012%2019.5888%2032.9612%2019.5888%2034.2326%2020.3157L55.453%2032.4382ZM33.6314%2046.7612L54.7137%2034.6387C55.5712%2034.1574%2055.5614%2033.3518%2054.7039%2032.8606L33.4836%2020.748C32.6261%2020.2568%2031.2364%2020.2568%2030.3887%2020.748L9.30638%2032.8606C8.45875%2033.3518%208.45875%2034.1574%209.31624%2034.6387L30.5366%2046.7612C31.394%2047.2425%2032.7838%2047.2425%2033.6413%2046.7612H33.6314Z'%20fill='%23BCCDD6'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.2507%2047.4095C30.3788%2047.4587%2030.5069%2047.498%2030.6449%2047.5373C30.7632%2047.5667%2030.8716%2047.5962%2030.9899%2047.6158C31.0983%2047.6453%2031.2067%2047.665%2031.3151%2047.6748C31.4235%2047.6944%2031.5221%2047.7043%2031.6305%2047.7141C31.7389%2047.7141%2031.8375%2047.7239%2031.9459%2047.7337V47.7239H32.281C32.4092%2047.7239%2032.5176%2047.7141%2032.6358%2047.7042C32.7837%2047.6846%2032.9217%2047.665%2033.0498%2047.6453C33.2666%2047.606%2033.4736%2047.5569%2033.6707%2047.498V47.4881C33.927%2047.4095%2034.1734%2047.3015%2034.3902%2047.1836V48.3231C34.1636%2048.4509%2033.927%2048.5491%2033.6707%2048.6277V48.6375C33.4736%2048.6965%2033.2666%2048.7456%2033.0597%2048.7849C32.9217%2048.8045%2032.7837%2048.8242%2032.6457%2048.8438C32.5176%2048.8536%2032.3993%2048.8634%2032.281%2048.8733V48.8634C32.1627%2048.8733%2032.0543%2048.8733%2031.9459%2048.8634V48.8733C31.8375%2048.8733%2031.7291%2048.8635%2031.6207%2048.8536C31.5122%2048.8438%2031.4137%2048.834%2031.3151%2048.8143C31.1968%2048.8045%2031.0884%2048.7849%2030.9899%2048.7652V48.7554C30.8716%2048.7357%2030.7533%2048.7063%2030.6449%2048.6768C30.5069%2048.6375%2030.3788%2048.5982%2030.2507%2048.5491C30.0831%2048.4803%2029.9254%2048.4017%2029.7874%2048.3231V47.1836C29.9353%2047.2622%2030.093%2047.3408%2030.2507%2047.4095Z'%20fill='url(%23paint6_linear_10_4065)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.61102%2033.7447V7.34839L56.4089%207.35819V33.784C56.4089%2033.8528%2056.399%2033.9117%2056.3892%2033.9706C56.3695%2034.0394%2056.3596%2034.0983%2056.3399%2034.1573C56.3103%2034.2162%2056.2906%2034.2752%2056.2512%2034.3341C56.2118%2034.4029%2056.1724%2034.4618%2056.1231%2034.5306C56.0639%2034.5993%2055.9949%2034.6779%2055.9161%2034.7467C55.7978%2034.8548%2055.6697%2034.953%2055.5021%2035.0512C55.4923%2035.0611%2055.4627%2035.0709%2055.4627%2035.0709L34.3902%2047.1835C34.1734%2047.3014%2033.9368%2047.4095%2033.6707%2047.4881C33.4736%2047.5568%2033.2765%2047.6059%2033.0596%2047.6452C32.9217%2047.6649%2032.7935%2047.6944%2032.6457%2047.7042C32.5274%2047.714%2032.4091%2047.7238%2032.281%2047.7238C32.1726%2047.7238%2032.0642%2047.7238%2031.9459%2047.7238C31.8375%2047.7238%2031.7291%2047.714%2031.6206%2047.714C31.5221%2047.7042%2031.4235%2047.6944%2031.3151%2047.6747C31.2067%2047.6649%2031.0983%2047.6452%2030.9899%2047.6158C30.8716%2047.5961%2030.7632%2047.5667%2030.6449%2047.5372C30.5069%2047.4979%2030.3886%2047.4586%2030.2506%2047.4095C30.0929%2047.3407%2029.9352%2047.2621%2029.7874%2047.1835L8.56707%2035.0709C7.92642%2034.7074%207.61102%2034.2261%207.61102%2033.7447Z'%20fill='url(%23paint7_linear_10_4065)'/%3e%3cpath%20d='M40.3571%2017.7666C41.3828%2017.7666%2042.2143%2018.5981%2042.2143%2019.6237V21.4809H43.1429C44.1685%2021.4809%2045%2022.3124%2045%2023.338V27.0523C45%2028.078%2044.1685%2028.9095%2043.1429%2028.9095H42.2143V30.7666C42.2143%2031.7923%2041.3828%2032.6237%2040.3571%2032.6237H20.8571C19.8315%2032.6237%2019%2031.7923%2019%2030.7666V19.6237C19%2018.5981%2019.8315%2017.7666%2020.8571%2017.7666H40.3571ZM43.1429%2027.0523V23.338H40.3571V19.6237H20.8571V30.7666H40.3571V27.0523H43.1429Z'%20fill='white'/%3e%3cpath%20d='M38.6162%2020.6685C39.0803%2020.6685%2039.3124%2020.9007%2039.3125%2021.3647V29.0259C39.3124%2029.49%2039.0803%2029.7221%2038.6162%2029.7222H22.5986C22.1344%2029.7222%2021.9014%2029.4901%2021.9014%2029.0259V21.3647C21.9015%2020.9006%2022.1344%2020.6685%2022.5986%2020.6685H38.6162ZM29.5449%2021.2212C29.3822%2021.2212%2029.2307%2021.3%2029.1377%2021.4302L29.1016%2021.4888L27.1152%2025.2808C27.0341%2025.4357%2027.0403%2025.6223%2027.1309%2025.772C27.2215%2025.9214%2027.3838%2026.0132%2027.5586%2026.0132H29.4375L28.7002%2028.8159C28.6418%2029.0379%2028.7421%2029.272%2028.9434%2029.3823C29.1445%2029.4923%2029.3952%2029.4511%2029.5508%2029.2827L33.8848%2024.5884C34.0193%2024.4425%2034.0541%2024.2302%2033.9746%2024.0483C33.8949%2023.8666%2033.715%2023.7486%2033.5166%2023.7485H31.8379L33.1875%2022.0298C33.3057%2021.8794%2033.3276%2021.6745%2033.2441%2021.5024C33.1605%2021.3306%2032.9861%2021.2214%2032.7949%2021.2212H29.5449Z'%20fill='white'/%3e%3cpath%20d='M7.60139%2030.2673V37.9593L4.339%2035.7293C3.18583%2034.9532%203.18583%2033.2636%204.339%2032.4875L7.60139%2030.2673Z'%20stroke='url(%23paint8_linear_10_4065)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M5.12727%2030.2673V37.9593L1.86488%2035.7293C0.711707%2034.9532%200.711707%2033.2636%201.86488%2032.4875L5.12727%2030.2673Z'%20stroke='url(%23paint9_linear_10_4065)'%20stroke-width='1.5'/%3e%3c/g%3e%3cpath%20d='M56.3895%2030.2673V37.9593L59.6617%2035.7293C60.8149%2034.9532%2060.8149%2033.2636%2059.6617%2032.4875L56.3895%2030.2673Z'%20stroke='url(%23paint10_linear_10_4065)'%20stroke-width='1.5'/%3e%3cg%20opacity='0.3'%3e%3cpath%20d='M58.8727%2030.2673V37.9593L62.1351%2035.7293C63.2883%2034.9532%2063.2883%2033.2636%2062.1351%2032.4875L58.8727%2030.2673Z'%20stroke='url(%23paint11_linear_10_4065)'%20stroke-width='1.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_10_4065'%20x1='32.3586'%20y1='23.7317'%20x2='32.3586'%20y2='52.8076'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_10_4065'%20x1='32.3586'%20y1='13.6786'%20x2='32.3586'%20y2='42.7545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_10_4065'%20x1='32.3586'%20y1='7.88708'%20x2='32.3586'%20y2='36.963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_10_4065'%20x1='32.3586'%20y1='1.00487'%20x2='32.3586'%20y2='30.0808'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_10_4065'%20x1='32.3586'%20y1='27.9279'%20x2='32.3586'%20y2='57.0039'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_10_4065'%20x1='55.5149'%20y1='35.513'%20x2='56.5734'%20y2='34.8105'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23B7BDC2'/%3e%3cstop%20offset='1'%20stop-color='%23A8ADB0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_10_4065'%20x1='29.8838'%20y1='48.873'%20x2='34.303'%20y2='48.873'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%238399A7'/%3e%3cstop%20offset='1'%20stop-color='%23B7BDC2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_10_4065'%20x1='32.0138'%20y1='7.34981'%20x2='32.0138'%20y2='47.7327'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230E77BC'%20stop-opacity='0'/%3e%3cstop%20offset='1'%20stop-color='%23009AFF'%20stop-opacity='0.760784'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_10_4065'%20x1='1.9546'%20y1='34.1148'%20x2='7.61118'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint9_linear_10_4065'%20x1='-0.520374'%20y1='34.1148'%20x2='5.13621'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint10_linear_10_4065'%20x1='62.0558'%20y1='34.1148'%20x2='56.3993'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint11_linear_10_4065'%20x1='64.5301'%20y1='34.1148'%20x2='58.8735'%20y2='34.1148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236C8C99'/%3e%3cstop%20offset='0.884029'%20stop-color='%23576E77'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",alt:"电池"},null,-1)])])):t.createCommentVNode("",!0),t.createElementVNode("div",Ht,[t.createElementVNode("div",Gt,t.toDisplayString(e.name),1),t.createElementVNode("div",Zt,t.toDisplayString(e.value),1)])]))),128))]),t.createElementVNode("div",Wt,[t.createElementVNode("div",Xt,[t.createElementVNode("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAgCAYAAADjaQM7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH3SURBVHgBtVZLTsMwEH1OYAFCKOxYQGUWCNjBCSgnoDdoOQFwgvYI5QQchXICWCCVzwIEPUCEUFfgYRz6TeLaU5W3STT2+GXGz88B5oDukk7uKIEQEeaAiVBfX0EdQsxFxmhQhBqEEJNtd6nBD60I1a0uVQWpcrIoHrcvjnAuSIWSTLbC4P16nYx99rGRHqk0JF9UmYnRzMfWVsOrC66srKoB0vc9tYEABFf2A1QdQ0moUILJVFRs4Wgsdo+JyfTfl2vXuD0G+oEOsQgyWvKL4HsZp745XoHMEEYeKR+DnVnHwFuZCdwPRuLzS38byanC4lSPX84kG/ogAuHzy5lkLGmR92ULxu5WOskyuRO8ci6AUHNdrE4yE8svxwESl1+WSl8gdxdK/bK0MqPkt3AOpX5Z3kYlF0ZhiZLzWSCTyt1JxscgL5QCWTS/MArIC2VKIAsQRh5TfjlVmcAHQ5Gsr45vgxGZrYofISq8N0CLDM74/c03mRQaw/dRG60w+Da+diYROhSj1dtVt5Nxmxcp1HnRqivXGJz0DlRnRFZ5IrtXemqWQmoI7a8+rny/a5vcmWWFprLOT0hyH9r+2FeXGZn1QRbGja+KEGSk/HM0+GfRg3AmlIys8ky2fbXQKkKhX+iY9/aC7Nq8z1lwi4P4R9hqK490/gsTjbnHrj+4xQAAAABJRU5ErkJggg==",style:t.normalizeStyle(`transform:rotate(${C.value}deg) `)},null,4)]),t.createElementVNode("div",Yt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(_.value,e=>(t.openBlock(),t.createElementBlock("p",{key:e.name,title:`${e.name}:${e.value}`},t.toDisplayString(e.name)+":"+t.toDisplayString(e.value),9,Jt))),128))])])])])])],512),[[t.vShow,f.value]]),t.createElementVNode("div",{class:"uav-collpase",onClick:x},[...a[10]||(a[10]=[t.createElementVNode("img",{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAA8CAYAAAB8SnrYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAYnSURBVHgBnVhbbFRFGP7/s2e3UHpZAtpoFRuIYIgikkhEE2k0MeEJ+iCUB6EkRBMFrYkCJiZtIwmpvIAiT01sExMJNSk8EU0UiBLBqJQH5AW1hlsCCNvtAt222/Gfc5nzz+Vswb+dPXPm8n3/bWZnB6GarBvKw6ypThCwGkC0AGBL2IEFeh+m5xHAzFE41DaSBoHO1vahFhBTX2Kl3Fp7+wJk716B7PgNyEyMBTMq2Xqo5BrgXuNSmJjTLOv9RNTjIrIJNg524mS5q+7f4fycW+cIray6hIgmoQ5RengllOavJKsqPXC4fV86Qftgd6Zc7Jr3zxBkJouEGPwnEr1LAmFMrmQb4VZLG1Rq6smS17vj9gzXPDNR3DM/AB8DtwhLr9gab7oMs8b+gnL9olaxbOMonP/mdDIy8HnlbNPF/rz0s4iBNAuEbVEAgJoplWwD3Fy4oSCydc/JmHjh3EpX/Y0zOrhTc1cP/YmoSJeQa+fcPpeXSRIqQNpnyrf+bro4YPkbGJ1I57BkOlMDNxd3EMfkXI+0X5ujNBQcONBGxBwRulEEK0afVxmH2YULALm698hFYl1t4Q81WAGD+c6x4/boz+CTJXvnsvRPq0+fy72JYpVguoOri93r37su21uIQOSDnE+weEUPukiDs8Urj4LcWvwEj6emDiEeJMKG+JqWGpErYUXcBWnbmJMgnMS8rmmcFoP7s8pnKhnJLvSYVBHhaoi3kKSRQ/0PcOF++nabcAaaq+akRHDq4scTdf3TwMMnGgFW4xHBDJhvATjVq0aIEaFI2jDp9e8PDBRYUsVkeICP2nxMJ6hCiNpDf0ETWqQT6PFCN7DZIMz+8M2zxmKEycoTzY/A7l3vW/0Dn/XC0089GTS9tWkDvEkl7tfXQRW3LyDwof6DsObVlw1LkNpWE8HigE3W17yy2sRnCy1FPtnVGfC3bX6bgadIgIzauUatA5d8+M7WQLPN23bCpavXdHS0q1zzmCTVAmmuJNh7oA+O/XDSHpCkfFXx4rHcBun33R91wrHvT8Leg30W6INIspuy3JRBldWP9+wDl+LVtEb9XJlYEG8hsoyOlQKQ0WLJ1tr6sjHzBmwCNS+STdt2QENDHQwc6LU60QFkHoZR7U9qHehnjkuXrwaZ89LKFfDBtq3aZIsI+RuGLmKp6gyylFNnfgsyaAdl0otExLC08ygq0ITPtoC5iRN9+kUfnPrldxj4vJcy69FAK4z2CRVM5PpD1MdO3ZBmQiQd23dCkYLeTyThQkXwGIGyILIKweEit6DKpI53d8LlK9cCoNjH8q/vq0H4+dfhAPi74z/Ct8d/CscwFyFsGBTzzu7luImpkcbAtWbt3E22egCXlmxn3wfGTsnBMQ5d7BbU69XEd4LHu6Iiil0aBxBB/2Wjf4tZBMjhEVTQFJgqhmtiT6ttBq0TiR+jatqDDagK25zR2DFE2rkIWYpVI2AZAJbrU9I8JPDQ8j+C6RLU4mCCawc3kdQDAs8JgCweLMgwEzgniS1AT2mV5LYdF2APhq+DG4ShBR63QKkLfO/U3gV3uVAuMZ+JBZ5nQmiiZblxXk8D11zkzbAaTY1VTQj224XHIGmXv5NH5P2CloqGJSZ4+L3EtRXqGZcpulOipgIR4MhkzXzLHTa6kYIOlyQE4aUIgQ3TVQKcGJ/dzFzBvhx4Rgg9v4UDnGfTvblLZe2IB7X+/lLjEpjGXAgejROcjBFp1xMGeFIHump7nCyoHPWgv60w7dWcKOaXaXcQmtmgB05Rqw/QwEtNq2A6V98PhzZG90U4tWVs7rOFKb9eC1RkBnOP7vf4k7tninx/t2lVgbTvke8hATGRFT3XF7TBpF/HLph0i3g+mRIElm4iC4vWy7duiSnbkzu784OnxTNvwHjDotaa4p905xPfNjo2N4dUco1we+F6mM42dMPh9b1xe0YbdX7wJJGM3pm34gWyYFbNnSvspJAM46te0O1W6aHnofjYa3RPV7uLgyejTGn/uoVmdtHtY0eOLpZq6fbKp5tIX177YOhnuXbKtc1wl9JRUJLIOMZumZlAI8quJT3X0dtyKvmwQ4zIBSrXEEyU9sORLYU0iP8AEj8wt/SkQW0AAAAASUVORK5CYII=",alt:"展开/收起"},null,-1)])])])):t.createCommentVNode("",!0)}}},[["__scopeId","data-v-4530a322"]]),qt={key:0,class:"smart-pagination"},$t={key:0,class:"pagination-total"},Kt=["disabled"],ea=["disabled","onClick"],ta=["disabled"],aa={key:1,class:"pagination-jumper"},ia=["value","max"],oa=["value"],na=["value"],ra=ut({__name:"index",props:{pageNum:{type:Number,default:1},pageSize:{type:Number,default:50},total:{type:Number,default:0},isPagination:{type:Boolean,default:!0},pageSizeOptions:{type:Array,default:()=>[10,20,50,100,200,500]},showTotal:{type:Boolean,default:!0},showSizeChanger:{type:Boolean,default:!1},showQuickJumper:{type:Boolean,default:!1},pageRange:{type:Number,default:3}},emits:["change","update:pageNum","update:pageSize","sizeChange"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.pageNum),r=t.ref(i.pageSize),s=t.ref("");t.watch(()=>i.pageNum,e=>{e!==n.value&&(n.value=e)},{immediate:!0}),t.watch(()=>i.pageSize,e=>{e!==r.value&&(r.value=e)},{immediate:!0});const l=t.computed(()=>!i.total||i.total<=0?1:Math.ceil(i.total/r.value)),c=t.computed(()=>n.value>1),u=t.computed(()=>n.value<l.value),d=t.computed(()=>i.isPagination&&i.total>r.value),p=t.computed(()=>{const e=[],t=l.value,a=n.value,o=i.pageRange;if(t<=o+2){for(let a=1;a<=t;a++)e.push({type:"page",value:a});return e}e.push({type:"page",value:1});const r=Math.floor(o/2);let s=Math.max(2,a-r),c=Math.min(t-1,a+r);a<=r+1&&(c=o+1),a>=t-r&&(s=t-o),s>2&&e.push({type:"ellipsis",value:"left"});for(let i=s;i<=c;i++)e.push({type:"page",value:i});return c<t-1&&e.push({type:"ellipsis",value:"right"}),e.push({type:"page",value:t}),e}),h=e=>{const t=Number(e);Number.isInteger(t)&&(t<1||t>l.value||t===n.value||(n.value=t,o("update:pageNum",t),o("change",{pageNum:t,pageSize:r.value})))},C=()=>{h(n.value-1)},m=()=>{h(n.value+1)},v=e=>{const t=Number(e.target.value);r.value=t;const a=Math.ceil(i.total/t);n.value>a&&(n.value=1),o("update:pageSize",t),o("sizeChange",t),o("change",{pageNum:n.value,pageSize:t})},f=e=>{s.value=e.target.value},y=()=>{let e=parseInt(s.value,10);e&&(e=Math.min(Math.max(e,1),l.value),s.value=String(e),h(e))};return(a,i)=>d.value?(t.openBlock(),t.createElementBlock("div",qt,[e.showTotal?(t.openBlock(),t.createElementBlock("span",$t,"共 "+t.toDisplayString(e.total)+" 条",1)):t.createCommentVNode("",!0),t.createElementVNode("button",{class:t.normalizeClass(["pagination-btn",{disabled:!c.value}]),disabled:!c.value,onClick:C},[...i[0]||(i[0]=[t.createElementVNode("span",{class:"pagination-arrow"},"«",-1)])],10,Kt),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(p.value,e=>(t.openBlock(),t.createElementBlock("button",{key:e.type+"-"+e.value,class:t.normalizeClass(["pagination-btn",{active:"page"===e.type&&e.value===n.value,"page-ellipsis":"ellipsis"===e.type}]),disabled:"ellipsis"===e.type,onClick:t=>{var a;"number"==typeof(a=e.value)&&h(a)}},["ellipsis"===e.type?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode("...")],64)):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.value),1)],64))],10,ea))),128)),t.createElementVNode("button",{class:t.normalizeClass(["pagination-btn",{disabled:!u.value}]),disabled:!u.value,onClick:m},[...i[1]||(i[1]=[t.createElementVNode("span",{class:"pagination-arrow"},"»",-1)])],10,ta),e.showQuickJumper?(t.openBlock(),t.createElementBlock("span",aa,[i[2]||(i[2]=t.createTextVNode(" 跳至 ",-1)),t.createElementVNode("input",{type:"number",class:"pagination-jumper-input",value:s.value,min:1,max:l.value,onInput:f,onChange:y,onKeyup:t.withKeys(y,["enter"])},null,40,ia),i[3]||(i[3]=t.createTextVNode(" 页 ",-1))])):t.createCommentVNode("",!0),e.showSizeChanger?(t.openBlock(),t.createElementBlock("select",{key:2,class:"pagination-size",value:r.value,onChange:v},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.pageSizeOptions,e=>(t.openBlock(),t.createElementBlock("option",{key:e,value:e},t.toDisplayString(e)+" 条/页 ",9,na))),128))],40,oa)):t.createCommentVNode("",!0)])):t.createCommentVNode("",!0)}},[["__scopeId","data-v-4068604f"]]),sa={key:0,class:"fusion-list-container"},la={class:"input-content"},ca={class:"search-input-container"},ua={class:"search-input"},da={class:"search-operate"},pa=["title"],ha={key:0,class:"empty-state"},Ca=["innerHTML"],ma={class:"result-items-operate"},va=["onClick"],fa=["title","onClick"],ya=["title","onClick"],ga=ut({__name:"index",props:{TOKEN:{type:String,default:"demo-token-67890"},viewPointShow:{type:Boolean,default:!1},virtualCameraList:{type:Array,default:()=>[]},useExternalData:{type:Boolean,default:!1},viewPointListAPiUrl:{type:String,default:"http://127.0.0.1:5000"},cesiumViewer:{type:Object,default:null},countryCodes:{type:Array,default:()=>[]},streetCodes:{type:Array,default:()=>[]},pagination:{type:Object,default:()=>({pageNum:1,pageSize:50,total:0,isPagination:!1})}},emits:["update:viewPointShow","close","handleOperate","dataLoaded"],setup(e,{emit:a}){const i=e,o=a,n=t.ref(i.viewPointShow),r=t.ref(""),s=t.ref([]),l=t.ref(null),c=t.ref([]);t.ref(!1);const u=t.ref(!0),d=t.ref(null),p=t.reactive({}),h=t.reactive({}),C=t.reactive({pageNum:1,pageSize:10,total:0,isPagination:!1}),m=t.computed(()=>{if(!r.value.trim())return c.value;const e=r.value.toLowerCase();return c.value.filter(t=>t.name.toLowerCase().includes(e))}),v=()=>({Authorization:`Bearer ${i.TOKEN}`,"Content-Type":"application/json"}),f=()=>{r.value=""},y=()=>{if(!l.value)return;const e=s.value.map(e=>e.guid),t=u.value?4:3;e.forEach(e=>{l.value.updateVideoPlane({guid:e,playState:t,openSameStreet:!0}),h[e]=!u.value}),u.value=!u.value},g=async(e,t={},a)=>{try{const{page:i=1,limit:o=10,countryCodes:n=[],streetCodes:r=[],id:s}=a,l=s?`${e}/api/view-points/${s}/?page=${i}&limit=${o}`:`${e}/api/view-points?page=${i}&limit=${o}`,c=await fetch(l,t);if(!c.ok)throw new Error(`HTTP ${c.status}: ${c.statusText}`);const u=await c.json();return null==u?void 0:u.data}catch(i){throw i}},_=async(e,t,a,n=1,r=500)=>{try{l.value&&(l.value.destroy(),l.value=null);let u=`${e}/api/video-twins?limit=${r}`;n&&(u+=`&page=${n}`),(null==t?void 0:t.length)&&(u+=`&country_codes=${encodeURIComponent(t.join(","))}`),(null==a?void 0:a.length)&&(u+=`&street_codes=${encodeURIComponent(a.join(","))}`);const d=await fetch(u,{headers:v()});if(!d.ok)throw new Error(`HTTP ${d.status}`);const p=await d.json();if(!p.success)throw new Error(p.message);const C=p.data.map(e=>({guid:e.id,id:e.id,name:e.name,...e}));c.value=[...C],s.value=[...C];const m=p.data.map(e=>gt.transformVideoTwin(e));return l.value=new yt(i.cesiumViewer,m),C.forEach(e=>{h[e.guid]=!1}),o("dataLoaded",C),{data:C,pagination:p.pagination||{}}}catch(u){throw u}},w=()=>{(()=>{if(0===s.value.length)return void(u.value=!1);const e=s.value.every(e=>!0===p[e.guid]);u.value=e})()},x=e=>{C.pageNum=e.pageNum,o("update:pageNum",e.pageNum),_(i.viewPointListAPiUrl,i.countryCodes,i.streetCodes,C.pageNum,i.pagination.pageSize).then(e=>{C.total=e.pagination.total})},V=(e,t)=>{if(!t.trim())return e;const a=new RegExp(t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"gi");return e.replace(a,'<span class="highlight">$&</span>')};t.watch(()=>i.viewPointShow,e=>{n.value=e});let k=null;return JSON.stringify(i.countryCodes),JSON.stringify(i.streetCodes),t.watch([()=>i.countryCodes,()=>i.streetCodes],([e,t],[a,o])=>{JSON.stringify(e),JSON.stringify(t),n.value&&(clearTimeout(k),k=setTimeout(()=>{C.pageNum=1,_(i.viewPointListAPiUrl,i.countryCodes,i.streetCodes,C.pageNum,i.pagination.pageSize).then(e=>{C.isPagination=e.pagination.total>C.pageSize,C.total=e.pagination.total,C.pageNum=e.pagination.pageNum})},100))},{deep:!0}),t.watch(m,()=>{0!==m.value.length?u.value=m.value.every(e=>h[e.guid]):u.value=!1},{deep:!0}),t.onMounted(()=>{}),t.onUnmounted(()=>{r.value="",c.value=[],Object.keys(h).forEach(e=>delete h[e]),u.value=!1,l.value&&(l.value.destroy(),l.value=null),o("update:viewPointShow",!1),o("close")}),(a,o)=>n.value?(t.openBlock(),t.createElementBlock("div",sa,[t.createElementVNode("div",la,[t.createElementVNode("div",ca,[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-search",onClick:w}),t.createElementVNode("div",ua,[t.withDirectives(t.createElementVNode("input",{"onUpdate:modelValue":o[0]||(o[0]=e=>r.value=e),placeholder:"请输入名称搜索",class:"custom-search-input",onInput:w},null,544),[[t.vModelText,r.value]])]),t.createElementVNode("div",da,[m.value.length>0?(t.openBlock(),t.createElementBlock("i",{key:0,class:t.normalizeClass(["smart-ui-icons",u.value?"smart-ui-icon-fusionClose":"smart-ui-icon-fusionOpen"]),title:u.value?"全停":"全播",onClick:y},null,10,pa)):t.createCommentVNode("",!0),r.value?(t.openBlock(),t.createElementBlock("i",{key:1,class:"smart-ui-icons smart-ui-icon-clear",title:"清空",onClick:f})):t.createCommentVNode("",!0)])])]),t.createElementVNode("div",{class:"result-content",style:t.normalizeStyle(C.isPagination?{height:"calc(100% - 100px)"}:{height:"calc(100% - 60px)"})},[0===m.value.length?(t.openBlock(),t.createElementBlock("div",ha,[...o[1]||(o[1]=[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-wenjian"},null,-1),t.createElementVNode("span",{class:"empty-text"},"暂无数据",-1)])])):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(m.value,e=>(t.openBlock(),t.createElementBlock("div",{key:e.guid,class:t.normalizeClass(["result-items",{active:h[e.guid]}])},[t.createElementVNode("span",{class:"result-items-name",innerHTML:V(e.name,r.value)},null,8,Ca),t.createElementVNode("span",ma,[t.createElementVNode("i",{class:"smart-ui-icons smart-ui-icon-chaosong",title:"定位",onClick:t=>(async e=>{if(!e.view_point_id)return;const t=await g(i.viewPointListAPiUrl,{headers:v()},{id:e.view_point_id}),{pitch:a,heading:o,roll:n,position:r}=null==t?void 0:t.view_point,s=Cesium.Cartesian3.fromDegrees(null==r?void 0:r.longitude,null==r?void 0:r.latitude,null==r?void 0:r.height),c={heading:Cesium.Math.toRadians(o||0),pitch:Cesium.Math.toRadians(a||-30),roll:Cesium.Math.toRadians(n||0)};i.cesiumViewer.camera.flyTo({destination:s,orientation:c,duration:3}),l.value&&(d.value&&d.value!==e.guid&&(l.value.updateVideoPlane({guid:d.value,playState:4}),h[d.value]=!1),l.value.updateVideoPlane({guid:e.guid,playState:3}),h[e.guid]=!0,h[e.guid]=!0,d.value=e.guid,u.value=!1)})(e)},null,8,va),t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons",p[e.guid]?"smart-ui-icon-yanjing-kai":"smart-ui-icon-yanjing-bi"]),title:p[e.guid]?"隐藏":"显示",onClick:t=>(e=>{if(!l.value)return;p[e.guid]?(l.value.hide(e.guid),p[e.guid]=!1):(l.value.show(e.guid),p[e.guid]=!0)})(e)},null,10,fa),t.createElementVNode("i",{class:t.normalizeClass(["smart-ui-icons",h[e.guid]?"smart-ui-icon-stop":"smart-ui-icon-play"]),title:h[e.guid]?"停止":"播放",onClick:t=>(e=>{if(!l.value)return;h[e.guid]?(l.value.updateVideoPlane({guid:e.guid,playState:4,closeSameStreet:!1}),h[e.guid]=!1,d.value=null,u.value=!1):(d.value&&d.value!==e.guid&&(l.value.updateVideoPlane({guid:d.value,playState:4,closeSameStreet:!1}),h[d.value]=!1),l.value.updateVideoPlane({guid:e.guid,playState:3,openSameStreet:!1}),h[e.guid]=!0,d.value=e.guid,u.value=!1)})(e)},null,10,ya)])],2))),128))],4),t.createVNode(ra,{"page-num":C.pageNum,"page-size":e.pagination.pageSize,total:C.total,onChange:x},null,8,["page-num","page-size","total"])])):t.createCommentVNode("",!0)}},[["__scopeId","data-v-2c04a4d5"]]),_a={SyzVideoPlayer:mt,VideoPlane:ft,VideoPlaneManager:yt,DataTransformer:gt,UavComponent:Qt,ViewPointComponent:ga};e.DataTransformer=gt,e.SyzVideoPlayer=mt,e.UavComponent=Qt,e.VideoPlane=ft,e.VideoPlaneManager=yt,e.ViewPointComponent=ga,e.default=_a,e.install=function(e){e.component("UavComponent",Qt)},Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|