mirror of
https://github.com/silenty4ng/k5web
synced 2024-11-14 14:33:23 +00:00
9 lines
39 KiB
JavaScript
9 lines
39 KiB
JavaScript
import{k as me,ak as we,_ as ye}from"./index.fbbc76d0.js";/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import{d as be,r as Ce,o as _e,bs as Ee,bZ as Se,bV as Be,aW as Ae,bP as Te,bH as Ie,C as $,D as q,aI as C,aH as E,aM as D,aN as L,G,u as Pe,bn as jt,bo as qt,aK as nt,aJ as ot,aE as rt,n as Gt,b3 as Ne,bc as Fe,bY as Me,a$ as De,ba as Re,b_ as Ue,bF as Le,bI as ve,bK as ke,be as Ve,bf as $e}from"./arco.949c921a.js";import{e as ht,g as Qt,h as P,b as F,s as xe}from"./serial.c741fbda.js";import{u as He}from"./loading.68e8c78e.js";import{B as Oe}from"./index.4f849950.js";import"./chart.b6f2f6d9.js";import"./vue.9f26a24d.js";import"./useConfig.64172b2b.js";import"./index.304d7cc6.js";import"./helper.9c1234ab.js";import"./useDisabled.fe45ce43.js";var W={},ze=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then},te={},v={};let Bt;const Je=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];v.getSymbolSize=function(n){if(!n)throw new Error('"version" cannot be null or undefined');if(n<1||n>40)throw new Error('"version" should be in range from 1 to 40');return n*4+17};v.getSymbolTotalCodewords=function(n){return Je[n]};v.getBCHDigit=function(o){let n=0;for(;o!==0;)n++,o>>>=1;return n};v.setToSJISFunction=function(n){if(typeof n!="function")throw new Error('"toSJISFunc" is not a valid function.');Bt=n};v.isKanjiModeEnabled=function(){return typeof Bt<"u"};v.toSJIS=function(n){return Bt(n)};var ut={};(function(o){o.L={bit:1},o.M={bit:0},o.Q={bit:3},o.H={bit:2};function n(i){if(typeof i!="string")throw new Error("Param is not a string");switch(i.toLowerCase()){case"l":case"low":return o.L;case"m":case"medium":return o.M;case"q":case"quartile":return o.Q;case"h":case"high":return o.H;default:throw new Error("Unknown EC Level: "+i)}}o.isValid=function(e){return e&&typeof e.bit<"u"&&e.bit>=0&&e.bit<4},o.from=function(e,t){if(o.isValid(e))return e;try{return n(e)}catch{return t}}})(ut);function ee(){this.buffer=[],this.length=0}ee.prototype={get:function(o){const n=Math.floor(o/8);return(this.buffer[n]>>>7-o%8&1)===1},put:function(o,n){for(let i=0;i<n;i++)this.putBit((o>>>n-i-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(o){const n=Math.floor(this.length/8);this.buffer.length<=n&&this.buffer.push(0),o&&(this.buffer[n]|=128>>>this.length%8),this.length++}};var Ke=ee;function X(o){if(!o||o<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=o,this.data=new Uint8Array(o*o),this.reservedBit=new Uint8Array(o*o)}X.prototype.set=function(o,n,i,e){const t=o*this.size+n;this.data[t]=i,e&&(this.reservedBit[t]=!0)};X.prototype.get=function(o,n){return this.data[o*this.size+n]};X.prototype.xor=function(o,n,i){this.data[o*this.size+n]^=i};X.prototype.isReserved=function(o,n){return this.reservedBit[o*this.size+n]};var Ye=X,ne={};(function(o){const n=v.getSymbolSize;o.getRowColCoords=function(e){if(e===1)return[];const t=Math.floor(e/7)+2,r=n(e),a=r===145?26:Math.ceil((r-13)/(2*t-2))*2,l=[r-7];for(let s=1;s<t-1;s++)l[s]=l[s-1]-a;return l.push(6),l.reverse()},o.getPositions=function(e){const t=[],r=o.getRowColCoords(e),a=r.length;for(let l=0;l<a;l++)for(let s=0;s<a;s++)l===0&&s===0||l===0&&s===a-1||l===a-1&&s===0||t.push([r[l],r[s]]);return t}})(ne);var oe={};const je=v.getSymbolSize,Zt=7;oe.getPositions=function(n){const i=je(n);return[[0,0],[i-Zt,0],[0,i-Zt]]};var re={};(function(o){o.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const n={N1:3,N2:3,N3:40,N4:10};o.isValid=function(t){return t!=null&&t!==""&&!isNaN(t)&&t>=0&&t<=7},o.from=function(t){return o.isValid(t)?parseInt(t,10):void 0},o.getPenaltyN1=function(t){const r=t.size;let a=0,l=0,s=0,h=null,p=null;for(let A=0;A<r;A++){l=s=0,h=p=null;for(let b=0;b<r;b++){let w=t.get(A,b);w===h?l++:(l>=5&&(a+=n.N1+(l-5)),h=w,l=1),w=t.get(b,A),w===p?s++:(s>=5&&(a+=n.N1+(s-5)),p=w,s=1)}l>=5&&(a+=n.N1+(l-5)),s>=5&&(a+=n.N1+(s-5))}return a},o.getPenaltyN2=function(t){const r=t.size;let a=0;for(let l=0;l<r-1;l++)for(let s=0;s<r-1;s++){const h=t.get(l,s)+t.get(l,s+1)+t.get(l+1,s)+t.get(l+1,s+1);(h===4||h===0)&&a++}return a*n.N2},o.getPenaltyN3=function(t){const r=t.size;let a=0,l=0,s=0;for(let h=0;h<r;h++){l=s=0;for(let p=0;p<r;p++)l=l<<1&2047|t.get(h,p),p>=10&&(l===1488||l===93)&&a++,s=s<<1&2047|t.get(p,h),p>=10&&(s===1488||s===93)&&a++}return a*n.N3},o.getPenaltyN4=function(t){let r=0;const a=t.data.length;for(let s=0;s<a;s++)r+=t.data[s];return Math.abs(Math.ceil(r*100/a/5)-10)*n.N4};function i(e,t,r){switch(e){case o.Patterns.PATTERN000:return(t+r)%2===0;case o.Patterns.PATTERN001:return t%2===0;case o.Patterns.PATTERN010:return r%3===0;case o.Patterns.PATTERN011:return(t+r)%3===0;case o.Patterns.PATTERN100:return(Math.floor(t/2)+Math.floor(r/3))%2===0;case o.Patterns.PATTERN101:return t*r%2+t*r%3===0;case o.Patterns.PATTERN110:return(t*r%2+t*r%3)%2===0;case o.Patterns.PATTERN111:return(t*r%3+(t+r)%2)%2===0;default:throw new Error("bad maskPattern:"+e)}}o.applyMask=function(t,r){const a=r.size;for(let l=0;l<a;l++)for(let s=0;s<a;s++)r.isReserved(s,l)||r.xor(s,l,i(t,s,l))},o.getBestMask=function(t,r){const a=Object.keys(o.Patterns).length;let l=0,s=1/0;for(let h=0;h<a;h++){r(h),o.applyMask(h,t);const p=o.getPenaltyN1(t)+o.getPenaltyN2(t)+o.getPenaltyN3(t)+o.getPenaltyN4(t);o.applyMask(h,t),p<s&&(s=p,l=h)}return l}})(re);var ct={};const x=ut,it=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],at=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];ct.getBlocksCount=function(n,i){switch(i){case x.L:return it[(n-1)*4+0];case x.M:return it[(n-1)*4+1];case x.Q:return it[(n-1)*4+2];case x.H:return it[(n-1)*4+3];default:return}};ct.getTotalCodewordsCount=function(n,i){switch(i){case x.L:return at[(n-1)*4+0];case x.M:return at[(n-1)*4+1];case x.Q:return at[(n-1)*4+2];case x.H:return at[(n-1)*4+3];default:return}};var ie={},dt={};const Q=new Uint8Array(512),st=new Uint8Array(256);(function(){let n=1;for(let i=0;i<255;i++)Q[i]=n,st[n]=i,n<<=1,n&256&&(n^=285);for(let i=255;i<512;i++)Q[i]=Q[i-255]})();dt.log=function(n){if(n<1)throw new Error("log("+n+")");return st[n]};dt.exp=function(n){return Q[n]};dt.mul=function(n,i){return n===0||i===0?0:Q[st[n]+st[i]]};(function(o){const n=dt;o.mul=function(e,t){const r=new Uint8Array(e.length+t.length-1);for(let a=0;a<e.length;a++)for(let l=0;l<t.length;l++)r[a+l]^=n.mul(e[a],t[l]);return r},o.mod=function(e,t){let r=new Uint8Array(e);for(;r.length-t.length>=0;){const a=r[0];for(let s=0;s<t.length;s++)r[s]^=n.mul(t[s],a);let l=0;for(;l<r.length&&r[l]===0;)l++;r=r.slice(l)}return r},o.generateECPolynomial=function(e){let t=new Uint8Array([1]);for(let r=0;r<e;r++)t=o.mul(t,new Uint8Array([1,n.exp(r)]));return t}})(ie);const ae=ie;function At(o){this.genPoly=void 0,this.degree=o,this.degree&&this.initialize(this.degree)}At.prototype.initialize=function(n){this.degree=n,this.genPoly=ae.generateECPolynomial(this.degree)};At.prototype.encode=function(n){if(!this.genPoly)throw new Error("Encoder not initialized");const i=new Uint8Array(n.length+this.degree);i.set(n);const e=ae.mod(i,this.genPoly),t=this.degree-e.length;if(t>0){const r=new Uint8Array(this.degree);return r.set(e,t),r}return e};var qe=At,se={},H={},Tt={};Tt.isValid=function(n){return!isNaN(n)&&n>=1&&n<=40};var k={};const le="[0-9]+",Ge="[A-Z $%*+\\-./:]+";let Z="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";Z=Z.replace(/u/g,"\\u");const Qe="(?:(?![A-Z0-9 $%*+\\-./:]|"+Z+`)(?:.|[\r
|
|
]))+`;k.KANJI=new RegExp(Z,"g");k.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g");k.BYTE=new RegExp(Qe,"g");k.NUMERIC=new RegExp(le,"g");k.ALPHANUMERIC=new RegExp(Ge,"g");const Ze=new RegExp("^"+Z+"$"),We=new RegExp("^"+le+"$"),Xe=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");k.testKanji=function(n){return Ze.test(n)};k.testNumeric=function(n){return We.test(n)};k.testAlphanumeric=function(n){return Xe.test(n)};(function(o){const n=Tt,i=k;o.NUMERIC={id:"Numeric",bit:1<<0,ccBits:[10,12,14]},o.ALPHANUMERIC={id:"Alphanumeric",bit:1<<1,ccBits:[9,11,13]},o.BYTE={id:"Byte",bit:1<<2,ccBits:[8,16,16]},o.KANJI={id:"Kanji",bit:1<<3,ccBits:[8,10,12]},o.MIXED={bit:-1},o.getCharCountIndicator=function(r,a){if(!r.ccBits)throw new Error("Invalid mode: "+r);if(!n.isValid(a))throw new Error("Invalid version: "+a);return a>=1&&a<10?r.ccBits[0]:a<27?r.ccBits[1]:r.ccBits[2]},o.getBestModeForData=function(r){return i.testNumeric(r)?o.NUMERIC:i.testAlphanumeric(r)?o.ALPHANUMERIC:i.testKanji(r)?o.KANJI:o.BYTE},o.toString=function(r){if(r&&r.id)return r.id;throw new Error("Invalid mode")},o.isValid=function(r){return r&&r.bit&&r.ccBits};function e(t){if(typeof t!="string")throw new Error("Param is not a string");switch(t.toLowerCase()){case"numeric":return o.NUMERIC;case"alphanumeric":return o.ALPHANUMERIC;case"kanji":return o.KANJI;case"byte":return o.BYTE;default:throw new Error("Unknown mode: "+t)}}o.from=function(r,a){if(o.isValid(r))return r;try{return e(r)}catch{return a}}})(H);(function(o){const n=v,i=ct,e=ut,t=H,r=Tt,a=1<<12|1<<11|1<<10|1<<9|1<<8|1<<5|1<<2|1<<0,l=n.getBCHDigit(a);function s(b,w,_){for(let u=1;u<=40;u++)if(w<=o.getCapacity(u,_,b))return u}function h(b,w){return t.getCharCountIndicator(b,w)+4}function p(b,w){let _=0;return b.forEach(function(u){const f=h(u.mode,w);_+=f+u.getBitsLength()}),_}function A(b,w){for(let _=1;_<=40;_++)if(p(b,_)<=o.getCapacity(_,w,t.MIXED))return _}o.from=function(w,_){return r.isValid(w)?parseInt(w,10):_},o.getCapacity=function(w,_,u){if(!r.isValid(w))throw new Error("Invalid QR Code version");typeof u>"u"&&(u=t.BYTE);const f=n.getSymbolTotalCodewords(w),c=i.getTotalCodewordsCount(w,_),g=(f-c)*8;if(u===t.MIXED)return g;const d=g-h(u,w);switch(u){case t.NUMERIC:return Math.floor(d/10*3);case t.ALPHANUMERIC:return Math.floor(d/11*2);case t.KANJI:return Math.floor(d/13);case t.BYTE:default:return Math.floor(d/8)}},o.getBestVersionForData=function(w,_){let u;const f=e.from(_,e.M);if(Array.isArray(w)){if(w.length>1)return A(w,f);if(w.length===0)return 1;u=w[0]}else u=w;return s(u.mode,u.getLength(),f)},o.getEncodedBits=function(w){if(!r.isValid(w)||w<7)throw new Error("Invalid QR Code version");let _=w<<12;for(;n.getBCHDigit(_)-l>=0;)_^=a<<n.getBCHDigit(_)-l;return w<<12|_}})(se);var ue={};const Ct=v,ce=1<<10|1<<8|1<<5|1<<4|1<<2|1<<1|1<<0,tn=1<<14|1<<12|1<<10|1<<4|1<<1,Wt=Ct.getBCHDigit(ce);ue.getEncodedBits=function(n,i){const e=n.bit<<3|i;let t=e<<10;for(;Ct.getBCHDigit(t)-Wt>=0;)t^=ce<<Ct.getBCHDigit(t)-Wt;return(e<<10|t)^tn};var de={};const en=H;function J(o){this.mode=en.NUMERIC,this.data=o.toString()}J.getBitsLength=function(n){return 10*Math.floor(n/3)+(n%3?n%3*3+1:0)};J.prototype.getLength=function(){return this.data.length};J.prototype.getBitsLength=function(){return J.getBitsLength(this.data.length)};J.prototype.write=function(n){let i,e,t;for(i=0;i+3<=this.data.length;i+=3)e=this.data.substr(i,3),t=parseInt(e,10),n.put(t,10);const r=this.data.length-i;r>0&&(e=this.data.substr(i),t=parseInt(e,10),n.put(t,r*3+1))};var nn=J;const on=H,pt=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function K(o){this.mode=on.ALPHANUMERIC,this.data=o}K.getBitsLength=function(n){return 11*Math.floor(n/2)+6*(n%2)};K.prototype.getLength=function(){return this.data.length};K.prototype.getBitsLength=function(){return K.getBitsLength(this.data.length)};K.prototype.write=function(n){let i;for(i=0;i+2<=this.data.length;i+=2){let e=pt.indexOf(this.data[i])*45;e+=pt.indexOf(this.data[i+1]),n.put(e,11)}this.data.length%2&&n.put(pt.indexOf(this.data[i]),6)};var rn=K,an=function(n){for(var i=[],e=n.length,t=0;t<e;t++){var r=n.charCodeAt(t);if(r>=55296&&r<=56319&&e>t+1){var a=n.charCodeAt(t+1);a>=56320&&a<=57343&&(r=(r-55296)*1024+a-56320+65536,t+=1)}if(r<128){i.push(r);continue}if(r<2048){i.push(r>>6|192),i.push(r&63|128);continue}if(r<55296||r>=57344&&r<65536){i.push(r>>12|224),i.push(r>>6&63|128),i.push(r&63|128);continue}if(r>=65536&&r<=1114111){i.push(r>>18|240),i.push(r>>12&63|128),i.push(r>>6&63|128),i.push(r&63|128);continue}i.push(239,191,189)}return new Uint8Array(i).buffer};const sn=an,ln=H;function Y(o){this.mode=ln.BYTE,typeof o=="string"&&(o=sn(o)),this.data=new Uint8Array(o)}Y.getBitsLength=function(n){return n*8};Y.prototype.getLength=function(){return this.data.length};Y.prototype.getBitsLength=function(){return Y.getBitsLength(this.data.length)};Y.prototype.write=function(o){for(let n=0,i=this.data.length;n<i;n++)o.put(this.data[n],8)};var un=Y;const cn=H,dn=v;function j(o){this.mode=cn.KANJI,this.data=o}j.getBitsLength=function(n){return n*13};j.prototype.getLength=function(){return this.data.length};j.prototype.getBitsLength=function(){return j.getBitsLength(this.data.length)};j.prototype.write=function(o){let n;for(n=0;n<this.data.length;n++){let i=dn.toSJIS(this.data[n]);if(i>=33088&&i<=40956)i-=33088;else if(i>=57408&&i<=60351)i-=49472;else throw new Error("Invalid SJIS character: "+this.data[n]+`
|
|
Make sure your charset is UTF-8`);i=(i>>>8&255)*192+(i&255),o.put(i,13)}};var fn=j,fe={exports:{}};(function(o){var n={single_source_shortest_paths:function(i,e,t){var r={},a={};a[e]=0;var l=n.PriorityQueue.make();l.push(e,0);for(var s,h,p,A,b,w,_,u,f;!l.empty();){s=l.pop(),h=s.value,A=s.cost,b=i[h]||{};for(p in b)b.hasOwnProperty(p)&&(w=b[p],_=A+w,u=a[p],f=typeof a[p]>"u",(f||u>_)&&(a[p]=_,l.push(p,_),r[p]=h))}if(typeof t<"u"&&typeof a[t]>"u"){var c=["Could not find a path from ",e," to ",t,"."].join("");throw new Error(c)}return r},extract_shortest_path_from_predecessor_list:function(i,e){for(var t=[],r=e;r;)t.push(r),i[r],r=i[r];return t.reverse(),t},find_path:function(i,e,t){var r=n.single_source_shortest_paths(i,e,t);return n.extract_shortest_path_from_predecessor_list(r,t)},PriorityQueue:{make:function(i){var e=n.PriorityQueue,t={},r;i=i||{};for(r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return t.queue=[],t.sorter=i.sorter||e.default_sorter,t},default_sorter:function(i,e){return i.cost-e.cost},push:function(i,e){var t={value:i,cost:e};this.queue.push(t),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};o.exports=n})(fe);(function(o){const n=H,i=nn,e=rn,t=un,r=fn,a=k,l=v,s=fe.exports;function h(c){return unescape(encodeURIComponent(c)).length}function p(c,g,d){const m=[];let B;for(;(B=c.exec(d))!==null;)m.push({data:B[0],index:B.index,mode:g,length:B[0].length});return m}function A(c){const g=p(a.NUMERIC,n.NUMERIC,c),d=p(a.ALPHANUMERIC,n.ALPHANUMERIC,c);let m,B;return l.isKanjiModeEnabled()?(m=p(a.BYTE,n.BYTE,c),B=p(a.KANJI,n.KANJI,c)):(m=p(a.BYTE_KANJI,n.BYTE,c),B=[]),g.concat(d,m,B).sort(function(T,I){return T.index-I.index}).map(function(T){return{data:T.data,mode:T.mode,length:T.length}})}function b(c,g){switch(g){case n.NUMERIC:return i.getBitsLength(c);case n.ALPHANUMERIC:return e.getBitsLength(c);case n.KANJI:return r.getBitsLength(c);case n.BYTE:return t.getBitsLength(c)}}function w(c){return c.reduce(function(g,d){const m=g.length-1>=0?g[g.length-1]:null;return m&&m.mode===d.mode?(g[g.length-1].data+=d.data,g):(g.push(d),g)},[])}function _(c){const g=[];for(let d=0;d<c.length;d++){const m=c[d];switch(m.mode){case n.NUMERIC:g.push([m,{data:m.data,mode:n.ALPHANUMERIC,length:m.length},{data:m.data,mode:n.BYTE,length:m.length}]);break;case n.ALPHANUMERIC:g.push([m,{data:m.data,mode:n.BYTE,length:m.length}]);break;case n.KANJI:g.push([m,{data:m.data,mode:n.BYTE,length:h(m.data)}]);break;case n.BYTE:g.push([{data:m.data,mode:n.BYTE,length:h(m.data)}])}}return g}function u(c,g){const d={},m={start:{}};let B=["start"];for(let S=0;S<c.length;S++){const T=c[S],I=[];for(let M=0;M<T.length;M++){const R=T[M],V=""+S+M;I.push(V),d[V]={node:R,lastCount:0},m[V]={};for(let O=0;O<B.length;O++){const U=B[O];d[U]&&d[U].node.mode===R.mode?(m[U][V]=b(d[U].lastCount+R.length,R.mode)-b(d[U].lastCount,R.mode),d[U].lastCount+=R.length):(d[U]&&(d[U].lastCount=R.length),m[U][V]=b(R.length,R.mode)+4+n.getCharCountIndicator(R.mode,g))}}B=I}for(let S=0;S<B.length;S++)m[B[S]].end=0;return{map:m,table:d}}function f(c,g){let d;const m=n.getBestModeForData(c);if(d=n.from(g,m),d!==n.BYTE&&d.bit<m.bit)throw new Error('"'+c+'" cannot be encoded with mode '+n.toString(d)+`.
|
|
Suggested mode is: `+n.toString(m));switch(d===n.KANJI&&!l.isKanjiModeEnabled()&&(d=n.BYTE),d){case n.NUMERIC:return new i(c);case n.ALPHANUMERIC:return new e(c);case n.KANJI:return new r(c);case n.BYTE:return new t(c)}}o.fromArray=function(g){return g.reduce(function(d,m){return typeof m=="string"?d.push(f(m,null)):m.data&&d.push(f(m.data,m.mode)),d},[])},o.fromString=function(g,d){const m=A(g,l.isKanjiModeEnabled()),B=_(m),S=u(B,d),T=s.find_path(S.map,"start","end"),I=[];for(let M=1;M<T.length-1;M++)I.push(S.table[T[M]].node);return o.fromArray(w(I))},o.rawSplit=function(g){return o.fromArray(A(g,l.isKanjiModeEnabled()))}})(de);const ft=v,mt=ut,gn=Ke,hn=Ye,pn=ne,mn=oe,_t=re,Et=ct,wn=qe,lt=se,yn=ue,bn=H,wt=de;function Cn(o,n){const i=o.size,e=mn.getPositions(n);for(let t=0;t<e.length;t++){const r=e[t][0],a=e[t][1];for(let l=-1;l<=7;l++)if(!(r+l<=-1||i<=r+l))for(let s=-1;s<=7;s++)a+s<=-1||i<=a+s||(l>=0&&l<=6&&(s===0||s===6)||s>=0&&s<=6&&(l===0||l===6)||l>=2&&l<=4&&s>=2&&s<=4?o.set(r+l,a+s,!0,!0):o.set(r+l,a+s,!1,!0))}}function _n(o){const n=o.size;for(let i=8;i<n-8;i++){const e=i%2===0;o.set(i,6,e,!0),o.set(6,i,e,!0)}}function En(o,n){const i=pn.getPositions(n);for(let e=0;e<i.length;e++){const t=i[e][0],r=i[e][1];for(let a=-2;a<=2;a++)for(let l=-2;l<=2;l++)a===-2||a===2||l===-2||l===2||a===0&&l===0?o.set(t+a,r+l,!0,!0):o.set(t+a,r+l,!1,!0)}}function Sn(o,n){const i=o.size,e=lt.getEncodedBits(n);let t,r,a;for(let l=0;l<18;l++)t=Math.floor(l/3),r=l%3+i-8-3,a=(e>>l&1)===1,o.set(t,r,a,!0),o.set(r,t,a,!0)}function yt(o,n,i){const e=o.size,t=yn.getEncodedBits(n,i);let r,a;for(r=0;r<15;r++)a=(t>>r&1)===1,r<6?o.set(r,8,a,!0):r<8?o.set(r+1,8,a,!0):o.set(e-15+r,8,a,!0),r<8?o.set(8,e-r-1,a,!0):r<9?o.set(8,15-r-1+1,a,!0):o.set(8,15-r-1,a,!0);o.set(e-8,8,1,!0)}function Bn(o,n){const i=o.size;let e=-1,t=i-1,r=7,a=0;for(let l=i-1;l>0;l-=2)for(l===6&&l--;;){for(let s=0;s<2;s++)if(!o.isReserved(t,l-s)){let h=!1;a<n.length&&(h=(n[a]>>>r&1)===1),o.set(t,l-s,h),r--,r===-1&&(a++,r=7)}if(t+=e,t<0||i<=t){t-=e,e=-e;break}}}function An(o,n,i){const e=new gn;i.forEach(function(s){e.put(s.mode.bit,4),e.put(s.getLength(),bn.getCharCountIndicator(s.mode,o)),s.write(e)});const t=ft.getSymbolTotalCodewords(o),r=Et.getTotalCodewordsCount(o,n),a=(t-r)*8;for(e.getLengthInBits()+4<=a&&e.put(0,4);e.getLengthInBits()%8!==0;)e.putBit(0);const l=(a-e.getLengthInBits())/8;for(let s=0;s<l;s++)e.put(s%2?17:236,8);return Tn(e,o,n)}function Tn(o,n,i){const e=ft.getSymbolTotalCodewords(n),t=Et.getTotalCodewordsCount(n,i),r=e-t,a=Et.getBlocksCount(n,i),l=e%a,s=a-l,h=Math.floor(e/a),p=Math.floor(r/a),A=p+1,b=h-p,w=new wn(b);let _=0;const u=new Array(a),f=new Array(a);let c=0;const g=new Uint8Array(o.buffer);for(let T=0;T<a;T++){const I=T<s?p:A;u[T]=g.slice(_,_+I),f[T]=w.encode(u[T]),_+=I,c=Math.max(c,I)}const d=new Uint8Array(e);let m=0,B,S;for(B=0;B<c;B++)for(S=0;S<a;S++)B<u[S].length&&(d[m++]=u[S][B]);for(B=0;B<b;B++)for(S=0;S<a;S++)d[m++]=f[S][B];return d}function In(o,n,i,e){let t;if(Array.isArray(o))t=wt.fromArray(o);else if(typeof o=="string"){let h=n;if(!h){const p=wt.rawSplit(o);h=lt.getBestVersionForData(p,i)}t=wt.fromString(o,h||40)}else throw new Error("Invalid data");const r=lt.getBestVersionForData(t,i);if(!r)throw new Error("The amount of data is too big to be stored in a QR Code");if(!n)n=r;else if(n<r)throw new Error(`
|
|
The chosen QR Code version cannot contain this amount of data.
|
|
Minimum version required to store current data is: `+r+`.
|
|
`);const a=An(n,i,t),l=ft.getSymbolSize(n),s=new hn(l);return Cn(s,n),_n(s),En(s,n),yt(s,i,0),n>=7&&Sn(s,n),Bn(s,a),isNaN(e)&&(e=_t.getBestMask(s,yt.bind(null,s,i))),_t.applyMask(e,s),yt(s,i,e),{modules:s,version:n,errorCorrectionLevel:i,maskPattern:e,segments:t}}te.create=function(n,i){if(typeof n>"u"||n==="")throw new Error("No input text");let e=mt.M,t,r;return typeof i<"u"&&(e=mt.from(i.errorCorrectionLevel,mt.M),t=lt.from(i.version),r=_t.from(i.maskPattern),i.toSJISFunc&&ft.setToSJISFunction(i.toSJISFunc)),In(n,t,e,r)};var ge={},It={};(function(o){function n(i){if(typeof i=="number"&&(i=i.toString()),typeof i!="string")throw new Error("Color should be defined as hex string");let e=i.slice().replace("#","").split("");if(e.length<3||e.length===5||e.length>8)throw new Error("Invalid hex color: "+i);(e.length===3||e.length===4)&&(e=Array.prototype.concat.apply([],e.map(function(r){return[r,r]}))),e.length===6&&e.push("F","F");const t=parseInt(e.join(""),16);return{r:t>>24&255,g:t>>16&255,b:t>>8&255,a:t&255,hex:"#"+e.slice(0,6).join("")}}o.getOptions=function(e){e||(e={}),e.color||(e.color={});const t=typeof e.margin>"u"||e.margin===null||e.margin<0?4:e.margin,r=e.width&&e.width>=21?e.width:void 0,a=e.scale||4;return{width:r,scale:r?4:a,margin:t,color:{dark:n(e.color.dark||"#000000ff"),light:n(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},o.getScale=function(e,t){return t.width&&t.width>=e+t.margin*2?t.width/(e+t.margin*2):t.scale},o.getImageWidth=function(e,t){const r=o.getScale(e,t);return Math.floor((e+t.margin*2)*r)},o.qrToImageData=function(e,t,r){const a=t.modules.size,l=t.modules.data,s=o.getScale(a,r),h=Math.floor((a+r.margin*2)*s),p=r.margin*s,A=[r.color.light,r.color.dark];for(let b=0;b<h;b++)for(let w=0;w<h;w++){let _=(b*h+w)*4,u=r.color.light;if(b>=p&&w>=p&&b<h-p&&w<h-p){const f=Math.floor((b-p)/s),c=Math.floor((w-p)/s);u=A[l[f*a+c]?1:0]}e[_++]=u.r,e[_++]=u.g,e[_++]=u.b,e[_]=u.a}}})(It);(function(o){const n=It;function i(t,r,a){t.clearRect(0,0,r.width,r.height),r.style||(r.style={}),r.height=a,r.width=a,r.style.height=a+"px",r.style.width=a+"px"}function e(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}o.render=function(r,a,l){let s=l,h=a;typeof s>"u"&&(!a||!a.getContext)&&(s=a,a=void 0),a||(h=e()),s=n.getOptions(s);const p=n.getImageWidth(r.modules.size,s),A=h.getContext("2d"),b=A.createImageData(p,p);return n.qrToImageData(b.data,r,s),i(A,h,p),A.putImageData(b,0,0),h},o.renderToDataURL=function(r,a,l){let s=l;typeof s>"u"&&(!a||!a.getContext)&&(s=a,a=void 0),s||(s={});const h=o.render(r,a,s),p=s.type||"image/png",A=s.rendererOpts||{};return h.toDataURL(p,A.quality)}})(ge);var he={};const Pn=It;function Xt(o,n){const i=o.a/255,e=n+'="'+o.hex+'"';return i<1?e+" "+n+'-opacity="'+i.toFixed(2).slice(1)+'"':e}function bt(o,n,i){let e=o+n;return typeof i<"u"&&(e+=" "+i),e}function Nn(o,n,i){let e="",t=0,r=!1,a=0;for(let l=0;l<o.length;l++){const s=Math.floor(l%n),h=Math.floor(l/n);!s&&!r&&(r=!0),o[l]?(a++,l>0&&s>0&&o[l-1]||(e+=r?bt("M",s+i,.5+h+i):bt("m",t,0),t=0,r=!1),s+1<n&&o[l+1]||(e+=bt("h",a),a=0)):t++}return e}he.render=function(n,i,e){const t=Pn.getOptions(i),r=n.modules.size,a=n.modules.data,l=r+t.margin*2,s=t.color.light.a?"<path "+Xt(t.color.light,"fill")+' d="M0 0h'+l+"v"+l+'H0z"/>':"",h="<path "+Xt(t.color.dark,"stroke")+' d="'+Nn(a,r,t.margin)+'"/>',p='viewBox="0 0 '+l+" "+l+'"',b='<svg xmlns="http://www.w3.org/2000/svg" '+(t.width?'width="'+t.width+'" height="'+t.width+'" ':"")+p+' shape-rendering="crispEdges">'+s+h+`</svg>
|
|
`;return typeof e=="function"&&e(null,b),b};const Fn=ze,St=te,pe=ge,Mn=he;function Pt(o,n,i,e,t){const r=[].slice.call(arguments,1),a=r.length,l=typeof r[a-1]=="function";if(!l&&!Fn())throw new Error("Callback required as last argument");if(l){if(a<2)throw new Error("Too few arguments provided");a===2?(t=i,i=n,n=e=void 0):a===3&&(n.getContext&&typeof t>"u"?(t=e,e=void 0):(t=e,e=i,i=n,n=void 0))}else{if(a<1)throw new Error("Too few arguments provided");return a===1?(i=n,n=e=void 0):a===2&&!n.getContext&&(e=i,i=n,n=void 0),new Promise(function(s,h){try{const p=St.create(i,e);s(o(p,n,e))}catch(p){h(p)}})}try{const s=St.create(i,e);t(null,o(s,n,e))}catch(s){t(s)}}W.create=St.create;W.toCanvas=Pt.bind(null,pe.render);W.toDataURL=Pt.bind(null,pe.renderToDataURL);W.toString=Pt.bind(null,function(o,n,i){return Mn.render(o,i)});const Dn=o=>(Ve("data-v-4c2f1caa"),o=o(),$e(),o),Rn={class:"container"},Un={style:{"text-align":"center"}},Ln=["src"],vn=Dn(()=>G("br",null,null,-1)),kn=["innerHTML"],Vn={name:"Sat"},$n=be({...Vn,setup(o){const{loading:n,setLoading:i}=He(!0),e=me(),t=Ce({uuid:"",qrcode:"",visible:!1,showHide:0,status:"\u70B9\u51FB\u5199\u5165\u6309\u94AE\u5199\u5165\u536B\u661F\u6570\u636E\u5230\u8BBE\u5907<br/><br/>",sat:"",satData:[],lng:0,lat:0,alt:0,tx:0,rx:0,txTone:0,rxTone:0,CTCSSOption:[67,69.3,71.9,74.4,77,79.7,82.5,85.4,88.5,91.5,94.8,97.4,100,103.5,107.2,110.9,114.8,118.8,123,127.3,131.8,136.5,141.3,146.2,151.4,156.7,159.8,162.2,165.5,167.9,171.3,173.8,177.3,179.9,183.5,186.2,189.9,192.8,196.6,199.5,203.5,206.5,210.7,218.1,225.7,229.1,233.6,241.8,250.3,254.1],pass:void 0,passOption:[],dt:"",timer:void 0,passCustom:void 0,dtCustom:void 0,freqDb:[]});_e(async()=>{const u=await(await fetch("https://mirror.ghproxy.com/https://raw.githubusercontent.com/palewire/ham-satellite-database/main/data/amsat-active-frequencies.json")).text();t.freqDb=JSON.parse(u),t.timer=setInterval(()=>{t.dt=new Date().toLocaleString("zh-CN",{timeZone:"Asia/Shanghai"})},1e3)}),Ee(()=>{try{clearInterval(t.timer)}catch{}});const r=async()=>{if(e.connectState!=!0){alert(sessionStorage.getItem("noticeConnectK5"));return}i(!0),await ht(e.connectPort),await a(),await Qt(e.connectPort),i(!1)},a=async()=>{var c;const u=t.dtCustom?new Date(t.dtCustom):new Date,f=[...P(parseInt(u.getFullYear().toString().substring(2,4)).toString(16)),...P((u.getMonth()+1).toString(16)),...P(u.getDate().toString(16)),...P(u.getHours().toString(16)),...P(u.getMinutes().toString(16)),...P(u.getSeconds().toString(16))];await F(e.connectPort,11200,new Uint8Array(f),6,(c=e.configuration)==null?void 0:c.uart)},l=async u=>{const f=t.satData.find(c=>c.name==u);if(f&&f.path){t.status+="<br/>\u536B\u661F\u53C2\u6570\uFF1A<br/>",f.path.map(g=>{t.status+=g+"<br/>"});let c=!1;t.freqDb.map(g=>{f.path[1].split(" ")[1]==g.norad_id&&g.mode.indexOf("FM")!=-1&&(console.log(g),c=!0,t.tx=g.uplink?parseFloat(g.uplink.split("/")[0]):0,t.rx=g.downlink?parseFloat(g.downlink.split("/")[0]):0,t.txTone=parseFloat([0,...t.CTCSSOption].reduce((d,m)=>g.mode.indexOf(m)!=-1?m:d)))}),c||(t.tx=0,t.rx=0,t.txTone=0,t.rxTone=0)}Gt(()=>{const c=document==null?void 0:document.getElementById("statusArea");c&&(c.scrollTop=c==null?void 0:c.scrollHeight)})};(async()=>{i(!0);const f=(await(await fetch("https://celestrak.org/NORAD/elements/amateur.txt")).text()).split(/\r?\n/),c=[];let g={};for(let d=0;d<f.length;d++)Number.isNaN(parseInt(f[d].substring(0,1)))?(g.name&&g.name!=""&&(c.push(g),g={}),g.name=f[d]):(g.path||(g.path=[]),g.path.push(f[d]));t.satData=c,i(!1)})();const h=async()=>{i(!0),navigator.geolocation.getCurrentPosition(u=>{u.coords&&(t.lat=u.coords.latitude,t.lng=u.coords.longitude,u.coords.altitude&&(t.alt=u.coords.altitude))}),i(!1)};h();const p=async()=>{t.visible=!0,t.uuid=crypto.randomUUID(),t.qrcode=await W.toDataURL(location.origin+"/#/satloc?uuid="+t.uuid,{width:250}),console.log(t.uuid)},A=async()=>{const u=await(await fetch("https://k5.vicicode.com/api/lol",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({func:1,uuid:t.uuid})})).json(),f=JSON.parse(u.cache);f.length>=3&&(t.lng=f[0],t.lat=f[1],t.alt=f[2])},b=async(u=0,f)=>{var c;await ht(e.connectPort);for(let g=u;g<f.length+u;g+=128)await F(e.connectPort,g,f.slice(g-u,g-u+128),128,(c=e.configuration)==null?void 0:c.uart),t.status=t.status+"\u5199\u5165\u8FDB\u5EA6\uFF1A"+((g-u)/f.length*100).toFixed(1)+"%<br/>",Gt(()=>{const d=document==null?void 0:document.getElementById("statusArea");d&&(d.scrollTop=d==null?void 0:d.scrollHeight)});t.status=t.status+"\u5199\u5165\u8FDB\u5EA6\uFF1A100.0%<br/>"},w=async()=>{if(!t.sat){alert("\u8BF7\u9009\u62E9\u536B\u661F\uFF01");return}i(!0);const u=await(await fetch("https://k5.vicicode.com/api/pass",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({sat:t.sat,sat_line_1:t.satData.find(c=>c.name==t.sat).path[0],sat_line_2:t.satData.find(c=>c.name==t.sat).path[1],lat:t.lat,lng:t.lng,alt:t.alt})})).json(),f=[];for(let c=0;c<u.pass_times.length;c++)try{let g;Date.parse(u.departure_times[c])-Date.parse(u.pass_times[c])>0?g=[u.pass_times[c],u.departure_times[c]]:g=[u.pass_times[c],u.departure_times[c+1]],f.push(g)}catch{}f.length>0?t.pass=f[0][0]+"|"+f[0][1]:t.pass=void 0,t.passOption=f,i(!1)},_=async()=>{var y,Nt,Ft,Mt,Dt,Rt,Ut,Lt,vt,kt,Vt,$t,xt,Ht,Ot,zt,Jt,Kt;if(e.connectState!=!0){alert(sessionStorage.getItem("noticeConnectK5"));return}if(((y=e.configuration)==null?void 0:y.sat)!=!0){alert(sessionStorage.getItem("noticeVersionNoSupport"));return}if(!t.sat){alert("\u8BF7\u9009\u62E9\u536B\u661F\uFF01");return}if(t.passCustom&&(t.pass=t.passCustom[0]+"|"+t.passCustom[1]),!t.pass){alert("\u8BF7\u9009\u62E9\u8FC7\u5883\u65F6\u95F4\uFF01");return}i(!0);const u=await(await fetch("https://k5.vicicode.com/api/doppler",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({sat:t.sat,sat_line_1:t.satData.find(z=>z.name==t.sat).path[0],sat_line_2:t.satData.find(z=>z.name==t.sat).path[1],lat:t.lat,lng:t.lng,alt:t.alt,tx:t.tx,rx:t.rx,pass_time:t.pass.split("|")[0],departure_time:t.pass.split("|")[1]})})).json(),f=t.sat,c=t.pass.split("|")[0],g=c.split("-")[0].substring(2,4),d=c.split("-")[1],m=c.split("-")[2].split(" ")[0],B=c.split(" ")[1].split(":")[0],S=c.split(" ")[1].split(":")[1],T=c.split(" ")[1].split(":")[2],I=t.pass.split("|")[1],M=I.split("-")[0].substring(2,4),R=I.split("-")[1],V=I.split("-")[2].split(" ")[0],O=I.split(" ")[1].split(":")[0],U=I.split(" ")[1].split(":")[1],gt=I.split(" ")[1].split(":")[2];await ht(e.connectPort);let N=new Uint8Array(10);N.set(xe(f.trim()).subarray(0,9)),await F(e.connectPort,11168,N,10,(Nt=e.configuration)==null?void 0:Nt.uart),await F(e.connectPort,11178,P(parseInt(g).toString(16)).subarray(0,1),1,(Ft=e.configuration)==null?void 0:Ft.uart),await F(e.connectPort,11179,P(parseInt(d).toString(16)).subarray(0,1),1,(Mt=e.configuration)==null?void 0:Mt.uart),await F(e.connectPort,11180,P(parseInt(m).toString(16)).subarray(0,1),1,(Dt=e.configuration)==null?void 0:Dt.uart),await F(e.connectPort,11181,P(parseInt(B).toString(16)).subarray(0,1),1,(Rt=e.configuration)==null?void 0:Rt.uart),await F(e.connectPort,11182,P(parseInt(S).toString(16)).subarray(0,1),1,(Ut=e.configuration)==null?void 0:Ut.uart),await F(e.connectPort,11183,P(parseInt(T).toString(16)).subarray(0,1),1,(Lt=e.configuration)==null?void 0:Lt.uart),await F(e.connectPort,11184,P(parseInt(M).toString(16)).subarray(0,1),1,(vt=e.configuration)==null?void 0:vt.uart),await F(e.connectPort,11185,P(parseInt(R).toString(16)).subarray(0,1),1,(kt=e.configuration)==null?void 0:kt.uart),await F(e.connectPort,11186,P(parseInt(V).toString(16)).subarray(0,1),1,(Vt=e.configuration)==null?void 0:Vt.uart),await F(e.connectPort,11187,P(parseInt(O).toString(16)).subarray(0,1),1,($t=e.configuration)==null?void 0:$t.uart),await F(e.connectPort,11188,P(parseInt(U).toString(16)).subarray(0,1),1,(xt=e.configuration)==null?void 0:xt.uart),await F(e.connectPort,11189,P(parseInt(gt).toString(16)).subarray(0,1),1,(Ht=e.configuration)==null?void 0:Ht.uart),N=new Uint8Array(2),N.set(P(((Date.parse(I)-Date.parse(c))/1e3).toString(16)).subarray(0,2)),await F(e.connectPort,11190,N,2,(Ot=e.configuration)==null?void 0:Ot.uart),N=new Uint8Array(2),t.txTone&&t.txTone>0&&N.set(P(parseInt((t.txTone*10).toFixed(0)).toString(16)).subarray(0,2)),await F(e.connectPort,11192,N,2,(zt=e.configuration)==null?void 0:zt.uart),N=new Uint8Array(2),t.rxTone&&t.rxTone>0&&N.set(P(parseInt((t.rxTone*10).toFixed(0)).toString(16)).subarray(0,2)),await F(e.connectPort,11194,N,2,(Jt=e.configuration)==null?void 0:Jt.uart),N=new Uint8Array(4),N.set(P(((Date.parse(c)-Date.parse("2000-01-01 00:00:00"))/1e3).toString(16)).subarray(0,4)),await F(e.connectPort,11196,N,4,(Kt=e.configuration)==null?void 0:Kt.uart);const tt=[];u.shift_array.filter((z,et)=>et%2===0).map(z=>{const et=new Uint8Array(4),Yt=new Uint8Array(4);et.set(P(parseInt(((t.tx*1e6+z[0])/10).toFixed(0)).toString(16))),Yt.set(P(parseInt(((t.rx*1e6+z[1])/10).toFixed(0)).toString(16))),tt.push(...et,...Yt)}),N=new Uint8Array(7680),N.set(new Uint8Array(tt).subarray(0,7680)),await b(123392,N),await a(),await Qt(e.connectPort),i(!1)};return(u,f)=>{const c=Ne,g=we,d=Fe,m=Se,B=Oe,S=Me,T=Be,I=Ae,M=De,R=Re,V=Ue,O=Le,U=Te,gt=Ie,N=ve,tt=ke;return $(),q("div",Rn,[C(c,{visible:t.visible,"onUpdate:visible":f[0]||(f[0]=y=>t.visible=y),onOk:A,"ok-text":u.$t("tool.scaned")},{title:E(()=>[D(L(u.$t("tool.scanqr")),1)]),default:E(()=>[G("div",Un,[G("img",{src:t.qrcode},null,8,Ln),vn,D(" "+L(u.$t("tool.scannotice")),1)])]),_:1},8,["visible","ok-text"]),C(g,{items:[u.$t("menu.list"),u.$t("menu.satellite")]},null,8,["items"]),C(tt,{gutter:20,align:"stretch"},{default:E(()=>[C(N,{span:24},{default:E(()=>[C(gt,{class:"general-card",title:u.$t("menu.satellite")+u.$t("global.onStart")},{default:E(()=>[C(U,{loading:Pe(n),style:{width:"100%"},tip:"\u6B63\u5728\u5904\u7406 ..."},{default:E(()=>[C(d,{"label-col-style":{width:"25%"},field:"dt",label:u.$t("tool.brtime"),onClick:f[1]||(f[1]=()=>{t.showHide+=1})},{default:E(()=>[D(L(t.dt),1)]),_:1},8,["label"]),jt(C(d,{"label-col-style":{width:"25%"},field:"dtCustom",label:"\u81EA\u5B9A\u4E49\u65F6\u95F4"},{default:E(()=>[G("div",null,[C(m,{style:{width:"220px",margin:"0 24px 24px 0"},"show-time":"","time-picker-props":{defaultValue:"00:00:00"},format:"YYYY-MM-DD HH:mm:ss",modelValue:t.dtCustom,"onUpdate:modelValue":f[2]||(f[2]=y=>t.dtCustom=y)},null,8,["modelValue"]),D(" \xA0\xA0"),C(B,{size:"small",theme:"success",onClick:r},{default:E(()=>[D("\u5199\u5165\u65F6\u95F4\u5230\u53F0\u7AD9")]),_:1})])]),_:1},512),[[qt,t.showHide>=5]]),C(d,{"label-col-style":{width:"25%"},field:"sat",label:u.$t("tool.selectSatellite")},{default:E(()=>[C(T,{modelValue:t.sat,"onUpdate:modelValue":f[3]||(f[3]=y=>t.sat=y),onChange:l,placeholder:u.$t("tool.selectSatellite")+"...","allow-search":"","allow-clear":""},{default:E(()=>[($(!0),q(nt,null,ot(t.satData,y=>($(),rt(S,{key:y.name,value:y.name},{default:E(()=>[D(L(y.name),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","placeholder"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"lng",label:u.$t("tool.longitude")},{default:E(()=>[C(I,{precision:6,modelValue:t.lng,"onUpdate:modelValue":f[4]||(f[4]=y=>t.lng=y)},null,8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"lat",label:u.$t("tool.latitude")},{default:E(()=>[C(I,{precision:6,modelValue:t.lat,"onUpdate:modelValue":f[5]||(f[5]=y=>t.lat=y)},null,8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"alt",label:u.$t("tool.altitude")},{default:E(()=>[C(I,{precision:0,modelValue:t.alt,"onUpdate:modelValue":f[6]||(f[6]=y=>t.alt=y)},null,8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},label:""},{default:E(()=>[C(R,null,{default:E(()=>[C(M,{onClick:h},{default:E(()=>[D(L(u.$t("tool.brlonlat")),1)]),_:1}),C(M,{onClick:p},{default:E(()=>[D(L(u.$t("tool.phonelonlat")),1)]),_:1}),C(M,{type:"primary",onClick:w},{default:E(()=>[D(L(u.$t("tool.satpasstime")),1)]),_:1})]),_:1})]),_:1}),C(d,{"label-col-style":{width:"25%"},field:"pass",label:u.$t("tool.selectPassTime")},{default:E(()=>[C(T,{modelValue:t.pass,"onUpdate:modelValue":f[7]||(f[7]=y=>t.pass=y),"allow-search":"","allow-clear":""},{default:E(()=>[($(!0),q(nt,null,ot(t.passOption,y=>($(),rt(S,{key:y[0]+"|"+y[1],value:y[0]+"|"+y[1]},{default:E(()=>[D(L(y[0]+" - "+y[1]),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])]),_:1},8,["label"]),jt(C(d,{"label-col-style":{width:"25%"},field:"passCustom",label:"\u81EA\u5B9A\u4E49\u8FC7\u5883\u65F6\u95F4"},{default:E(()=>[C(V,{style:{width:"360px",margin:"0 24px 24px 0"},"show-time":"","time-picker-props":{defaultValue:["00:00:00","00:00:00"]},format:"YYYY-MM-DD HH:mm:ss",modelValue:t.passCustom,"onUpdate:modelValue":f[8]||(f[8]=y=>t.passCustom=y)},null,8,["modelValue"])]),_:1},512),[[qt,t.showHide>=5]]),C(d,{"label-col-style":{width:"25%"},field:"tx",label:u.$t("tool.txFreq")},{default:E(()=>[C(I,{precision:5,modelValue:t.tx,"onUpdate:modelValue":f[9]||(f[9]=y=>t.tx=y)},null,8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"txTone",label:u.$t("tool.txTone")},{default:E(()=>[C(T,{modelValue:t.txTone,"onUpdate:modelValue":f[10]||(f[10]=y=>t.txTone=y),"allow-search":"","allow-clear":""},{default:E(()=>[C(S,{value:0},{default:E(()=>[D(L(u.$t("tool.off")),1)]),_:1}),($(!0),q(nt,null,ot(t.CTCSSOption,y=>($(),rt(S,{key:y,value:y},{default:E(()=>[D(L(y.toFixed(1)),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"rx",label:u.$t("tool.rxFreq")},{default:E(()=>[C(I,{precision:5,modelValue:t.rx,"onUpdate:modelValue":f[11]||(f[11]=y=>t.rx=y)},null,8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},field:"rxTone",label:u.$t("tool.rxTone")},{default:E(()=>[C(T,{modelValue:t.rxTone,"onUpdate:modelValue":f[12]||(f[12]=y=>t.rxTone=y),"allow-search":"","allow-clear":""},{default:E(()=>[C(S,{value:0},{default:E(()=>[D(L(u.$t("tool.off")),1)]),_:1}),($(!0),q(nt,null,ot(t.CTCSSOption,y=>($(),rt(S,{key:y,value:y},{default:E(()=>[D(L(y.toFixed(1)),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"])]),_:1},8,["label"]),C(d,{"label-col-style":{width:"25%"},label:""},{default:E(()=>[C(M,{type:"primary",onClick:_},{default:E(()=>[D(L(u.$t("tool.writeData")),1)]),_:1})]),_:1}),C(O),G("div",{id:"statusArea",style:{height:"20em","background-color":"azure",color:"silver",overflow:"auto",padding:"20px"},innerHTML:t.status},null,8,kn)]),_:1},8,["loading"])]),_:1},8,["title"])]),_:1})]),_:1})])}}});const so=ye($n,[["__scopeId","data-v-4c2f1caa"]]);export{so as default};
|