\r\n);\r\n// toast(device.width*0.4)\r\n\r\n// 关闭按钮点击事件\r\nw.closeBtn.setOnClickListener(function() {\r\n if(executor){\r\n executor.shutdown();\r\n executor.shutdownNow();\r\n }\r\n threads.shutDownAll();\r\n w.close();\r\n});\r\nlet isDragging = false;\r\nlet lastX, lastY;\r\n\r\n// 悬浮窗口触摸事件\r\nw.clock.setOnTouchListener(function (view, event) {\r\n switch (event.getAction()) {\r\n case event.ACTION_DOWN:\r\n // 记录触摸起始位置\r\n lastX = event.getRawX();\r\n lastY = event.getRawY();\r\n isDragging = false;\r\n break;\r\n case event.ACTION_MOVE:\r\n // 计算移动距离\r\n let dx = event.getRawX() - lastX;\r\n let dy = event.getRawY() - lastY;\r\n if (Math.abs(dx) > 5 || Math.abs(dy) > 5) {\r\n isDragging = true;\r\n }\r\n // 移动窗口\r\n w.setPosition(w.getX() + dx, w.getY() + dy);\r\n lastX = event.getRawX();\r\n lastY = event.getRawY();\r\n break;\r\n // case event.ACTION_UP:\r\n // // 双击退出\r\n // // if (!isDragging && event.getEventTime() - event.getDownTime() < 200) {\r\n // // exit();\r\n // // }\r\n // break;\r\n }\r\n return true;\r\n});\r\nw.setSize(device.width*0.68, 200);\r\n// 设置窗口位置和大小\r\n\r\nw.setPosition(device.width/2-device.width*0.33,600);\r\nglobal.fw=w\r\n\r\n// 创建一个 ScheduledExecutorService\r\nvar executor = java.util.concurrent.Executors.newSingleThreadScheduledExecutor();\r\n\r\n\r\nlet timeDifference = JD_DELAY+DELAY_TIMES;\r\n\r\nconsole.log("设定的延时:"+DELAY_TIMES+"ms,频率:"+RATE+"京东延时:"+JD_DELAY+"自定义延时:"+timeDifference)\r\n// toast("设定的延时:"+DELAY_TIMES+"ms,频率:"+RATE+"京东延时:"+JD_DELAY)\r\n// 初始化变量\r\n\r\n// 更新时钟的函数\r\nfunction updateClock() {\r\n var now = new Date().getTime() - timeDifference\r\n ui.run(() => {\r\n w.clock.setText(sdf.format(new Date(now)));\r\n });\r\n}\r\n\r\n\r\n\r\n\r\n// 初始化时钟\r\nupdateClock();\r\n\r\n\r\n// 创建一个 Runnable 对象\r\nvar runnable = new java.lang.Runnable({\r\n run: function() {\r\n // 这里是你的任务代码\r\n updateClock();\r\n // console.log("Task running in background thread...");\r\n }\r\n});\r\n\r\n// 启动任务,每隔 100 毫秒执行一次\r\nexecutor.scheduleAtFixedRate(runnable, 0, RATE, java.util.concurrent.TimeUnit.MILLISECONDS);\r\n\r\n// 监听脚本停止事件\r\nevents.on("exit", function() {\r\n // 停止任务\r\n executor.shutdown();\r\n console.log("Handler task stopped.");\r\n});'},"22fa":function(e,t,n){"use strict";n("68ef"),n("cb51"),n("3743"),n("e3b3"),n("bc1b")},"23f9":function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("5aa0");function o(e){return e.install=t=>{const{name:n}=e;n&&(t.component(n,e),t.component(Object(r["c"])("-"+n),e))},e}},"2e1b":function(e,t,n){"use strict";n.d(t,"a",(function(){return m}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("fa7c"),a=n("e5f6"),s=n("8db7"),l=n("d243"),u=n("4e5e"),f=n("9a1c"),d=n("5913");const[p,h]=Object(i["a"])("button"),b=Object(c["a"])({},u["a"],{tag:Object(a["c"])("button"),text:String,icon:String,type:Object(a["c"])("default"),size:Object(a["c"])("normal"),color:String,block:Boolean,plain:Boolean,round:Boolean,square:Boolean,loading:Boolean,hairline:Boolean,disabled:Boolean,iconPrefix:String,nativeType:Object(a["c"])("button"),loadingSize:a["d"],loadingText:String,loadingType:String,iconPosition:Object(a["c"])("left")});var g=Object(o["defineComponent"])({name:p,props:b,emits:["click"],setup(e,{emit:t,slots:n}){const r=Object(u["b"])(),i=()=>n.loading?n.loading():Object(o["createVNode"])(d["a"],{size:e.loadingSize,type:e.loadingType,class:h("loading")},null),c=()=>e.loading?i():n.icon?Object(o["createVNode"])("div",{class:h("icon")},[n.icon()]):e.icon?Object(o["createVNode"])(f["a"],{name:e.icon,class:h("icon"),classPrefix:e.iconPrefix},null):void 0,a=()=>{let t;if(t=e.loading?e.loadingText:n.default?n.default():e.text,t)return Object(o["createVNode"])("span",{class:h("text")},[t])},p=()=>{const{color:t,plain:n}=e;if(t){const e={color:n?t:"white"};return n||(e.background=t),t.includes("gradient")?e.border=0:e.borderColor=t,e}},b=n=>{e.loading?Object(s["b"])(n):e.disabled||(t("click",n),r())};return()=>{const{tag:t,type:n,size:r,block:i,round:s,plain:u,square:f,loading:d,disabled:g,hairline:m,nativeType:v,iconPosition:y}=e,O=[h([n,r,{plain:u,block:i,round:s,square:f,loading:d,disabled:g,hairline:m}]),{[l["b"]]:m}];return Object(o["createVNode"])(t,{type:v,class:O,style:p(),disabled:g,onClick:b},{default:()=>[Object(o["createVNode"])("div",{class:h("content")},["left"===y&&c(),a(),"right"===y&&c()])]})}}});const m=Object(r["a"])(g)},"2e67":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"30ac":function(e,t,n){"use strict";n.d(t,"a",(function(){return g}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("5aa0"),s=n("fa7c"),l=n("8db7"),u=n("450f"),f=n("d7d5");const[d,p]=Object(i["a"])("slider"),h={min:Object(c["b"])(0),max:Object(c["b"])(100),step:Object(c["b"])(1),range:Boolean,reverse:Boolean,disabled:Boolean,readonly:Boolean,vertical:Boolean,barHeight:c["d"],buttonSize:c["d"],activeColor:String,inactiveColor:String,modelValue:{type:[Number,Array],default:0}};var b=Object(o["defineComponent"])({name:d,props:h,emits:["change","dragEnd","dragStart","update:modelValue"],setup(e,{emit:t,slots:n}){let r,i,c;const d=Object(o["ref"])(),h=[Object(o["ref"])(),Object(o["ref"])()],b=Object(o["ref"])(),g=Object(f["a"])(),m=Object(o["computed"])(()=>Number(e.max)-Number(e.min)),v=Object(o["computed"])(()=>{const t=e.vertical?"width":"height";return{background:e.inactiveColor,[t]:Object(a["b"])(e.barHeight)}}),y=t=>e.range&&Array.isArray(t),O=()=>{const{modelValue:t,min:n}=e;return y(t)?100*(t[1]-t[0])/m.value+"%":100*(t-Number(n))/m.value+"%"},j=()=>{const{modelValue:t,min:n}=e;return y(t)?100*(t[0]-Number(n))/m.value+"%":"0%"},w=Object(o["computed"])(()=>{const t=e.vertical?"height":"width",n={[t]:O(),background:e.activeColor};b.value&&(n.transition="none");const r=()=>e.vertical?e.reverse?"bottom":"top":e.reverse?"right":"left";return n[r()]=j(),n}),x=t=>{const n=+e.min,r=+e.max,o=+e.step;t=Object(a["d"])(t,n,r);const i=Math.round((t-n)/o)*o;return Object(a["a"])(n,i)},_=()=>{const t=e.modelValue;c=y(t)?t.map(x):x(t)},C=t=>{var n,r;const o=null!=(n=t[0])?n:Number(e.min),i=null!=(r=t[1])?r:Number(e.max);return o>i?[i,o]:[o,i]},k=(n,r)=>{n=y(n)?C(n).map(x):x(n),Object(s["j"])(n,e.modelValue)||t("update:modelValue",n),r&&!Object(s["j"])(n,c)&&t("change",n)},S=t=>{if(t.stopPropagation(),e.disabled||e.readonly)return;_();const{min:n,reverse:r,vertical:o,modelValue:i}=e,c=Object(u["useRect"])(d),a=()=>o?r?c.bottom-t.clientY:t.clientY-c.top:r?c.right-t.clientX:t.clientX-c.left,s=o?c.height:c.width,l=Number(n)+a()/s*m.value;if(y(i)){const[e,t]=i,n=(e+t)/2;k(l<=n?[l,t]:[e,l],!0)}else k(l,!0)},E=t=>{e.disabled||e.readonly||(g.start(t),i=e.modelValue,_(),b.value="start")},A=n=>{if(e.disabled||e.readonly)return;"start"===b.value&&t("dragStart",n),Object(l["b"])(n,!0),g.move(n),b.value="dragging";const o=Object(u["useRect"])(d),a=e.vertical?g.deltaY.value:g.deltaX.value,s=e.vertical?o.height:o.width;let f=a/s*m.value;if(e.reverse&&(f=-f),y(c)){const t=e.reverse?1-r:r;i[t]=c[t]+f}else i=c+f;k(i)},T=n=>{e.disabled||e.readonly||("dragging"===b.value&&(k(i,!0),t("dragEnd",n)),b.value="")},N=t=>{if("number"===typeof t){const e=["left","right"];return p("button-wrapper",e[t])}return p("button-wrapper",e.reverse?"left":"right")},R=(t,c)=>{const s="dragging"===b.value;if("number"===typeof c){const e=n[0===c?"left-button":"right-button"];let o;if(s&&Array.isArray(i)&&(o=i[0]>i[1]?1^r:r),e)return e({value:t,dragging:s,dragIndex:o})}return n.button?n.button({value:t,dragging:s}):Object(o["createVNode"])("div",{class:p("button"),style:Object(a["f"])(e.buttonSize)},null)},V=t=>{const n="number"===typeof t?e.modelValue[t]:e.modelValue;return Object(o["createVNode"])("div",{ref:h[null!=t?t:0],role:"slider",class:N(t),tabindex:e.disabled?void 0:0,"aria-valuemin":e.min,"aria-valuenow":n,"aria-valuemax":e.max,"aria-disabled":e.disabled||void 0,"aria-readonly":e.readonly||void 0,"aria-orientation":e.vertical?"vertical":"horizontal",onTouchstartPassive:e=>{"number"===typeof t&&(r=t),E(e)},onTouchend:T,onTouchcancel:T,onClick:l["e"]},[R(n,t)])};return k(e.modelValue),Object(u["useCustomFieldValue"])(()=>e.modelValue),h.forEach(e=>{Object(u["useEventListener"])("touchmove",A,{target:e})}),()=>Object(o["createVNode"])("div",{ref:d,style:v.value,class:p({vertical:e.vertical,disabled:e.disabled}),onClick:S},[Object(o["createVNode"])("div",{class:p("bar"),style:w.value},[e.range?[V(0),V(1)]:V()])])}});const g=Object(r["a"])(b)},"30b5":function(e,t,n){"use strict";var r=n("c532");function o(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(r.isURLSearchParams(t))i=t.toString();else{var c=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),c.push(o(t)+"="+o(e))})))})),i=c.join("&")}if(i){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}},3743:function(e,t,n){},3934:function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=o(window.location.href),function(t){var n=r.isString(t)?o(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},"3b21":function(e,t,n){"use strict";n("68ef")},"3d6b":function(e,t,n){"use strict";n.d(t,"a",(function(){return f})),n.d(t,"b",(function(){return p}));var r=n("7a23"),o=n("1fba"),i=n("e5f6"),c=n("fa7c"),a=n("4e5e"),s=n("9a1c");const[l,u]=Object(o["a"])("cell"),f={tag:Object(i["c"])("div"),icon:String,size:String,title:i["d"],value:i["d"],label:i["d"],center:Boolean,isLink:Boolean,border:i["e"],iconPrefix:String,valueClass:i["f"],labelClass:i["f"],titleClass:i["f"],titleStyle:null,arrowDirection:String,required:{type:[Boolean,String],default:null},clickable:{type:Boolean,default:null}},d=Object(c["a"])({},f,a["a"]);var p=Object(r["defineComponent"])({name:l,props:d,setup(e,{slots:t}){const n=Object(a["b"])(),o=()=>{const n=t.label||Object(c["d"])(e.label);if(n)return Object(r["createVNode"])("div",{class:[u("label"),e.labelClass]},[t.label?t.label():e.label])},i=()=>{var n;if(t.title||Object(c["d"])(e.title)){const i=null==(n=t.title)?void 0:n.call(t);if(Array.isArray(i)&&0===i.length)return;return Object(r["createVNode"])("div",{class:[u("title"),e.titleClass],style:e.titleStyle},[i||Object(r["createVNode"])("span",null,[e.title]),o()])}},l=()=>{const n=t.value||t.default,o=n||Object(c["d"])(e.value);if(o)return Object(r["createVNode"])("div",{class:[u("value"),e.valueClass]},[n?n():Object(r["createVNode"])("span",null,[e.value])])},f=()=>t.icon?t.icon():e.icon?Object(r["createVNode"])(s["a"],{name:e.icon,class:u("left-icon"),classPrefix:e.iconPrefix},null):void 0,d=()=>{if(t["right-icon"])return t["right-icon"]();if(e.isLink){const t=e.arrowDirection&&"right"!==e.arrowDirection?"arrow-"+e.arrowDirection:"arrow";return Object(r["createVNode"])(s["a"],{name:t,class:u("right-icon")},null)}};return()=>{var o;const{tag:c,size:a,center:s,border:p,isLink:h,required:b}=e,g=null!=(o=e.clickable)?o:h,m={center:s,required:!!b,clickable:g,borderless:!p};return a&&(m[a]=!!a),Object(r["createVNode"])(c,{class:u(m),role:g?"button":void 0,tabindex:g?0:void 0,onClick:n},{default:()=>{var e;return[f(),i(),l(),d(),null==(e=t.extra)?void 0:e.call(t)]}})}}})},4362:function(e,t,n){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,r="/";t.cwd=function(){return r},t.chdir=function(t){e||(e=n("df7c")),r=e.resolve(t,r)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},"450f":function(e,t,n){"use strict";var r=Object.defineProperty,o=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,c=Object.prototype.hasOwnProperty,a=(e,t)=>{for(var n in t)r(e,n,{get:t[n],enumerable:!0})},s=(e,t,n,a)=>{if(t&&"object"===typeof t||"function"===typeof t)for(let s of i(t))c.call(e,s)||s===n||r(e,s,{get:()=>t[s],enumerable:!(a=o(t,s))||a.enumerable});return e},l=e=>s(r({},"__esModule",{value:!0}),e),u={};a(u,{CUSTOM_FIELD_INJECTION_KEY:()=>re,cancelRaf:()=>h,doubleRaf:()=>b,flattenVNodes:()=>C,getScrollParent:()=>K,inBrowser:()=>f,onMountedOrActivated:()=>U,raf:()=>p,sortChildren:()=>S,supportsPassive:()=>d,useChildren:()=>E,useClickAway:()=>z,useCountDown:()=>D,useCustomFieldValue:()=>oe,useEventListener:()=>F,usePageVisibility:()=>te,useParent:()=>x,useRaf:()=>ie,useRect:()=>y,useScrollParent:()=>Z,useToggle:()=>j,useWindowSize:()=>W}),e.exports=l(u);var f="undefined"!==typeof window,d=!0;function p(e){return f?requestAnimationFrame(e):-1}function h(e){f&&cancelAnimationFrame(e)}function b(e){p(()=>p(e))}var g=n("7a23"),m=e=>e===window,v=(e,t)=>({top:0,left:0,right:e,bottom:t,width:e,height:t}),y=e=>{const t=(0,g.unref)(e);if(m(t)){const e=t.innerWidth,n=t.innerHeight;return v(e,n)}return(null==t?void 0:t.getBoundingClientRect)?t.getBoundingClientRect():v(0,0)},O=n("7a23");function j(e=!1){const t=(0,O.ref)(e),n=(e=!t.value)=>{t.value=e};return[t,n]}var w=n("7a23");function x(e){const t=(0,w.inject)(e,null);if(t){const e=(0,w.getCurrentInstance)(),{link:n,unlink:r,internalChildren:o}=t;n(e),(0,w.onUnmounted)(()=>r(e));const i=(0,w.computed)(()=>o.indexOf(e));return{parent:t,index:i}}return{parent:null,index:(0,w.ref)(-1)}}var _=n("7a23");function C(e){const t=[],n=e=>{Array.isArray(e)&&e.forEach(e=>{var r;(0,_.isVNode)(e)&&(t.push(e),(null==(r=e.component)?void 0:r.subTree)&&(t.push(e.component.subTree),n(e.component.subTree.children)),e.children&&n(e.children))})};return n(e),t}var k=(e,t)=>{const n=e.indexOf(t);return-1===n?e.findIndex(e=>void 0!==t.key&&null!==t.key&&e.type===t.type&&e.key===t.key):n};function S(e,t,n){const r=C(e.subTree.children);n.sort((e,t)=>k(r,e.vnode)-k(r,t.vnode));const o=n.map(e=>e.proxy);t.sort((e,t)=>{const n=o.indexOf(e),r=o.indexOf(t);return n-r})}function E(e){const t=(0,_.reactive)([]),n=(0,_.reactive)([]),r=(0,_.getCurrentInstance)(),o=o=>{const i=e=>{e.proxy&&(n.push(e),t.push(e.proxy),S(r,t,n))},c=e=>{const r=n.indexOf(e);t.splice(r,1),n.splice(r,1)};(0,_.provide)(e,Object.assign({link:i,unlink:c,children:t,internalChildren:n},o))};return{children:t,linkChildren:o}}var A=n("7a23"),T=1e3,N=60*T,R=60*N,V=24*R;function P(e){const t=Math.floor(e/V),n=Math.floor(e%V/R),r=Math.floor(e%R/N),o=Math.floor(e%N/T),i=Math.floor(e%T);return{total:e,days:t,hours:n,minutes:r,seconds:o,milliseconds:i}}function B(e,t){return Math.floor(e/1e3)===Math.floor(t/1e3)}function D(e){let t,n,r,o;const i=(0,A.ref)(e.time),c=(0,A.computed)(()=>P(i.value)),a=()=>{r=!1,h(t)},s=()=>Math.max(n-Date.now(),0),l=t=>{var n,r;i.value=t,null==(n=e.onChange)||n.call(e,c.value),0===t&&(a(),null==(r=e.onFinish)||r.call(e))},u=()=>{t=p(()=>{r&&(l(s()),i.value>0&&u())})},d=()=>{t=p(()=>{if(r){const e=s();B(e,i.value)&&0!==e||l(e),i.value>0&&d()}})},b=()=>{f&&(e.millisecond?u():d())},g=()=>{r||(n=Date.now()+i.value,r=!0,b())},m=(t=e.time)=>{a(),i.value=t};return(0,A.onBeforeUnmount)(a),(0,A.onActivated)(()=>{o&&(r=!0,o=!1,b())}),(0,A.onDeactivated)(()=>{r&&(a(),o=!0)}),{start:g,pause:a,reset:m,current:c}}var M=n("7a23"),I=n("7a23"),L=n("7a23");function U(e){let t;(0,L.onMounted)(()=>{e(),(0,L.nextTick)(()=>{t=!0})}),(0,L.onActivated)(()=>{t&&e()})}function F(e,t,n={}){if(!f)return;const{target:r=window,passive:o=!1,capture:i=!1}=n;let c,a=!1;const s=n=>{if(a)return;const r=(0,I.unref)(n);r&&!c&&(r.addEventListener(e,t,{capture:i,passive:o}),c=!0)},l=n=>{if(a)return;const r=(0,I.unref)(n);r&&c&&(r.removeEventListener(e,t,i),c=!1)};let u;return(0,I.onUnmounted)(()=>l(r)),(0,I.onDeactivated)(()=>l(r)),U(()=>s(r)),(0,I.isRef)(r)&&(u=(0,I.watch)(r,(e,t)=>{l(t),s(e)})),()=>{null==u||u(),l(r),a=!0}}function z(e,t,n={}){if(!f)return;const{eventName:r="click"}=n,o=n=>{const r=Array.isArray(e)?e:[e],o=r.every(e=>{const t=(0,M.unref)(e);return t&&!t.contains(n.target)});o&&t(n)};F(r,o,{target:document})}var Y,$,q=n("7a23");function W(){if(!Y&&(Y=(0,q.ref)(0),$=(0,q.ref)(0),f)){const e=()=>{Y.value=window.innerWidth,$.value=window.innerHeight};e(),window.addEventListener("resize",e,{passive:!0}),window.addEventListener("orientationchange",e,{passive:!0})}return{width:Y,height:$}}var H=n("7a23"),X=/scroll|auto|overlay/i,G=f?window:void 0;function J(e){const t=1;return"HTML"!==e.tagName&&"BODY"!==e.tagName&&e.nodeType===t}function K(e,t=G){let n=e;while(n&&n!==t&&J(n)){const{overflowY:e}=window.getComputedStyle(n);if(X.test(e))return n;n=n.parentNode}return t}function Z(e,t=G){const n=(0,H.ref)();return(0,H.onMounted)(()=>{e.value&&(n.value=K(e.value,t))}),n}var Q,ee=n("7a23");function te(){if(!Q&&(Q=(0,ee.ref)("visible"),f)){const e=()=>{Q.value=document.hidden?"hidden":"visible"};e(),window.addEventListener("visibilitychange",e)}return Q}var ne=n("7a23"),re=Symbol("van-field");function oe(e){const t=(0,ne.inject)(re,null);t&&!t.customValue.value&&(t.customValue.value=e,(0,ne.watch)(e,()=>{t.resetValidation(),t.validateWithTrigger("onChange")}))}function ie(e,t){if(f){const{interval:n=0,isLoop:r=!1}=t||{};let o,i,c=!1;const a=()=>{c=!0,cancelAnimationFrame(i)},s=t=>{if(!c){if(void 0===o)o=t;else if(t-o>n&&(e(t),o=t,!r))return void a();i=requestAnimationFrame(s)}};return i=requestAnimationFrame(s),a}return()=>{}}},4581:function(e,t){e.exports=null},"467f":function(e,t,n){"use strict";var r=n("7917");e.exports=function(e,t,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(new r("Request failed with status code "+n.status,[r.ERR_BAD_REQUEST,r.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}},"4a7b":function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t){t=t||{};var n={};function o(e,t){return r.isPlainObject(e)&&r.isPlainObject(t)?r.merge(e,t):r.isPlainObject(t)?r.merge({},t):r.isArray(t)?t.slice():t}function i(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(e[n],t[n])}function c(e){if(!r.isUndefined(t[e]))return o(void 0,t[e])}function a(n){return r.isUndefined(t[n])?r.isUndefined(e[n])?void 0:o(void 0,e[n]):o(void 0,t[n])}function s(n){return n in t?o(e[n],t[n]):n in e?o(void 0,e[n]):void 0}var l={url:c,method:c,data:c,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:s};return r.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=l[e]||i,o=t(e);r.isUndefined(o)&&t!==s||(n[e]=o)})),n}},"4b9e":function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("d243"),s=n("8db7"),l=n("450f"),u=n("efd9");const[f,d]=Object(i["a"])("form"),p={colon:Boolean,disabled:Boolean,readonly:Boolean,required:[Boolean,String],showError:Boolean,labelWidth:c["d"],labelAlign:String,inputAlign:String,scrollToError:Boolean,scrollToErrorPosition:String,validateFirst:Boolean,submitOnEnter:c["e"],showErrorMessage:c["e"],errorMessageAlign:String,validateTrigger:{type:[String,Array],default:"onBlur"}};var h=Object(o["defineComponent"])({name:f,props:p,emits:["submit","failed"],setup(e,{emit:t,slots:n}){const{children:r,linkChildren:i}=Object(l["useChildren"])(a["d"]),c=e=>e?r.filter(t=>e.includes(t.name)):r,f=e=>new Promise((t,n)=>{const r=[],o=c(e);o.reduce((e,t)=>e.then(()=>{if(!r.length)return t.validate().then(e=>{e&&r.push(e)})}),Promise.resolve()).then(()=>{r.length?n(r):t()})}),p=e=>new Promise((t,n)=>{const r=c(e);Promise.all(r.map(e=>e.validate())).then(e=>{e=e.filter(Boolean),e.length?n(e):t()})}),h=e=>{const t=r.find(t=>t.name===e);return t?new Promise((e,n)=>{t.validate().then(t=>{t?n(t):e()})}):Promise.reject()},b=t=>"string"===typeof t?h(t):e.validateFirst?f(t):p(t),g=e=>{"string"===typeof e&&(e=[e]);const t=c(e);t.forEach(e=>{e.resetValidation()})},m=()=>r.reduce((e,t)=>(e[t.name]=t.getValidationStatus(),e),{}),v=(e,t)=>{r.some(n=>n.name===e&&(n.$el.scrollIntoView(t),!0))},y=()=>r.reduce((e,t)=>(void 0!==t.name&&(e[t.name]=t.formValue.value),e),{}),O=()=>{const n=y();b().then(()=>t("submit",n)).catch(r=>{t("failed",{values:n,errors:r});const{scrollToError:o,scrollToErrorPosition:i}=e;o&&r[0].name&&v(r[0].name,i?{block:i}:void 0)})},j=e=>{Object(s["b"])(e),O()};return i({props:e}),Object(u["a"])({submit:O,validate:b,getValues:y,scrollToField:v,resetValidation:g,getValidationStatus:m}),()=>{var e;return Object(o["createVNode"])("form",{class:d(),onSubmit:j},[null==(e=n.default)?void 0:e.call(n)])}}});const b=Object(r["a"])(h)},"4c3d":function(e,t,n){"use strict";(function(t){var r=n("c532"),o=n("c8af"),i=n("7917"),c=n("cafa"),a=n("e467"),s={"Content-Type":"application/x-www-form-urlencoded"};function l(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function u(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t&&"[object process]"===Object.prototype.toString.call(t))&&(e=n("b50d")),e}function f(e,t,n){if(r.isString(e))try{return(t||JSON.parse)(e),r.trim(e)}catch(o){if("SyntaxError"!==o.name)throw o}return(n||JSON.stringify)(e)}var d={transitional:c,adapter:u(),transformRequest:[function(e,t){if(o(t,"Accept"),o(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e))return e;if(r.isArrayBufferView(e))return e.buffer;if(r.isURLSearchParams(e))return l(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var n,i=r.isObject(e),c=t&&t["Content-Type"];if((n=r.isFileList(e))||i&&"multipart/form-data"===c){var s=this.env&&this.env.FormData;return a(n?{"files[]":e}:e,s&&new s)}return i||"application/json"===c?(l(t,"application/json"),f(e)):e}],transformResponse:[function(e){var t=this.transitional||d.transitional,n=t&&t.silentJSONParsing,o=t&&t.forcedJSONParsing,c=!n&&"json"===this.responseType;if(c||o&&r.isString(e)&&e.length)try{return JSON.parse(e)}catch(a){if(c){if("SyntaxError"===a.name)throw i.from(a,i.ERR_BAD_RESPONSE,this,null,this.response);throw a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n("4581")},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){d.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){d.headers[e]=r.merge(s)})),e.exports=d}).call(this,n("4362"))},"4cbc":function(e,t,n){"use strict";n.r(t);var r=n("4b9e"),o=(n("3b21"),n("2e1b")),i=(n("22fa"),n("a136")),c=(n("4d86"),n("30ac")),a=(n("c9ab"),n("f23a")),s=(n("21a7"),n("dc94")),l=(n("02ab"),n("7a23"));const u={class:"page-full VUE_DOUYIN"},f={class:"content mt10"},d={class:"custom-button"},p={class:"custom-button"},h={class:"custom-button"},b={style:{margin:"16px"}},g=Object(l["createTextVNode"])("启动"),m=Object(l["createTextVNode"])("停止"),v=Object(l["createElementVNode"])("div",{class:"mt10 c6 fz14"},"请先打开视频页: 同城视频, 达人视频, 话题视频, 搜索结果视频...",-1);function y(e,t,n,y,O,j){const w=s["a"],x=a["a"],_=c["a"],C=i["a"],k=o["a"],S=r["a"];return Object(l["openBlock"])(),Object(l["createElementBlock"])("div",u,[Object(l["createVNode"])(w,{title:"DY看视频评赞","left-text":"返回","left-arrow":"",onClickLeft:t[0]||(t[0]=t=>e.$router.go(-1))}),Object(l["createElementVNode"])("div",f,[Object(l["createVNode"])(S,null,{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(C,{inset:""},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(x,{modelValue:O.model.interval,"onUpdate:modelValue":t[1]||(t[1]=e=>O.model.interval=e),label:"观看时长",name:"pattern",placeholder:"请输入内容",type:"digit",required:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"]),Object(l["createVNode"])(x,{label:"点赞概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.zanMax,"onUpdate:modelValue":t[2]||(t[2]=e=>O.model.zanMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",d,Object(l["toDisplayString"])((100*O.model.zanMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{label:"关注概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.subscribeMax,"onUpdate:modelValue":t[3]||(t[3]=e=>O.model.subscribeMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",p,Object(l["toDisplayString"])((100*O.model.subscribeMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{label:"评论概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.commentMax,"onUpdate:modelValue":t[4]||(t[4]=e=>O.model.commentMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",h,Object(l["toDisplayString"])((100*O.model.commentMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{modelValue:O.model.comment,"onUpdate:modelValue":t[5]||(t[5]=e=>O.model.comment=e),label:"评论内容",name:"model.comment",placeholder:"请输入内容",required:"",type:"textarea",rows:"2",autosize:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"]),Object(l["createVNode"])(x,{modelValue:O.model.max,"onUpdate:modelValue":t[6]||(t[6]=e=>O.model.max=e),label:"观看量",name:"pattern",placeholder:"请输入内容",type:"digit",required:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"])]),_:1}),Object(l["createElementVNode"])("div",b,[Object(l["createVNode"])(k,{round:"",block:"",type:"primary",onClick:j.startNow},{default:Object(l["withCtx"])(()=>[g]),_:1},8,["onClick"]),Object(l["createVNode"])(k,{class:"mt10",round:"",block:"",type:"danger",onClick:j.stop},{default:Object(l["withCtx"])(()=>[m]),_:1},8,["onClick"]),v])]),_:1})])])}var O={data(){return{model:{zanMax:.2,sendType:"1",commentMax:.2,subscribeMax:.2,comment:"不错哟\n点赞\n视频拍得非常好\nBGM恰到好处",interval:3,max:100,...JSON.parse(localStorage.VUE_DOUYIN||"{}")}}},mounted(){},unmounted(){console.log("保存页面上的数据"),localStorage.VUE_DOUYIN=JSON.stringify(this.model)},methods:{startNow(){auto.invoke("runRobotNow",[{robot:n("b0ed"),...this.model}],()=>{})},stop(){auto.invoke("robotStop",[],()=>{})}}},j=n("6b0d"),w=n.n(j);const x=w()(O,[["render",y]]);t["default"]=x},"4d86":function(e,t,n){"use strict";n("68ef"),n("5c56")},"4e5e":function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return c}));var r=n("7a23");const o={to:[String,Object],url:String,replace:Boolean};function i({to:e,url:t,replace:n,$router:r}){e&&r?r[n?"replace":"push"](e):t&&(n?location.replace(t):location.href=t)}function c(){const e=Object(r["getCurrentInstance"])().proxy;return()=>i(e)}},5134:function(e,t,n){"use strict";(function(e){let r,o;function i(){var t;return void 0!==r||("undefined"!==typeof window&&window.performance?(r=!0,o=window.performance):"undefined"!==typeof e&&(null===(t=e.perf_hooks)||void 0===t?void 0:t.performance)?(r=!0,o=e.perf_hooks.performance):r=!1),r}function c(){return i()?o.now():Date.now()}n.d(t,"a",(function(){return c}))}).call(this,n("c8ba"))},5270:function(e,t,n){"use strict";var r=n("c532"),o=n("c401"),i=n("2e67"),c=n("4c3d"),a=n("fb60");function s(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new a}e.exports=function(e){s(e),e.headers=e.headers||{},e.data=o.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||c.adapter;return t(e).then((function(t){return s(e),t.data=o.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return i(t)||(s(e),t&&t.response&&(t.response.data=o.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"56d7":function(e,t,n){"use strict";n.r(t);var r=n("7a23");function o(e,t,n,o,i,c){const a=Object(r["resolveComponent"])("RouterView");return Object(r["openBlock"])(),Object(r["createBlock"])(a)}var i=n("c0d6"),c={data(){return{store:i["a"]}},watch:{}},a=(n("d06d"),n("6b0d")),s=n.n(a);const l=s()(c,[["render",o]]);var u=l;n("69b1");class f{constructor(){this._callbackStore_={},this._callbackCounter_=0}_setCallback_(e){return this._callbackCounter_++,this._callbackStore_[this._callbackCounter_]=e,this._callbackCounter_}_getCallback_(e){let t=this._callbackStore_[e];return t&&delete this._callbackStore_[e],t}invoke(e,t,n){let r=-1;try{r=this._setCallback_(n);let o=JSON.stringify({cmd:e,args:t,callId:r});console.log("jsbridge://"+encodeURIComponent(o))}catch(o){console.trace(o)}}callback(e){let t=e.callId,n=e.args,r=this._getCallback_(t);r&&r(n)}execAjCode(e,t){this.invoke(e,"[code]",t)}}window.log=function(...e){console.log(e.join(" "))},window.auto=new f;n("ddf2"),n("abc5");n("5134");
/*!
* vue-router v4.1.5
* (c) 2022 Eduardo San Martin Morote
* @license MIT
*/
const d="undefined"!==typeof window;function p(e){return e.__esModule||"Module"===e[Symbol.toStringTag]}const h=Object.assign;function b(e,t){const n={};for(const r in t){const o=t[r];n[r]=m(o)?o.map(e):e(o)}return n}const g=()=>{},m=Array.isArray;const v=/\/$/,y=e=>e.replace(v,"");function O(e,t,n="/"){let r,o={},i="",c="";const a=t.indexOf("#");let s=t.indexOf("?");return a=0&&(s=-1),s>-1&&(r=t.slice(0,s),i=t.slice(s+1,a>-1?a:t.length),o=e(i)),a>-1&&(r=r||t.slice(0,a),c=t.slice(a,t.length)),r=E(null!=r?r:t,n),{fullPath:r+(i&&"?")+i+c,path:r,query:o,hash:c}}function j(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function w(e,t){return t&&e.toLowerCase().startsWith(t.toLowerCase())?e.slice(t.length)||"/":e}function x(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&_(t.matched[r],n.matched[o])&&C(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function _(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function C(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!k(e[n],t[n]))return!1;return!0}function k(e,t){return m(e)?S(e,t):m(t)?S(t,e):e===t}function S(e,t){return m(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):1===e.length&&e[0]===t}function E(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/");let o,i,c=n.length-1;for(o=0;o1&&c--}return n.slice(0,c).join("/")+"/"+r.slice(o-(o===r.length?1:0)).join("/")}var A,T;(function(e){e["pop"]="pop",e["push"]="push"})(A||(A={})),function(e){e["back"]="back",e["forward"]="forward",e["unknown"]=""}(T||(T={}));function N(e){if(!e)if(d){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),y(e)}const R=/^[^#]+#/;function V(e,t){return e.replace(R,"#")+t}function P(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const B=()=>({left:window.pageXOffset,top:window.pageYOffset});function D(e){let t;if("el"in e){const n=e.el,r="string"===typeof n&&n.startsWith("#");0;const o="string"===typeof n?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=P(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.pageXOffset,null!=t.top?t.top:window.pageYOffset)}function M(e,t){const n=history.state?history.state.position-t:-1;return n+e}const I=new Map;function L(e,t){I.set(e,t)}function U(e){const t=I.get(e);return I.delete(e),t}let F=()=>location.protocol+"//"+location.host;function z(e,t){const{pathname:n,search:r,hash:o}=t,i=e.indexOf("#");if(i>-1){let t=o.includes(e.slice(i))?e.slice(i).length:1,n=o.slice(t);return"/"!==n[0]&&(n="/"+n),w(n,"")}const c=w(n,e);return c+r+o}function Y(e,t,n,r){let o=[],i=[],c=null;const a=({state:i})=>{const a=z(e,location),s=n.value,l=t.value;let u=0;if(i){if(n.value=a,t.value=i,c&&c===s)return void(c=null);u=l?i.position-l.position:0}else r(a);o.forEach(e=>{e(n.value,s,{delta:u,type:A.pop,direction:u?u>0?T.forward:T.back:T.unknown})})};function s(){c=n.value}function l(e){o.push(e);const t=()=>{const t=o.indexOf(e);t>-1&&o.splice(t,1)};return i.push(t),t}function u(){const{history:e}=window;e.state&&e.replaceState(h({},e.state,{scroll:B()}),"")}function f(){for(const e of i)e();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",u),{pauseListeners:s,listen:l,destroy:f}}function $(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?B():null}}function q(e){const{history:t,location:n}=window,r={value:z(e,n)},o={value:t.state};function i(r,i,c){const a=e.indexOf("#"),s=a>-1?(n.host&&document.querySelector("base")?e:e.slice(a))+r:F()+e+r;try{t[c?"replaceState":"pushState"](i,"",s),o.value=i}catch(l){console.error(l),n[c?"replace":"assign"](s)}}function c(e,n){const c=h({},t.state,$(o.value.back,e,o.value.forward,!0),n,{position:o.value.position});i(e,c,!0),r.value=e}function a(e,n){const c=h({},o.value,t.state,{forward:e,scroll:B()});i(c.current,c,!0);const a=h({},$(r.value,e,null),{position:c.position+1},n);i(e,a,!1),r.value=e}return o.value||i(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:r,state:o,push:a,replace:c}}function W(e){e=N(e);const t=q(e),n=Y(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}const o=h({location:"",base:e,go:r,createHref:V.bind(null,e)},t,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>t.state.value}),o}function H(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),W(e)}function X(e){return"string"===typeof e||e&&"object"===typeof e}function G(e){return"string"===typeof e||"symbol"===typeof e}const J={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},K=Symbol("");var Z;(function(e){e[e["aborted"]=4]="aborted",e[e["cancelled"]=8]="cancelled",e[e["duplicated"]=16]="duplicated"})(Z||(Z={}));function Q(e,t){return h(new Error,{type:e,[K]:!0},t)}function ee(e,t){return e instanceof Error&&K in e&&(null==t||!!(e.type&t))}const te="[^/]+?",ne={sensitive:!1,strict:!1,start:!0,end:!0},re=/[.+*?^${}()[\]/\\]/g;function oe(e,t){const n=h({},ne,t),r=[];let o=n.start?"^":"";const i=[];for(const u of e){const e=u.length?[]:[90];n.strict&&!u.length&&(o+="/");for(let t=0;tt.length?1===t.length&&80===t[0]?1:-1:0}function ce(e,t){let n=0;const r=e.score,o=t.score;while(n0&&t[t.length-1]<0}const se={type:0,value:""},le=/[a-zA-Z0-9_]/;function ue(e){if(!e)return[[]];if("/"===e)return[[se]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(e){throw new Error(`ERR (${n})/"${l}": ${e}`)}let n=0,r=n;const o=[];let i;function c(){i&&o.push(i),i=[]}let a,s=0,l="",u="";function f(){l&&(0===n?i.push({type:0,value:l}):1===n||2===n||3===n?(i.length>1&&("*"===a||"+"===a)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:l,regexp:u,repeatable:"*"===a||"+"===a,optional:"*"===a||"?"===a})):t("Invalid state to consume buffer"),l="")}function d(){l+=a}while(s{c(d)}:g}function c(e){if(G(e)){const t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(c),t.alias.forEach(c))}else{const t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(c),e.alias.forEach(c))}}function a(){return n}function s(e){let t=0;while(t=0&&(e.record.path!==n[t].record.path||!ye(e,n[t])))t++;n.splice(t,0,e),e.record.name&&!ge(e)&&r.set(e.record.name,e)}function l(e,t){let o,i,c,a={};if("name"in e&&e.name){if(o=r.get(e.name),!o)throw Q(1,{location:e});0,c=o.record.name,a=h(pe(t.params,o.keys.filter(e=>!e.optional).map(e=>e.name)),e.params&&pe(e.params,o.keys.map(e=>e.name))),i=o.stringify(a)}else if("path"in e)i=e.path,o=n.find(e=>e.re.test(i)),o&&(a=o.parse(i),c=o.record.name);else{if(o=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!o)throw Q(1,{location:e,currentLocation:t});c=o.record.name,a=h({},t.params,e.params),i=o.stringify(a)}const s=[];let l=o;while(l)s.unshift(l.record),l=l.parent;return{name:c,path:i,params:a,matched:s,meta:me(s)}}return t=ve({strict:!1,end:!0,sensitive:!1},t),e.forEach(e=>i(e)),{addRoute:i,resolve:l,removeRoute:c,getRoutes:a,getRecordMatcher:o}}function pe(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function he(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:be(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function be(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]="boolean"===typeof n?n:n[r];return t}function ge(e){while(e){if(e.record.aliasOf)return!0;e=e.parent}return!1}function me(e){return e.reduce((e,t)=>h(e,t.meta),{})}function ve(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function ye(e,t){return t.children.some(t=>t===e||ye(e,t))}const Oe=/#/g,je=/&/g,we=/\//g,xe=/=/g,_e=/\?/g,Ce=/\+/g,ke=/%5B/g,Se=/%5D/g,Ee=/%5E/g,Ae=/%60/g,Te=/%7B/g,Ne=/%7C/g,Re=/%7D/g,Ve=/%20/g;function Pe(e){return encodeURI(""+e).replace(Ne,"|").replace(ke,"[").replace(Se,"]")}function Be(e){return Pe(e).replace(Te,"{").replace(Re,"}").replace(Ee,"^")}function De(e){return Pe(e).replace(Ce,"%2B").replace(Ve,"+").replace(Oe,"%23").replace(je,"%26").replace(Ae,"`").replace(Te,"{").replace(Re,"}").replace(Ee,"^")}function Me(e){return De(e).replace(xe,"%3D")}function Ie(e){return Pe(e).replace(Oe,"%23").replace(_e,"%3F")}function Le(e){return null==e?"":Ie(e).replace(we,"%2F")}function Ue(e){try{return decodeURIComponent(""+e)}catch(t){}return""+e}function Fe(e){const t={};if(""===e||"?"===e)return t;const n="?"===e[0],r=(n?e.slice(1):e).split("&");for(let o=0;oe&&De(e)):[r&&De(r)];o.forEach(e=>{void 0!==e&&(t+=(t.length?"&":"")+n,null!=e&&(t+="="+e))})}return t}function Ye(e){const t={};for(const n in e){const r=e[n];void 0!==r&&(t[n]=m(r)?r.map(e=>null==e?null:""+e):null==r?r:""+r)}return t}const $e=Symbol(""),qe=Symbol(""),We=Symbol(""),He=Symbol(""),Xe=Symbol("");function Ge(){let e=[];function t(t){return e.push(t),()=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e,reset:n}}function Je(e,t,n,r,o){const i=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((c,a)=>{const s=e=>{!1===e?a(Q(4,{from:n,to:t})):e instanceof Error?a(e):X(e)?a(Q(2,{from:t,to:e})):(i&&r.enterCallbacks[o]===i&&"function"===typeof e&&i.push(e),c())},l=e.call(r&&r.instances[o],t,n,s);let u=Promise.resolve(l);e.length<3&&(u=u.then(s)),u.catch(e=>a(e))})}function Ke(e,t,n,r){const o=[];for(const i of e){0;for(const e in i.components){let c=i.components[e];if("beforeRouteEnter"===t||i.instances[e])if(Ze(c)){const a=c.__vccOpts||c,s=a[t];s&&o.push(Je(s,n,r,i,e))}else{let a=c();0,o.push(()=>a.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${i.path}"`));const c=p(o)?o.default:o;i.components[e]=c;const a=c.__vccOpts||c,s=a[t];return s&&Je(s,n,r,i,e)()}))}}}return o}function Ze(e){return"object"===typeof e||"displayName"in e||"props"in e||"__vccOpts"in e}function Qe(e){const t=Object(r["inject"])(We),n=Object(r["inject"])(He),o=Object(r["computed"])(()=>t.resolve(Object(r["unref"])(e.to))),i=Object(r["computed"])(()=>{const{matched:e}=o.value,{length:t}=e,r=e[t-1],i=n.matched;if(!r||!i.length)return-1;const c=i.findIndex(_.bind(null,r));if(c>-1)return c;const a=ot(e[t-2]);return t>1&&ot(r)===a&&i[i.length-1].path!==a?i.findIndex(_.bind(null,e[t-2])):c}),c=Object(r["computed"])(()=>i.value>-1&&rt(n.params,o.value.params)),a=Object(r["computed"])(()=>i.value>-1&&i.value===n.matched.length-1&&C(n.params,o.value.params));function s(n={}){return nt(n)?t[Object(r["unref"])(e.replace)?"replace":"push"](Object(r["unref"])(e.to)).catch(g):Promise.resolve()}return{route:o,href:Object(r["computed"])(()=>o.value.href),isActive:c,isExactActive:a,navigate:s}}const et=Object(r["defineComponent"])({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Qe,setup(e,{slots:t}){const n=Object(r["reactive"])(Qe(e)),{options:o}=Object(r["inject"])(We),i=Object(r["computed"])(()=>({[it(e.activeClass,o.linkActiveClass,"router-link-active")]:n.isActive,[it(e.exactActiveClass,o.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const o=t.default&&t.default(n);return e.custom?o:Object(r["h"])("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:i.value},o)}}}),tt=et;function nt(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function rt(e,t){for(const n in t){const r=t[n],o=e[n];if("string"===typeof r){if(r!==o)return!1}else if(!m(o)||o.length!==r.length||r.some((e,t)=>e!==o[t]))return!1}return!0}function ot(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const it=(e,t,n)=>null!=e?e:null!=t?t:n,ct=Object(r["defineComponent"])({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const o=Object(r["inject"])(Xe),i=Object(r["computed"])(()=>e.route||o.value),c=Object(r["inject"])(qe,0),a=Object(r["computed"])(()=>{let e=Object(r["unref"])(c);const{matched:t}=i.value;let n;while((n=t[e])&&!n.components)e++;return e}),s=Object(r["computed"])(()=>i.value.matched[a.value]);Object(r["provide"])(qe,Object(r["computed"])(()=>a.value+1)),Object(r["provide"])($e,s),Object(r["provide"])(Xe,i);const l=Object(r["ref"])();return Object(r["watch"])(()=>[l.value,s.value,e.name],([e,t,n],[r,o,i])=>{t&&(t.instances[n]=e,o&&o!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=o.leaveGuards),t.updateGuards.size||(t.updateGuards=o.updateGuards))),!e||!t||o&&_(t,o)&&r||(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:"post"}),()=>{const o=i.value,c=e.name,a=s.value,u=a&&a.components[c];if(!u)return at(n.default,{Component:u,route:o});const f=a.props[c],d=f?!0===f?o.params:"function"===typeof f?f(o):f:null,p=e=>{e.component.isUnmounted&&(a.instances[c]=null)},b=Object(r["h"])(u,h({},d,t,{onVnodeUnmounted:p,ref:l}));return at(n.default,{Component:b,route:o})||b}}});function at(e,t){if(!e)return null;const n=e(t);return 1===n.length?n[0]:n}const st=ct;function lt(e){const t=de(e.routes,e),n=e.parseQuery||Fe,o=e.stringifyQuery||ze,i=e.history;const c=Ge(),a=Ge(),s=Ge(),l=Object(r["shallowRef"])(J);let u=J;d&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=b.bind(null,e=>""+e),p=b.bind(null,Le),v=b.bind(null,Ue);function y(e,n){let r,o;return G(e)?(r=t.getRecordMatcher(e),o=n):o=e,t.addRoute(o,r)}function w(e){const n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function _(){return t.getRoutes().map(e=>e.record)}function C(e){return!!t.getRecordMatcher(e)}function k(e,r){if(r=h({},r||l.value),"string"===typeof e){const o=O(n,e,r.path),c=t.resolve({path:o.path},r),a=i.createHref(o.fullPath);return h(o,c,{params:v(c.params),hash:Ue(o.hash),redirectedFrom:void 0,href:a})}let c;if("path"in e)c=h({},e,{path:O(n,e.path,r.path).path});else{const t=h({},e.params);for(const e in t)null==t[e]&&delete t[e];c=h({},e,{params:p(e.params)}),r.params=p(r.params)}const a=t.resolve(c,r),s=e.hash||"";a.params=f(v(a.params));const u=j(o,h({},e,{hash:Be(s),path:a.path})),d=i.createHref(u);return h({fullPath:u,hash:s,query:o===ze?Ye(e.query):e.query||{}},a,{redirectedFrom:void 0,href:d})}function S(e){return"string"===typeof e?O(n,e,l.value.path):h({},e)}function E(e,t){if(u!==e)return Q(8,{from:t,to:e})}function T(e){return V(e)}function N(e){return T(h(S(e),{replace:!0}))}function R(e){const t=e.matched[e.matched.length-1];if(t&&t.redirect){const{redirect:n}=t;let r="function"===typeof n?n(e):n;return"string"===typeof r&&(r=r.includes("?")||r.includes("#")?r=S(r):{path:r},r.params={}),h({query:e.query,hash:e.hash,params:"path"in r?{}:e.params},r)}}function V(e,t){const n=u=k(e),r=l.value,i=e.state,c=e.force,a=!0===e.replace,s=R(n);if(s)return V(h(S(s),{state:"object"===typeof s?h({},i,s.state):i,force:c,replace:a}),t||n);const f=n;let d;return f.redirectedFrom=t,!c&&x(o,r,n)&&(d=Q(16,{to:f,from:r}),te(r,r,!0,!1)),(d?Promise.resolve(d):I(f,r)).catch(e=>ee(e)?ee(e,2)?e:Z(e):X(e,f,r)).then(e=>{if(e){if(ee(e,2))return V(h({replace:a},S(e.to),{state:"object"===typeof e.to?h({},i,e.to.state):i,force:c}),t||f)}else e=z(f,r,!0,a,i);return F(f,r,e),e})}function P(e,t){const n=E(e,t);return n?Promise.reject(n):Promise.resolve()}function I(e,t){let n;const[r,o,i]=ft(e,t);n=Ke(r.reverse(),"beforeRouteLeave",e,t);for(const c of r)c.leaveGuards.forEach(r=>{n.push(Je(r,e,t))});const s=P.bind(null,e,t);return n.push(s),ut(n).then(()=>{n=[];for(const r of c.list())n.push(Je(r,e,t));return n.push(s),ut(n)}).then(()=>{n=Ke(o,"beforeRouteUpdate",e,t);for(const r of o)r.updateGuards.forEach(r=>{n.push(Je(r,e,t))});return n.push(s),ut(n)}).then(()=>{n=[];for(const r of e.matched)if(r.beforeEnter&&!t.matched.includes(r))if(m(r.beforeEnter))for(const o of r.beforeEnter)n.push(Je(o,e,t));else n.push(Je(r.beforeEnter,e,t));return n.push(s),ut(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=Ke(i,"beforeRouteEnter",e,t),n.push(s),ut(n))).then(()=>{n=[];for(const r of a.list())n.push(Je(r,e,t));return n.push(s),ut(n)}).catch(e=>ee(e,8)?e:Promise.reject(e))}function F(e,t,n){for(const r of s.list())r(e,t,n)}function z(e,t,n,r,o){const c=E(e,t);if(c)return c;const a=t===J,s=d?history.state:{};n&&(r||a?i.replace(e.fullPath,h({scroll:a&&s&&s.scroll},o)):i.push(e.fullPath,o)),l.value=e,te(e,t,n,a),Z()}let Y;function $(){Y||(Y=i.listen((e,t,n)=>{if(!ie.listening)return;const r=k(e),o=R(r);if(o)return void V(h(o,{replace:!0}),r).catch(g);u=r;const c=l.value;d&&L(M(c.fullPath,n.delta),B()),I(r,c).catch(e=>ee(e,12)?e:ee(e,2)?(V(e.to,r).then(e=>{ee(e,20)&&!n.delta&&n.type===A.pop&&i.go(-1,!1)}).catch(g),Promise.reject()):(n.delta&&i.go(-n.delta,!1),X(e,r,c))).then(e=>{e=e||z(r,c,!1),e&&(n.delta&&!ee(e,8)?i.go(-n.delta,!1):n.type===A.pop&&ee(e,20)&&i.go(-1,!1)),F(r,c,e)}).catch(g)}))}let q,W=Ge(),H=Ge();function X(e,t,n){Z(e);const r=H.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function K(){return q&&l.value!==J?Promise.resolve():new Promise((e,t)=>{W.add([e,t])})}function Z(e){return q||(q=!e,$(),W.list().forEach(([t,n])=>e?n(e):t()),W.reset()),e}function te(t,n,o,i){const{scrollBehavior:c}=e;if(!d||!c)return Promise.resolve();const a=!o&&U(M(t.fullPath,0))||(i||!o)&&history.state&&history.state.scroll||null;return Object(r["nextTick"])().then(()=>c(t,n,a)).then(e=>e&&D(e)).catch(e=>X(e,t,n))}const ne=e=>i.go(e);let re;const oe=new Set,ie={currentRoute:l,listening:!0,addRoute:y,removeRoute:w,hasRoute:C,getRoutes:_,resolve:k,options:e,push:T,replace:N,go:ne,back:()=>ne(-1),forward:()=>ne(1),beforeEach:c.add,beforeResolve:a.add,afterEach:s.add,onError:H.add,isReady:K,install(e){const t=this;e.component("RouterLink",tt),e.component("RouterView",st),e.config.globalProperties.$router=t,Object.defineProperty(e.config.globalProperties,"$route",{enumerable:!0,get:()=>Object(r["unref"])(l)}),d&&!re&&l.value===J&&(re=!0,T(i.location).catch(e=>{0}));const n={};for(const i in J)n[i]=Object(r["computed"])(()=>l.value[i]);e.provide(We,t),e.provide(He,Object(r["reactive"])(n)),e.provide(Xe,l);const o=e.unmount;oe.add(e),e.unmount=function(){oe.delete(e),oe.size<1&&(u=J,Y&&Y(),Y=null,l.value=J,re=!1,q=!1),o()}}};return ie}function ut(e){return e.reduce((e,t)=>e.then(()=>t()),Promise.resolve())}function ft(e,t){const n=[],r=[],o=[],i=Math.max(t.matched.length,e.matched.length);for(let c=0;c_(e,i))?r.push(i):n.push(i));const a=e.matched[c];a&&(t.matched.find(e=>_(e,a))||o.push(a))}return[n,r,o]}const dt=[{path:"/",name:"TabRouteView",component:()=>Promise.resolve().then(n.bind(null,"efde")),children:[{path:"",name:"Home",component:()=>Promise.resolve().then(n.bind(null,"bb51"))},{path:"User",name:"User",component:()=>Promise.resolve().then(n.bind(null,"1511"))},{path:"XianBao",name:"XianBao",component:()=>Promise.resolve().then(n.bind(null,"6440"))},{path:"/Custom",name:"Custom",component:()=>Promise.resolve().then(n.bind(null,"5e6f"))}]},{path:"/FloatClock",name:"FloatClock",component:()=>Promise.resolve().then(n.bind(null,"8853"))},{path:"/Douyin",name:"Douyin",component:()=>Promise.resolve().then(n.bind(null,"96e6"))},{path:"/Weixin",name:"Weixin",component:()=>Promise.resolve().then(n.bind(null,"4cbc"))}],pt=lt({history:H(),routes:dt});window.$router=pt,Object.defineProperty(window,"$route",{get(){return pt.currentRoute.value}});var ht=pt;n("157a");auto.execAjCode(n("ae54"));const bt=Object(r["createApp"])(u);bt.config.globalProperties.$WD=window,bt.config.globalProperties.$store=$store,window.$vm=bt,bt.use(ht),bt.mount("#app"),document.querySelector("#AppLoading").style.display="none"},5913:function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("fa7c"),s=n("5aa0");const[l,u]=Object(i["a"])("loading"),f=Array(12).fill(null).map((e,t)=>Object(o["createVNode"])("i",{class:u("line",String(t+1))},null)),d=Object(o["createVNode"])("svg",{class:u("circular"),viewBox:"25 25 50 50"},[Object(o["createVNode"])("circle",{cx:"50",cy:"50",r:"20",fill:"none"},null)]),p={size:c["d"],type:Object(c["c"])("circular"),color:String,vertical:Boolean,textSize:c["d"],textColor:String};var h=Object(o["defineComponent"])({name:l,props:p,setup(e,{slots:t}){const n=Object(o["computed"])(()=>Object(a["a"])({color:e.color},Object(s["f"])(e.size))),r=()=>{const r="spinner"===e.type?f:d;return Object(o["createVNode"])("span",{class:u("spinner",e.type),style:n.value},[t.icon?t.icon():r])},i=()=>{var n;if(t.default)return Object(o["createVNode"])("span",{class:u("text"),style:{fontSize:Object(s["b"])(e.textSize),color:null!=(n=e.textColor)?n:e.color}},[t.default()])};return()=>{const{type:t,vertical:n}=e;return Object(o["createVNode"])("div",{class:u([t,{vertical:n}]),"aria-live":"polite","aria-busy":!0},[r(),i()])}}});const b=Object(r["a"])(h)},"5aa0":function(e,t,n){"use strict";n.d(t,"a",(function(){return p})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return s})),n.d(t,"d",(function(){return u})),n.d(t,"e",(function(){return d})),n.d(t,"f",(function(){return i})),n.d(t,"g",(function(){return c})),n.d(t,"h",(function(){return l}));var r=n("fa7c");n("8db7");function o(e){if(Object(r["d"])(e))return Object(r["g"])(e)?e+"px":String(e)}function i(e){if(Object(r["d"])(e)){if(Array.isArray(e))return{width:o(e[0]),height:o(e[1])};const t=o(e);return{width:t,height:t}}}function c(e){const t={};return void 0!==e&&(t.zIndex=+e),t}const a=/-(\w)/g,s=e=>e.replace(a,(e,t)=>t.toUpperCase()),l=e=>e.replace(/([A-Z])/g,"-$1").toLowerCase().replace(/^-/,"");const u=(e,t,n)=>Math.min(Math.max(e,t),n);function f(e,t,n){const r=e.indexOf(t);return-1===r?e:"-"===t&&0!==r?e.slice(0,r):e.slice(0,r+1)+e.slice(r).replace(n,"")}function d(e,t=!0,n=!0){e=t?f(e,".",/\./g):e.split(".")[0],e=n?f(e,"-",/-/g):e.replace(/-/,"");const r=t?/[^-0-9.]/g:/[^-0-9]/g;return e.replace(r,"")}function p(e,t){const n=10**10;return Math.round((e+t)*n)/n}},"5c56":function(e,t,n){},"5cce":function(e,t){e.exports={version:"0.27.2"}},"5e6f":function(e,t,n){"use strict";n.r(t);var r=n("efc0"),o=(n("bb0e"),n("f23a")),i=(n("21a7"),n("bed3")),c=(n("afa9"),n("a136")),a=(n("4d86"),n("2e1b")),s=(n("22fa"),n("7a23")),l=n("fa7c"),u=n("efd9");function f(){const e=Object(s["reactive"])({show:!1}),t=t=>{e.show=t},n=n=>{Object(l["a"])(e,n,{transitionAppear:!0}),t(!0)},r=()=>t(!1);return Object(u["a"])({open:n,close:r,toggle:t}),{open:n,close:r,state:e,toggle:t}}function d(e){const t=Object(s["createApp"])(e),n=document.createElement("div");return document.body.appendChild(n),{instance:t.mount(n),unmount(){t.unmount(),document.body.removeChild(n)}}}var p=n("1fba"),h=n("e5f6");let b=0;function g(e){e?(b||document.body.classList.add("van-toast--unclickable"),b++):b&&(b--,b||document.body.classList.remove("van-toast--unclickable"))}var m=n("9a1c"),v=n("23f9");const y={show:Boolean,zIndex:h["d"],overlay:h["e"],duration:h["d"],teleport:[String,Object],lockScroll:h["e"],lazyRender:h["e"],beforeClose:Function,overlayStyle:Object,overlayClass:h["f"],transitionAppear:Boolean,closeOnClickOverlay:h["e"]};Object.keys(y);var O=n("9b55"),j=n("d243"),w=n("450f"),x=n("d7d5"),_=n("8db7");let C=0;const k="van-overflow-hidden";function S(e,t){const n=Object(x["a"])(),r="01",o="10",i=t=>{n.move(t);const i=n.deltaY.value>0?o:r,c=Object(w["getScrollParent"])(t.target,e.value),{scrollHeight:a,offsetHeight:s,scrollTop:l}=c;let u="11";0===l?u=s>=a?"00":"01":l+s>=a&&(u="10"),"11"===u||!n.isVertical()||parseInt(u,2)&parseInt(i,2)||Object(_["b"])(t,!0)},c=()=>{document.addEventListener("touchstart",n.start),document.addEventListener("touchmove",i,{passive:!1}),C||document.body.classList.add(k),C++},a=()=>{C&&(document.removeEventListener("touchstart",n.start),document.removeEventListener("touchmove",i),C--,C||document.body.classList.remove(k))},l=()=>t()&&c(),u=()=>t()&&a();Object(w["onMountedOrActivated"])(l),Object(s["onDeactivated"])(u),Object(s["onBeforeUnmount"])(u),Object(s["watch"])(t,e=>{e?c():a()})}function E(e){const t=Object(s["ref"])(!1);return Object(s["watch"])(e,e=>{e&&(t.value=e)},{immediate:!0}),e=>()=>t.value?e():null}var A=n("ee0b"),T=n("bbf9"),N=n("0baf"),R=n("5aa0");const[V,P]=Object(p["a"])("overlay"),B={show:Boolean,zIndex:h["d"],duration:h["d"],className:h["f"],lockScroll:h["e"],lazyRender:h["e"],customStyle:Object,teleport:[String,Object]};var D=Object(s["defineComponent"])({name:V,props:B,setup(e,{slots:t}){const n=Object(s["ref"])(),r=E(()=>e.show||!e.lazyRender),o=t=>{e.lockScroll&&Object(_["b"])(t,!0)},i=r(()=>{var r;const o=Object(l["a"])(Object(R["g"])(e.zIndex),e.customStyle);return Object(l["d"])(e.duration)&&(o.animationDuration=e.duration+"s"),Object(s["withDirectives"])(Object(s["createVNode"])("div",{ref:n,style:o,class:[P(),e.className]},[null==(r=t.default)?void 0:r.call(t)]),[[s["vShow"],e.show]])});return Object(w["useEventListener"])("touchmove",o,{target:n}),()=>{const t=Object(s["createVNode"])(s["Transition"],{name:"van-fade",appear:!0},{default:i});return e.teleport?Object(s["createVNode"])(s["Teleport"],{to:e.teleport},{default:()=>[t]}):t}}});const M=Object(v["a"])(D);const I=Object(l["a"])({},y,{round:Boolean,position:Object(h["c"])("center"),closeIcon:Object(h["c"])("cross"),closeable:Boolean,transition:String,iconPrefix:String,closeOnPopstate:Boolean,closeIconPosition:Object(h["c"])("top-right"),destroyOnClose:Boolean,safeAreaInsetTop:Boolean,safeAreaInsetBottom:Boolean}),[L,U]=Object(p["a"])("popup");var F=Object(s["defineComponent"])({name:L,inheritAttrs:!1,props:I,emits:["open","close","opened","closed","keydown","update:show","clickOverlay","clickCloseIcon"],setup(e,{emit:t,attrs:n,slots:r}){let o,i;const c=Object(s["ref"])(),a=Object(s["ref"])(),f=E(()=>e.show||!e.lazyRender),d=Object(s["computed"])(()=>{const t={zIndex:c.value};if(Object(l["d"])(e.duration)){const n="center"===e.position?"animationDuration":"transitionDuration";t[n]=e.duration+"s"}return t}),p=()=>{o||(o=!0,c.value=void 0!==e.zIndex?+e.zIndex:Object(T["b"])(),t("open"))},h=()=>{o&&Object(O["a"])(e.beforeClose,{done(){o=!1,t("close"),t("update:show",!1)}})},b=n=>{t("clickOverlay",n),e.closeOnClickOverlay&&h()},g=()=>{if(e.overlay)return Object(s["createVNode"])(M,Object(s["mergeProps"])({show:e.show,class:e.overlayClass,zIndex:c.value,duration:e.duration,customStyle:e.overlayStyle,role:e.closeOnClickOverlay?"button":void 0,tabindex:e.closeOnClickOverlay?0:void 0},Object(N["a"])(),{onClick:b}),{default:r["overlay-content"]})},v=e=>{t("clickCloseIcon",e),h()},y=()=>{if(e.closeable)return Object(s["createVNode"])(m["a"],{role:"button",tabindex:0,name:e.closeIcon,class:[U("close-icon",e.closeIconPosition),j["e"]],classPrefix:e.iconPrefix,onClick:v},null)};let x;const _=()=>{x&&clearTimeout(x),x=setTimeout(()=>{t("opened")})},C=()=>t("closed"),k=e=>t("keydown",e),R=f(()=>{var t;const{destroyOnClose:o,round:i,position:c,safeAreaInsetTop:l,safeAreaInsetBottom:u,show:f}=e;if(f||!o)return Object(s["withDirectives"])(Object(s["createVNode"])("div",Object(s["mergeProps"])({ref:a,style:d.value,role:"dialog",tabindex:0,class:[U({round:i,[c]:c}),{"van-safe-area-top":l,"van-safe-area-bottom":u}],onKeydown:k},n,Object(N["a"])()),[null==(t=r.default)?void 0:t.call(r),y()]),[[s["vShow"],f]])}),V=()=>{const{position:t,transition:n,transitionAppear:r}=e,o="center"===t?"van-fade":"van-popup-slide-"+t;return Object(s["createVNode"])(s["Transition"],{name:n||o,appear:r,onAfterEnter:_,onAfterLeave:C},{default:R})};return Object(s["watch"])(()=>e.show,e=>{e&&!o&&(p(),0===n.tabindex&&Object(s["nextTick"])(()=>{var e;null==(e=a.value)||e.focus()})),!e&&o&&(o=!1,t("close"))}),Object(u["a"])({popupRef:a}),S(a,()=>e.show&&e.lockScroll),Object(w["useEventListener"])("popstate",()=>{e.closeOnPopstate&&(h(),i=!1)}),Object(s["onMounted"])(()=>{e.show&&p()}),Object(s["onActivated"])(()=>{i&&(t("update:show",!0),i=!1)}),Object(s["onDeactivated"])(()=>{e.show&&e.teleport&&(h(),i=!0)}),Object(s["provide"])(A["a"],()=>e.show),()=>e.teleport?Object(s["createVNode"])(s["Teleport"],{to:e.teleport},{default:()=>[g(),V()]}):Object(s["createVNode"])(s["Fragment"],null,[g(),V()])}});const z=Object(v["a"])(F);var Y=n("5913");const[$,q]=Object(p["a"])("toast"),W=["show","overlay","teleport","transition","overlayClass","overlayStyle","closeOnClickOverlay","zIndex"],H={icon:String,show:Boolean,type:Object(h["c"])("text"),overlay:Boolean,message:h["d"],iconSize:h["d"],duration:Object(h["a"])(2e3),position:Object(h["c"])("middle"),teleport:[String,Object],wordBreak:String,className:h["f"],iconPrefix:String,transition:Object(h["c"])("van-fade"),loadingType:String,forbidClick:Boolean,overlayClass:h["f"],overlayStyle:Object,closeOnClick:Boolean,closeOnClickOverlay:Boolean,zIndex:h["d"]};var X=Object(s["defineComponent"])({name:$,props:H,emits:["update:show"],setup(e,{emit:t,slots:n}){let r,o=!1;const i=()=>{const t=e.show&&e.forbidClick;o!==t&&(o=t,g(o))},c=e=>t("update:show",e),a=()=>{e.closeOnClick&&c(!1)},u=()=>clearTimeout(r),f=()=>{const{icon:t,type:n,iconSize:r,iconPrefix:o,loadingType:i}=e,c=t||"success"===n||"fail"===n;return c?Object(s["createVNode"])(m["a"],{name:t||n,size:r,class:q("icon"),classPrefix:o},null):"loading"===n?Object(s["createVNode"])(Y["a"],{class:q("loading"),size:r,type:i},null):void 0},d=()=>{const{type:t,message:r}=e;return n.message?Object(s["createVNode"])("div",{class:q("text")},[n.message()]):Object(l["d"])(r)&&""!==r?"html"===t?Object(s["createVNode"])("div",{key:0,class:q("text"),innerHTML:String(r)},null):Object(s["createVNode"])("div",{class:q("text")},[r]):void 0};return Object(s["watch"])(()=>[e.show,e.forbidClick],i),Object(s["watch"])(()=>[e.show,e.type,e.message,e.duration],()=>{u(),e.show&&e.duration>0&&(r=setTimeout(()=>{c(!1)},e.duration))}),Object(s["onMounted"])(i),Object(s["onUnmounted"])(i),()=>Object(s["createVNode"])(z,Object(s["mergeProps"])({class:[q([e.position,"normal"===e.wordBreak?"break-normal":e.wordBreak,{[e.type]:!e.icon}]),e.className],lockScroll:!1,onClick:a,onClosed:u,"onUpdate:show":c},Object(l["l"])(e,W)),{default:()=>[f(),d()]})}});const G={icon:"",type:"text",message:"",className:"",overlay:!1,onClose:void 0,onOpened:void 0,duration:2e3,teleport:"body",iconSize:void 0,iconPrefix:void 0,position:"middle",transition:"van-fade",forbidClick:!1,loadingType:void 0,overlayClass:"",overlayStyle:void 0,closeOnClick:!1,closeOnClickOverlay:!1};let J=[],K=!1,Z=Object(l["a"])({},G);const Q=new Map;function ee(e){return Object(l["h"])(e)?e:{message:e}}function te(){const{instance:e,unmount:t}=d({setup(){const n=Object(s["ref"])(""),{open:r,state:o,close:i,toggle:c}=f(),a=()=>{K&&(J=J.filter(t=>t!==e),t())},l=()=>{const e={onClosed:a,"onUpdate:show":c};return Object(s["createVNode"])(X,Object(s["mergeProps"])(o,e),null)};return Object(s["watch"])(n,e=>{o.message=e}),Object(s["getCurrentInstance"])().render=l,{open:r,close:i,message:n}}});return e}function ne(){if(!J.length||K){const e=te();J.push(e)}return J[J.length-1]}function re(e={}){if(!l["c"])return{};const t=ne(),n=ee(e);return t.open(Object(l["a"])({},Z,Q.get(n.type||Z.type),n)),t}const oe=e=>t=>re(Object(l["a"])({type:e},ee(t)));oe("loading"),oe("success"),oe("fail");n("bc3a");const ie=Object(s["createTextVNode"])(" 无障碍服务 "),ce=Object(s["createTextVNode"])(" 获取快乐链接 "),ae=Object(s["createTextVNode"])(" 保存 ");var se={__name:"Custom",setup(e){const t=Object(s["reactive"])({delay:-280,rate:3,...JSON.parse(localStorage.GLOBAL_CONFIG||"{}")}),n=Object(s["ref"])(""),l=Object(s["ref"])(""),u=()=>{if(n.value){const e=n.value.split(".html")[0].split("/").pop();l.value=`https://wqs.jd.com/order/m.confirm.shtml?wdref=https://wqitem.jd.com/item/view?sku=${e}&commlist=${e},,1,${e},,0&extparam=%7B%22businessOrigin%22%3A%221000002003%22%7D&login=1&r=0.34338341144497697#/index`}};Object(s["onUnmounted"])(()=>{f(!0)});const f=(e=!1)=>{localStorage.GLOBAL_CONFIG=JSON.stringify(t),e||re("保存成功")},d=()=>{auto.invoke("auto")};return(e,p)=>{const h=a["a"],b=c["a"],g=i["a"],m=o["a"],v=r["a"];return Object(s["openBlock"])(),Object(s["createBlock"])(g,{style:{"padding-left":"6px","padding-right":"6px","margin-top":"20px"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(v,{span:24},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(g,null,{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(b,{style:{width:"100%"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(h,{type:"warning",onClick:d,style:{width:"100%","font-size":"16px"}},{default:Object(s["withCtx"])(()=>[ie]),_:1})]),_:1})]),_:1}),Object(s["createVNode"])(g,{style:{"margin-top":"8px"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(b,{style:{width:"100%"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(m,{modelValue:n.value,"onUpdate:modelValue":p[0]||(p[0]=e=>n.value=e),label:"商品链接",placeholder:"请输入商品链接"},null,8,["modelValue"]),Object(s["createVNode"])(m,{modelValue:l.value,"onUpdate:modelValue":p[1]||(p[1]=e=>l.value=e),label:"快乐链接",placeholder:"长按全选复制"},null,8,["modelValue"])]),_:1})]),_:1}),Object(s["createVNode"])(g,{style:{"margin-top":"8px"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(b,{style:{width:"100%"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(h,{type:"primary",onClick:p[2]||(p[2]=e=>u()),style:{width:"100%","font-size":"16px"}},{default:Object(s["withCtx"])(()=>[ce]),_:1})]),_:1})]),_:1}),Object(s["createVNode"])(g,{style:{"margin-top":"8px"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(b,{style:{width:"100%"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(m,{type:"number",modelValue:t.delay,"onUpdate:modelValue":p[3]||(p[3]=e=>t.delay=e),label:"延时",placeholder:"请输入延时(毫秒,不写则自动计算)"},null,8,["modelValue"]),Object(s["createVNode"])(m,{type:"number",modelValue:t.rate,"onUpdate:modelValue":p[4]||(p[4]=e=>t.rate=e),label:"抢购频率",placeholder:"请输入执行频率(毫秒)"},null,8,["modelValue"])]),_:1})]),_:1}),Object(s["createVNode"])(g,{style:{"margin-top":"8px"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(b,{style:{width:"100%"}},{default:Object(s["withCtx"])(()=>[Object(s["createVNode"])(h,{type:"primary",onClick:p[5]||(p[5]=e=>f(!1)),style:{width:"100%","font-size":"16px"}},{default:Object(s["withCtx"])(()=>[ae]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})}}};const le=se;t["default"]=le},"5f02":function(e,t,n){"use strict";var r=n("c532");e.exports=function(e){return r.isObject(e)&&!0===e.isAxiosError}},6440:function(e,t,n){"use strict";n.r(t);var r=n("7a23");const o={src:"http://new.xianbao.fun/",style:{height:"94vh"},target:"_blank"};function i(e,t){return Object(r["openBlock"])(),Object(r["createElementBlock"])("iframe",o)}var c=n("6b0d"),a=n.n(c);const s={},l=a()(s,[["render",i]]);t["default"]=l},"68ef":function(e,t,n){},"69b1":function(e,t,n){},"6b0d":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=(e,t)=>{const n=e.__vccOpts||e;for(const[r,o]of t)n[r]=o;return n}},"6c44":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("23f9"),o=n("3d6b");const i=Object(r["a"])(o["b"])},7917:function(e,t,n){"use strict";var r=n("c532");function o(e,t,n,r,o){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}r.inherits(o,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var i=o.prototype,c={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){c[e]={value:e}})),Object.defineProperties(o,c),Object.defineProperty(i,"isAxiosError",{value:!0}),o.from=function(e,t,n,c,a,s){var l=Object.create(i);return r.toFlatObject(e,l,(function(e){return e!==Error.prototype})),o.call(l,e.message,t,n,c,a),l.name=e.name,s&&Object.assign(l,s),l},e.exports=o},"7a23":function(e,t,n){"use strict";n.r(t),n.d(t,"EffectScope",(function(){return i})),n.d(t,"ReactiveEffect",(function(){return w})),n.d(t,"customRef",(function(){return Qe})),n.d(t,"effect",(function(){return _})),n.d(t,"effectScope",(function(){return c})),n.d(t,"getCurrentScope",(function(){return s})),n.d(t,"isProxy",(function(){return De})),n.d(t,"isReactive",(function(){return Ve})),n.d(t,"isReadonly",(function(){return Pe})),n.d(t,"isRef",(function(){return Ye})),n.d(t,"isShallow",(function(){return Be})),n.d(t,"markRaw",(function(){return Ie})),n.d(t,"onScopeDispose",(function(){return l})),n.d(t,"proxyRefs",(function(){return Ke})),n.d(t,"reactive",(function(){return Ee})),n.d(t,"readonly",(function(){return Te})),n.d(t,"ref",(function(){return $e})),n.d(t,"shallowReactive",(function(){return Ae})),n.d(t,"shallowReadonly",(function(){return Ne})),n.d(t,"shallowRef",(function(){return qe})),n.d(t,"stop",(function(){return C})),n.d(t,"toRaw",(function(){return Me})),n.d(t,"toRef",(function(){return nt})),n.d(t,"toRefs",(function(){return et})),n.d(t,"triggerRef",(function(){return Xe})),n.d(t,"unref",(function(){return Ge})),n.d(t,"camelize",(function(){return r["e"]})),n.d(t,"capitalize",(function(){return r["f"]})),n.d(t,"normalizeClass",(function(){return r["J"]})),n.d(t,"normalizeProps",(function(){return r["K"]})),n.d(t,"normalizeStyle",(function(){return r["L"]})),n.d(t,"toDisplayString",(function(){return r["N"]})),n.d(t,"toHandlerKey",(function(){return r["O"]})),n.d(t,"BaseTransition",(function(){return Nn})),n.d(t,"Comment",(function(){return Ro})),n.d(t,"Fragment",(function(){return To})),n.d(t,"KeepAlive",(function(){return $n})),n.d(t,"Static",(function(){return Vo})),n.d(t,"Suspense",(function(){return an})),n.d(t,"Teleport",(function(){return Ao})),n.d(t,"Text",(function(){return No})),n.d(t,"callWithAsyncErrorHandling",(function(){return ht})),n.d(t,"callWithErrorHandling",(function(){return pt})),n.d(t,"cloneVNode",(function(){return ei})),n.d(t,"compatUtils",(function(){return tc})),n.d(t,"computed",(function(){return Pi})),n.d(t,"createBlock",(function(){return Yo})),n.d(t,"createCommentVNode",(function(){return ri})),n.d(t,"createElementBlock",(function(){return zo})),n.d(t,"createElementVNode",(function(){return Jo})),n.d(t,"createHydrationRenderer",(function(){return mo})),n.d(t,"createPropsRestProxy",(function(){return Yi})),n.d(t,"createRenderer",(function(){return go})),n.d(t,"createSlots",(function(){return jr})),n.d(t,"createStaticVNode",(function(){return ni})),n.d(t,"createTextVNode",(function(){return ti})),n.d(t,"createVNode",(function(){return Ko})),n.d(t,"defineAsyncComponent",(function(){return Un})),n.d(t,"defineComponent",(function(){return In})),n.d(t,"defineEmits",(function(){return Di})),n.d(t,"defineExpose",(function(){return Mi})),n.d(t,"defineProps",(function(){return Bi})),n.d(t,"devtools",(function(){return Mt})),n.d(t,"getCurrentInstance",(function(){return pi})),n.d(t,"getTransitionRawChildren",(function(){return Mn})),n.d(t,"guardReactiveProps",(function(){return Qo})),n.d(t,"h",(function(){return qi})),n.d(t,"handleError",(function(){return bt})),n.d(t,"initCustomFormatter",(function(){return Xi})),n.d(t,"inject",(function(){return vn})),n.d(t,"isMemoSame",(function(){return Ji})),n.d(t,"isRuntimeOnly",(function(){return _i})),n.d(t,"isVNode",(function(){return $o})),n.d(t,"mergeDefaults",(function(){return zi})),n.d(t,"mergeProps",(function(){return ai})),n.d(t,"nextTick",(function(){return kt})),n.d(t,"onActivated",(function(){return Wn})),n.d(t,"onBeforeMount",(function(){return er})),n.d(t,"onBeforeUnmount",(function(){return or})),n.d(t,"onBeforeUpdate",(function(){return nr})),n.d(t,"onDeactivated",(function(){return Hn})),n.d(t,"onErrorCaptured",(function(){return lr})),n.d(t,"onMounted",(function(){return tr})),n.d(t,"onRenderTracked",(function(){return sr})),n.d(t,"onRenderTriggered",(function(){return ar})),n.d(t,"onServerPrefetch",(function(){return cr})),n.d(t,"onUnmounted",(function(){return ir})),n.d(t,"onUpdated",(function(){return rr})),n.d(t,"openBlock",(function(){return Do})),n.d(t,"popScopeId",(function(){return Xt})),n.d(t,"provide",(function(){return mn})),n.d(t,"pushScopeId",(function(){return Ht})),n.d(t,"queuePostFlushCb",(function(){return Nt})),n.d(t,"registerRuntimeCompiler",(function(){return xi})),n.d(t,"renderList",(function(){return Or})),n.d(t,"renderSlot",(function(){return wr})),n.d(t,"resolveComponent",(function(){return hr})),n.d(t,"resolveDirective",(function(){return mr})),n.d(t,"resolveDynamicComponent",(function(){return gr})),n.d(t,"resolveFilter",(function(){return ec})),n.d(t,"resolveTransitionHooks",(function(){return Vn})),n.d(t,"setBlockTracking",(function(){return Uo})),n.d(t,"setDevtoolsHook",(function(){return Ut})),n.d(t,"setTransitionHooks",(function(){return Dn})),n.d(t,"ssrContextKey",(function(){return Wi})),n.d(t,"ssrUtils",(function(){return Qi})),n.d(t,"toHandlers",(function(){return _r})),n.d(t,"transformVNodeArgs",(function(){return Wo})),n.d(t,"useAttrs",(function(){return Ui})),n.d(t,"useSSRContext",(function(){return Hi})),n.d(t,"useSlots",(function(){return Li})),n.d(t,"useTransitionState",(function(){return En})),n.d(t,"version",(function(){return Ki})),n.d(t,"warn",(function(){return at})),n.d(t,"watch",(function(){return xn})),n.d(t,"watchEffect",(function(){return yn})),n.d(t,"watchPostEffect",(function(){return On})),n.d(t,"watchSyncEffect",(function(){return jn})),n.d(t,"withAsyncContext",(function(){return $i})),n.d(t,"withCtx",(function(){return Jt})),n.d(t,"withDefaults",(function(){return Ii})),n.d(t,"withDirectives",(function(){return ur})),n.d(t,"withMemo",(function(){return Gi})),n.d(t,"withScopeId",(function(){return Gt})),n.d(t,"Transition",(function(){return zc})),n.d(t,"TransitionGroup",(function(){return sa})),n.d(t,"VueElement",(function(){return Bc})),n.d(t,"createApp",(function(){return Ya})),n.d(t,"createSSRApp",(function(){return $a})),n.d(t,"defineCustomElement",(function(){return Rc})),n.d(t,"defineSSRCustomElement",(function(){return Vc})),n.d(t,"hydrate",(function(){return za})),n.d(t,"initDirectivesForSSR",(function(){return Ha})),n.d(t,"render",(function(){return Fa})),n.d(t,"useCssModule",(function(){return Dc})),n.d(t,"useCssVars",(function(){return Mc})),n.d(t,"vModelCheckbox",(function(){return ma})),n.d(t,"vModelDynamic",(function(){return _a})),n.d(t,"vModelRadio",(function(){return ya})),n.d(t,"vModelSelect",(function(){return Oa})),n.d(t,"vModelText",(function(){return ga})),n.d(t,"vShow",(function(){return Va})),n.d(t,"withKeys",(function(){return Ra})),n.d(t,"withModifiers",(function(){return Ta})),n.d(t,"compile",(function(){return Xa}));var r=n("9ff4");let o;class i{constructor(e=!1){this.active=!0,this.effects=[],this.cleanups=[],!e&&o&&(this.parent=o,this.index=(o.scopes||(o.scopes=[])).push(this)-1)}run(e){if(this.active){const t=o;try{return o=this,e()}finally{o=t}}else 0}on(){o=this}off(){o=this.parent}stop(e){if(this.active){let t,n;for(t=0,n=this.effects.length;t{const t=new Set(e);return t.w=0,t.n=0,t},f=e=>(e.w&m)>0,d=e=>(e.n&m)>0,p=({deps:e})=>{if(e.length)for(let t=0;t{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r{("length"===t||t>=o)&&s.push(e)});else switch(void 0!==n&&s.push(a.get(n)),t){case"add":Object(r["o"])(e)?Object(r["t"])(n)&&s.push(a.get("length")):(s.push(a.get(O)),Object(r["u"])(e)&&s.push(a.get(j)));break;case"delete":Object(r["o"])(e)||(s.push(a.get(O)),Object(r["u"])(e)&&s.push(a.get(j)));break;case"set":Object(r["u"])(e)&&s.push(a.get(O));break}if(1===s.length)s[0]&&V(s[0]);else{const e=[];for(const t of s)t&&e.push(...t);V(u(e))}}function V(e,t){const n=Object(r["o"])(e)?e:[...e];for(const r of n)r.computed&&P(r,t);for(const r of n)r.computed||P(r,t)}function P(e,t){(e!==y||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const B=Object(r["I"])("__proto__,__v_isRef,__isVue"),D=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>"arguments"!==e&&"caller"!==e).map(e=>Symbol[e]).filter(r["F"])),M=Y(),I=Y(!1,!0),L=Y(!0),U=Y(!0,!0),F=z();function z(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...e){const n=Me(this);for(let t=0,o=this.length;t{e[t]=function(...e){E();const n=Me(this)[t].apply(this,e);return A(),n}}),e}function Y(e=!1,t=!1){return function(n,o,i){if("__v_isReactive"===o)return!e;if("__v_isReadonly"===o)return e;if("__v_isShallow"===o)return t;if("__v_raw"===o&&i===(e?t?Ce:_e:t?xe:we).get(n))return n;const c=Object(r["o"])(n);if(!e&&c&&Object(r["k"])(F,o))return Reflect.get(F,o,i);const a=Reflect.get(n,o,i);return(Object(r["F"])(o)?D.has(o):B(o))?a:(e||T(n,"get",o),t?a:Ye(a)?c&&Object(r["t"])(o)?a:a.value:Object(r["w"])(a)?e?Te(a):Ee(a):a)}}const $=W(),q=W(!0);function W(e=!1){return function(t,n,o,i){let c=t[n];if(Pe(c)&&Ye(c)&&!Ye(o))return!1;if(!e&&(Be(o)||Pe(o)||(c=Me(c),o=Me(o)),!Object(r["o"])(t)&&Ye(c)&&!Ye(o)))return c.value=o,!0;const a=Object(r["o"])(t)&&Object(r["t"])(n)?Number(n)e,te=e=>Reflect.getPrototypeOf(e);function ne(e,t,n=!1,r=!1){e=e["__v_raw"];const o=Me(e),i=Me(t);n||(t!==i&&T(o,"get",t),T(o,"get",i));const{has:c}=te(o),a=r?ee:n?Ue:Le;return c.call(o,t)?a(e.get(t)):c.call(o,i)?a(e.get(i)):void(e!==o&&e.get(t))}function re(e,t=!1){const n=this["__v_raw"],r=Me(n),o=Me(e);return t||(e!==o&&T(r,"has",e),T(r,"has",o)),e===o?n.has(e):n.has(e)||n.has(o)}function oe(e,t=!1){return e=e["__v_raw"],!t&&T(Me(e),"iterate",O),Reflect.get(e,"size",e)}function ie(e){e=Me(e);const t=Me(this),n=te(t),r=n.has.call(t,e);return r||(t.add(e),R(t,"add",e,e)),this}function ce(e,t){t=Me(t);const n=Me(this),{has:o,get:i}=te(n);let c=o.call(n,e);c||(e=Me(e),c=o.call(n,e));const a=i.call(n,e);return n.set(e,t),c?Object(r["j"])(t,a)&&R(n,"set",e,t,a):R(n,"add",e,t),this}function ae(e){const t=Me(this),{has:n,get:r}=te(t);let o=n.call(t,e);o||(e=Me(e),o=n.call(t,e));const i=r?r.call(t,e):void 0,c=t.delete(e);return o&&R(t,"delete",e,void 0,i),c}function se(){const e=Me(this),t=0!==e.size,n=void 0,r=e.clear();return t&&R(e,"clear",void 0,void 0,n),r}function le(e,t){return function(n,r){const o=this,i=o["__v_raw"],c=Me(i),a=t?ee:e?Ue:Le;return!e&&T(c,"iterate",O),i.forEach((e,t)=>n.call(r,a(e),a(t),o))}}function ue(e,t,n){return function(...o){const i=this["__v_raw"],c=Me(i),a=Object(r["u"])(c),s="entries"===e||e===Symbol.iterator&&a,l="keys"===e&&a,u=i[e](...o),f=n?ee:t?Ue:Le;return!t&&T(c,"iterate",l?j:O),{next(){const{value:e,done:t}=u.next();return t?{value:e,done:t}:{value:s?[f(e[0]),f(e[1])]:f(e),done:t}},[Symbol.iterator](){return this}}}}function fe(e){return function(...t){return"delete"!==e&&this}}function de(){const e={get(e){return ne(this,e)},get size(){return oe(this)},has:re,add:ie,set:ce,delete:ae,clear:se,forEach:le(!1,!1)},t={get(e){return ne(this,e,!1,!0)},get size(){return oe(this)},has:re,add:ie,set:ce,delete:ae,clear:se,forEach:le(!1,!0)},n={get(e){return ne(this,e,!0)},get size(){return oe(this,!0)},has(e){return re.call(this,e,!0)},add:fe("add"),set:fe("set"),delete:fe("delete"),clear:fe("clear"),forEach:le(!0,!1)},r={get(e){return ne(this,e,!0,!0)},get size(){return oe(this,!0)},has(e){return re.call(this,e,!0)},add:fe("add"),set:fe("set"),delete:fe("delete"),clear:fe("clear"),forEach:le(!0,!0)},o=["keys","values","entries",Symbol.iterator];return o.forEach(o=>{e[o]=ue(o,!1,!1),n[o]=ue(o,!0,!1),t[o]=ue(o,!1,!0),r[o]=ue(o,!0,!0)}),[e,n,t,r]}const[pe,he,be,ge]=de();function me(e,t){const n=t?e?ge:be:e?he:pe;return(t,o,i)=>"__v_isReactive"===o?!e:"__v_isReadonly"===o?e:"__v_raw"===o?t:Reflect.get(Object(r["k"])(n,o)&&o in t?n:t,o,i)}const ve={get:me(!1,!1)},ye={get:me(!1,!0)},Oe={get:me(!0,!1)},je={get:me(!0,!0)};const we=new WeakMap,xe=new WeakMap,_e=new WeakMap,Ce=new WeakMap;function ke(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Se(e){return e["__v_skip"]||!Object.isExtensible(e)?0:ke(Object(r["Q"])(e))}function Ee(e){return Pe(e)?e:Re(e,!1,J,ve,we)}function Ae(e){return Re(e,!1,Z,ye,xe)}function Te(e){return Re(e,!0,K,Oe,_e)}function Ne(e){return Re(e,!0,Q,je,Ce)}function Re(e,t,n,o,i){if(!Object(r["w"])(e))return e;if(e["__v_raw"]&&(!t||!e["__v_isReactive"]))return e;const c=i.get(e);if(c)return c;const a=Se(e);if(0===a)return e;const s=new Proxy(e,2===a?o:n);return i.set(e,s),s}function Ve(e){return Pe(e)?Ve(e["__v_raw"]):!(!e||!e["__v_isReactive"])}function Pe(e){return!(!e||!e["__v_isReadonly"])}function Be(e){return!(!e||!e["__v_isShallow"])}function De(e){return Ve(e)||Pe(e)}function Me(e){const t=e&&e["__v_raw"];return t?Me(t):e}function Ie(e){return Object(r["g"])(e,"__v_skip",!0),e}const Le=e=>Object(r["w"])(e)?Ee(e):e,Ue=e=>Object(r["w"])(e)?Te(e):e;function Fe(e){k&&y&&(e=Me(e),N(e.dep||(e.dep=u())))}function ze(e,t){e=Me(e),e.dep&&V(e.dep)}function Ye(e){return!(!e||!0!==e.__v_isRef)}function $e(e){return We(e,!1)}function qe(e){return We(e,!0)}function We(e,t){return Ye(e)?e:new He(e,t)}class He{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:Me(e),this._value=t?e:Le(e)}get value(){return Fe(this),this._value}set value(e){const t=this.__v_isShallow||Be(e)||Pe(e);e=t?e:Me(e),Object(r["j"])(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:Le(e),ze(this,e))}}function Xe(e){ze(e,void 0)}function Ge(e){return Ye(e)?e.value:e}const Je={get:(e,t,n)=>Ge(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Ye(o)&&!Ye(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Ke(e){return Ve(e)?e:new Proxy(e,Je)}class Ze{constructor(e){this.dep=void 0,this.__v_isRef=!0;const{get:t,set:n}=e(()=>Fe(this),()=>ze(this));this._get=t,this._set=n}get value(){return this._get()}set value(e){this._set(e)}}function Qe(e){return new Ze(e)}function et(e){const t=Object(r["o"])(e)?new Array(e.length):{};for(const n in e)t[n]=nt(e,n);return t}class tt{constructor(e,t,n){this._object=e,this._key=t,this._defaultValue=n,this.__v_isRef=!0}get value(){const e=this._object[this._key];return void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}}function nt(e,t,n){const r=e[t];return Ye(r)?r:new tt(e,t,n)}var rt;class ot{constructor(e,t,n,r){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this[rt]=!1,this._dirty=!0,this.effect=new w(e,()=>{this._dirty||(this._dirty=!0,ze(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!r,this["__v_isReadonly"]=n}get value(){const e=Me(this);return Fe(e),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function it(e,t,n=!1){let o,i;const c=Object(r["q"])(e);c?(o=e,i=r["d"]):(o=e.get,i=e.set);const a=new ot(o,i,c||!i,n);return a}rt="__v_isReadonly";const ct=[];function at(e,...t){E();const n=ct.length?ct[ct.length-1].component:null,r=n&&n.appContext.config.warnHandler,o=st();if(r)pt(r,n,11,[e+t.join(""),n&&n.proxy,o.map(({vnode:e})=>`at <${Ri(n,e.type)}>`).join("\n"),o]);else{const n=["[Vue warn]: "+e,...t];o.length&&n.push("\n",...lt(o)),console.warn(...n)}A()}function st(){let e=ct[ct.length-1];if(!e)return[];const t=[];while(e){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const r=e.component&&e.component.parent;e=r&&r.vnode}return t}function lt(e){const t=[];return e.forEach((e,n)=>{t.push(...0===n?[]:["\n"],...ut(e))}),t}function ut({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",r=!!e.component&&null==e.component.parent,o=" at <"+Ri(e.component,e.type,r),i=">"+n;return e.props?[o,...ft(e.props),i]:[o+i]}function ft(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(n=>{t.push(...dt(n,e[n]))}),n.length>3&&t.push(" ..."),t}function dt(e,t,n){return Object(r["E"])(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):"number"===typeof t||"boolean"===typeof t||null==t?n?t:[`${e}=${t}`]:Ye(t)?(t=dt(e,Me(t.value),!0),n?t:[e+"=Ref<",t,">"]):Object(r["q"])(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=Me(t),n?t:[e+"=",t])}function pt(e,t,n,r){let o;try{o=r?e(...r):e()}catch(i){bt(i,t,n)}return o}function ht(e,t,n,o){if(Object(r["q"])(e)){const i=pt(e,t,n,o);return i&&Object(r["z"])(i)&&i.catch(e=>{bt(e,t,n)}),i}const i=[];for(let r=0;r>>1,o=Pt(yt[r]);oOt&&yt.splice(t,1)}function Nt(e){Object(r["o"])(e)?jt.push(...e):wt&&wt.includes(e,e.allowRecurse?xt+1:xt)||jt.push(e),At()}function Rt(e,t=(mt?Ot+1:0)){for(0;tPt(e)-Pt(t)),xt=0;xtnull==e.id?1/0:e.id,Bt=(e,t)=>{const n=Pt(e)-Pt(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Dt(e){vt=!1,mt=!0,yt.sort(Bt);r["d"];try{for(Ot=0;OtMt.emit(e,...t)),It=[];else if("undefined"!==typeof window&&window.HTMLElement&&!(null===(r=null===(n=window.navigator)||void 0===n?void 0:n.userAgent)||void 0===r?void 0:r.includes("jsdom"))){const e=t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[];e.push(e=>{Ut(e,t)}),setTimeout(()=>{Mt||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Lt=!0,It=[])},3e3)}else Lt=!0,It=[]}function Ft(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||r["b"];let i=n;const c=t.startsWith("update:"),a=c&&t.slice(7);if(a&&a in o){const e=("modelValue"===a?"model":a)+"Modifiers",{number:t,trim:c}=o[e]||r["b"];c&&(i=n.map(e=>e.trim())),t&&(i=n.map(r["P"]))}let s;let l=o[s=Object(r["O"])(t)]||o[s=Object(r["O"])(Object(r["e"])(t))];!l&&c&&(l=o[s=Object(r["O"])(Object(r["l"])(t))]),l&&ht(l,e,6,i);const u=o[s+"Once"];if(u){if(e.emitted){if(e.emitted[s])return}else e.emitted={};e.emitted[s]=!0,ht(u,e,6,i)}}function zt(e,t,n=!1){const o=t.emitsCache,i=o.get(e);if(void 0!==i)return i;const c=e.emits;let a={},s=!1;if(!Object(r["q"])(e)){const o=e=>{const n=zt(e,t,!0);n&&(s=!0,Object(r["h"])(a,n))};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}return c||s?(Object(r["o"])(c)?c.forEach(e=>a[e]=null):Object(r["h"])(a,c),Object(r["w"])(e)&&o.set(e,a),a):(Object(r["w"])(e)&&o.set(e,null),null)}function Yt(e,t){return!(!e||!Object(r["x"])(t))&&(t=t.slice(2).replace(/Once$/,""),Object(r["k"])(e,t[0].toLowerCase()+t.slice(1))||Object(r["k"])(e,Object(r["l"])(t))||Object(r["k"])(e,t))}let $t=null,qt=null;function Wt(e){const t=$t;return $t=e,qt=e&&e.type.__scopeId||null,t}function Ht(e){qt=e}function Xt(){qt=null}const Gt=e=>Jt;function Jt(e,t=$t,n){if(!t)return e;if(e._n)return e;const r=(...n)=>{r._d&&Uo(-1);const o=Wt(t),i=e(...n);return Wt(o),r._d&&Uo(1),i};return r._n=!0,r._c=!0,r._d=!0,r}function Kt(e){const{type:t,vnode:n,proxy:o,withProxy:i,props:c,propsOptions:[a],slots:s,attrs:l,emit:u,render:f,renderCache:d,data:p,setupState:h,ctx:b,inheritAttrs:g}=e;let m,v;const y=Wt(e);try{if(4&n.shapeFlag){const e=i||o;m=oi(f.call(e,e,d,c,h,p,b)),v=l}else{const e=t;0,m=oi(e.length>1?e(c,{attrs:l,slots:s,emit:u}):e(c,null)),v=t.props?l:Qt(l)}}catch(j){Po.length=0,bt(j,e,1),m=Ko(Ro)}let O=m;if(v&&!1!==g){const e=Object.keys(v),{shapeFlag:t}=O;e.length&&7&t&&(a&&e.some(r["v"])&&(v=en(v,a)),O=ei(O,v))}return n.dirs&&(O=ei(O),O.dirs=O.dirs?O.dirs.concat(n.dirs):n.dirs),n.transition&&(O.transition=n.transition),m=O,Wt(y),m}function Zt(e){let t;for(let n=0;n{let t;for(const n in e)("class"===n||"style"===n||Object(r["x"])(n))&&((t||(t={}))[n]=e[n]);return t},en=(e,t)=>{const n={};for(const o in e)Object(r["v"])(o)&&o.slice(9)in t||(n[o]=e[o]);return n};function tn(e,t,n){const{props:r,children:o,component:i}=e,{props:c,children:a,patchFlag:s}=t,l=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&s>=0))return!(!o&&!a||a&&a.$stable)||r!==c&&(r?!c||nn(r,c,l):!!c);if(1024&s)return!0;if(16&s)return r?nn(r,c,l):!!c;if(8&s){const e=t.dynamicProps;for(let t=0;te.__isSuspense,cn={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,i,c,a,s,l){null==e?ln(t,n,r,o,i,c,a,s,l):un(e,t,n,r,o,c,a,s,l)},hydrate:dn,create:fn,normalize:pn},an=cn;function sn(e,t){const n=e.props&&e.props[t];Object(r["q"])(n)&&n()}function ln(e,t,n,r,o,i,c,a,s){const{p:l,o:{createElement:u}}=s,f=u("div"),d=e.suspense=fn(e,o,r,t,f,n,i,c,a,s);l(null,d.pendingBranch=e.ssContent,f,null,r,d,i,c),d.deps>0?(sn(e,"onPending"),sn(e,"onFallback"),l(null,e.ssFallback,t,n,r,null,i,c),gn(d,e.ssFallback)):d.resolve()}function un(e,t,n,r,o,i,c,a,{p:s,um:l,o:{createElement:u}}){const f=t.suspense=e.suspense;f.vnode=t,t.el=e.el;const d=t.ssContent,p=t.ssFallback,{activeBranch:h,pendingBranch:b,isInFallback:g,isHydrating:m}=f;if(b)f.pendingBranch=d,qo(d,b)?(s(b,d,f.hiddenContainer,null,o,f,i,c,a),f.deps<=0?f.resolve():g&&(s(h,p,n,r,o,null,i,c,a),gn(f,p))):(f.pendingId++,m?(f.isHydrating=!1,f.activeBranch=b):l(b,o,f),f.deps=0,f.effects.length=0,f.hiddenContainer=u("div"),g?(s(null,d,f.hiddenContainer,null,o,f,i,c,a),f.deps<=0?f.resolve():(s(h,p,n,r,o,null,i,c,a),gn(f,p))):h&&qo(d,h)?(s(h,d,n,r,o,f,i,c,a),f.resolve(!0)):(s(null,d,f.hiddenContainer,null,o,f,i,c,a),f.deps<=0&&f.resolve()));else if(h&&qo(d,h))s(h,d,n,r,o,f,i,c,a),gn(f,d);else if(sn(t,"onPending"),f.pendingBranch=d,f.pendingId++,s(null,d,f.hiddenContainer,null,o,f,i,c,a),f.deps<=0)f.resolve();else{const{timeout:e,pendingId:t}=f;e>0?setTimeout(()=>{f.pendingId===t&&f.fallback(p)},e):0===e&&f.fallback(p)}}function fn(e,t,n,o,i,c,a,s,l,u,f=!1){const{p:d,m:p,um:h,n:b,o:{parentNode:g,remove:m}}=u,v=Object(r["P"])(e.props&&e.props.timeout),y={vnode:e,parent:t,parentComponent:n,isSVG:a,container:o,hiddenContainer:i,anchor:c,deps:0,pendingId:0,timeout:"number"===typeof v?v:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:f,isUnmounted:!1,effects:[],resolve(e=!1){const{vnode:t,activeBranch:n,pendingBranch:r,pendingId:o,effects:i,parentComponent:c,container:a}=y;if(y.isHydrating)y.isHydrating=!1;else if(!e){const e=n&&r.transition&&"out-in"===r.transition.mode;e&&(n.transition.afterLeave=()=>{o===y.pendingId&&p(r,a,t,0)});let{anchor:t}=y;n&&(t=b(n),h(n,c,y,!0)),e||p(r,a,t,0)}gn(y,r),y.pendingBranch=null,y.isInFallback=!1;let s=y.parent,l=!1;while(s){if(s.pendingBranch){s.effects.push(...i),l=!0;break}s=s.parent}l||Nt(i),y.effects=[],sn(t,"onResolve")},fallback(e){if(!y.pendingBranch)return;const{vnode:t,activeBranch:n,parentComponent:r,container:o,isSVG:i}=y;sn(t,"onFallback");const c=b(n),a=()=>{y.isInFallback&&(d(null,e,o,c,r,null,i,s,l),gn(y,e))},u=e.transition&&"out-in"===e.transition.mode;u&&(n.transition.afterLeave=a),y.isInFallback=!0,h(n,r,null,!0),u||a()},move(e,t,n){y.activeBranch&&p(y.activeBranch,e,t,n),y.container=e},next(){return y.activeBranch&&b(y.activeBranch)},registerDep(e,t){const n=!!y.pendingBranch;n&&y.deps++;const r=e.vnode.el;e.asyncDep.catch(t=>{bt(t,e,0)}).then(o=>{if(e.isUnmounted||y.isUnmounted||y.pendingId!==e.suspenseId)return;e.asyncResolved=!0;const{vnode:i}=e;wi(e,o,!1),r&&(i.el=r);const c=!r&&e.subTree.el;t(e,i,g(r||e.subTree.el),r?null:b(e.subTree),y,a,l),c&&m(c),rn(e,i.el),n&&0===--y.deps&&y.resolve()})},unmount(e,t){y.isUnmounted=!0,y.activeBranch&&h(y.activeBranch,n,e,t),y.pendingBranch&&h(y.pendingBranch,n,e,t)}};return y}function dn(e,t,n,r,o,i,c,a,s){const l=t.suspense=fn(t,r,n,e.parentNode,document.createElement("div"),null,o,i,c,a,!0),u=s(e,l.pendingBranch=t.ssContent,n,l,i,c);return 0===l.deps&&l.resolve(),u}function pn(e){const{shapeFlag:t,children:n}=e,r=32&t;e.ssContent=hn(r?n.default:n),e.ssFallback=r?hn(n.fallback):Ko(Ro)}function hn(e){let t;if(Object(r["q"])(e)){const n=Lo&&e._c;n&&(e._d=!1,Do()),e=e(),n&&(e._d=!0,t=Bo,Mo())}if(Object(r["o"])(e)){const t=Zt(e);0,e=t}return e=oi(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(t=>t!==e)),e}function bn(e,t){t&&t.pendingBranch?Object(r["o"])(e)?t.effects.push(...e):t.effects.push(e):Nt(e)}function gn(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e,o=n.el=t.el;r&&r.subTree===n&&(r.vnode.el=o,rn(r,o))}function mn(e,t){if(di){let n=di.provides;const r=di.parent&&di.parent.provides;r===n&&(n=di.provides=Object.create(r)),n[e]=t}else 0}function vn(e,t,n=!1){const o=di||$t;if(o){const i=null==o.parent?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides;if(i&&e in i)return i[e];if(arguments.length>1)return n&&Object(r["q"])(t)?t.call(o.proxy):t}else 0}function yn(e,t){return _n(e,null,t)}function On(e,t){return _n(e,null,{flush:"post"})}function jn(e,t){return _n(e,null,{flush:"sync"})}const wn={};function xn(e,t,n){return _n(e,t,n)}function _n(e,t,{immediate:n,deep:o,flush:i,onTrack:c,onTrigger:a}=r["b"]){const s=di;let l,u,f=!1,d=!1;if(Ye(e)?(l=()=>e.value,f=Be(e)):Ve(e)?(l=()=>e,o=!0):Object(r["o"])(e)?(d=!0,f=e.some(e=>Ve(e)||Be(e)),l=()=>e.map(e=>Ye(e)?e.value:Ve(e)?Sn(e):Object(r["q"])(e)?pt(e,s,2):void 0)):l=Object(r["q"])(e)?t?()=>pt(e,s,2):()=>{if(!s||!s.isUnmounted)return u&&u(),ht(e,s,3,[p])}:r["d"],t&&o){const e=l;l=()=>Sn(e())}let p=e=>{u=m.onStop=()=>{pt(e,s,4)}};if(yi)return p=r["d"],t?n&&ht(t,s,3,[l(),d?[]:void 0,p]):l(),r["d"];let h=d?[]:wn;const b=()=>{if(m.active)if(t){const e=m.run();(o||f||(d?e.some((e,t)=>Object(r["j"])(e,h[t])):Object(r["j"])(e,h)))&&(u&&u(),ht(t,s,3,[e,h===wn?void 0:h,p]),h=e)}else m.run()};let g;b.allowRecurse=!!t,"sync"===i?g=b:"post"===i?g=()=>bo(b,s&&s.suspense):(b.pre=!0,s&&(b.id=s.uid),g=()=>Et(b));const m=new w(l,g);return t?n?b():h=m.run():"post"===i?bo(m.run.bind(m),s&&s.suspense):m.run(),()=>{m.stop(),s&&s.scope&&Object(r["M"])(s.scope.effects,m)}}function Cn(e,t,n){const o=this.proxy,i=Object(r["E"])(e)?e.includes(".")?kn(o,e):()=>o[e]:e.bind(o,o);let c;Object(r["q"])(t)?c=t:(c=t.handler,n=t);const a=di;hi(this);const s=_n(i,c.bind(o),n);return a?hi(a):bi(),s}function kn(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e{Sn(e,t)});else if(Object(r["y"])(e))for(const n in e)Sn(e[n],t);return e}function En(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return tr(()=>{e.isMounted=!0}),or(()=>{e.isUnmounting=!0}),e}const An=[Function,Array],Tn={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:An,onEnter:An,onAfterEnter:An,onEnterCancelled:An,onBeforeLeave:An,onLeave:An,onAfterLeave:An,onLeaveCancelled:An,onBeforeAppear:An,onAppear:An,onAfterAppear:An,onAppearCancelled:An},setup(e,{slots:t}){const n=pi(),r=En();let o;return()=>{const i=t.default&&Mn(t.default(),!0);if(!i||!i.length)return;let c=i[0];if(i.length>1){let e=!1;for(const t of i)if(t.type!==Ro){0,c=t,e=!0;break}}const a=Me(e),{mode:s}=a;if(r.isLeaving)return Pn(c);const l=Bn(c);if(!l)return Pn(c);const u=Vn(l,a,r,n);Dn(l,u);const f=n.subTree,d=f&&Bn(f);let p=!1;const{getTransitionKey:h}=l.type;if(h){const e=h();void 0===o?o=e:e!==o&&(o=e,p=!0)}if(d&&d.type!==Ro&&(!qo(l,d)||p)){const e=Vn(d,a,r,n);if(Dn(d,e),"out-in"===s)return r.isLeaving=!0,e.afterLeave=()=>{r.isLeaving=!1,n.update()},Pn(c);"in-out"===s&&l.type!==Ro&&(e.delayLeave=(e,t,n)=>{const o=Rn(r,d);o[String(d.key)]=d,e._leaveCb=()=>{t(),e._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=n})}return c}}},Nn=Tn;function Rn(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Vn(e,t,n,o){const{appear:i,mode:c,persisted:a=!1,onBeforeEnter:s,onEnter:l,onAfterEnter:u,onEnterCancelled:f,onBeforeLeave:d,onLeave:p,onAfterLeave:h,onLeaveCancelled:b,onBeforeAppear:g,onAppear:m,onAfterAppear:v,onAppearCancelled:y}=t,O=String(e.key),j=Rn(n,e),w=(e,t)=>{e&&ht(e,o,9,t)},x=(e,t)=>{const n=t[1];w(e,t),Object(r["o"])(e)?e.every(e=>e.length<=1)&&n():e.length<=1&&n()},_={mode:c,persisted:a,beforeEnter(t){let r=s;if(!n.isMounted){if(!i)return;r=g||s}t._leaveCb&&t._leaveCb(!0);const o=j[O];o&&qo(e,o)&&o.el._leaveCb&&o.el._leaveCb(),w(r,[t])},enter(e){let t=l,r=u,o=f;if(!n.isMounted){if(!i)return;t=m||l,r=v||u,o=y||f}let c=!1;const a=e._enterCb=t=>{c||(c=!0,w(t?o:r,[e]),_.delayedLeave&&_.delayedLeave(),e._enterCb=void 0)};t?x(t,[e,a]):a()},leave(t,r){const o=String(e.key);if(t._enterCb&&t._enterCb(!0),n.isUnmounting)return r();w(d,[t]);let i=!1;const c=t._leaveCb=n=>{i||(i=!0,r(),w(n?b:h,[t]),t._leaveCb=void 0,j[o]===e&&delete j[o])};j[o]=e,p?x(p,[t,c]):c()},clone(e){return Vn(e,t,n,o)}};return _}function Pn(e){if(zn(e))return e=ei(e),e.children=null,e}function Bn(e){return zn(e)?e.children?e.children[0]:void 0:e}function Dn(e,t){6&e.shapeFlag&&e.component?Dn(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Mn(e,t=!1,n){let r=[],o=0;for(let i=0;i1)for(let i=0;i!!e.type.__asyncLoader;function Un(e){Object(r["q"])(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:o,delay:i=200,timeout:c,suspensible:a=!0,onError:s}=e;let l,u=null,f=0;const d=()=>(f++,u=null,p()),p=()=>{let e;return u||(e=u=t().catch(e=>{if(e=e instanceof Error?e:new Error(String(e)),s)return new Promise((t,n)=>{const r=()=>t(d()),o=()=>n(e);s(e,r,o,f+1)});throw e}).then(t=>e!==u&&u?u:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),l=t,t)))};return In({name:"AsyncComponentWrapper",__asyncLoader:p,get __asyncResolved(){return l},setup(){const e=di;if(l)return()=>Fn(l,e);const t=t=>{u=null,bt(t,e,13,!o)};if(a&&e.suspense||yi)return p().then(t=>()=>Fn(t,e)).catch(e=>(t(e),()=>o?Ko(o,{error:e}):null));const r=$e(!1),s=$e(),f=$e(!!i);return i&&setTimeout(()=>{f.value=!1},i),null!=c&&setTimeout(()=>{if(!r.value&&!s.value){const e=new Error(`Async component timed out after ${c}ms.`);t(e),s.value=e}},c),p().then(()=>{r.value=!0,e.parent&&zn(e.parent.vnode)&&Et(e.parent.update)}).catch(e=>{t(e),s.value=e}),()=>r.value&&l?Fn(l,e):s.value&&o?Ko(o,{error:s.value}):n&&!f.value?Ko(n):void 0}})}function Fn(e,{vnode:{ref:t,props:n,children:r,shapeFlag:o},parent:i}){const c=Ko(e,n,r);return c.ref=t,c}const zn=e=>e.type.__isKeepAlive,Yn={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=pi(),o=n.ctx;if(!o.renderer)return()=>{const e=t.default&&t.default();return e&&1===e.length?e[0]:e};const i=new Map,c=new Set;let a=null;const s=n.suspense,{renderer:{p:l,m:u,um:f,o:{createElement:d}}}=o,p=d("div");function h(e){Jn(e),f(e,n,s,!0)}function b(e){i.forEach((t,n)=>{const r=Ni(t.type);!r||e&&e(r)||g(n)})}function g(e){const t=i.get(e);a&&t.type===a.type?a&&Jn(a):h(t),i.delete(e),c.delete(e)}o.activate=(e,t,n,o,i)=>{const c=e.component;u(e,t,n,0,s),l(c.vnode,e,t,n,c,s,o,e.slotScopeIds,i),bo(()=>{c.isDeactivated=!1,c.a&&Object(r["n"])(c.a);const t=e.props&&e.props.onVnodeMounted;t&&si(t,c.parent,e)},s)},o.deactivate=e=>{const t=e.component;u(e,p,null,1,s),bo(()=>{t.da&&Object(r["n"])(t.da);const n=e.props&&e.props.onVnodeUnmounted;n&&si(n,t.parent,e),t.isDeactivated=!0},s)},xn(()=>[e.include,e.exclude],([e,t])=>{e&&b(t=>qn(e,t)),t&&b(e=>!qn(t,e))},{flush:"post",deep:!0});let m=null;const v=()=>{null!=m&&i.set(m,Kn(n.subTree))};return tr(v),rr(v),or(()=>{i.forEach(e=>{const{subTree:t,suspense:r}=n,o=Kn(t);if(e.type!==o.type)h(e);else{Jn(o);const e=o.component.da;e&&bo(e,r)}})}),()=>{if(m=null,!t.default)return null;const n=t.default(),r=n[0];if(n.length>1)return a=null,n;if(!$o(r)||!(4&r.shapeFlag)&&!(128&r.shapeFlag))return a=null,r;let o=Kn(r);const s=o.type,l=Ni(Ln(o)?o.type.__asyncResolved||{}:s),{include:u,exclude:f,max:d}=e;if(u&&(!l||!qn(u,l))||f&&l&&qn(f,l))return a=o,r;const p=null==o.key?s:o.key,h=i.get(p);return o.el&&(o=ei(o),128&r.shapeFlag&&(r.ssContent=o)),m=p,h?(o.el=h.el,o.component=h.component,o.transition&&Dn(o,o.transition),o.shapeFlag|=512,c.delete(p),c.add(p)):(c.add(p),d&&c.size>parseInt(d,10)&&g(c.values().next().value)),o.shapeFlag|=256,a=o,on(r.type)?r:o}}},$n=Yn;function qn(e,t){return Object(r["o"])(e)?e.some(e=>qn(e,t)):Object(r["E"])(e)?e.split(",").includes(t):!!e.test&&e.test(t)}function Wn(e,t){Xn(e,"a",t)}function Hn(e,t){Xn(e,"da",t)}function Xn(e,t,n=di){const r=e.__wdc||(e.__wdc=()=>{let t=n;while(t){if(t.isDeactivated)return;t=t.parent}return e()});if(Zn(t,r,n),n){let e=n.parent;while(e&&e.parent)zn(e.parent.vnode)&&Gn(r,t,n,e),e=e.parent}}function Gn(e,t,n,o){const i=Zn(t,e,o,!0);ir(()=>{Object(r["M"])(o[t],i)},n)}function Jn(e){let t=e.shapeFlag;256&t&&(t-=256),512&t&&(t-=512),e.shapeFlag=t}function Kn(e){return 128&e.shapeFlag?e.ssContent:e}function Zn(e,t,n=di,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...r)=>{if(n.isUnmounted)return;E(),hi(n);const o=ht(t,n,e,r);return bi(),A(),o});return r?o.unshift(i):o.push(i),i}}const Qn=e=>(t,n=di)=>(!yi||"sp"===e)&&Zn(e,t,n),er=Qn("bm"),tr=Qn("m"),nr=Qn("bu"),rr=Qn("u"),or=Qn("bum"),ir=Qn("um"),cr=Qn("sp"),ar=Qn("rtg"),sr=Qn("rtc");function lr(e,t=di){Zn("ec",e,t)}function ur(e,t){const n=$t;if(null===n)return e;const o=Ei(n)||n.proxy,i=e.dirs||(e.dirs=[]);for(let c=0;ct(e,n,void 0,c&&c[n]));else{const n=Object.keys(e);i=new Array(n.length);for(let r=0,o=n.length;r{const t=o.fn(...e);return t.key=o.key,t}:o.fn)}return e}function wr(e,t,n={},r,o){if($t.isCE||$t.parent&&Ln($t.parent)&&$t.parent.isCE)return Ko("slot","default"===t?null:{name:t},r&&r());let i=e[t];i&&i._c&&(i._d=!1),Do();const c=i&&xr(i(n)),a=Yo(To,{key:n.key||c&&c.key||"_"+t},c||(r?r():[]),c&&1===e._?64:-2);return!o&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),i&&i._c&&(i._d=!0),a}function xr(e){return e.some(e=>!$o(e)||e.type!==Ro&&!(e.type===To&&!xr(e.children)))?e:null}function _r(e,t){const n={};for(const o in e)n[t&&/[A-Z]/.test(o)?"on:"+o:Object(r["O"])(o)]=e[o];return n}const Cr=e=>e?gi(e)?Ei(e)||e.proxy:Cr(e.parent):null,kr=Object(r["h"])(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Cr(e.parent),$root:e=>Cr(e.root),$emit:e=>e.emit,$options:e=>Pr(e),$forceUpdate:e=>e.f||(e.f=()=>Et(e.update)),$nextTick:e=>e.n||(e.n=kt.bind(e.proxy)),$watch:e=>Cn.bind(e)}),Sr={get({_:e},t){const{ctx:n,setupState:o,data:i,props:c,accessCache:a,type:s,appContext:l}=e;let u;if("$"!==t[0]){const s=a[t];if(void 0!==s)switch(s){case 1:return o[t];case 2:return i[t];case 4:return n[t];case 3:return c[t]}else{if(o!==r["b"]&&Object(r["k"])(o,t))return a[t]=1,o[t];if(i!==r["b"]&&Object(r["k"])(i,t))return a[t]=2,i[t];if((u=e.propsOptions[0])&&Object(r["k"])(u,t))return a[t]=3,c[t];if(n!==r["b"]&&Object(r["k"])(n,t))return a[t]=4,n[t];Ar&&(a[t]=0)}}const f=kr[t];let d,p;return f?("$attrs"===t&&T(e,"get",t),f(e)):(d=s.__cssModules)&&(d=d[t])?d:n!==r["b"]&&Object(r["k"])(n,t)?(a[t]=4,n[t]):(p=l.config.globalProperties,Object(r["k"])(p,t)?p[t]:void 0)},set({_:e},t,n){const{data:o,setupState:i,ctx:c}=e;return i!==r["b"]&&Object(r["k"])(i,t)?(i[t]=n,!0):o!==r["b"]&&Object(r["k"])(o,t)?(o[t]=n,!0):!Object(r["k"])(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(c[t]=n,!0))},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:i,propsOptions:c}},a){let s;return!!n[a]||e!==r["b"]&&Object(r["k"])(e,a)||t!==r["b"]&&Object(r["k"])(t,a)||(s=c[0])&&Object(r["k"])(s,a)||Object(r["k"])(o,a)||Object(r["k"])(kr,a)||Object(r["k"])(i.config.globalProperties,a)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:Object(r["k"])(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};const Er=Object(r["h"])({},Sr,{get(e,t){if(t!==Symbol.unscopables)return Sr.get(e,t,e)},has(e,t){const n="_"!==t[0]&&!Object(r["r"])(t);return n}});let Ar=!0;function Tr(e){const t=Pr(e),n=e.proxy,o=e.ctx;Ar=!1,t.beforeCreate&&Rr(t.beforeCreate,e,"bc");const{data:i,computed:c,methods:a,watch:s,provide:l,inject:u,created:f,beforeMount:d,mounted:p,beforeUpdate:h,updated:b,activated:g,deactivated:m,beforeDestroy:v,beforeUnmount:y,destroyed:O,unmounted:j,render:w,renderTracked:x,renderTriggered:_,errorCaptured:C,serverPrefetch:k,expose:S,inheritAttrs:E,components:A,directives:T,filters:N}=t,R=null;if(u&&Nr(u,o,R,e.appContext.config.unwrapInjectedRef),a)for(const P in a){const e=a[P];Object(r["q"])(e)&&(o[P]=e.bind(n))}if(i){0;const t=i.call(n,n);0,Object(r["w"])(t)&&(e.data=Ee(t))}if(Ar=!0,c)for(const P in c){const e=c[P],t=Object(r["q"])(e)?e.bind(n,n):Object(r["q"])(e.get)?e.get.bind(n,n):r["d"];0;const i=!Object(r["q"])(e)&&Object(r["q"])(e.set)?e.set.bind(n):r["d"],a=Pi({get:t,set:i});Object.defineProperty(o,P,{enumerable:!0,configurable:!0,get:()=>a.value,set:e=>a.value=e})}if(s)for(const r in s)Vr(s[r],o,n,r);if(l){const e=Object(r["q"])(l)?l.call(n):l;Reflect.ownKeys(e).forEach(t=>{mn(t,e[t])})}function V(e,t){Object(r["o"])(t)?t.forEach(t=>e(t.bind(n))):t&&e(t.bind(n))}if(f&&Rr(f,e,"c"),V(er,d),V(tr,p),V(nr,h),V(rr,b),V(Wn,g),V(Hn,m),V(lr,C),V(sr,x),V(ar,_),V(or,y),V(ir,j),V(cr,k),Object(r["o"])(S))if(S.length){const t=e.exposed||(e.exposed={});S.forEach(e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})})}else e.exposed||(e.exposed={});w&&e.render===r["d"]&&(e.render=w),null!=E&&(e.inheritAttrs=E),A&&(e.components=A),T&&(e.directives=T)}function Nr(e,t,n=r["d"],o=!1){Object(r["o"])(e)&&(e=Lr(e));for(const i in e){const n=e[i];let c;c=Object(r["w"])(n)?"default"in n?vn(n.from||i,n.default,!0):vn(n.from||i):vn(n),Ye(c)&&o?Object.defineProperty(t,i,{enumerable:!0,configurable:!0,get:()=>c.value,set:e=>c.value=e}):t[i]=c}}function Rr(e,t,n){ht(Object(r["o"])(e)?e.map(e=>e.bind(t.proxy)):e.bind(t.proxy),t,n)}function Vr(e,t,n,o){const i=o.includes(".")?kn(n,o):()=>n[o];if(Object(r["E"])(e)){const n=t[e];Object(r["q"])(n)&&xn(i,n)}else if(Object(r["q"])(e))xn(i,e.bind(n));else if(Object(r["w"])(e))if(Object(r["o"])(e))e.forEach(e=>Vr(e,t,n,o));else{const o=Object(r["q"])(e.handler)?e.handler.bind(n):t[e.handler];Object(r["q"])(o)&&xn(i,o,e)}else 0}function Pr(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:i,optionsCache:c,config:{optionMergeStrategies:a}}=e.appContext,s=c.get(t);let l;return s?l=s:i.length||n||o?(l={},i.length&&i.forEach(e=>Br(l,e,a,!0)),Br(l,t,a)):l=t,Object(r["w"])(t)&&c.set(t,l),l}function Br(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&Br(e,i,n,!0),o&&o.forEach(t=>Br(e,t,n,!0));for(const c in t)if(r&&"expose"===c);else{const r=Dr[c]||n&&n[c];e[c]=r?r(e[c],t[c]):t[c]}return e}const Dr={data:Mr,props:Fr,emits:Fr,methods:Fr,computed:Fr,beforeCreate:Ur,created:Ur,beforeMount:Ur,mounted:Ur,beforeUpdate:Ur,updated:Ur,beforeDestroy:Ur,beforeUnmount:Ur,destroyed:Ur,unmounted:Ur,activated:Ur,deactivated:Ur,errorCaptured:Ur,serverPrefetch:Ur,components:Fr,directives:Fr,watch:zr,provide:Mr,inject:Ir};function Mr(e,t){return t?e?function(){return Object(r["h"])(Object(r["q"])(e)?e.call(this,this):e,Object(r["q"])(t)?t.call(this,this):t)}:t:e}function Ir(e,t){return Fr(Lr(e),Lr(t))}function Lr(e){if(Object(r["o"])(e)){const t={};for(let n=0;n0)||16&a){let o;qr(e,t,i,c)&&(u=!0);for(const c in s)t&&(Object(r["k"])(t,c)||(o=Object(r["l"])(c))!==c&&Object(r["k"])(t,o))||(l?!n||void 0===n[c]&&void 0===n[o]||(i[c]=Wr(l,s,c,void 0,e,!0)):delete i[c]);if(c!==s)for(const e in c)t&&Object(r["k"])(t,e)||(delete c[e],u=!0)}else if(8&a){const n=e.vnode.dynamicProps;for(let o=0;o{l=!0;const[n,o]=Hr(e,t,!0);Object(r["h"])(a,n),o&&s.push(...o)};!n&&t.mixins.length&&t.mixins.forEach(o),e.extends&&o(e.extends),e.mixins&&e.mixins.forEach(o)}if(!c&&!l)return Object(r["w"])(e)&&o.set(e,r["a"]),r["a"];if(Object(r["o"])(c))for(let f=0;f-1,o[1]=n<0||e-1||Object(r["k"])(o,"default"))&&s.push(t)}}}}const u=[a,s];return Object(r["w"])(e)&&o.set(e,u),u}function Xr(e){return"$"!==e[0]}function Gr(e){const t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:null===e?"null":""}function Jr(e,t){return Gr(e)===Gr(t)}function Kr(e,t){return Object(r["o"])(t)?t.findIndex(t=>Jr(t,e)):Object(r["q"])(t)&&Jr(t,e)?0:-1}const Zr=e=>"_"===e[0]||"$stable"===e,Qr=e=>Object(r["o"])(e)?e.map(oi):[oi(e)],eo=(e,t,n)=>{if(t._n)return t;const r=Jt((...e)=>Qr(t(...e)),n);return r._c=!1,r},to=(e,t,n)=>{const o=e._ctx;for(const i in e){if(Zr(i))continue;const n=e[i];if(Object(r["q"])(n))t[i]=eo(i,n,o);else if(null!=n){0;const e=Qr(n);t[i]=()=>e}}},no=(e,t)=>{const n=Qr(t);e.slots.default=()=>n},ro=(e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=Me(t),Object(r["g"])(t,"_",n)):to(t,e.slots={})}else e.slots={},t&&no(e,t);Object(r["g"])(e.slots,Ho,1)},oo=(e,t,n)=>{const{vnode:o,slots:i}=e;let c=!0,a=r["b"];if(32&o.shapeFlag){const e=t._;e?n&&1===e?c=!1:(Object(r["h"])(i,t),n||1!==e||delete i._):(c=!t.$stable,to(t,i)),a=t}else t&&(no(e,t),a={default:1});if(c)for(const r in i)Zr(r)||r in a||delete i[r]};function io(){return{app:null,config:{isNativeTag:r["c"],performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let co=0;function ao(e,t){return function(n,o=null){Object(r["q"])(n)||(n=Object.assign({},n)),null==o||Object(r["w"])(o)||(o=null);const i=io(),c=new Set;let a=!1;const s=i.app={_uid:co++,_component:n,_props:o,_container:null,_context:i,_instance:null,version:Ki,get config(){return i.config},set config(e){0},use(e,...t){return c.has(e)||(e&&Object(r["q"])(e.install)?(c.add(e),e.install(s,...t)):Object(r["q"])(e)&&(c.add(e),e(s,...t))),s},mixin(e){return i.mixins.includes(e)||i.mixins.push(e),s},component(e,t){return t?(i.components[e]=t,s):i.components[e]},directive(e,t){return t?(i.directives[e]=t,s):i.directives[e]},mount(r,c,l){if(!a){0;const u=Ko(n,o);return u.appContext=i,c&&t?t(u,r):e(u,r,l),a=!0,s._container=r,r.__vue_app__=s,Ei(u.component)||u.component.proxy}},unmount(){a&&(e(null,s._container),delete s._container.__vue_app__)},provide(e,t){return i.provides[e]=t,s}};return s}}function so(e,t,n,o,i=!1){if(Object(r["o"])(e))return void e.forEach((e,c)=>so(e,t&&(Object(r["o"])(t)?t[c]:t),n,o,i));if(Ln(o)&&!i)return;const c=4&o.shapeFlag?Ei(o.component)||o.component.proxy:o.el,a=i?null:c,{i:s,r:l}=e;const u=t&&t.r,f=s.refs===r["b"]?s.refs={}:s.refs,d=s.setupState;if(null!=u&&u!==l&&(Object(r["E"])(u)?(f[u]=null,Object(r["k"])(d,u)&&(d[u]=null)):Ye(u)&&(u.value=null)),Object(r["q"])(l))pt(l,s,12,[a,f]);else{const t=Object(r["E"])(l),o=Ye(l);if(t||o){const s=()=>{if(e.f){const n=t?f[l]:l.value;i?Object(r["o"])(n)&&Object(r["M"])(n,c):Object(r["o"])(n)?n.includes(c)||n.push(c):t?(f[l]=[c],Object(r["k"])(d,l)&&(d[l]=f[l])):(l.value=[c],e.k&&(f[e.k]=l.value))}else t?(f[l]=a,Object(r["k"])(d,l)&&(d[l]=a)):o&&(l.value=a,e.k&&(f[e.k]=a))};a?(s.id=-1,bo(s,n)):s()}else 0}}let lo=!1;const uo=e=>/svg/.test(e.namespaceURI)&&"foreignObject"!==e.tagName,fo=e=>8===e.nodeType;function po(e){const{mt:t,p:n,o:{patchProp:o,createText:i,nextSibling:c,parentNode:a,remove:s,insert:l,createComment:u}}=e,f=(e,t)=>{if(!t.hasChildNodes())return n(null,e,t),Vt(),void(t._vnode=e);lo=!1,d(t.firstChild,e,null,null,null),Vt(),t._vnode=e,lo&&console.error("Hydration completed but contains mismatches.")},d=(n,r,o,s,u,f=!1)=>{const v=fo(n)&&"["===n.data,y=()=>g(n,r,o,s,u,v),{type:O,ref:j,shapeFlag:w,patchFlag:x}=r,_=n.nodeType;r.el=n,-2===x&&(f=!1,r.dynamicChildren=null);let C=null;switch(O){case No:3!==_?""===r.children?(l(r.el=i(""),a(n),n),C=n):C=y():(n.data!==r.children&&(lo=!0,n.data=r.children),C=c(n));break;case Ro:C=8!==_||v?y():c(n);break;case Vo:if(1===_||3===_){C=n;const e=!r.children.length;for(let t=0;t{a=a||!!t.dynamicChildren;const{type:l,props:u,patchFlag:f,shapeFlag:d,dirs:p}=t,b="input"===l&&p||"option"===l;if(b||-1!==f){if(p&&fr(t,null,n,"created"),u)if(b||!a||48&f)for(const t in u)(b&&t.endsWith("value")||Object(r["x"])(t)&&!Object(r["A"])(t))&&o(e,t,null,u[t],!1,void 0,n);else u.onClick&&o(e,"onClick",null,u.onClick,!1,void 0,n);let l;if((l=u&&u.onVnodeBeforeMount)&&si(l,n,t),p&&fr(t,null,n,"beforeMount"),((l=u&&u.onVnodeMounted)||p)&&bn(()=>{l&&si(l,n,t),p&&fr(t,null,n,"mounted")},i),16&d&&(!u||!u.innerHTML&&!u.textContent)){let r=h(e.firstChild,t,e,n,i,c,a);while(r){lo=!0;const e=r;r=r.nextSibling,s(e)}}else 8&d&&e.textContent!==t.children&&(lo=!0,e.textContent=t.children)}return e.nextSibling},h=(e,t,r,o,i,c,a)=>{a=a||!!t.dynamicChildren;const s=t.children,l=s.length;for(let u=0;u{const{slotScopeIds:s}=t;s&&(o=o?o.concat(s):s);const f=a(e),d=h(c(e),t,f,n,r,o,i);return d&&fo(d)&&"]"===d.data?c(t.anchor=d):(lo=!0,l(t.anchor=u("]"),f,d),d)},g=(e,t,r,o,i,l)=>{if(lo=!0,t.el=null,l){const t=m(e);while(1){const n=c(e);if(!n||n===t)break;s(n)}}const u=c(e),f=a(e);return s(e),n(null,t,f,u,r,o,uo(f),i),u},m=e=>{let t=0;while(e)if(e=c(e),e&&fo(e)&&("["===e.data&&t++,"]"===e.data)){if(0===t)return c(e);t--}return e};return[f,d]}function ho(){}const bo=bn;function go(e){return vo(e)}function mo(e){return vo(e,po)}function vo(e,t){ho();const n=Object(r["i"])();n.__VUE__=!0;const{insert:o,remove:i,patchProp:c,createElement:a,createText:s,createComment:l,setText:u,setElementText:f,parentNode:d,nextSibling:p,setScopeId:h=r["d"],cloneNode:b,insertStaticContent:g}=e,m=(e,t,n,r=null,o=null,i=null,c=!1,a=null,s=!!t.dynamicChildren)=>{if(e===t)return;e&&!qo(e,t)&&(r=X(e),Y(e,o,i,!0),e=null),-2===t.patchFlag&&(s=!1,t.dynamicChildren=null);const{type:l,ref:u,shapeFlag:f}=t;switch(l){case No:v(e,t,n,r);break;case Ro:y(e,t,n,r);break;case Vo:null==e&&O(t,n,r,c);break;case To:V(e,t,n,r,o,i,c,a,s);break;default:1&f?_(e,t,n,r,o,i,c,a,s):6&f?P(e,t,n,r,o,i,c,a,s):(64&f||128&f)&&l.process(e,t,n,r,o,i,c,a,s,J)}null!=u&&o&&so(u,e&&e.ref,i,t||e,!t)},v=(e,t,n,r)=>{if(null==e)o(t.el=s(t.children),n,r);else{const n=t.el=e.el;t.children!==e.children&&u(n,t.children)}},y=(e,t,n,r)=>{null==e?o(t.el=l(t.children||""),n,r):t.el=e.el},O=(e,t,n,r)=>{[e.el,e.anchor]=g(e.children,t,n,r,e.el,e.anchor)},j=({el:e,anchor:t},n,r)=>{let i;while(e&&e!==t)i=p(e),o(e,n,r),e=i;o(t,n,r)},x=({el:e,anchor:t})=>{let n;while(e&&e!==t)n=p(e),i(e),e=n;i(t)},_=(e,t,n,r,o,i,c,a,s)=>{c=c||"svg"===t.type,null==e?C(t,n,r,o,i,c,a,s):T(e,t,o,i,c,a,s)},C=(e,t,n,i,s,l,u,d)=>{let p,h;const{type:g,props:m,shapeFlag:v,transition:y,patchFlag:O,dirs:j}=e;if(e.el&&void 0!==b&&-1===O)p=e.el=b(e.el);else{if(p=e.el=a(e.type,l,m&&m.is,m),8&v?f(p,e.children):16&v&&S(e.children,p,null,i,s,l&&"foreignObject"!==g,u,d),j&&fr(e,null,i,"created"),m){for(const t in m)"value"===t||Object(r["A"])(t)||c(p,t,null,m[t],l,e.children,i,s,H);"value"in m&&c(p,"value",null,m.value),(h=m.onVnodeBeforeMount)&&si(h,i,e)}k(p,e,e.scopeId,u,i)}j&&fr(e,null,i,"beforeMount");const w=(!s||s&&!s.pendingBranch)&&y&&!y.persisted;w&&y.beforeEnter(p),o(p,t,n),((h=m&&m.onVnodeMounted)||w||j)&&bo(()=>{h&&si(h,i,e),w&&y.enter(p),j&&fr(e,null,i,"mounted")},s)},k=(e,t,n,r,o)=>{if(n&&h(e,n),r)for(let i=0;i{for(let l=s;l{const l=t.el=e.el;let{patchFlag:u,dynamicChildren:d,dirs:p}=t;u|=16&e.patchFlag;const h=e.props||r["b"],b=t.props||r["b"];let g;n&&yo(n,!1),(g=b.onVnodeBeforeUpdate)&&si(g,n,t,e),p&&fr(t,e,n,"beforeUpdate"),n&&yo(n,!0);const m=i&&"foreignObject"!==t.type;if(d?N(e.dynamicChildren,d,l,n,o,m,a):s||L(e,t,l,null,n,o,m,a,!1),u>0){if(16&u)R(l,t,h,b,n,o,i);else if(2&u&&h.class!==b.class&&c(l,"class",null,b.class,i),4&u&&c(l,"style",h.style,b.style,i),8&u){const r=t.dynamicProps;for(let t=0;t{g&&si(g,n,t,e),p&&fr(t,e,n,"updated")},o)},N=(e,t,n,r,o,i,c)=>{for(let a=0;a{if(n!==o){for(const l in o){if(Object(r["A"])(l))continue;const u=o[l],f=n[l];u!==f&&"value"!==l&&c(e,l,f,u,s,t.children,i,a,H)}if(n!==r["b"])for(const l in n)Object(r["A"])(l)||l in o||c(e,l,n[l],null,s,t.children,i,a,H);"value"in o&&c(e,"value",n.value,o.value)}},V=(e,t,n,r,i,c,a,l,u)=>{const f=t.el=e?e.el:s(""),d=t.anchor=e?e.anchor:s("");let{patchFlag:p,dynamicChildren:h,slotScopeIds:b}=t;b&&(l=l?l.concat(b):b),null==e?(o(f,n,r),o(d,n,r),S(t.children,n,d,i,c,a,l,u)):p>0&&64&p&&h&&e.dynamicChildren?(N(e.dynamicChildren,h,n,i,c,a,l),(null!=t.key||i&&t===i.subTree)&&Oo(e,t,!0)):L(e,t,n,d,i,c,a,l,u)},P=(e,t,n,r,o,i,c,a,s)=>{t.slotScopeIds=a,null==e?512&t.shapeFlag?o.ctx.activate(t,n,r,c,s):B(t,n,r,o,i,c,s):D(e,t,s)},B=(e,t,n,r,o,i,c)=>{const a=e.component=fi(e,r,o);if(zn(e)&&(a.ctx.renderer=J),Oi(a),a.asyncDep){if(o&&o.registerDep(a,M),!e.el){const e=a.subTree=Ko(Ro);y(null,e,t,n)}}else M(a,e,t,n,o,i,c)},D=(e,t,n)=>{const r=t.component=e.component;if(tn(e,t,n)){if(r.asyncDep&&!r.asyncResolved)return void I(r,t,n);r.next=t,Tt(r.update),r.update()}else t.el=e.el,r.vnode=t},M=(e,t,n,o,i,c,a)=>{const s=()=>{if(e.isMounted){let t,{next:n,bu:o,u:s,parent:l,vnode:u}=e,f=n;0,yo(e,!1),n?(n.el=u.el,I(e,n,a)):n=u,o&&Object(r["n"])(o),(t=n.props&&n.props.onVnodeBeforeUpdate)&&si(t,l,n,u),yo(e,!0);const p=Kt(e);0;const h=e.subTree;e.subTree=p,m(h,p,d(h.el),X(h),e,i,c),n.el=p.el,null===f&&rn(e,p.el),s&&bo(s,i),(t=n.props&&n.props.onVnodeUpdated)&&bo(()=>si(t,l,n,u),i)}else{let a;const{el:s,props:l}=t,{bm:u,m:f,parent:d}=e,p=Ln(t);if(yo(e,!1),u&&Object(r["n"])(u),!p&&(a=l&&l.onVnodeBeforeMount)&&si(a,d,t),yo(e,!0),s&&Z){const n=()=>{e.subTree=Kt(e),Z(s,e.subTree,e,i,null)};p?t.type.__asyncLoader().then(()=>!e.isUnmounted&&n()):n()}else{0;const r=e.subTree=Kt(e);0,m(null,r,n,o,e,i,c),t.el=r.el}if(f&&bo(f,i),!p&&(a=l&&l.onVnodeMounted)){const e=t;bo(()=>si(a,d,e),i)}(256&t.shapeFlag||d&&Ln(d.vnode)&&256&d.vnode.shapeFlag)&&e.a&&bo(e.a,i),e.isMounted=!0,t=n=o=null}},l=e.effect=new w(s,()=>Et(u),e.scope),u=e.update=()=>l.run();u.id=e.uid,yo(e,!0),u()},I=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,$r(e,t.props,r,n),oo(e,t.children,n),E(),Rt(),A()},L=(e,t,n,r,o,i,c,a,s=!1)=>{const l=e&&e.children,u=e?e.shapeFlag:0,d=t.children,{patchFlag:p,shapeFlag:h}=t;if(p>0){if(128&p)return void F(l,d,n,r,o,i,c,a,s);if(256&p)return void U(l,d,n,r,o,i,c,a,s)}8&h?(16&u&&H(l,o,i),d!==l&&f(n,d)):16&u?16&h?F(l,d,n,r,o,i,c,a,s):H(l,o,i,!0):(8&u&&f(n,""),16&h&&S(d,n,r,o,i,c,a,s))},U=(e,t,n,o,i,c,a,s,l)=>{e=e||r["a"],t=t||r["a"];const u=e.length,f=t.length,d=Math.min(u,f);let p;for(p=0;pf?H(e,i,c,!0,!1,d):S(t,n,o,i,c,a,s,l,d)},F=(e,t,n,o,i,c,a,s,l)=>{let u=0;const f=t.length;let d=e.length-1,p=f-1;while(u<=d&&u<=p){const r=e[u],o=t[u]=l?ii(t[u]):oi(t[u]);if(!qo(r,o))break;m(r,o,n,null,i,c,a,s,l),u++}while(u<=d&&u<=p){const r=e[d],o=t[p]=l?ii(t[p]):oi(t[p]);if(!qo(r,o))break;m(r,o,n,null,i,c,a,s,l),d--,p--}if(u>d){if(u<=p){const e=p+1,r=ep)while(u<=d)Y(e[u],i,c,!0),u++;else{const h=u,b=u,g=new Map;for(u=b;u<=p;u++){const e=t[u]=l?ii(t[u]):oi(t[u]);null!=e.key&&g.set(e.key,u)}let v,y=0;const O=p-b+1;let j=!1,w=0;const x=new Array(O);for(u=0;u=O){Y(r,i,c,!0);continue}let o;if(null!=r.key)o=g.get(r.key);else for(v=b;v<=p;v++)if(0===x[v-b]&&qo(r,t[v])){o=v;break}void 0===o?Y(r,i,c,!0):(x[o-b]=u+1,o>=w?w=o:j=!0,m(r,t[o],n,null,i,c,a,s,l),y++)}const _=j?jo(x):r["a"];for(v=_.length-1,u=O-1;u>=0;u--){const e=b+u,r=t[e],d=e+1{const{el:c,type:a,transition:s,children:l,shapeFlag:u}=e;if(6&u)return void z(e.component.subTree,t,n,r);if(128&u)return void e.suspense.move(t,n,r);if(64&u)return void a.move(e,t,n,J);if(a===To){o(c,t,n);for(let e=0;es.enter(c),i);else{const{leave:e,delayLeave:r,afterLeave:i}=s,a=()=>o(c,t,n),l=()=>{e(c,()=>{a(),i&&i()})};r?r(c,a,l):l()}else o(c,t,n)},Y=(e,t,n,r=!1,o=!1)=>{const{type:i,props:c,ref:a,children:s,dynamicChildren:l,shapeFlag:u,patchFlag:f,dirs:d}=e;if(null!=a&&so(a,null,n,e,!0),256&u)return void t.ctx.deactivate(e);const p=1&u&&d,h=!Ln(e);let b;if(h&&(b=c&&c.onVnodeBeforeUnmount)&&si(b,t,e),6&u)W(e.component,n,r);else{if(128&u)return void e.suspense.unmount(n,r);p&&fr(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,o,J,r):l&&(i!==To||f>0&&64&f)?H(l,t,n,!1,!0):(i===To&&384&f||!o&&16&u)&&H(s,t,n),r&&$(e)}(h&&(b=c&&c.onVnodeUnmounted)||p)&&bo(()=>{b&&si(b,t,e),p&&fr(e,null,t,"unmounted")},n)},$=e=>{const{type:t,el:n,anchor:r,transition:o}=e;if(t===To)return void q(n,r);if(t===Vo)return void x(e);const c=()=>{i(n),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&e.shapeFlag&&o&&!o.persisted){const{leave:t,delayLeave:r}=o,i=()=>t(n,c);r?r(e.el,c,i):i()}else c()},q=(e,t)=>{let n;while(e!==t)n=p(e),i(e),e=n;i(t)},W=(e,t,n)=>{const{bum:o,scope:i,update:c,subTree:a,um:s}=e;o&&Object(r["n"])(o),i.stop(),c&&(c.active=!1,Y(a,e,t,n)),s&&bo(s,t),bo(()=>{e.isUnmounted=!0},t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},H=(e,t,n,r=!1,o=!1,i=0)=>{for(let c=i;c6&e.shapeFlag?X(e.component.subTree):128&e.shapeFlag?e.suspense.next():p(e.anchor||e.el),G=(e,t,n)=>{null==e?t._vnode&&Y(t._vnode,null,null,!0):m(t._vnode||null,e,t,null,null,null,n),Rt(),Vt(),t._vnode=e},J={p:m,um:Y,m:z,r:$,mt:B,mc:S,pc:L,pbc:N,n:X,o:e};let K,Z;return t&&([K,Z]=t(J)),{render:G,hydrate:K,createApp:ao(G,K)}}function yo({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Oo(e,t,n=!1){const o=e.children,i=t.children;if(Object(r["o"])(o)&&Object(r["o"])(i))for(let r=0;r>1,e[n[a]]0&&(t[r]=n[i-1]),n[i]=r)}}i=n.length,c=n[i-1];while(i-- >0)n[i]=c,c=t[c];return n}const wo=e=>e.__isTeleport,xo=e=>e&&(e.disabled||""===e.disabled),_o=e=>"undefined"!==typeof SVGElement&&e instanceof SVGElement,Co=(e,t)=>{const n=e&&e.to;if(Object(r["E"])(n)){if(t){const e=t(n);return e}return null}return n},ko={__isTeleport:!0,process(e,t,n,r,o,i,c,a,s,l){const{mc:u,pc:f,pbc:d,o:{insert:p,querySelector:h,createText:b,createComment:g}}=l,m=xo(t.props);let{shapeFlag:v,children:y,dynamicChildren:O}=t;if(null==e){const e=t.el=b(""),l=t.anchor=b("");p(e,n,r),p(l,n,r);const f=t.target=Co(t.props,h),d=t.targetAnchor=b("");f&&(p(d,f),c=c||_o(f));const g=(e,t)=>{16&v&&u(y,e,t,o,i,c,a,s)};m?g(n,l):f&&g(f,d)}else{t.el=e.el;const r=t.anchor=e.anchor,u=t.target=e.target,p=t.targetAnchor=e.targetAnchor,b=xo(e.props),g=b?n:u,v=b?r:p;if(c=c||_o(u),O?(d(e.dynamicChildren,O,g,o,i,c,a),Oo(e,t,!0)):s||f(e,t,g,v,o,i,c,a,!1),m)b||So(t,n,r,l,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const e=t.target=Co(t.props,h);e&&So(t,e,null,l,0)}else b&&So(t,u,p,l,1)}},remove(e,t,n,r,{um:o,o:{remove:i}},c){const{shapeFlag:a,children:s,anchor:l,targetAnchor:u,target:f,props:d}=e;if(f&&i(u),(c||!xo(d))&&(i(l),16&a))for(let p=0;p0?Bo||r["a"]:null,Mo(),Lo>0&&Bo&&Bo.push(e),e}function zo(e,t,n,r,o,i){return Fo(Jo(e,t,n,r,o,i,!0))}function Yo(e,t,n,r,o){return Fo(Ko(e,t,n,r,o,!0))}function $o(e){return!!e&&!0===e.__v_isVNode}function qo(e,t){return e.type===t.type&&e.key===t.key}function Wo(e){Io=e}const Ho="__vInternal",Xo=({key:e})=>null!=e?e:null,Go=({ref:e,ref_key:t,ref_for:n})=>null!=e?Object(r["E"])(e)||Ye(e)||Object(r["q"])(e)?{i:$t,r:e,k:t,f:!!n}:e:null;function Jo(e,t=null,n=null,o=0,i=null,c=(e===To?0:1),a=!1,s=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Xo(t),ref:t&&Go(t),scopeId:qt,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:c,patchFlag:o,dynamicProps:i,dynamicChildren:null,appContext:null};return s?(ci(l,n),128&c&&e.normalize(l)):n&&(l.shapeFlag|=Object(r["E"])(n)?8:16),Lo>0&&!a&&Bo&&(l.patchFlag>0||6&c)&&32!==l.patchFlag&&Bo.push(l),l}const Ko=Zo;function Zo(e,t=null,n=null,o=0,i=null,c=!1){if(e&&e!==br||(e=Ro),$o(e)){const r=ei(e,t,!0);return n&&ci(r,n),Lo>0&&!c&&Bo&&(6&r.shapeFlag?Bo[Bo.indexOf(e)]=r:Bo.push(r)),r.patchFlag|=-2,r}if(Vi(e)&&(e=e.__vccOpts),t){t=Qo(t);let{class:e,style:n}=t;e&&!Object(r["E"])(e)&&(t.class=Object(r["J"])(e)),Object(r["w"])(n)&&(De(n)&&!Object(r["o"])(n)&&(n=Object(r["h"])({},n)),t.style=Object(r["L"])(n))}const a=Object(r["E"])(e)?1:on(e)?128:wo(e)?64:Object(r["w"])(e)?4:Object(r["q"])(e)?2:0;return Jo(e,t,n,o,i,a,c,!0)}function Qo(e){return e?De(e)||Ho in e?Object(r["h"])({},e):e:null}function ei(e,t,n=!1){const{props:o,ref:i,patchFlag:c,children:a}=e,s=t?ai(o||{},t):o,l={__v_isVNode:!0,__v_skip:!0,type:e.type,props:s,key:s&&Xo(s),ref:t&&t.ref?n&&i?Object(r["o"])(i)?i.concat(Go(t)):[i,Go(t)]:Go(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==To?-1===c?16:16|c:c,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&ei(e.ssContent),ssFallback:e.ssFallback&&ei(e.ssFallback),el:e.el,anchor:e.anchor};return l}function ti(e=" ",t=0){return Ko(No,null,e,t)}function ni(e,t){const n=Ko(Vo,null,e);return n.staticCount=t,n}function ri(e="",t=!1){return t?(Do(),Yo(Ro,null,e)):Ko(Ro,null,e)}function oi(e){return null==e||"boolean"===typeof e?Ko(Ro):Object(r["o"])(e)?Ko(To,null,e.slice()):"object"===typeof e?ii(e):Ko(No,null,String(e))}function ii(e){return null===e.el||e.memo?e:ei(e)}function ci(e,t){let n=0;const{shapeFlag:o}=e;if(null==t)t=null;else if(Object(r["o"])(t))n=16;else if("object"===typeof t){if(65&o){const n=t.default;return void(n&&(n._c&&(n._d=!1),ci(e,n()),n._c&&(n._d=!0)))}{n=32;const r=t._;r||Ho in t?3===r&&$t&&(1===$t.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=$t}}else Object(r["q"])(t)?(t={default:t,_ctx:$t},n=32):(t=String(t),64&o?(n=16,t=[ti(t)]):n=8);e.children=t,e.shapeFlag|=n}function ai(...e){const t={};for(let n=0;ndi||$t,hi=e=>{di=e,e.scope.on()},bi=()=>{di&&di.scope.off(),di=null};function gi(e){return 4&e.vnode.shapeFlag}let mi,vi,yi=!1;function Oi(e,t=!1){yi=t;const{props:n,children:r}=e.vnode,o=gi(e);Yr(e,n,o,t),ro(e,r);const i=o?ji(e,t):void 0;return yi=!1,i}function ji(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Ie(new Proxy(e.ctx,Sr));const{setup:o}=n;if(o){const n=e.setupContext=o.length>1?Si(e):null;hi(e),E();const i=pt(o,e,0,[e.props,n]);if(A(),bi(),Object(r["z"])(i)){if(i.then(bi,bi),t)return i.then(n=>{wi(e,n,t)}).catch(t=>{bt(t,e,0)});e.asyncDep=i}else wi(e,i,t)}else Ci(e,t)}function wi(e,t,n){Object(r["q"])(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Object(r["w"])(t)&&(e.setupState=Ke(t)),Ci(e,n)}function xi(e){mi=e,vi=e=>{e.render._rc&&(e.withProxy=new Proxy(e.ctx,Er))}}const _i=()=>!mi;function Ci(e,t,n){const o=e.type;if(!e.render){if(!t&&mi&&!o.render){const t=o.template||Pr(e).template;if(t){0;const{isCustomElement:n,compilerOptions:i}=e.appContext.config,{delimiters:c,compilerOptions:a}=o,s=Object(r["h"])(Object(r["h"])({isCustomElement:n,delimiters:c},i),a);o.render=mi(t,s)}}e.render=o.render||r["d"],vi&&vi(e)}hi(e),E(),Tr(e),A(),bi()}function ki(e){return new Proxy(e.attrs,{get(t,n){return T(e,"get","$attrs"),t[n]}})}function Si(e){const t=t=>{e.exposed=t||{}};let n;return{get attrs(){return n||(n=ki(e))},slots:e.slots,emit:e.emit,expose:t}}function Ei(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Ke(Ie(e.exposed)),{get(t,n){return n in t?t[n]:n in kr?kr[n](e):void 0}}))}const Ai=/(?:^|[-_])(\w)/g,Ti=e=>e.replace(Ai,e=>e.toUpperCase()).replace(/[-_]/g,"");function Ni(e,t=!0){return Object(r["q"])(e)?e.displayName||e.name:e.name||t&&e.__name}function Ri(e,t,n=!1){let r=Ni(t);if(!r&&t.__file){const e=t.__file.match(/([^/\\]+)\.\w+$/);e&&(r=e[1])}if(!r&&e&&e.parent){const n=e=>{for(const n in e)if(e[n]===t)return n};r=n(e.components||e.parent.type.components)||n(e.appContext.components)}return r?Ti(r):n?"App":"Anonymous"}function Vi(e){return Object(r["q"])(e)&&"__vccOpts"in e}const Pi=(e,t)=>it(e,t,yi);function Bi(){return null}function Di(){return null}function Mi(e){0}function Ii(e,t){return null}function Li(){return Fi().slots}function Ui(){return Fi().attrs}function Fi(){const e=pi();return e.setupContext||(e.setupContext=Si(e))}function zi(e,t){const n=Object(r["o"])(e)?e.reduce((e,t)=>(e[t]={},e),{}):e;for(const o in t){const e=n[o];e?Object(r["o"])(e)||Object(r["q"])(e)?n[o]={type:e,default:t[o]}:e.default=t[o]:null===e&&(n[o]={default:t[o]})}return n}function Yi(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function $i(e){const t=pi();let n=e();return bi(),Object(r["z"])(n)&&(n=n.catch(e=>{throw hi(t),e})),[n,()=>hi(t)]}function qi(e,t,n){const o=arguments.length;return 2===o?Object(r["w"])(t)&&!Object(r["o"])(t)?$o(t)?Ko(e,null,[t]):Ko(e,t):Ko(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):3===o&&$o(n)&&(n=[n]),Ko(e,t,n))}const Wi=Symbol(""),Hi=()=>{{const e=vn(Wi);return e||at("Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."),e}};function Xi(){return void 0}function Gi(e,t,n,r){const o=n[r];if(o&&Ji(o,e))return o;const i=t();return i.memo=e.slice(),n[r]=i}function Ji(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let o=0;o0&&Bo&&Bo.push(e),!0}const Ki="3.2.39",Zi={createComponentInstance:fi,setupComponent:Oi,renderComponentRoot:Kt,setCurrentRenderingInstance:Wt,isVNode:$o,normalizeVNode:oi},Qi=Zi,ec=null,tc=null,nc="http://www.w3.org/2000/svg",rc="undefined"!==typeof document?document:null,oc=rc&&rc.createElement("template"),ic={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?rc.createElementNS(nc,e):rc.createElement(e,n?{is:n}:void 0);return"select"===e&&r&&null!=r.multiple&&o.setAttribute("multiple",r.multiple),o},createText:e=>rc.createTextNode(e),createComment:e=>rc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>rc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},cloneNode(e){const t=e.cloneNode(!0);return"_value"in e&&(t._value=e._value),t},insertStaticContent(e,t,n,r,o,i){const c=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling)){while(1)if(t.insertBefore(o.cloneNode(!0),n),o===i||!(o=o.nextSibling))break}else{oc.innerHTML=r?``:e;const o=oc.content;if(r){const e=o.firstChild;while(e.firstChild)o.appendChild(e.firstChild);o.removeChild(e)}t.insertBefore(o,n)}return[c?c.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};function cc(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}function ac(e,t,n){const o=e.style,i=Object(r["E"])(n);if(n&&!i){for(const e in n)lc(o,e,n[e]);if(t&&!Object(r["E"])(t))for(const e in t)null==n[e]&&lc(o,e,"")}else{const r=o.display;i?t!==n&&(o.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(o.display=r)}}const sc=/\s*!important$/;function lc(e,t,n){if(Object(r["o"])(n))n.forEach(n=>lc(e,t,n));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=dc(e,t);sc.test(n)?e.setProperty(Object(r["l"])(o),n.replace(sc,""),"important"):e[o]=n}}const uc=["Webkit","Moz","ms"],fc={};function dc(e,t){const n=fc[t];if(n)return n;let o=Object(r["e"])(t);if("filter"!==o&&o in e)return fc[t]=o;o=Object(r["f"])(o);for(let r=0;r{let e=Date.now,t=!1;if("undefined"!==typeof window){Date.now()>document.createEvent("Event").timeStamp&&(e=performance.now.bind(performance));const n=navigator.userAgent.match(/firefox\/(\d+)/i);t=!!(n&&Number(n[1])<=53)}return[e,t]})();let vc=0;const yc=Promise.resolve(),Oc=()=>{vc=0},jc=()=>vc||(yc.then(Oc),vc=gc());function wc(e,t,n,r){e.addEventListener(t,n,r)}function xc(e,t,n,r){e.removeEventListener(t,n,r)}function _c(e,t,n,r,o=null){const i=e._vei||(e._vei={}),c=i[t];if(r&&c)c.value=r;else{const[n,a]=kc(t);if(r){const c=i[t]=Sc(r,o);wc(e,n,c,a)}else c&&(xc(e,n,c,a),i[t]=void 0)}}const Cc=/(?:Once|Passive|Capture)$/;function kc(e){let t;if(Cc.test(e)){let n;t={};while(n=e.match(Cc))e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}const n=":"===e[2]?e.slice(3):Object(r["l"])(e.slice(2));return[n,t]}function Sc(e,t){const n=e=>{const r=e.timeStamp||gc();(mc||r>=n.attached-1)&&ht(Ec(e,n.value),t,5,[e])};return n.value=e,n.attached=jc(),n}function Ec(e,t){if(Object(r["o"])(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(e=>t=>!t._stopped&&e&&e(t))}return t}const Ac=/^on[a-z]/,Tc=(e,t,n,o,i=!1,c,a,s,l)=>{"class"===t?cc(e,o,i):"style"===t?ac(e,n,o):Object(r["x"])(t)?Object(r["v"])(t)||_c(e,t,n,o,a):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):Nc(e,t,o,i))?bc(e,t,o,c,a,s,l):("true-value"===t?e._trueValue=o:"false-value"===t&&(e._falseValue=o),hc(e,t,o,i))};function Nc(e,t,n,o){return o?"innerHTML"===t||"textContent"===t||!!(t in e&&Ac.test(t)&&Object(r["q"])(n)):"spellcheck"!==t&&"draggable"!==t&&"translate"!==t&&("form"!==t&&(("list"!==t||"INPUT"!==e.tagName)&&(("type"!==t||"TEXTAREA"!==e.tagName)&&((!Ac.test(t)||!Object(r["E"])(n))&&t in e))))}function Rc(e,t){const n=In(e);class r extends Bc{constructor(e){super(n,e,t)}}return r.def=n,r}const Vc=e=>Rc(e,za),Pc="undefined"!==typeof HTMLElement?HTMLElement:class{};class Bc extends Pc{constructor(e,t={},n){super(),this._def=e,this._props=t,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this.shadowRoot&&n?n(this._createVNode(),this.shadowRoot):this.attachShadow({mode:"open"})}connectedCallback(){this._connected=!0,this._instance||this._resolveDef()}disconnectedCallback(){this._connected=!1,kt(()=>{this._connected||(Fa(null,this.shadowRoot),this._instance=null)})}_resolveDef(){if(this._resolved)return;this._resolved=!0;for(let n=0;n{for(const t of e)this._setAttr(t.attributeName)}).observe(this,{attributes:!0});const e=e=>{const{props:t,styles:n}=e,o=!Object(r["o"])(t),i=t?o?Object.keys(t):t:[];let c;if(o)for(const a in this._props){const e=t[a];(e===Number||e&&e.type===Number)&&(this._props[a]=Object(r["P"])(this._props[a]),(c||(c=Object.create(null)))[a]=!0)}this._numberProps=c;for(const r of Object.keys(this))"_"!==r[0]&&this._setProp(r,this[r],!0,!1);for(const a of i.map(r["e"]))Object.defineProperty(this,a,{get(){return this._getProp(a)},set(e){this._setProp(a,e)}});this._applyStyles(n),this._update()},t=this._def.__asyncLoader;t?t().then(e):e(this._def)}_setAttr(e){let t=this.getAttribute(e);this._numberProps&&this._numberProps[e]&&(t=Object(r["P"])(t)),this._setProp(Object(r["e"])(e),t,!1)}_getProp(e){return this._props[e]}_setProp(e,t,n=!0,o=!0){t!==this._props[e]&&(this._props[e]=t,o&&this._instance&&this._update(),n&&(!0===t?this.setAttribute(Object(r["l"])(e),""):"string"===typeof t||"number"===typeof t?this.setAttribute(Object(r["l"])(e),t+""):t||this.removeAttribute(Object(r["l"])(e))))}_update(){Fa(this._createVNode(),this.shadowRoot)}_createVNode(){const e=Ko(this._def,Object(r["h"])({},this._props));return this._instance||(e.ce=e=>{this._instance=e,e.isCE=!0,e.emit=(e,...t)=>{this.dispatchEvent(new CustomEvent(e,{detail:t}))};let t=this;while(t=t&&(t.parentNode||t.host))if(t instanceof Bc){e.parent=t._instance;break}}),e}_applyStyles(e){e&&e.forEach(e=>{const t=document.createElement("style");t.textContent=e,this.shadowRoot.appendChild(t)})}}function Dc(e="$style"){{const t=pi();if(!t)return r["b"];const n=t.type.__cssModules;if(!n)return r["b"];const o=n[e];return o||r["b"]}}function Mc(e){const t=pi();if(!t)return;const n=()=>Ic(t.subTree,e(t.proxy));On(n),tr(()=>{const e=new MutationObserver(n);e.observe(t.subTree.el.parentNode,{childList:!0}),ir(()=>e.disconnect())})}function Ic(e,t){if(128&e.shapeFlag){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Ic(n.activeBranch,t)})}while(e.component)e=e.component.subTree;if(1&e.shapeFlag&&e.el)Lc(e.el,t);else if(e.type===To)e.children.forEach(e=>Ic(e,t));else if(e.type===Vo){let{el:n,anchor:r}=e;while(n){if(Lc(n,t),n===r)break;n=n.nextSibling}}}function Lc(e,t){if(1===e.nodeType){const n=e.style;for(const e in t)n.setProperty("--"+e,t[e])}}const Uc="transition",Fc="animation",zc=(e,{slots:t})=>qi(Nn,Hc(e),t);zc.displayName="Transition";const Yc={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},$c=zc.props=Object(r["h"])({},Nn.props,Yc),qc=(e,t=[])=>{Object(r["o"])(e)?e.forEach(e=>e(...t)):e&&e(...t)},Wc=e=>!!e&&(Object(r["o"])(e)?e.some(e=>e.length>1):e.length>1);function Hc(e){const t={};for(const r in e)r in Yc||(t[r]=e[r]);if(!1===e.css)return t;const{name:n="v",type:o,duration:i,enterFromClass:c=n+"-enter-from",enterActiveClass:a=n+"-enter-active",enterToClass:s=n+"-enter-to",appearFromClass:l=c,appearActiveClass:u=a,appearToClass:f=s,leaveFromClass:d=n+"-leave-from",leaveActiveClass:p=n+"-leave-active",leaveToClass:h=n+"-leave-to"}=e,b=Xc(i),g=b&&b[0],m=b&&b[1],{onBeforeEnter:v,onEnter:y,onEnterCancelled:O,onLeave:j,onLeaveCancelled:w,onBeforeAppear:x=v,onAppear:_=y,onAppearCancelled:C=O}=t,k=(e,t,n)=>{Kc(e,t?f:s),Kc(e,t?u:a),n&&n()},S=(e,t)=>{e._isLeaving=!1,Kc(e,d),Kc(e,h),Kc(e,p),t&&t()},E=e=>(t,n)=>{const r=e?_:y,i=()=>k(t,e,n);qc(r,[t,i]),Zc(()=>{Kc(t,e?l:c),Jc(t,e?f:s),Wc(r)||ea(t,o,g,i)})};return Object(r["h"])(t,{onBeforeEnter(e){qc(v,[e]),Jc(e,c),Jc(e,a)},onBeforeAppear(e){qc(x,[e]),Jc(e,l),Jc(e,u)},onEnter:E(!1),onAppear:E(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>S(e,t);Jc(e,d),oa(),Jc(e,p),Zc(()=>{e._isLeaving&&(Kc(e,d),Jc(e,h),Wc(j)||ea(e,o,m,n))}),qc(j,[e,n])},onEnterCancelled(e){k(e,!1),qc(O,[e])},onAppearCancelled(e){k(e,!0),qc(C,[e])},onLeaveCancelled(e){S(e),qc(w,[e])}})}function Xc(e){if(null==e)return null;if(Object(r["w"])(e))return[Gc(e.enter),Gc(e.leave)];{const t=Gc(e);return[t,t]}}function Gc(e){const t=Object(r["P"])(e);return t}function Jc(e,t){t.split(/\s+/).forEach(t=>t&&e.classList.add(t)),(e._vtc||(e._vtc=new Set)).add(t)}function Kc(e,t){t.split(/\s+/).forEach(t=>t&&e.classList.remove(t));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function Zc(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Qc=0;function ea(e,t,n,r){const o=e._endId=++Qc,i=()=>{o===e._endId&&r()};if(n)return setTimeout(i,n);const{type:c,timeout:a,propCount:s}=ta(e,t);if(!c)return r();const l=c+"end";let u=0;const f=()=>{e.removeEventListener(l,d),i()},d=t=>{t.target===e&&++u>=s&&f()};setTimeout(()=>{u(n[e]||"").split(", "),o=r(Uc+"Delay"),i=r(Uc+"Duration"),c=na(o,i),a=r(Fc+"Delay"),s=r(Fc+"Duration"),l=na(a,s);let u=null,f=0,d=0;t===Uc?c>0&&(u=Uc,f=c,d=i.length):t===Fc?l>0&&(u=Fc,f=l,d=s.length):(f=Math.max(c,l),u=f>0?c>l?Uc:Fc:null,d=u?u===Uc?i.length:s.length:0);const p=u===Uc&&/\b(transform|all)(,|$)/.test(n[Uc+"Property"]);return{type:u,timeout:f,propCount:d,hasTransform:p}}function na(e,t){while(e.lengthra(t)+ra(e[n])))}function ra(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function oa(){return document.body.offsetHeight}const ia=new WeakMap,ca=new WeakMap,aa={name:"TransitionGroup",props:Object(r["h"])({},$c,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=pi(),r=En();let o,i;return rr(()=>{if(!o.length)return;const t=e.moveClass||(e.name||"v")+"-move";if(!da(o[0].el,n.vnode.el,t))return;o.forEach(la),o.forEach(ua);const r=o.filter(fa);oa(),r.forEach(e=>{const n=e.el,r=n.style;Jc(n,t),r.transform=r.webkitTransform=r.transitionDuration="";const o=n._moveCb=e=>{e&&e.target!==n||e&&!/transform$/.test(e.propertyName)||(n.removeEventListener("transitionend",o),n._moveCb=null,Kc(n,t))};n.addEventListener("transitionend",o)})}),()=>{const c=Me(e),a=Hc(c);let s=c.tag||To;o=i,i=t.default?Mn(t.default()):[];for(let e=0;e{e.split(/\s+/).forEach(e=>e&&r.classList.remove(e))}),n.split(/\s+/).forEach(e=>e&&r.classList.add(e)),r.style.display="none";const o=1===t.nodeType?t:t.parentNode;o.appendChild(r);const{hasTransform:i}=ta(r);return o.removeChild(r),i}const pa=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Object(r["o"])(t)?e=>Object(r["n"])(t,e):t};function ha(e){e.target.composing=!0}function ba(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ga={created(e,{modifiers:{lazy:t,trim:n,number:o}},i){e._assign=pa(i);const c=o||i.props&&"number"===i.props.type;wc(e,t?"change":"input",t=>{if(t.target.composing)return;let o=e.value;n&&(o=o.trim()),c&&(o=Object(r["P"])(o)),e._assign(o)}),n&&wc(e,"change",()=>{e.value=e.value.trim()}),t||(wc(e,"compositionstart",ha),wc(e,"compositionend",ba),wc(e,"change",ba))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:o,number:i}},c){if(e._assign=pa(c),e.composing)return;if(document.activeElement===e&&"range"!==e.type){if(n)return;if(o&&e.value.trim()===t)return;if((i||"number"===e.type)&&Object(r["P"])(e.value)===t)return}const a=null==t?"":t;e.value!==a&&(e.value=a)}},ma={deep:!0,created(e,t,n){e._assign=pa(n),wc(e,"change",()=>{const t=e._modelValue,n=wa(e),o=e.checked,i=e._assign;if(Object(r["o"])(t)){const e=Object(r["H"])(t,n),c=-1!==e;if(o&&!c)i(t.concat(n));else if(!o&&c){const n=[...t];n.splice(e,1),i(n)}}else if(Object(r["C"])(t)){const e=new Set(t);o?e.add(n):e.delete(n),i(e)}else i(xa(e,o))})},mounted:va,beforeUpdate(e,t,n){e._assign=pa(n),va(e,t,n)}};function va(e,{value:t,oldValue:n},o){e._modelValue=t,Object(r["o"])(t)?e.checked=Object(r["H"])(t,o.props.value)>-1:Object(r["C"])(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=Object(r["G"])(t,xa(e,!0)))}const ya={created(e,{value:t},n){e.checked=Object(r["G"])(t,n.props.value),e._assign=pa(n),wc(e,"change",()=>{e._assign(wa(e))})},beforeUpdate(e,{value:t,oldValue:n},o){e._assign=pa(o),t!==n&&(e.checked=Object(r["G"])(t,o.props.value))}},Oa={deep:!0,created(e,{value:t,modifiers:{number:n}},o){const i=Object(r["C"])(t);wc(e,"change",()=>{const t=Array.prototype.filter.call(e.options,e=>e.selected).map(e=>n?Object(r["P"])(wa(e)):wa(e));e._assign(e.multiple?i?new Set(t):t:t[0])}),e._assign=pa(o)},mounted(e,{value:t}){ja(e,t)},beforeUpdate(e,t,n){e._assign=pa(n)},updated(e,{value:t}){ja(e,t)}};function ja(e,t){const n=e.multiple;if(!n||Object(r["o"])(t)||Object(r["C"])(t)){for(let o=0,i=e.options.length;o-1:i.selected=t.has(c);else if(Object(r["G"])(wa(i),t))return void(e.selectedIndex!==o&&(e.selectedIndex=o))}n||-1===e.selectedIndex||(e.selectedIndex=-1)}}function wa(e){return"_value"in e?e._value:e.value}function xa(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const _a={created(e,t,n){ka(e,t,n,null,"created")},mounted(e,t,n){ka(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){ka(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){ka(e,t,n,r,"updated")}};function Ca(e,t){switch(e){case"SELECT":return Oa;case"TEXTAREA":return ga;default:switch(t){case"checkbox":return ma;case"radio":return ya;default:return ga}}}function ka(e,t,n,r,o){const i=Ca(e.tagName,n.props&&n.props.type),c=i[o];c&&c(e,t,n,r)}function Sa(){ga.getSSRProps=({value:e})=>({value:e}),ya.getSSRProps=({value:e},t)=>{if(t.props&&Object(r["G"])(t.props.value,e))return{checked:!0}},ma.getSSRProps=({value:e},t)=>{if(Object(r["o"])(e)){if(t.props&&Object(r["H"])(e,t.props.value)>-1)return{checked:!0}}else if(Object(r["C"])(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},_a.getSSRProps=(e,t)=>{if("string"!==typeof t.type)return;const n=Ca(t.type.toUpperCase(),t.props&&t.props.type);return n.getSSRProps?n.getSSRProps(e,t):void 0}}const Ea=["ctrl","shift","alt","meta"],Aa={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>Ea.some(n=>e[n+"Key"]&&!t.includes(n))},Ta=(e,t)=>(n,...r)=>{for(let e=0;en=>{if(!("key"in n))return;const o=Object(r["l"])(n.key);return t.some(e=>e===o||Na[e]===o)?e(n):void 0},Va={beforeMount(e,{value:t},{transition:n}){e._vod="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):Pa(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!==!n&&(r?t?(r.beforeEnter(e),Pa(e,!0),r.enter(e)):r.leave(e,()=>{Pa(e,!1)}):Pa(e,t))},beforeUnmount(e,{value:t}){Pa(e,t)}};function Pa(e,t){e.style.display=t?e._vod:"none"}function Ba(){Va.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const Da=Object(r["h"])({patchProp:Tc},ic);let Ma,Ia=!1;function La(){return Ma||(Ma=go(Da))}function Ua(){return Ma=Ia?Ma:mo(Da),Ia=!0,Ma}const Fa=(...e)=>{La().render(...e)},za=(...e)=>{Ua().hydrate(...e)},Ya=(...e)=>{const t=La().createApp(...e);const{mount:n}=t;return t.mount=e=>{const o=qa(e);if(!o)return;const i=t._component;Object(r["q"])(i)||i.render||i.template||(i.template=o.innerHTML),o.innerHTML="";const c=n(o,!1,o instanceof SVGElement);return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),c},t},$a=(...e)=>{const t=Ua().createApp(...e);const{mount:n}=t;return t.mount=e=>{const t=qa(e);if(t)return n(t,!0,t instanceof SVGElement)},t};function qa(e){if(Object(r["E"])(e)){const t=document.querySelector(e);return t}return e}let Wa=!1;const Ha=()=>{Wa||(Wa=!0,Sa(),Ba())};const Xa=()=>{0}},"7aac":function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){return{write:function(e,t,n,o,i,c){var a=[];a.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(o)&&a.push("path="+o),r.isString(i)&&a.push("domain="+i),!0===c&&a.push("secure"),document.cookie=a.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0a":function(e,t,n){},"83b9":function(e,t,n){"use strict";var r=n("d925"),o=n("e683");e.exports=function(e,t){return e&&!r(t)?o(e,t):t}},"848b":function(e,t,n){"use strict";var r=n("5cce").version,o=n("7917"),i={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){i[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));var c={};function a(e,t,n){if("object"!==typeof e)throw new o("options must be an object",o.ERR_BAD_OPTION_VALUE);var r=Object.keys(e),i=r.length;while(i-- >0){var c=r[i],a=t[c];if(a){var s=e[c],l=void 0===s||a(s,c,e);if(!0!==l)throw new o("option "+c+" must be "+l,o.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new o("Unknown option "+c,o.ERR_BAD_OPTION)}}i.transitional=function(e,t,n){function i(e,t){return"[Axios v"+r+"] Transitional option '"+e+"'"+t+(n?". "+n:"")}return function(n,r,a){if(!1===e)throw new o(i(r," has been removed"+(t?" in "+t:"")),o.ERR_DEPRECATED);return t&&!c[r]&&(c[r]=!0,console.warn(i(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,r,a)}},e.exports={assertOptions:a,validators:i}},8853:function(e,t,n){"use strict";n.r(t);var r=n("2e1b"),o=(n("22fa"),n("7a23"));const i=Object(o["createTextVNode"])("你好啊");var c={__name:"FloatClock",setup(e){function t(){auto.invoke("runRobotNow",[{robot:n("223b")}],()=>{})}return(e,n)=>{const c=r["a"];return Object(o["openBlock"])(),Object(o["createBlock"])(c,{onClick:t,type:"primary"},{default:Object(o["withCtx"])(()=>[i]),_:1})}}};const a=c;t["default"]=a},"8a0b":function(e,t,n){},"8be7":function(e,t,n){"use strict";n.d(t,"a",(function(){return p}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("fa7c"),s=n("5aa0");const[l,u]=Object(i["a"])("badge"),f={dot:Boolean,max:c["d"],tag:Object(c["c"])("div"),color:String,offset:Array,content:c["d"],showZero:c["e"],position:Object(c["c"])("top-right")};var d=Object(o["defineComponent"])({name:l,props:f,setup(e,{slots:t}){const n=()=>{if(t.content)return!0;const{content:n,showZero:r}=e;return Object(a["d"])(n)&&""!==n&&(r||0!==n&&"0"!==n)},r=()=>{const{dot:r,max:o,content:i}=e;if(!r&&n())return t.content?t.content():Object(a["d"])(o)&&Object(a["g"])(i)&&+i>+o?o+"+":i},i=e=>e.startsWith("-")?e.replace("-",""):"-"+e,c=Object(o["computed"])(()=>{const n={background:e.color};if(e.offset){const[r,o]=e.offset,{position:c}=e,[a,l]=c.split("-");t.default?(n[a]="number"===typeof o?Object(s["b"])("top"===a?o:-o):"top"===a?Object(s["b"])(o):i(o),n[l]="number"===typeof r?Object(s["b"])("left"===l?r:-r):"left"===l?Object(s["b"])(r):i(r)):(n.marginTop=Object(s["b"])(o),n.marginLeft=Object(s["b"])(r))}return n}),l=()=>{if(n()||e.dot)return Object(o["createVNode"])("div",{class:u([e.position,{dot:e.dot,fixed:!!t.default}]),style:c.value},[r()])};return()=>{if(t.default){const{tag:n}=e;return Object(o["createVNode"])(n,{class:u("wrapper")},{default:()=>[t.default(),l()]})}return l()}}});const p=Object(r["a"])(d)},"8db7":function(e,t,n){"use strict";n.d(t,"a",(function(){return c})),n.d(t,"b",(function(){return f})),n.d(t,"c",(function(){return l})),n.d(t,"d",(function(){return a})),n.d(t,"e",(function(){return u})),n.d(t,"f",(function(){return p})),n.d(t,"g",(function(){return d}));var r=n("450f"),o=(n("7a23"),n("fa7c"));function i(e,t){"scrollTop"in e?e.scrollTop=t:e.scrollTo(e.scrollX,t)}function c(){return window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0}function a(e){i(window,e),i(document.body,e)}const s=Object(o["f"])();function l(){s&&a(c())}const u=e=>e.stopPropagation();function f(e,t){("boolean"!==typeof e.cancelable||e.cancelable)&&e.preventDefault(),t&&u(e)}const{width:d,height:p}=Object(r["useWindowSize"])()},"8df4":function(e,t,n){"use strict";var r=n("fb60");function o(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t */
t.read=function(e,t,n,r,o){var i,c,a=8*o-r-1,s=(1<>1,u=-7,f=n?o-1:0,d=n?-1:1,p=e[t+f];for(f+=d,i=p&(1<<-u)-1,p>>=-u,u+=a;u>0;i=256*i+e[t+f],f+=d,u-=8);for(c=i&(1<<-u)-1,i>>=-u,u+=r;u>0;c=256*c+e[t+f],f+=d,u-=8);if(0===i)i=1-l;else{if(i===s)return c?NaN:1/0*(p?-1:1);c+=Math.pow(2,r),i-=l}return(p?-1:1)*c*Math.pow(2,i-r)},t.write=function(e,t,n,r,o,i){var c,a,s,l=8*i-o-1,u=(1<>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,p=r?0:i-1,h=r?1:-1,b=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,c=u):(c=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-c))<1&&(c--,s*=2),t+=c+f>=1?d/s:d*Math.pow(2,1-f),t*s>=2&&(c++,s/=2),c+f>=u?(a=0,c=u):c+f>=1?(a=(t*s-1)*Math.pow(2,o),c+=f):(a=t*Math.pow(2,f-1)*Math.pow(2,o),c=0));o>=8;e[n+p]=255&a,p+=h,a/=256,o-=8);for(c=c<0;e[n+p]=255&c,p+=h,c/=256,l-=8);e[n+p-h]|=128*b}},9312:function(e,t,n){},9617:function(e,t,n){},"96e6":function(e,t,n){"use strict";n.r(t);var r=n("4b9e"),o=(n("3b21"),n("2e1b")),i=(n("22fa"),n("a136")),c=(n("4d86"),n("30ac")),a=(n("c9ab"),n("f23a")),s=(n("21a7"),n("dc94")),l=(n("02ab"),n("7a23"));const u={class:"page-full VUE_DOUYIN"},f={class:"content mt10"},d={class:"custom-button"},p={class:"custom-button"},h={class:"custom-button"},b={style:{margin:"16px"}},g=Object(l["createTextVNode"])("启动"),m=Object(l["createTextVNode"])("停止"),v=Object(l["createElementVNode"])("div",{class:"mt10 c6 fz14"},"请先打开视频页: 同城视频, 达人视频, 话题视频, 搜索结果视频...",-1);function y(e,t,n,y,O,j){const w=s["a"],x=a["a"],_=c["a"],C=i["a"],k=o["a"],S=r["a"];return Object(l["openBlock"])(),Object(l["createElementBlock"])("div",u,[Object(l["createVNode"])(w,{title:"DY看视频评赞","left-text":"返回","left-arrow":"",onClickLeft:t[0]||(t[0]=t=>e.$router.go(-1))}),Object(l["createElementVNode"])("div",f,[Object(l["createVNode"])(S,null,{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(C,{inset:""},{default:Object(l["withCtx"])(()=>[Object(l["createVNode"])(x,{modelValue:O.model.interval,"onUpdate:modelValue":t[1]||(t[1]=e=>O.model.interval=e),label:"观看时长",name:"pattern",placeholder:"请输入内容",type:"digit",required:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"]),Object(l["createVNode"])(x,{label:"点赞概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.zanMax,"onUpdate:modelValue":t[2]||(t[2]=e=>O.model.zanMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",d,Object(l["toDisplayString"])((100*O.model.zanMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{label:"关注概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.subscribeMax,"onUpdate:modelValue":t[3]||(t[3]=e=>O.model.subscribeMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",p,Object(l["toDisplayString"])((100*O.model.subscribeMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{label:"评论概率"},{input:Object(l["withCtx"])(()=>[Object(l["createVNode"])(_,{modelValue:O.model.commentMax,"onUpdate:modelValue":t[4]||(t[4]=e=>O.model.commentMax=e),step:.01,max:1,min:0},{button:Object(l["withCtx"])(()=>[Object(l["createElementVNode"])("div",h,Object(l["toDisplayString"])((100*O.model.commentMax).toFixed(0))+" %",1)]),_:1},8,["modelValue","step"])]),_:1}),Object(l["createVNode"])(x,{modelValue:O.model.comment,"onUpdate:modelValue":t[5]||(t[5]=e=>O.model.comment=e),label:"评论内容",name:"model.comment",placeholder:"请输入内容",required:"",type:"textarea",rows:"2",autosize:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"]),Object(l["createVNode"])(x,{modelValue:O.model.max,"onUpdate:modelValue":t[6]||(t[6]=e=>O.model.max=e),label:"观看量",name:"pattern",placeholder:"请输入内容",type:"digit",required:"",rules:[{required:!0,message:"请输入正确内容"}]},null,8,["modelValue"])]),_:1}),Object(l["createElementVNode"])("div",b,[Object(l["createVNode"])(k,{round:"",block:"",type:"primary",onClick:j.startNow},{default:Object(l["withCtx"])(()=>[g]),_:1},8,["onClick"]),Object(l["createVNode"])(k,{class:"mt10",round:"",block:"",type:"danger",onClick:j.stop},{default:Object(l["withCtx"])(()=>[m]),_:1},8,["onClick"]),v])]),_:1})])])}var O={data(){return{model:{zanMax:.2,sendType:"1",commentMax:.2,subscribeMax:.2,comment:"不错哟\n点赞\n视频拍得非常好\nBGM恰到好处",interval:3,max:100,...JSON.parse(localStorage.VUE_DOUYIN||"{}")}}},mounted(){},unmounted(){console.log("保存页面上的数据"),localStorage.VUE_DOUYIN=JSON.stringify(this.model)},methods:{startNow(){auto.invoke("runRobotNow",[{robot:n("ec0e"),...this.model}],()=>{})},stop(){auto.invoke("robotStop",[],()=>{})}}},j=n("6b0d"),w=n.n(j);const x=w()(O,[["render",y]]);t["default"]=x},"9a1c":function(e,t,n){"use strict";n.d(t,"a",(function(){return x}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("5aa0"),s=n("8be7"),l=n("fa7c"),u=n("bbf9");const[f,d]=Object(i["a"])("config-provider"),p=Symbol(f),h={tag:Object(c["c"])("div"),theme:Object(c["c"])("light"),zIndex:Number,themeVars:Object,themeVarsDark:Object,themeVarsLight:Object,themeVarsScope:Object(c["c"])("local"),iconPrefix:String};function b(e){return e.replace(/([a-zA-Z])(\d)/g,"$1-$2")}function g(e){const t={};return Object.keys(e).forEach(n=>{const r=b(Object(a["h"])(n));t["--van-"+r]=e[n]}),t}function m(e={},t={}){Object.keys(e).forEach(n=>{e[n]!==t[n]&&document.documentElement.style.setProperty(n,e[n])}),Object.keys(t).forEach(t=>{e[t]||document.documentElement.style.removeProperty(t)})}Object(o["defineComponent"])({name:f,props:h,setup(e,{slots:t}){const n=Object(o["computed"])(()=>g(Object(l["a"])({},e.themeVars,"dark"===e.theme?e.themeVarsDark:e.themeVarsLight)));if(l["c"]){const t=()=>{document.documentElement.classList.add("van-theme-"+e.theme)},r=(t=e.theme)=>{document.documentElement.classList.remove("van-theme-"+t)};Object(o["watch"])(()=>e.theme,(e,n)=>{n&&r(n),t()},{immediate:!0}),Object(o["onActivated"])(t),Object(o["onDeactivated"])(r),Object(o["onBeforeUnmount"])(r),Object(o["watch"])(n,(t,n)=>{"global"===e.themeVarsScope&&m(t,n)}),Object(o["watch"])(()=>e.themeVarsScope,(e,t)=>{"global"===t&&m({},n.value),"global"===e&&m(n.value,{})}),"global"===e.themeVarsScope&&m(n.value,{})}return Object(o["provide"])(p,e),Object(o["watchEffect"])(()=>{void 0!==e.zIndex&&Object(u["a"])(e.zIndex)}),()=>Object(o["createVNode"])(e.tag,{class:d(),style:"local"===e.themeVarsScope?n.value:void 0},{default:()=>{var e;return[null==(e=t.default)?void 0:e.call(t)]}})}});const[v,y]=Object(i["a"])("icon"),O=e=>null==e?void 0:e.includes("/"),j={dot:Boolean,tag:Object(c["c"])("i"),name:String,size:c["d"],badge:c["d"],color:String,badgeProps:Object,classPrefix:String};var w=Object(o["defineComponent"])({name:v,props:j,setup(e,{slots:t}){const n=Object(o["inject"])(p,null),r=Object(o["computed"])(()=>e.classPrefix||(null==n?void 0:n.iconPrefix)||y());return()=>{const{tag:n,dot:i,name:c,size:l,badge:u,color:f}=e,d=O(c);return Object(o["createVNode"])(s["a"],Object(o["mergeProps"])({dot:i,tag:n,class:[r.value,d?"":`${r.value}-${c}`],style:{color:f,fontSize:Object(a["b"])(l)},content:u},e.badgeProps),{default:()=>{var e;return[null==(e=t.default)?void 0:e.call(t),d&&Object(o["createVNode"])("img",{class:y("image"),src:c},null)]}})}}});const x=Object(r["a"])(w)},"9b51":function(e,t){e.exports='\'ui\';\r\nauto();\r\nevents.setMaxListeners(0);\r\n\r\n// 配置常量\r\nconst CONFIG = {\r\n DELAY: parseInt(global.WEB_PARAMS.delay) || 150,\r\n RATE: parseInt(global.WEB_PARAMS.rate) || 5,\r\n JD_DELAY: parseInt(global.WEB_PARAMS.jdDelay)\r\n};\r\n\r\ntoast(`设定的延时:${CONFIG.DELAY}ms, 频率:${CONFIG.RATE}`);\r\n\r\n// 目标时间计算\r\nconst calculateTargetTime = () => {\r\n let targetHours = (new Date()).getHours();\r\n let targetMinutes = (new Date()).getMinutes() + 1;\r\n\r\n if (targetMinutes === 60) {\r\n targetHours = targetHours + 1;\r\n if (targetHours > 23) {\r\n targetHours = 0;\r\n }\r\n targetMinutes = 0;\r\n }\r\n\r\n const target = new Date();\r\n if (targetHours === 0) {\r\n target.setHours(targetHours, targetMinutes, 0, 0);\r\n target.setDate(target.getDate() + 1);\r\n } else {\r\n target.setHours(targetHours, targetMinutes, 0, 0);\r\n }\r\n return target;\r\n};\r\n\r\n// 点击相关配置\r\nconst CLICK_CONFIG = {\r\n randomDuration: Math.floor(Math.random() * 6) + 47,\r\n waitCorrection: 50 - (Math.floor(Math.random() * 6) + 47)\r\n};\r\n\r\n// 按钮查找配置\r\nconst BUTTON_CONFIG = {\r\n pattern: /普通支付|提交订单|立即支付|自己付|去结算/\r\n};\r\n\r\n// 查找目标按钮\r\nfunction findTargetButton() {\r\n console.log(\'正在查找按钮\');\r\n let button = textMatches(BUTTON_CONFIG.pattern).findOne(3000);\r\n if (button) {\r\n const bt_text=button.text()\r\n console.log("找到按钮:", bt_text);\r\n // if(bt_text=="在线支付"&&button.clickable()==false){\r\n // let zxzf = text(bt_text).clickable(true).findOne(3000);\r\n // if(zxzf){\r\n // console.log("找到按钮(网页):", zxzf.text());\r\n // return zxzf.bounds();\r\n // }\r\n // return button.bounds();\r\n // }\r\n return button.bounds();\r\n } else {\r\n console.log(\'未查找到按钮\');\r\n return {\r\n centerX:()=>device.width/2+device.width/3,\r\n centerY:()=>device.height-160\r\n }\r\n }\r\n}\r\n\r\n// 计算到目标时间的毫秒数\r\nfunction getMillisecondsToTarget(currentTime) {\r\n return target - currentTime;\r\n}\r\n\r\n// 时间格式化配置\r\nconst dateFormatter = new java.text.SimpleDateFormat("HH:mm:ss.S");\r\n\r\n// 关闭已存在的悬浮窗\r\nif (global.custw) {\r\n global.custw.close();\r\n}\r\n\r\n// 创建悬浮窗UI\r\nconst floatingWindow = floaty.rawWindow(\r\n \r\n \r\n \r\n \r\n);\r\n\r\n// 悬浮窗事件处理\r\nlet dragState = {\r\n isDragging: false,\r\n lastX: 0,\r\n lastY: 0\r\n};\r\n\r\n// 关闭按钮事件\r\nfloatingWindow.closeBtn.setOnClickListener(() => {\r\n if (executor) {\r\n executor.shutdown();\r\n executor.shutdownNow();\r\n }\r\n threads.shutDownAll();\r\n floatingWindow.close();\r\n});\r\n\r\n// 拖动处理\r\nfloatingWindow.clock.setOnTouchListener(function(view, event) {\r\n switch (event.getAction()) {\r\n case event.ACTION_DOWN:\r\n dragState.lastX = event.getRawX();\r\n dragState.lastY = event.getRawY();\r\n dragState.isDragging = false;\r\n break;\r\n case event.ACTION_MOVE:\r\n const dx = event.getRawX() - dragState.lastX;\r\n const dy = event.getRawY() - dragState.lastY;\r\n if (Math.abs(dx) > 5 || Math.abs(dy) > 5) {\r\n dragState.isDragging = true;\r\n }\r\n floatingWindow.setPosition(floatingWindow.getX() + dx, floatingWindow.getY() + dy);\r\n dragState.lastX = event.getRawX();\r\n dragState.lastY = event.getRawY();\r\n break;\r\n }\r\n return true;\r\n});\r\n\r\n// 设置悬浮窗大小和位置\r\nfloatingWindow.setSize(device.width * 0.68, 200);\r\nfloatingWindow.setPosition(device.width / 2 - device.width * 0.33, 820);\r\n// floatingWindow.setPosition(device.width/2+device.width/3, device.height-260);\r\nglobal.custw = floatingWindow;\r\n\r\n// 初始化执行器\r\nconst executor = java.util.concurrent.Executors.newSingleThreadScheduledExecutor();\r\n\r\n// 计算时间差\r\nconst timeDifference = CONFIG.JD_DELAY + CONFIG.DELAY + CLICK_CONFIG.waitCorrection;\r\n\r\n// 初始化目标时间和状态\r\nconst target = calculateTargetTime();\r\nlet now = new Date().getTime() - timeDifference;\r\nconst msToTarget = getMillisecondsToTarget(now);\r\nlet isTrigger = msToTarget <= 0;\r\n\r\n// 获取按钮位置\r\nconst buttonBounds = findTargetButton();\r\nconst clickPosition = {\r\n x: buttonBounds.centerX() - Math.floor(Math.random() * 10),\r\n y: buttonBounds.centerY() + Math.floor(Math.random() * 10)\r\n};\r\n\r\nconsole.log(clickPosition)\r\n\r\n// 更新时钟显示\r\nfunction updateClock() {\r\n const currentTime = new Date().getTime() - timeDifference;\r\n ui.run(() => {\r\n floatingWindow.clock.setText(dateFormatter.format(new Date(currentTime)));\r\n });\r\n\r\n const timeToTarget = getMillisecondsToTarget(currentTime);\r\n if (timeToTarget <= 0 && !isTrigger) {\r\n press(clickPosition.x, clickPosition.y, CLICK_CONFIG.randomDuration);\r\n isTrigger = true;\r\n }\r\n}\r\n\r\n// 初始化时钟\r\nupdateClock();\r\n\r\n// 创建定时任务\r\nconst updateTask = new java.lang.Runnable({\r\n run: function() {\r\n updateClock();\r\n }\r\n});\r\n\r\n// 启动定时任务\r\nexecutor.scheduleAtFixedRate(updateTask, 0, CONFIG.RATE, java.util.concurrent.TimeUnit.MILLISECONDS);\r\n\r\n// 退出处理\r\nevents.on("exit", function() {\r\n executor.shutdown();\r\n console.log("Handler task stopped.");\r\n});'},"9b55":function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n("fa7c");function o(e,{args:t=[],done:n,canceled:o,error:i}){if(e){const c=e.apply(null,t);Object(r["i"])(c)?c.then(e=>{e?n():o&&o()}).catch(i||r["k"]):c?n():o&&o()}else n()}},"9ff4":function(e,t,n){"use strict";(function(e){function r(e,t){const n=Object.create(null),r=e.split(",");for(let o=0;o!!n[e.toLowerCase()]:e=>!!n[e]}n.d(t,"a",(function(){return C})),n.d(t,"b",(function(){return _})),n.d(t,"c",(function(){return S})),n.d(t,"d",(function(){return k})),n.d(t,"e",(function(){return Q})),n.d(t,"f",(function(){return ne})),n.d(t,"g",(function(){return ce})),n.d(t,"h",(function(){return N})),n.d(t,"i",(function(){return le})),n.d(t,"j",(function(){return oe})),n.d(t,"k",(function(){return P})),n.d(t,"l",(function(){return te})),n.d(t,"m",(function(){return s})),n.d(t,"n",(function(){return ie})),n.d(t,"o",(function(){return B})),n.d(t,"p",(function(){return J})),n.d(t,"q",(function(){return L})),n.d(t,"r",(function(){return i})),n.d(t,"s",(function(){return m})),n.d(t,"t",(function(){return X})),n.d(t,"u",(function(){return D})),n.d(t,"v",(function(){return T})),n.d(t,"w",(function(){return z})),n.d(t,"x",(function(){return A})),n.d(t,"y",(function(){return H})),n.d(t,"z",(function(){return Y})),n.d(t,"A",(function(){return G})),n.d(t,"B",(function(){return v})),n.d(t,"C",(function(){return M})),n.d(t,"D",(function(){return a})),n.d(t,"E",(function(){return U})),n.d(t,"F",(function(){return F})),n.d(t,"G",(function(){return O})),n.d(t,"H",(function(){return j})),n.d(t,"I",(function(){return r})),n.d(t,"J",(function(){return p})),n.d(t,"K",(function(){return h})),n.d(t,"L",(function(){return l})),n.d(t,"M",(function(){return R})),n.d(t,"N",(function(){return w})),n.d(t,"O",(function(){return re})),n.d(t,"P",(function(){return ae})),n.d(t,"Q",(function(){return W}));const o="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt",i=r(o);const c="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",a=r(c);function s(e){return!!e||""===e}function l(e){if(B(e)){const t={};for(let n=0;n{if(e){const n=e.split(f);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function p(e){let t="";if(U(e))t=e;else if(B(e))for(let n=0;nO(e,t))}const w=e=>U(e)?e:null==e?"":B(e)||z(e)&&(e.toString===$||!L(e.toString))?JSON.stringify(e,x,2):String(e),x=(e,t)=>t&&t.__v_isRef?x(e,t.value):D(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,n])=>(e[t+" =>"]=n,e),{})}:M(t)?{[`Set(${t.size})`]:[...t.values()]}:!z(t)||B(t)||H(t)?t:String(t),_={},C=[],k=()=>{},S=()=>!1,E=/^on[^a-z]/,A=e=>E.test(e),T=e=>e.startsWith("onUpdate:"),N=Object.assign,R=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},V=Object.prototype.hasOwnProperty,P=(e,t)=>V.call(e,t),B=Array.isArray,D=e=>"[object Map]"===q(e),M=e=>"[object Set]"===q(e),I=e=>"[object Date]"===q(e),L=e=>"function"===typeof e,U=e=>"string"===typeof e,F=e=>"symbol"===typeof e,z=e=>null!==e&&"object"===typeof e,Y=e=>z(e)&&L(e.then)&&L(e.catch),$=Object.prototype.toString,q=e=>$.call(e),W=e=>q(e).slice(8,-1),H=e=>"[object Object]"===q(e),X=e=>U(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,G=r(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),J=r("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),K=e=>{const t=Object.create(null);return n=>{const r=t[n];return r||(t[n]=e(n))}},Z=/-(\w)/g,Q=K(e=>e.replace(Z,(e,t)=>t?t.toUpperCase():"")),ee=/\B([A-Z])/g,te=K(e=>e.replace(ee,"-$1").toLowerCase()),ne=K(e=>e.charAt(0).toUpperCase()+e.slice(1)),re=K(e=>e?"on"+ne(e):""),oe=(e,t)=>!Object.is(e,t),ie=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},ae=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let se;const le=()=>se||(se="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof e?e:{})}).call(this,n("c8ba"))},a136:function(e,t,n){"use strict";n.d(t,"a",(function(){return p}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("d243"),s=n("0baf");const[l,u]=Object(i["a"])("cell-group"),f={title:String,inset:Boolean,border:c["e"]};var d=Object(o["defineComponent"])({name:l,inheritAttrs:!1,props:f,setup(e,{slots:t,attrs:n}){const r=()=>{var r;return Object(o["createVNode"])("div",Object(o["mergeProps"])({class:[u({inset:e.inset}),{[a["c"]]:e.border&&!e.inset}]},n,Object(s["a"])()),[null==(r=t.default)?void 0:r.call(t)])},i=()=>Object(o["createVNode"])("div",{class:u("title",{inset:e.inset})},[t.title?t.title():e.title]);return()=>e.title||t.title?Object(o["createVNode"])(o["Fragment"],null,[i(),r()]):r()}});const p=Object(r["a"])(d)},a7ac:function(e,t){e.exports='// 导入AutoX.js的相关模块\r\n\'ui\';\r\nauto();\r\n// toast("请打开京东app")\r\n// 设置等待时间间隔(毫秒)\r\nconst targetButton= text("购物车").findOne(30000);\r\n\r\n// id("com.jd.lib.productdetail.feature:id/bsv").findOne(30000);\r\n\r\n// 界面中已没有“取消预约”文本,开始查找“立即确定”或“确定按钮”\r\nconsole.log("找到购物车按钮");\r\n\r\n\r\nsleep(20);\r\n// 判断是否找到按钮\r\nif (targetButton) {\r\n // 计算按钮的中心位置\r\n // const bx = targetButton.bounds();\r\n // const centerX = bx.centerX();\r\n // const centerY = bx.centerY();\r\n const centerX=1060;\r\n const centerY=2750;\r\n // console.log(centerX);\r\n // console.log(centerY);\r\n\r\n press(centerX,centerY,50);\r\n\r\n // 设置点击的总时长(10 秒)\r\n const totalDuration = 5000; // 10 秒\r\n // 设置每次点击的间隔时间(100 毫秒)\r\n const clickInterval = 160;\r\n\r\n // 获取当前时间\r\n const clickStartTime = Date.now();\r\n // sleep(clickInterval);\r\n // 持续点击按钮的中心位置\r\n while (Date.now() - clickStartTime < totalDuration) {\r\n // break;\r\n try {\r\n // 模拟点击按钮的中心位置\r\n press(centerX, centerY, 50); // 50 是点击的持续时间(毫秒)\r\n // console.log("1");\r\n } catch (e) {\r\n // 捕获异常,防止脚本因异常退出\r\n console.error("点击按钮时发生异常:", e);\r\n\r\n }\r\n // break;\r\n\r\n // 等待点击间隔时间\r\n sleep(clickInterval);\r\n // break;\r\n }\r\n\r\n toast("点击结束");\r\n} else {\r\n toast("未找到“立即确定”或“确定按钮”");\r\n}'},aa5a:function(e,t,n){"use strict";n("68ef"),n("cb51"),n("3743"),n("1a04")},abc5:function(e,t,n){"use strict";(function(e){function r(){return o().__VUE_DEVTOOLS_GLOBAL_HOOK__}function o(){return"undefined"!==typeof navigator&&"undefined"!==typeof window?window:"undefined"!==typeof e?e:{}}n.d(t,"a",(function(){return r})),n.d(t,"b",(function(){return o})),n.d(t,"c",(function(){return i}));const i="function"===typeof Proxy}).call(this,n("c8ba"))},ae54:function(e,t){e.exports="// 全局方法封装\r\nfunction showLog () {\r\n app.startActivity(\"console\")\r\n}\r\nglobal.showLog = showLog\r\n\r\n\r\n\r\nevents.broadcast.on('callJs', function (str) {\r\n callJs(str)\r\n});\r\n\r\n// 执行js 方法\r\nfunction jsCall (str) {\r\n events.broadcast.emit('callJs', str);\r\n}\r\nglobal.jsCall = jsCall\r\n\r\n// 给js 变量赋值\r\nfunction jsVal (key, val) {\r\n val = typeof val === 'object' ? `JSON.parse('${JSON.stringify(val)}')` : `\"${val}\"`\r\n jsCall(`${key}=${val}`)\r\n}\r\n\r\nglobal.jsVal = jsVal\r\n\r\n// 将脚本和参数挂在global.curRobot, 然后可以在robot.menu.js 悬浮菜单点击开始执行\r\nglobal.runRobot = function runRobot (params) {\r\n toastLog('机器人已加载, 请打开App对应页面, 点击开始!')\r\n global.curRobot = function () {\r\n runRobotNow(params)\r\n }\r\n}\r\n\r\n// 直接执行脚本\r\nglobal.runRobotNow = function runRobotNow (params) {\r\n global.curRobot = function () {\r\n runRobotNow(params)\r\n }\r\n\r\n global.robotStop()\r\n global.robotThread = threads.start(function () {\r\n global.WEB_PARAMS = params\r\n eval(params.robot)\r\n })\r\n}\r\n\r\n// 停止脚本\r\nglobal.robotStop = function robotStop () {\r\n global.robotThread && global.robotThread.interrupt()\r\n}\r\n\r\nif (!global.backThread) {\r\n global.backThread = threads.start(() => {\r\n var timer\r\n var count = 0\r\n ui.emitter.on(\"back_pressed\", e => {\r\n if (ui.web.canGoBack()) {\r\n ui.web.goBack(); //后退\r\n e.consumed = true;\r\n return\r\n }\r\n toast(\"连续按两次返回键退出\")\r\n\r\n timer && clearTimeout(timer)\r\n timer = setTimeout(() => {\r\n count = 0\r\n }, 2000)\r\n if (++count >= 2) {\r\n threads.shutDownAll()\r\n e.consumed = false\r\n exit()\r\n }\r\n e.consumed = true;\r\n })\r\n })\r\n}\r\n\r\n\r\n//上滑\r\nglobal.swipeUp = function () {\r\n var a = device.width;\r\n var b = device.height;\r\n swipe(a * 0.5, b * 0.8, a * 0.5, b * 0.2, 500);\r\n}\r\n\r\n// 修改web\r\nlet idx = 0\r\nsetInterval(() => {\r\n // jsVal('$store.count', ++idx)\r\n}, 1000);"},ae73:function(e,t,n){},afa9:function(e,t,n){"use strict";n("68ef"),n("bf60")},b0ed:function(e,t){e.exports='auto();\r\n//觉得碍眼,就注释掉这几行。(悬浮半透明日志窗口) \r\nconsole.show(); //日志输出到屏幕\r\n\r\nlaunchApp("微信");\r\nif (desc(\'拍照分享\').findOne(3000) == null) {\r\n click("发现");\r\n click("朋友圈");\r\n sleep(3000);\r\n}\r\nconsole.log(\'进入朋友圈\');\r\n\r\nfor (var i = 0; i < 10; i++) {\r\n click(desc("评论"));\r\n sleep(1000);\r\n}'},b138:function(e,t,n){"use strict";n.d(t,"a",(function(){return l})),n.d(t,"b",(function(){return f}));var r=n("7a23"),o=n("1fba"),i=n("e5f6"),c=n("450f");const[a,s]=Object(o["a"])("row"),l=Symbol(a),u={tag:Object(i["c"])("div"),wrap:i["e"],align:String,gutter:{type:[String,Number,Array],default:0},justify:String};var f=Object(r["defineComponent"])({name:a,props:u,setup(e,{slots:t}){const{children:n,linkChildren:o}=Object(c["useChildren"])(l),i=Object(r["computed"])(()=>{const e=[[]];let t=0;return n.forEach((n,r)=>{t+=Number(n.span),t>24?(e.push([r]),t-=24):e[e.length-1].push(r)}),e}),a=Object(r["computed"])(()=>{let t=0;t=Array.isArray(e.gutter)?Number(e.gutter[0])||0:Number(e.gutter);const n=[];return t?(i.value.forEach(e=>{const r=t*(e.length-1)/e.length;e.forEach((e,o)=>{if(0===o)n.push({right:r});else{const o=t-n[e-1].right,i=r-o;n.push({left:o,right:i})}})}),n):n}),u=Object(r["computed"])(()=>{const{gutter:t}=e,n=[];if(Array.isArray(t)&&t.length>1){const e=Number(t[1])||0;if(e<=0)return n;i.value.forEach((t,r)=>{r!==i.value.length-1&&t.forEach(()=>{n.push({bottom:e})})})}return n});return o({spaces:a,verticalSpaces:u}),()=>{const{tag:n,wrap:o,align:i,justify:c}=e;return Object(r["createVNode"])(n,{class:s({["align-"+i]:i,["justify-"+c]:c,nowrap:!o})},{default:()=>{var e;return[null==(e=t.default)?void 0:e.call(t)]}})}}})},b50d:function(e,t,n){"use strict";var r=n("c532"),o=n("467f"),i=n("7aac"),c=n("30b5"),a=n("83b9"),s=n("c345"),l=n("3934"),u=n("cafa"),f=n("7917"),d=n("fb60"),p=n("b68a");e.exports=function(e){return new Promise((function(t,n){var h,b=e.data,g=e.headers,m=e.responseType;function v(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(b)&&r.isStandardBrowserEnv()&&delete g["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var O=e.auth.username||"",j=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";g.Authorization="Basic "+btoa(O+":"+j)}var w=a(e.baseURL,e.url);function x(){if(y){var r="getAllResponseHeaders"in y?s(y.getAllResponseHeaders()):null,i=m&&"text"!==m&&"json"!==m?y.response:y.responseText,c={data:i,status:y.status,statusText:y.statusText,headers:r,config:e,request:y};o((function(e){t(e),v()}),(function(e){n(e),v()}),c),y=null}}if(y.open(e.method.toUpperCase(),c(w,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=x:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(x)},y.onabort=function(){y&&(n(new f("Request aborted",f.ECONNABORTED,e,y)),y=null)},y.onerror=function(){n(new f("Network Error",f.ERR_NETWORK,e,y,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||u;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new f(t,r.clarifyTimeoutError?f.ETIMEDOUT:f.ECONNABORTED,e,y)),y=null},r.isStandardBrowserEnv()){var _=(e.withCredentials||l(w))&&e.xsrfCookieName?i.read(e.xsrfCookieName):void 0;_&&(g[e.xsrfHeaderName]=_)}"setRequestHeader"in y&&r.forEach(g,(function(e,t){"undefined"===typeof b&&"content-type"===t.toLowerCase()?delete g[t]:y.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),m&&"json"!==m&&(y.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){y&&(n(!e||e&&e.type?new d:e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),b||(b=null);var C=p(w);C&&-1===["http","https","file"].indexOf(C)?n(new f("Unsupported protocol "+C+":",f.ERR_BAD_REQUEST,e)):y.send(b)}))}},b639:function(e,t,n){"use strict";(function(e){
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh
* @license MIT
*/
var r=n("1fb5"),o=n("9152"),i=n("e3db");function c(){try{var e=new Uint8Array(1);return e.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===e.foo()&&"function"===typeof e.subarray&&0===e.subarray(1,1).byteLength}catch(t){return!1}}function a(){return l.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,t){if(a()=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function y(e){return+e!=e&&(e=0),l.alloc(+e)}function O(e,t){if(l.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return J(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Q(e).length;default:if(r)return J(e).length;t=(""+t).toLowerCase(),r=!0}}function j(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,t>>>=0,n<=t)return"";e||(e="utf8");while(1)switch(e){case"hex":return M(this,t,n);case"utf8":case"utf-8":return R(this,t,n);case"ascii":return B(this,t,n);case"latin1":case"binary":return D(this,t,n);case"base64":return N(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return I(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function w(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function x(e,t,n,r,o){if(0===e.length)return-1;if("string"===typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=o?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(o)return-1;n=e.length-1}else if(n<0){if(!o)return-1;n=0}if("string"===typeof t&&(t=l.from(t,r)),l.isBuffer(t))return 0===t.length?-1:_(e,t,n,r,o);if("number"===typeof t)return t&=255,l.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):_(e,[t],n,r,o);throw new TypeError("val must be string, number or Buffer")}function _(e,t,n,r,o){var i,c=1,a=e.length,s=t.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;c=2,a/=2,s/=2,n/=2}function l(e,t){return 1===c?e[t]:e.readUInt16BE(t*c)}if(o){var u=-1;for(i=n;ia&&(n=a-s),i=n;i>=0;i--){for(var f=!0,d=0;do&&(r=o)):r=o;var i=t.length;if(i%2!==0)throw new TypeError("Invalid hex string");r>i/2&&(r=i/2);for(var c=0;c239?4:l>223?3:l>191?2:1;if(o+f<=n)switch(f){case 1:l<128&&(u=l);break;case 2:i=e[o+1],128===(192&i)&&(s=(31&l)<<6|63&i,s>127&&(u=s));break;case 3:i=e[o+1],c=e[o+2],128===(192&i)&&128===(192&c)&&(s=(15&l)<<12|(63&i)<<6|63&c,s>2047&&(s<55296||s>57343)&&(u=s));break;case 4:i=e[o+1],c=e[o+2],a=e[o+3],128===(192&i)&&128===(192&c)&&128===(192&a)&&(s=(15&l)<<18|(63&i)<<12|(63&c)<<6|63&a,s>65535&&s<1114112&&(u=s))}null===u?(u=65533,f=1):u>65535&&(u-=65536,r.push(u>>>10&1023|55296),u=56320|1023&u),r.push(u),o+=f}return P(r)}t.Buffer=l,t.SlowBuffer=y,t.INSPECT_MAX_BYTES=50,l.TYPED_ARRAY_SUPPORT=void 0!==e.TYPED_ARRAY_SUPPORT?e.TYPED_ARRAY_SUPPORT:c(),t.kMaxLength=a(),l.poolSize=8192,l._augment=function(e){return e.__proto__=l.prototype,e},l.from=function(e,t,n){return u(null,e,t,n)},l.TYPED_ARRAY_SUPPORT&&(l.prototype.__proto__=Uint8Array.prototype,l.__proto__=Uint8Array,"undefined"!==typeof Symbol&&Symbol.species&&l[Symbol.species]===l&&Object.defineProperty(l,Symbol.species,{value:null,configurable:!0})),l.alloc=function(e,t,n){return d(null,e,t,n)},l.allocUnsafe=function(e){return p(null,e)},l.allocUnsafeSlow=function(e){return p(null,e)},l.isBuffer=function(e){return!(null==e||!e._isBuffer)},l.compare=function(e,t){if(!l.isBuffer(e)||!l.isBuffer(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,o=0,i=Math.min(n,r);o0&&(e=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(e+=" ... ")),""},l.prototype.compare=function(e,t,n,r,o){if(!l.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===o&&(o=this.length),t<0||n>e.length||r<0||o>this.length)throw new RangeError("out of range index");if(r>=o&&t>=n)return 0;if(r>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,r>>>=0,o>>>=0,this===e)return 0;for(var i=o-r,c=n-t,a=Math.min(i,c),s=this.slice(r,o),u=e.slice(t,n),f=0;fo)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var i=!1;;)switch(r){case"hex":return C(this,e,t,n);case"utf8":case"utf-8":return k(this,e,t,n);case"ascii":return S(this,e,t,n);case"latin1":case"binary":return E(this,e,t,n);case"base64":return A(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,e,t,n);default:if(i)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),i=!0}},l.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var V=4096;function P(e){var t=e.length;if(t<=V)return String.fromCharCode.apply(String,e);var n="",r=0;while(rr)&&(n=r);for(var o="",i=t;in)throw new RangeError("Trying to access beyond buffer length")}function U(e,t,n,r,o,i){if(!l.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||te.length)throw new RangeError("Index out of range")}function F(e,t,n,r){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-n,2);o>>8*(r?o:1-o)}function z(e,t,n,r){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-n,4);o>>8*(r?o:3-o)&255}function Y(e,t,n,r,o,i){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function $(e,t,n,r,i){return i||Y(e,t,n,4,34028234663852886e22,-34028234663852886e22),o.write(e,t,n,r,23,4),n+4}function q(e,t,n,r,i){return i||Y(e,t,n,8,17976931348623157e292,-17976931348623157e292),o.write(e,t,n,r,52,8),n+8}l.prototype.slice=function(e,t){var n,r=this.length;if(e=~~e,t=void 0===t?r:~~t,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),t<0?(t+=r,t<0&&(t=0)):t>r&&(t=r),t0&&(o*=256))r+=this[e+--t]*o;return r},l.prototype.readUInt8=function(e,t){return t||L(e,1,this.length),this[e]},l.prototype.readUInt16LE=function(e,t){return t||L(e,2,this.length),this[e]|this[e+1]<<8},l.prototype.readUInt16BE=function(e,t){return t||L(e,2,this.length),this[e]<<8|this[e+1]},l.prototype.readUInt32LE=function(e,t){return t||L(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},l.prototype.readUInt32BE=function(e,t){return t||L(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},l.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||L(e,t,this.length);var r=this[e],o=1,i=0;while(++i=o&&(r-=Math.pow(2,8*t)),r},l.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||L(e,t,this.length);var r=t,o=1,i=this[e+--r];while(r>0&&(o*=256))i+=this[e+--r]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i},l.prototype.readInt8=function(e,t){return t||L(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},l.prototype.readInt16LE=function(e,t){t||L(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt16BE=function(e,t){t||L(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},l.prototype.readInt32LE=function(e,t){return t||L(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},l.prototype.readInt32BE=function(e,t){return t||L(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},l.prototype.readFloatLE=function(e,t){return t||L(e,4,this.length),o.read(this,e,!0,23,4)},l.prototype.readFloatBE=function(e,t){return t||L(e,4,this.length),o.read(this,e,!1,23,4)},l.prototype.readDoubleLE=function(e,t){return t||L(e,8,this.length),o.read(this,e,!0,52,8)},l.prototype.readDoubleBE=function(e,t){return t||L(e,8,this.length),o.read(this,e,!1,52,8)},l.prototype.writeUIntLE=function(e,t,n,r){if(e=+e,t|=0,n|=0,!r){var o=Math.pow(2,8*n)-1;U(this,e,t,n,o,0)}var i=1,c=0;this[t]=255&e;while(++c=0&&(c*=256))this[t+i]=e/c&255;return t+n},l.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,255,0),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},l.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},l.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,65535,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},l.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):z(this,e,t,!0),t+4},l.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,4294967295,0),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):z(this,e,t,!1),t+4},l.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);U(this,e,t,n,o-1,-o)}var i=0,c=1,a=0;this[t]=255&e;while(++i>0)-a&255;return t+n},l.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var o=Math.pow(2,8*n-1);U(this,e,t,n,o-1,-o)}var i=n-1,c=1,a=0;this[t+i]=255&e;while(--i>=0&&(c*=256))e<0&&0===a&&0!==this[t+i+1]&&(a=1),this[t+i]=(e/c>>0)-a&255;return t+n},l.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,1,127,-128),l.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},l.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):F(this,e,t,!0),t+2},l.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,2,32767,-32768),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):F(this,e,t,!1),t+2},l.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),l.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):z(this,e,t,!0),t+4},l.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||U(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),l.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):z(this,e,t,!1),t+4},l.prototype.writeFloatLE=function(e,t,n){return $(this,e,t,!0,n)},l.prototype.writeFloatBE=function(e,t,n){return $(this,e,t,!1,n)},l.prototype.writeDoubleLE=function(e,t,n){return q(this,e,t,!0,n)},l.prototype.writeDoubleBE=function(e,t,n){return q(this,e,t,!1,n)},l.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t=0;--o)e[o+t]=this[o+n];else if(i<1e3||!l.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"===typeof e)for(i=t;i55295&&n<57344){if(!o){if(n>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(c+1===r){(t-=3)>-1&&i.push(239,191,189);continue}o=n;continue}if(n<56320){(t-=3)>-1&&i.push(239,191,189),o=n;continue}n=65536+(o-55296<<10|n-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,n<128){if((t-=1)<0)break;i.push(n)}else if(n<2048){if((t-=2)<0)break;i.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;i.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return i}function K(e){for(var t=[],n=0;n>8,o=n%256,i.push(o),i.push(r)}return i}function Q(e){return r.toByteArray(H(e))}function ee(e,t,n,r){for(var o=0;o=t.length||o>=e.length)break;t[o+n]=e[o]}return o}function te(e){return e!==e}}).call(this,n("c8ba"))},b68a:function(e,t,n){"use strict";e.exports=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}},bb0e:function(e,t,n){"use strict";n("68ef"),n("bf60"),n("7b0a")},bb51:function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"getJDTimeDelay",(function(){return p})),n.d(r,"getConfig",(function(){return h})),n.d(r,"getAllConfig",(function(){return b})),n.d(r,"openJD",(function(){return g})),n.d(r,"openJDClock",(function(){return m})),n.d(r,"openJDYY",(function(){return v})),n.d(r,"openZD",(function(){return y})),n.d(r,"openCustQJ",(function(){return O})),n.d(r,"stopAllScript",(function(){return j})),n.d(r,"openFloat",(function(){return w})),n.d(r,"openConsole",(function(){return x}));var o=n("bed3"),i=(n("afa9"),n("2e1b")),c=(n("22fa"),n("9a1c")),a=(n("68ef"),n("cb51"),n("3743"),n("efc0")),s=(n("bb0e"),n("a136")),l=(n("4d86"),n("6c44")),u=(n("aa5a"),n("7a23")),f=n("bc3a"),d=n.n(f);d.a.defaults.timeout=280;const p=async()=>{try{let t=(new Date).getTime();var e="https://api.m.jd.com/client.action?functionId=queryMaterialProducts&am";const n=await d.a.get(e);let r=(new Date).getTime(),o=r-t,i=o/2,c=n.headers["x-api-request-id"].split("-")[2],a=new Date(parseInt(c)).getTime(),s=t+i,l=s-a;return window.$store.delay=-i,parseInt(l.toString())}catch(t){return window.$store.delay=-20,-530}},h=()=>localStorage.GLOBAL_CONFIG?JSON.parse(localStorage.GLOBAL_CONFIG||"{}"):{delay:150,rate:5},b=async()=>{const e=await p(),t=h();return{jdDelay:e,delay:t.delay||$store.delay,rate:t.rate}},g=()=>{auto.invoke("runRobotNow",[{robot:n("ea7d"),appName:"京东"}],()=>{})},m=async()=>{auto.invoke("runRobotNow",[{robot:n("223b"),...await b()}],()=>{})},v=async()=>{auto.invoke("runRobotNow",[{robot:n("a7ac"),...await b()}],()=>{})},y=async()=>{auto.invoke("runRobotNow",[{robot:n("d5d4"),...await b()}],()=>{})},O=async()=>{auto.invoke("runRobotNow",[{robot:n("9b51"),...await b()}],()=>{})},j=async()=>{auto.invoke("runRobotNow",[{robot:n("dbd7"),...h()}],()=>{})},w=()=>{auto.execAjCode(n("cebe"))},x=()=>{auto.invoke("showLog")};var _=n("5e6f");const C={style:{position:"absolute",bottom:"80px",width:"100%"}},k=Object(u["createTextVNode"])("无障碍服务 "),S=Object(u["createTextVNode"])("停止所有脚本 ");var E={__name:"Home",setup(e){for(let o of Object.keys(r))window[o]=r[o];const t=()=>{var e=(new Date).getHours()+1;e>23&&(e=0);const t=0;return e+"点"+t+"分抢"},n=()=>{var e=(new Date).getHours(),t=(new Date).getMinutes()+1;return 60==t&&(e+=1,e>23&&(e=0),t=0),e+"点"+t+"分抢"},f=Object(u["ref"])([{title:t(),type:"success",icon:"fire-o",handleClick:y},{title:n(),icon:"more-o",type:"default",handleClick:O}]),d=Object(u["ref"])([{title:"京东时钟",icon:"underway-o",type:"warning",handleClick:m},{title:"打开京东",icon:"logistics",type:"default",handleClick:g},{title:"悬浮工具",icon:"play-circle-o",type:"primary",handleClick:w},{title:"控制台",icon:"cashier-o",type:"default",handleClick:x}]),h=setInterval(()=>{f.value[0].title=t(),f.value[1].title=n()},5e3),b=()=>{auto.invoke("auto")};return Object(u["onMounted"])(()=>{w(),p()}),Object(u["onUnmounted"])(()=>{h&&clearInterval(h)}),(e,t)=>{const n=l["a"],r=s["a"],p=a["a"],h=c["a"],g=i["a"],m=o["a"];return Object(u["openBlock"])(),Object(u["createElementBlock"])("div",C,[Object(u["createVNode"])(_["default"]),Object(u["createVNode"])(m,{style:{"margin-top":"0px",padding:"6px"}},{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(p,{span:"24"},{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(r,null,{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(n,{title:"京东API延迟:",value:e.$store.delay+"ms"},null,8,["value"])]),_:1})]),_:1}),Object(u["createVNode"])(p,{span:"24",style:{"margin-top":"8px"}},{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(g,{type:"warning",onClick:b,style:{width:"49%","font-size":"16px","margin-right":"2%"}},{default:Object(u["withCtx"])(()=>[k,Object(u["createVNode"])(h,{name:"item.icon",size:"16px"})]),_:1}),Object(u["createVNode"])(g,{type:"danger",onClick:j,style:{width:"49%","font-size":"16px"}},{default:Object(u["withCtx"])(()=>[S,Object(u["createVNode"])(h,{name:"item.icon",size:"16px"})]),_:1},8,["onClick"])]),_:1})]),_:1}),Object(u["createVNode"])(m,{style:{"margin-top":"0px",padding:"6px"}},{default:Object(u["withCtx"])(()=>[(Object(u["openBlock"])(!0),Object(u["createElementBlock"])(u["Fragment"],null,Object(u["renderList"])(f.value,e=>(Object(u["openBlock"])(),Object(u["createBlock"])(p,{span:"12",style:{"margin-top":"6px"},key:e.name},{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(g,{type:e.type,onClick:e.handleClick,style:{width:"98%",height:"54px","font-size":"16px"}},{default:Object(u["withCtx"])(()=>[Object(u["createTextVNode"])(Object(u["toDisplayString"])(e.title)+" ",1),Object(u["createVNode"])(h,{name:e.icon,size:"16px"},null,8,["name"])]),_:2},1032,["type","onClick"])]),_:2},1024))),128)),(Object(u["openBlock"])(!0),Object(u["createElementBlock"])(u["Fragment"],null,Object(u["renderList"])(d.value,e=>(Object(u["openBlock"])(),Object(u["createBlock"])(p,{span:"12",style:{"margin-top":"6px"},key:e.name},{default:Object(u["withCtx"])(()=>[Object(u["createVNode"])(g,{type:e.type,onClick:e.handleClick,style:{width:"98%",height:"54px","font-size":"16px"}},{default:Object(u["withCtx"])(()=>[Object(u["createTextVNode"])(Object(u["toDisplayString"])(e.title)+" ",1),Object(u["createVNode"])(h,{name:e.icon,size:"16px"},null,8,["name"])]),_:2},1032,["type","onClick"])]),_:2},1024))),128))]),_:1})])}}};const A=E;t["default"]=A},bbf9:function(e,t,n){"use strict";n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o}));let r=2e3;const o=()=>++r,i=e=>{r=e}},bc1b:function(e,t,n){},bc3a:function(e,t,n){e.exports=n("cee4")},bed3:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("23f9"),o=n("b138");const i=Object(r["a"])(o["b"])},bf60:function(e,t,n){},c0d6:function(e,t,n){"use strict";var r=n("7a23");const o=Object(r["reactive"])({log:[],delay:150});window.$store=o,t["a"]=o},c345:function(e,t,n){"use strict";var r=n("c532"),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,c={};return e?(r.forEach(e.split("\n"),(function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(c[t]&&o.indexOf(t)>=0)return;c[t]="set-cookie"===t?(c[t]?c[t]:[]).concat([n]):c[t]?c[t]+", "+n:n}})),c):c}},c401:function(e,t,n){"use strict";var r=n("c532"),o=n("4c3d");e.exports=function(e,t,n){var i=this||o;return r.forEach(n,(function(n){e=n.call(i,e,t)})),e}},c532:function(e,t,n){"use strict";var r=n("1d2b"),o=Object.prototype.toString,i=function(e){return function(t){var n=o.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())}}(Object.create(null));function c(e){return e=e.toLowerCase(),function(t){return i(t)===e}}function a(e){return Array.isArray(e)}function s(e){return"undefined"===typeof e}function l(e){return null!==e&&!s(e)&&null!==e.constructor&&!s(e.constructor)&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}var u=c("ArrayBuffer");function f(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&u(e.buffer),t}function d(e){return"string"===typeof e}function p(e){return"number"===typeof e}function h(e){return null!==e&&"object"===typeof e}function b(e){if("object"!==i(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var g=c("Date"),m=c("File"),v=c("Blob"),y=c("FileList");function O(e){return"[object Function]"===o.call(e)}function j(e){return h(e)&&O(e.pipe)}function w(e){var t="[object FormData]";return e&&("function"===typeof FormData&&e instanceof FormData||o.call(e)===t||O(e.toString)&&e.toString()===t)}var x=c("URLSearchParams");function _(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function C(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function k(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n0)i=r[o],c[i]||(t[i]=e[i],c[i]=!0);e=Object.getPrototypeOf(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t}function R(e,t,n){e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;var r=e.indexOf(t,n);return-1!==r&&r===n}function V(e){if(!e)return null;var t=e.length;if(s(t))return null;var n=new Array(t);while(t-- >0)n[t]=e[t];return n}var P=function(e){return function(t){return e&&t instanceof e}}("undefined"!==typeof Uint8Array&&Object.getPrototypeOf(Uint8Array));e.exports={isArray:a,isArrayBuffer:u,isBuffer:l,isFormData:w,isArrayBufferView:f,isString:d,isNumber:p,isObject:h,isPlainObject:b,isUndefined:s,isDate:g,isFile:m,isBlob:v,isFunction:O,isStream:j,isURLSearchParams:x,isStandardBrowserEnv:C,forEach:k,merge:S,extend:E,trim:_,stripBOM:A,inherits:T,toFlatObject:N,kindOf:i,kindOfTest:c,endsWith:R,toArray:V,isTypedArray:P,isFileList:y}},c8af:function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},c9ab:function(e,t,n){"use strict";n("68ef"),n("9617")},cafa:function(e,t,n){"use strict";e.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},cb51:function(e,t,n){},cebe:function(e,t){e.exports='\'ui\';\r\nif(global.floatyWindow){\r\n global.floatyWindow.close();\r\n}\r\nthreads.start(() => {\r\n global.floatyWindow = floaty.rawWindow(\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n {/* \r\n \r\n */}\r\n \r\n \r\n \r\n \r\n \r\n \r\n {/* \r\n \r\n */}\r\n {/* \r\n \r\n */}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n )\r\n\r\n global.floatyWindow.setPosition(0, device.height / 2-600)\r\n global.floatyWindow.jd.click(()=>{\r\n jsCall("window.openJD()")\r\n })\r\n\r\n\r\n global.floatyWindow.clock.click(()=>{\r\n jsCall("window.openJDClock()")\r\n })\r\n\r\n global.floatyWindow.log.click(()=>{\r\n showLog()\r\n })\r\n\r\n\r\n // floatyWindow.yy.click(()=>{\r\n // jsCall("window.openJDYY()")\r\n // })\r\n\r\n global.floatyWindow.zdy.click(()=>{\r\n jsCall("window.openCustQJ()")\r\n })\r\n\r\n global.floatyWindow.zd.click(()=>{\r\n jsCall("window.openZD()")\r\n })\r\n\r\n global.floatyWindow.stop.click(()=>{\r\n jsCall("window.stopAllScript()")\r\n // global.floatyWindow.close();\r\n })\r\n global.floatyWindow.close_win.click(()=>{\r\n // jsCall("window.stopAllScript()")\r\n global.floatyWindow.close();\r\n\r\n })\r\n\r\n\r\n\r\n // let isDragging = false;\r\n let lastX, lastY;\r\n for(let id of ["drag"]){\r\n floatyWindow[id].setOnTouchListener(function (view, event) {\r\n switch (event.getAction()) {\r\n case event.ACTION_DOWN:\r\n // 记录触摸起始位置\r\n lastX = event.getRawX();\r\n lastY = event.getRawY();\r\n isDragging = false;\r\n break;\r\n case event.ACTION_MOVE:\r\n // 计算移动距离\r\n let dx = event.getRawX() - lastX;\r\n let dy = event.getRawY() - lastY;\r\n if (Math.abs(dx) > 5 || Math.abs(dy) > 5) {\r\n isDragging = true;\r\n }\r\n // 移动窗口\r\n global.floatyWindow.setPosition(global.floatyWindow.getX() + dx, global.floatyWindow.getY() + dy);\r\n lastX = event.getRawX();\r\n lastY = event.getRawY();\r\n break;\r\n // case event.ACTION_UP:\r\n // // 双击退出\r\n // // if (!isDragging && event.getEventTime() - event.getDownTime() < 200) {\r\n // // exit();\r\n // // }\r\n // break;\r\n }\r\n return true;\r\n });\r\n }\r\n })\r\n\r\n\r\n'},cee4:function(e,t,n){"use strict";var r=n("c532"),o=n("1d2b"),i=n("0a06"),c=n("4a7b"),a=n("4c3d");function s(e){var t=new i(e),n=o(i.prototype.request,t);return r.extend(n,i.prototype,t),r.extend(n,t),n.create=function(t){return s(c(e,t))},n}var l=s(a);l.Axios=i,l.CanceledError=n("fb60"),l.CancelToken=n("8df4"),l.isCancel=n("2e67"),l.VERSION=n("5cce").version,l.toFormData=n("e467"),l.AxiosError=n("7917"),l.Cancel=l.CanceledError,l.all=function(e){return Promise.all(e)},l.spread=n("0df6"),l.isAxiosError=n("5f02"),e.exports=l,e.exports.default=l},d06d:function(e,t,n){"use strict";n("e4ca")},d243:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return c})),n.d(t,"d",(function(){return s})),n.d(t,"e",(function(){return a})),n.d(t,"f",(function(){return l}));const r="van-hairline",o=r+"--bottom",i=r+"--surround",c=r+"--top-bottom",a="van-haptics-feedback",s=Symbol("van-form"),l=5},d5d4:function(e,t){e.exports='\'ui\';\r\nauto();\r\nevents.setMaxListeners(0);\r\n\r\n// 配置常量\r\nconst CONFIG = {\r\n DELAY: parseInt(global.WEB_PARAMS.delay) || 280,\r\n RATE: parseInt(global.WEB_PARAMS.rate) || 3,\r\n JD_DELAY: parseInt(global.WEB_PARAMS.jdDelay)\r\n};\r\n\r\ntoast(`设定的延时:${CONFIG.DELAY}ms, 频率:${CONFIG.RATE}`);\r\n\r\n// 目标时间计算\r\nconst calculateTargetTime = () => {\r\n let targetHours = (new Date()).getHours() + 1;\r\n if (targetHours > 23) {\r\n targetHours = 0;\r\n }\r\n\r\n const target = new Date();\r\n if (targetHours === 0) {\r\n target.setHours(targetHours, 0, 0, 0);\r\n target.setDate(target.getDate() + 1);\r\n } else {\r\n target.setHours(targetHours, 0, 0, 0);\r\n }\r\n return target;\r\n};\r\n\r\n// 点击相关配置\r\nconst CLICK_CONFIG = {\r\n randomDuration: Math.floor(Math.random() * 6) + 47,\r\n waitCorrection: 50 - (Math.floor(Math.random() * 6) + 47)\r\n};\r\n\r\n// 按钮查找配置\r\nconst BUTTON_CONFIG = {\r\n pattern: /普通支付|提交订单|立即支付|自己付|去结算/\r\n};\r\n\r\n// 查找目标按钮\r\nfunction findTargetButton() {\r\n console.log(\'正在查找按钮\');\r\n let button = textMatches(BUTTON_CONFIG.pattern).findOne(3000);\r\n if (button) {\r\n const bt_text=button.text()\r\n console.log("找到按钮:", bt_text);\r\n // if(bt_text=="在线支付"&&button.clickable()==false){\r\n // let zxzf = text(bt_text).clickable(true).findOne(3000);\r\n // if(zxzf){\r\n // console.log("找到按钮(网页):", zxzf.text());\r\n // return zxzf.bounds();\r\n // }\r\n // return button.bounds();\r\n // }\r\n return button.bounds();\r\n } else {\r\n console.log(\'未查找到按钮\');\r\n return {\r\n centerX:()=>device.width/2+device.width/3,\r\n centerY:()=>device.height-160\r\n }\r\n }\r\n}\r\n\r\n// 计算到目标时间的毫秒数\r\nfunction getMillisecondsToTarget(currentTime) {\r\n return target - currentTime;\r\n}\r\n\r\n// 时间格式化配置\r\nconst dateFormatter = new java.text.SimpleDateFormat("HH:mm:ss.S");\r\n\r\n// 关闭已存在的悬浮窗\r\nif (global.custw) {\r\n global.custw.close();\r\n}\r\n\r\n// 创建悬浮窗UI\r\nconst floatingWindow = floaty.rawWindow(\r\n \r\n \r\n \r\n \r\n);\r\n\r\n// 悬浮窗事件处理\r\nlet dragState = {\r\n isDragging: false,\r\n lastX: 0,\r\n lastY: 0\r\n};\r\n\r\n// 关闭按钮事件\r\nfloatingWindow.closeBtn.setOnClickListener(() => {\r\n if (executor) {\r\n executor.shutdown();\r\n executor.shutdownNow();\r\n }\r\n threads.shutDownAll();\r\n floatingWindow.close();\r\n});\r\n\r\n// 拖动处理\r\nfloatingWindow.clock.setOnTouchListener(function(view, event) {\r\n switch (event.getAction()) {\r\n case event.ACTION_DOWN:\r\n dragState.lastX = event.getRawX();\r\n dragState.lastY = event.getRawY();\r\n dragState.isDragging = false;\r\n break;\r\n case event.ACTION_MOVE:\r\n const dx = event.getRawX() - dragState.lastX;\r\n const dy = event.getRawY() - dragState.lastY;\r\n if (Math.abs(dx) > 5 || Math.abs(dy) > 5) {\r\n dragState.isDragging = true;\r\n }\r\n floatingWindow.setPosition(floatingWindow.getX() + dx, floatingWindow.getY() + dy);\r\n dragState.lastX = event.getRawX();\r\n dragState.lastY = event.getRawY();\r\n break;\r\n }\r\n return true;\r\n});\r\n\r\n// 设置悬浮窗大小和位置\r\nfloatingWindow.setSize(device.width * 0.68, 200);\r\nfloatingWindow.setPosition(device.width / 2 - device.width * 0.33, 820);\r\n\r\n\r\nglobal.custw = floatingWindow;\r\n\r\n// 初始化执行器\r\nconst executor = java.util.concurrent.Executors.newSingleThreadScheduledExecutor();\r\n\r\n// 计算时间差\r\nconst timeDifference = CONFIG.JD_DELAY + CONFIG.DELAY + CLICK_CONFIG.waitCorrection;\r\n\r\n// 初始化目标时间和状态\r\nconst target = calculateTargetTime();\r\nlet now = new Date().getTime() - timeDifference;\r\nconst msToTarget = getMillisecondsToTarget(now);\r\nlet isTrigger = msToTarget <= 0;\r\n\r\n// 获取按钮位置\r\nconst buttonBounds = findTargetButton();\r\nconst clickPosition = {\r\n x: buttonBounds.centerX() - Math.floor(Math.random() * 4),\r\n y: buttonBounds.centerY() + Math.floor(Math.random() * 4)\r\n};\r\n\r\n// 更新时钟显示\r\nfunction updateClock() {\r\n const currentTime = new Date().getTime() - timeDifference;\r\n ui.run(() => {\r\n floatingWindow.clock.setText(dateFormatter.format(new Date(currentTime)));\r\n });\r\n\r\n const timeToTarget = getMillisecondsToTarget(currentTime);\r\n if (timeToTarget <= 0 && !isTrigger) {\r\n press(clickPosition.x, clickPosition.y, CLICK_CONFIG.randomDuration);\r\n isTrigger = true;\r\n }\r\n}\r\n\r\n// 初始化时钟\r\nupdateClock();\r\n\r\n// 创建定时任务\r\nconst updateTask = new java.lang.Runnable({\r\n run: function() {\r\n updateClock();\r\n }\r\n});\r\n\r\n// 启动定时任务\r\nexecutor.scheduleAtFixedRate(updateTask, 0, CONFIG.RATE, java.util.concurrent.TimeUnit.MILLISECONDS);\r\n\r\n// 退出处理\r\nevents.on("exit", function() {\r\n executor.shutdown();\r\n console.log("Handler task stopped.");\r\n});'},d7d5:function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var r=n("7a23"),o=n("d243");function i(e,t){return e>t?"horizontal":t>e?"vertical":""}function c(){const e=Object(r["ref"])(0),t=Object(r["ref"])(0),n=Object(r["ref"])(0),c=Object(r["ref"])(0),a=Object(r["ref"])(0),s=Object(r["ref"])(0),l=Object(r["ref"])(""),u=Object(r["ref"])(!0),f=()=>"vertical"===l.value,d=()=>"horizontal"===l.value,p=()=>{n.value=0,c.value=0,a.value=0,s.value=0,l.value="",u.value=!0},h=n=>{p(),e.value=n.touches[0].clientX,t.value=n.touches[0].clientY},b=r=>{const f=r.touches[0];n.value=(f.clientX<0?0:f.clientX)-e.value,c.value=f.clientY-t.value,a.value=Math.abs(n.value),s.value=Math.abs(c.value);const d=10;(!l.value||a.valueo["f"]||s.value>o["f"])&&(u.value=!1)};return{move:b,start:h,reset:p,startX:e,startY:t,deltaX:n,deltaY:c,offsetX:a,offsetY:s,direction:l,isVertical:f,isHorizontal:d,isTap:u}}},d925:function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}},dbd7:function(e,t){e.exports="engines.stopAllAndToast();"},dc94:function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("5aa0"),s=n("d243"),l=n("fa8a"),u=n("9a1c");const[f,d]=Object(i["a"])("nav-bar"),p={title:String,fixed:Boolean,zIndex:c["d"],border:c["e"],leftText:String,rightText:String,leftDisabled:Boolean,rightDisabled:Boolean,leftArrow:Boolean,placeholder:Boolean,safeAreaInsetTop:Boolean,clickable:c["e"]};var h=Object(o["defineComponent"])({name:f,props:p,emits:["clickLeft","clickRight"],setup(e,{emit:t,slots:n}){const r=Object(o["ref"])(),i=Object(l["a"])(r,d),c=n=>{e.leftDisabled||t("clickLeft",n)},f=n=>{e.rightDisabled||t("clickRight",n)},p=()=>n.left?n.left():[e.leftArrow&&Object(o["createVNode"])(u["a"],{class:d("arrow"),name:"arrow-left"},null),e.leftText&&Object(o["createVNode"])("span",{class:d("text")},[e.leftText])],h=()=>n.right?n.right():Object(o["createVNode"])("span",{class:d("text")},[e.rightText]),b=()=>{const{title:t,fixed:i,border:l,zIndex:u}=e,b=Object(a["g"])(u),g=e.leftArrow||e.leftText||n.left,m=e.rightText||n.right;return Object(o["createVNode"])("div",{ref:r,style:b,class:[d({fixed:i}),{[s["a"]]:l,"van-safe-area-top":e.safeAreaInsetTop}]},[Object(o["createVNode"])("div",{class:d("content")},[g&&Object(o["createVNode"])("div",{class:[d("left",{disabled:e.leftDisabled}),e.clickable&&!e.leftDisabled?s["e"]:""],onClick:c},[p()]),Object(o["createVNode"])("div",{class:[d("title"),"van-ellipsis"]},[n.title?n.title():t]),m&&Object(o["createVNode"])("div",{class:[d("right",{disabled:e.rightDisabled}),e.clickable&&!e.rightDisabled?s["e"]:""],onClick:f},[h()])])])};return()=>e.fixed&&e.placeholder?i(b):b()}});const b=Object(r["a"])(h)},ddf2:function(e,t){(function(e){var t=750,n=e.document,r=n.documentElement,o="orientationchange"in e?"orientationchange":"resize",i=function e(){r.setAttribute("data-dpr",2);var n=r.getBoundingClientRect().width;return r.style.fontSize=10*Math.max(Math.min(n/t*18,10),8)+"px",e}();/iP(hone|od|ad)/.test(e.navigator.userAgent)&&n.documentElement.classList.add("ios"),n.addEventListener&&(e.addEventListener(o,i,!1),n.addEventListener("DOMContentLoaded",i,!1))})(window)},df7c:function(e,t,n){(function(e){function n(e,t){for(var n=0,r=e.length-1;r>=0;r--){var o=e[r];"."===o?e.splice(r,1):".."===o?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e){"string"!==typeof e&&(e+="");var t,n=0,r=-1,o=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!o){n=t+1;break}}else-1===r&&(o=!1,r=t+1);return-1===r?"":e.slice(n,r)}function o(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r=-1&&!r;i--){var c=i>=0?arguments[i]:e.cwd();if("string"!==typeof c)throw new TypeError("Arguments to path.resolve must be strings");c&&(t=c+"/"+t,r="/"===c.charAt(0))}return t=n(o(t.split("/"),(function(e){return!!e})),!r).join("/"),(r?"/":"")+t||"."},t.normalize=function(e){var r=t.isAbsolute(e),c="/"===i(e,-1);return e=n(o(e.split("/"),(function(e){return!!e})),!r).join("/"),e||r||(e="."),e&&c&&(e+="/"),(r?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(o(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function r(e){for(var t=0;t=0;n--)if(""!==e[n])break;return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var o=r(e.split("/")),i=r(n.split("/")),c=Math.min(o.length,i.length),a=c,s=0;s=1;--i)if(t=e.charCodeAt(i),47===t){if(!o){r=i;break}}else o=!1;return-1===r?n?"/":".":n&&1===r?"/":e.slice(0,r)},t.basename=function(e,t){var n=r(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,n=0,r=-1,o=!0,i=0,c=e.length-1;c>=0;--c){var a=e.charCodeAt(c);if(47!==a)-1===r&&(o=!1,r=c+1),46===a?-1===t?t=c:1!==i&&(i=1):-1!==t&&(i=-1);else if(!o){n=c+1;break}}return-1===t||-1===r||0===i||1===i&&t===r-1&&t===n+1?"":e.slice(t,r)};var i="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n("4362"))},e3b3:function(e,t,n){},e3db:function(e,t){var n={}.toString;e.exports=Array.isArray||function(e){return"[object Array]"==n.call(e)}},e467:function(e,t,n){"use strict";(function(t){var r=n("c532");function o(e,n){n=n||new FormData;var o=[];function i(e){return null===e?"":r.isDate(e)?e.toISOString():r.isArrayBuffer(e)||r.isTypedArray(e)?"function"===typeof Blob?new Blob([e]):t.from(e):e}function c(e,t){if(r.isPlainObject(e)||r.isArray(e)){if(-1!==o.indexOf(e))throw Error("Circular reference detected in "+t);o.push(e),r.forEach(e,(function(e,o){if(!r.isUndefined(e)){var a,s=t?t+"."+o:o;if(e&&!t&&"object"===typeof e)if(r.endsWith(o,"{}"))e=JSON.stringify(e);else if(r.endsWith(o,"[]")&&(a=r.toArray(e)))return void a.forEach((function(e){!r.isUndefined(e)&&n.append(s,i(e))}));c(e,s)}})),o.pop()}else n.append(t,i(e))}return c(e),n}e.exports=o}).call(this,n("b639").Buffer)},e4ca:function(e,t,n){},e5f6:function(e,t,n){"use strict";n.d(t,"a",(function(){return c})),n.d(t,"b",(function(){return a})),n.d(t,"c",(function(){return s})),n.d(t,"d",(function(){return o})),n.d(t,"e",(function(){return i})),n.d(t,"f",(function(){return r}));const r=null,o=[Number,String],i={type:Boolean,default:!0},c=e=>({type:Number,default:e}),a=e=>({type:o,default:e}),s=e=>({type:String,default:e})},e683:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},ea7d:function(e,t){e.exports="const appName= global.WEB_PARAMS.appName\r\nlaunchApp(appName)"},ec0e:function(e,t){e.exports="auto();\r\nlaunchApp(\"抖音\"); //请手动打开试试\r\nsleep(3000);\r\n\r\n// console.log(global.WEB_PARAMS)\r\nvar Max = 10;\r\nfor (var i = 0; i < Max; i++) {\r\n swipeUp();\r\n\r\n sleep(2000);\r\n if (text('点击进入直播间').exists()) {\r\n continue;\r\n }\r\n like();\r\n sleep(100);\r\n}\r\n\r\n//点赞\r\nfunction like () {\r\n var likeBtn = descContains('喜欢').visibleToUser().findOnce()\r\n return likeBtn && likeBtn.click()\r\n}"},ee0b:function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i}));var r=n("7a23");const o=Symbol();function i(e){const t=Object(r["inject"])(o,null);t&&Object(r["watch"])(t,t=>{t&&e()})}},efc0:function(e,t,n){"use strict";n.d(t,"a",(function(){return h}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("fa7c"),s=n("450f"),l=n("b138");const[u,f]=Object(i["a"])("col"),d={tag:Object(c["c"])("div"),span:Object(c["b"])(0),offset:c["d"]};var p=Object(o["defineComponent"])({name:u,props:d,setup(e,{slots:t}){const{parent:n,index:r}=Object(s["useParent"])(l["a"]),i=Object(o["computed"])(()=>{if(!n)return;const{spaces:e,verticalSpaces:t}=n;let o={};if(e&&e.value&&e.value[r.value]){const{left:t,right:n}=e.value[r.value];o={paddingLeft:t?t+"px":null,paddingRight:n?n+"px":null}}const{bottom:i}=t.value[r.value]||{};return Object(a["a"])(o,{marginBottom:i?i+"px":null})});return()=>{const{tag:n,span:r,offset:c}=e;return Object(o["createVNode"])(n,{style:i.value,class:f({[r]:r,["offset-"+c]:c})},{default:()=>{var e;return[null==(e=t.default)?void 0:e.call(t)]}})}}});const h=Object(r["a"])(p)},efd9:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n("7a23"),o=n("fa7c");function i(e){const t=Object(r["getCurrentInstance"])();t&&Object(o["a"])(t.proxy,e)}},efde:function(e,t,n){"use strict";n.r(t);var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("5aa0"),s=n("d243"),l=n("9b55"),u=n("450f"),f=n("fa8a");const[d,p]=Object(i["a"])("tabbar"),h={route:Boolean,fixed:c["e"],border:c["e"],zIndex:c["d"],placeholder:Boolean,activeColor:String,beforeChange:Function,inactiveColor:String,modelValue:Object(c["b"])(0),safeAreaInsetBottom:{type:Boolean,default:null}},b=Symbol(d);var g=Object(o["defineComponent"])({name:d,props:h,emits:["change","update:modelValue"],setup(e,{emit:t,slots:n}){const r=Object(o["ref"])(),{linkChildren:i}=Object(u["useChildren"])(b),c=Object(f["a"])(r,p),d=()=>{var t;return null!=(t=e.safeAreaInsetBottom)?t:e.fixed},h=()=>{var t;const{fixed:i,zIndex:c,border:l}=e;return Object(o["createVNode"])("div",{ref:r,role:"tablist",style:Object(a["g"])(c),class:[p({fixed:i}),{[s["c"]]:l,"van-safe-area-bottom":d()}]},[null==(t=n.default)?void 0:t.call(n)])},g=(n,r)=>{Object(l["a"])(e.beforeChange,{args:[n],done(){t("update:modelValue",n),t("change",n),r()}})};return i({props:e,setActive:g}),()=>e.fixed&&e.placeholder?c(h):h()}});const m=Object(r["a"])(g);n("68ef"),n("9312");var v=n("fa7c"),y=n("4e5e"),O=n("9a1c"),j=n("8be7");const[w,x]=Object(i["a"])("tabbar-item"),_=Object(v["a"])({},y["a"],{dot:Boolean,icon:String,name:c["d"],badge:c["d"],badgeProps:Object,iconPrefix:String});var C=Object(o["defineComponent"])({name:w,props:_,emits:["click"],setup(e,{emit:t,slots:n}){const r=Object(y["b"])(),i=Object(o["getCurrentInstance"])().proxy,{parent:c,index:a}=Object(u["useParent"])(b);if(!c)return void 0;const s=Object(o["computed"])(()=>{var t;const{route:n,modelValue:r}=c.props;if(n&&"$route"in i){const{$route:t}=i,{to:n}=e,r=Object(v["h"])(n)?n:{path:n};return!!t.matched.find(e=>{const t="path"in r&&r.path===e.path,n="name"in r&&r.name===e.name;return t||n})}return(null!=(t=e.name)?t:a.value)===r}),l=n=>{var o;s.value||c.setActive(null!=(o=e.name)?o:a.value,r),t("click",n)},f=()=>n.icon?n.icon({active:s.value}):e.icon?Object(o["createVNode"])(O["a"],{name:e.icon,classPrefix:e.iconPrefix},null):void 0;return()=>{var t;const{dot:r,badge:i}=e,{activeColor:a,inactiveColor:u}=c.props,d=s.value?a:u;return Object(o["createVNode"])("div",{role:"tab",class:x({active:s.value}),style:{color:d},tabindex:0,"aria-selected":s.value,onClick:l},[Object(o["createVNode"])(j["a"],Object(o["mergeProps"])({dot:r,class:x("icon"),content:i},e.badgeProps),{default:f}),Object(o["createVNode"])("div",{class:x("text")},[null==(t=n.default)?void 0:t.call(n,{active:s.value})])])}}});const k=Object(r["a"])(C);n("cb51"),n("3743"),n("ae73");const S={class:"page"};function E(e,t,n,r,i,c){const a=Object(o["resolveComponent"])("RouterView"),s=k,l=m;return Object(o["openBlock"])(),Object(o["createElementBlock"])(o["Fragment"],null,[Object(o["createElementVNode"])("div",S,[Object(o["createVNode"])(a)]),Object(o["createVNode"])(l,{class:"select-none",route:"",fixed:!1,"inactive-color":"#999"},{default:Object(o["withCtx"])(()=>[(Object(o["openBlock"])(!0),Object(o["createElementBlock"])(o["Fragment"],null,Object(o["renderList"])(i.tabs,e=>(Object(o["openBlock"])(),Object(o["createBlock"])(s,{key:e.id,icon:e.icon,replace:"",to:e.to},{default:Object(o["withCtx"])(()=>[Object(o["createTextVNode"])(Object(o["toDisplayString"])(e.name),1)]),_:2},1032,["icon","to"]))),128))]),_:1})],64)}var A={data(){return{tabs:[{to:{name:"Home"},name:"功能",icon:"wap-home"},{to:{name:"XianBao"},name:"线报",icon:"notes"},{to:{name:"Custom"},name:"个性化",icon:"setting"}]}}},T=n("6b0d"),N=n.n(T);const R=N()(A,[["render",E]]);t["default"]=R},f23a:function(e,t,n){"use strict";n.d(t,"a",(function(){return V}));var r=n("23f9"),o=n("7a23"),i=n("1fba"),c=n("e5f6"),a=n("fa7c"),s=n("d243"),l=n("5aa0"),u=n("8db7");function f(e){return Array.isArray(e)?!e.length:0!==e&&!e}function d(e,t){if(f(e)){if(t.required)return!1;if(!1===t.validateEmpty)return!0}return!(t.pattern&&!t.pattern.test(String(e)))}function p(e,t){return new Promise(n=>{const r=t.validator(e,t);Object(a["i"])(r)?r.then(n):n(r)})}function h(e,t){const{message:n}=t;return Object(a["e"])(n)?n(e,t):n||""}function b({target:e}){e.composing=!0}function g({target:e}){e.composing&&(e.composing=!1,e.dispatchEvent(new Event("input")))}function m(e,t){const n=Object(u["a"])();e.style.height="auto";let r=e.scrollHeight;if(Object(a["h"])(t)){const{maxHeight:e,minHeight:n}=t;void 0!==e&&(r=Math.min(r,e)),void 0!==n&&(r=Math.max(r,n))}r&&(e.style.height=r+"px",Object(u["d"])(n))}function v(e,t){return"number"===e&&(e="text",null!=t||(t="decimal")),"digit"===e&&(e="tel",null!=t||(t="numeric")),{type:e,inputmode:t}}function y(e){return[...e].length}function O(e,t){return[...e].slice(0,t).join("")}var j=n("3d6b"),w=n("450f");let x=0;function _(){const e=Object(o["getCurrentInstance"])(),{name:t="unknown"}=(null==e?void 0:e.type)||{};return`${t}-${++x}`}var C=n("efd9"),k=n("9a1c"),S=n("6c44");const[E,A]=Object(i["a"])("field"),T={id:String,name:String,leftIcon:String,rightIcon:String,autofocus:Boolean,clearable:Boolean,maxlength:c["d"],max:Number,min:Number,formatter:Function,clearIcon:Object(c["c"])("clear"),modelValue:Object(c["b"])(""),inputAlign:String,placeholder:String,autocomplete:String,autocapitalize:String,autocorrect:String,errorMessage:String,enterkeyhint:String,clearTrigger:Object(c["c"])("focus"),formatTrigger:Object(c["c"])("onChange"),spellcheck:{type:Boolean,default:null},error:{type:Boolean,default:null},disabled:{type:Boolean,default:null},readonly:{type:Boolean,default:null},inputmode:String},N=Object(a["a"])({},j["a"],T,{rows:c["d"],type:Object(c["c"])("text"),rules:Array,autosize:[Boolean,Object],labelWidth:c["d"],labelClass:c["f"],labelAlign:String,showWordLimit:Boolean,errorMessageAlign:String,colon:{type:Boolean,default:null}});var R=Object(o["defineComponent"])({name:E,props:N,emits:["blur","focus","clear","keypress","clickInput","endValidate","startValidate","clickLeftIcon","clickRightIcon","update:modelValue"],setup(e,{emit:t,slots:n}){const r=_(),i=Object(o["reactive"])({status:"unvalidated",focused:!1,validateMessage:""}),c=Object(o["ref"])(),j=Object(o["ref"])(),x=Object(o["ref"])(),{parent:E}=Object(w["useParent"])(s["d"]),T=()=>{var t;return String(null!=(t=e.modelValue)?t:"")},N=t=>Object(a["d"])(e[t])?e[t]:E&&Object(a["d"])(E.props[t])?E.props[t]:void 0,R=Object(o["computed"])(()=>{const t=N("readonly");if(e.clearable&&!t){const t=""!==T(),n="always"===e.clearTrigger||"focus"===e.clearTrigger&&i.focused;return t&&n}return!1}),V=Object(o["computed"])(()=>x.value&&n.input?x.value():e.modelValue),P=Object(o["computed"])(()=>{var t;const n=N("required");return"auto"===n?null==(t=e.rules)?void 0:t.some(e=>e.required):n}),B=e=>e.reduce((e,t)=>e.then(()=>{if("failed"===i.status)return;let{value:e}=V;if(t.formatter&&(e=t.formatter(e,t)),!d(e,t))return i.status="failed",void(i.validateMessage=h(e,t));if(t.validator){if(f(e)&&!1===t.validateEmpty)return;return p(e,t).then(n=>{n&&"string"===typeof n?(i.status="failed",i.validateMessage=n):!1===n&&(i.status="failed",i.validateMessage=h(e,t))})}}),Promise.resolve()),D=()=>{i.status="unvalidated",i.validateMessage=""},M=()=>t("endValidate",{status:i.status,message:i.validateMessage}),I=(n=e.rules)=>new Promise(r=>{D(),n?(t("startValidate"),B(n).then(()=>{"failed"===i.status?(r({name:e.name,message:i.validateMessage}),M()):(i.status="passed",r(),M())})):r()}),L=t=>{if(E&&e.rules){const{validateTrigger:n}=E.props,r=Object(a["m"])(n).includes(t),o=e.rules.filter(e=>e.trigger?Object(a["m"])(e.trigger).includes(t):r);o.length&&I(o)}},U=t=>{var n;const{maxlength:r}=e;if(Object(a["d"])(r)&&y(t)>+r){const e=T();if(e&&y(e)===+r)return e;const o=null==(n=c.value)?void 0:n.selectionEnd;if(i.focused&&o){const e=[...t],n=e.length-+r;return e.splice(o-n,n),e.join("")}return O(t,+r)}return t},F=(n,r="onChange")=>{var o,s;const u=n;n=U(n);const f=y(u)-y(n);if("number"===e.type||"digit"===e.type){const t="number"===e.type;if(n=Object(l["e"])(n,t,t),"onBlur"===r&&""!==n&&(void 0!==e.min||void 0!==e.max)){const t=Object(l["d"])(+n,null!=(o=e.min)?o:-1/0,null!=(s=e.max)?s:1/0);n=t.toString()}}let d=0;if(e.formatter&&r===e.formatTrigger){const{formatter:t,maxlength:r}=e;if(n=t(n),Object(a["d"])(r)&&y(n)>+r&&(n=O(n,+r)),c.value&&i.focused){const{selectionEnd:e}=c.value,n=O(u,e);d=y(t(n))-y(n)}}if(c.value&&c.value.value!==n)if(i.focused){let{selectionStart:e,selectionEnd:t}=c.value;if(c.value.value=n,Object(a["d"])(e)&&Object(a["d"])(t)){const r=y(n);f?(e-=f,t-=f):d&&(e+=d,t+=d),c.value.setSelectionRange(Math.min(e,r),Math.min(t,r))}}else c.value.value=n;n!==e.modelValue&&t("update:modelValue",n)},z=e=>{e.target.composing||F(e.target.value)},Y=()=>{var e;return null==(e=c.value)?void 0:e.blur()},$=()=>{var e;return null==(e=c.value)?void 0:e.focus()},q=()=>{const t=c.value;"textarea"===e.type&&e.autosize&&t&&m(t,e.autosize)},W=e=>{i.focused=!0,t("focus",e),Object(o["nextTick"])(q),N("readonly")&&Y()},H=e=>{i.focused=!1,F(T(),"onBlur"),t("blur",e),N("readonly")||(L("onBlur"),Object(o["nextTick"])(q),Object(u["c"])())},X=e=>t("clickInput",e),G=e=>t("clickLeftIcon",e),J=e=>t("clickRightIcon",e),K=e=>{Object(u["b"])(e),t("update:modelValue",""),t("clear",e)},Z=Object(o["computed"])(()=>"boolean"===typeof e.error?e.error:!(!E||!E.props.showError||"failed"!==i.status)||void 0),Q=Object(o["computed"])(()=>{const e=N("labelWidth"),t=N("labelAlign");if(e&&"top"!==t)return{width:Object(l["b"])(e)}}),ee=n=>{const r=13;if(n.keyCode===r){const t=E&&E.props.submitOnEnter;t||"textarea"===e.type||Object(u["b"])(n),"search"===e.type&&Y()}t("keypress",n)},te=()=>e.id||r+"-input",ne=()=>i.status,re=()=>{const t=A("control",[N("inputAlign"),{error:Z.value,custom:!!n.input,"min-height":"textarea"===e.type&&!e.autosize}]);if(n.input)return Object(o["createVNode"])("div",{class:t,onClick:X},[n.input()]);const i={id:te(),ref:c,name:e.name,rows:void 0!==e.rows?+e.rows:void 0,class:t,disabled:N("disabled"),readonly:N("readonly"),autofocus:e.autofocus,placeholder:e.placeholder,autocomplete:e.autocomplete,autocapitalize:e.autocapitalize,autocorrect:e.autocorrect,enterkeyhint:e.enterkeyhint,spellcheck:e.spellcheck,"aria-labelledby":e.label?r+"-label":void 0,"data-allow-mismatch":"attribute",onBlur:H,onFocus:W,onInput:z,onClick:X,onChange:g,onKeypress:ee,onCompositionend:g,onCompositionstart:b};return"textarea"===e.type?Object(o["createVNode"])("textarea",Object(o["mergeProps"])(i,{inputmode:e.inputmode}),null):Object(o["createVNode"])("input",Object(o["mergeProps"])(v(e.type,e.inputmode),i),null)},oe=()=>{const t=n["left-icon"];if(e.leftIcon||t)return Object(o["createVNode"])("div",{class:A("left-icon"),onClick:G},[t?t():Object(o["createVNode"])(k["a"],{name:e.leftIcon,classPrefix:e.iconPrefix},null)])},ie=()=>{const t=n["right-icon"];if(e.rightIcon||t)return Object(o["createVNode"])("div",{class:A("right-icon"),onClick:J},[t?t():Object(o["createVNode"])(k["a"],{name:e.rightIcon,classPrefix:e.iconPrefix},null)])},ce=()=>{if(e.showWordLimit&&e.maxlength){const t=y(T());return Object(o["createVNode"])("div",{class:A("word-limit")},[Object(o["createVNode"])("span",{class:A("word-num")},[t]),Object(o["createTextVNode"])("/"),e.maxlength])}},ae=()=>{if(E&&!1===E.props.showErrorMessage)return;const t=e.errorMessage||i.validateMessage;if(t){const e=n["error-message"],r=N("errorMessageAlign");return Object(o["createVNode"])("div",{class:A("error-message",r)},[e?e({message:t}):t])}},se=()=>{const t=N("labelWidth"),i=N("labelAlign"),c=N("colon")?":":"";return n.label?[n.label(),c]:e.label?Object(o["createVNode"])("label",{id:r+"-label",for:n.input?void 0:te(),"data-allow-mismatch":"attribute",onClick:e=>{Object(u["b"])(e),$()},style:"top"===i&&t?{width:Object(l["b"])(t)}:void 0},[e.label+c]):void 0},le=()=>[Object(o["createVNode"])("div",{class:A("body")},[re(),R.value&&Object(o["createVNode"])(k["a"],{ref:j,name:e.clearIcon,class:A("clear")},null),ie(),n.button&&Object(o["createVNode"])("div",{class:A("button")},[n.button()])]),ce(),ae()];return Object(C["a"])({blur:Y,focus:$,validate:I,formValue:V,resetValidation:D,getValidationStatus:ne}),Object(o["provide"])(w["CUSTOM_FIELD_INJECTION_KEY"],{customValue:x,resetValidation:D,validateWithTrigger:L}),Object(o["watch"])(()=>e.modelValue,()=>{F(T()),D(),L("onChange"),Object(o["nextTick"])(q)}),Object(o["onMounted"])(()=>{F(T(),e.formatTrigger),Object(o["nextTick"])(q)}),Object(w["useEventListener"])("touchstart",K,{target:Object(o["computed"])(()=>{var e;return null==(e=j.value)?void 0:e.$el})}),()=>{const t=N("disabled"),r=N("labelAlign"),i=oe(),c=()=>{const e=se();return"top"===r?[i,e].filter(Boolean):e||[]};return Object(o["createVNode"])(S["a"],{size:e.size,class:A({error:Z.value,disabled:t,["label-"+r]:r}),center:e.center,border:e.border,isLink:e.isLink,clickable:e.clickable,titleStyle:Q.value,valueClass:A("value"),titleClass:[A("label",[r,{required:P.value}]),e.labelClass],arrowDirection:e.arrowDirection},{icon:i&&"top"!==r?()=>i:null,title:c,value:le,extra:n.extra})}}});const V=Object(r["a"])(R)},f6b4:function(e,t,n){"use strict";var r=n("c532");function o(){this.handlers=[]}o.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},o.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},o.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=o},fa7c:function(e,t,n){"use strict";function r(){}n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return d})),n.d(t,"c",(function(){return i})),n.d(t,"d",(function(){return a})),n.d(t,"e",(function(){return s})),n.d(t,"f",(function(){return f})),n.d(t,"g",(function(){return u})),n.d(t,"h",(function(){return c})),n.d(t,"i",(function(){return l})),n.d(t,"j",(function(){return h})),n.d(t,"k",(function(){return r})),n.d(t,"l",(function(){return p})),n.d(t,"m",(function(){return b}));const o=Object.assign,i="undefined"!==typeof window,c=e=>null!==e&&"object"===typeof e,a=e=>void 0!==e&&null!==e,s=e=>"function"===typeof e,l=e=>c(e)&&s(e.then)&&s(e.catch);const u=e=>"number"===typeof e||/^\d+(\.\d+)?$/.test(e),f=()=>!!i&&/ios|iphone|ipad|ipod/.test(navigator.userAgent.toLowerCase());function d(e,t){const n=t.split(".");let r=e;return n.forEach(e=>{var t;r=c(r)&&null!=(t=r[e])?t:""}),r}function p(e,t,n){return t.reduce((t,r)=>(n&&void 0===e[r]||(t[r]=e[r]),t),{})}const h=(e,t)=>JSON.stringify(e)===JSON.stringify(t),b=e=>Array.isArray(e)?e:[e]},fa8a:function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var r=n("7a23"),o=n("450f"),i=n("8db7"),c=n("ee0b");const a=(e,t)=>{const n=Object(r["ref"])(),a=()=>{n.value=Object(o["useRect"])(e).height};return Object(r["onMounted"])(()=>{if(Object(r["nextTick"])(a),t)for(let e=1;e<=3;e++)setTimeout(a,100*e)}),Object(c["b"])(()=>Object(r["nextTick"])(a)),Object(r["watch"])([i["g"],i["f"]],a),n};function s(e,t){const n=a(e,!0);return e=>Object(r["createVNode"])("div",{class:t("placeholder"),style:{height:n.value?n.value+"px":void 0}},[e()])}},fb60:function(e,t,n){"use strict";var r=n("7917"),o=n("c532");function i(e){r.call(this,null==e?"canceled":e,r.ERR_CANCELED),this.name="CanceledError"}o.inherits(i,r,{__CANCEL__:!0}),e.exports=i}});