HMI-Web-Realse/local-192.168.1.2.html

36 lines
81 KiB
HTML
Raw Normal View History

2025-05-15 16:49:22 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="data:;">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MEGMEET</title>
<script>
</script>
<script type="module" crossorigin>/**
* @vue/shared v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/
function e(e,t){const n=new Set(e.split(","));return t?e=>n.has(e.toLowerCase()):e=>n.has(e)}!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))t(e);new MutationObserver((e=>{for(const n of e)if("childList"===n.type)for(const e of n.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&t(e)})).observe(document,{childList:!0,subtree:!0})}function t(e){if(e.ep)return;e.ep=!0;const t=function(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?t.credentials="include":"anonymous"===e.crossOrigin?t.credentials="omit":t.credentials="same-origin",t}(e);fetch(e.href,t)}}();const t={},n=[],r=()=>{},s=()=>!1,i=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),o=e=>e.startsWith("onUpdate:"),l=Object.assign,a=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},c=Object.prototype.hasOwnProperty,u=(e,t)=>c.call(e,t),f=Array.isArray,h=e=>"[object Map]"===b(e),d=e=>"[object Set]"===b(e),p=e=>"function"==typeof e,g=e=>"string"==typeof e,v=e=>"symbol"==typeof e,_=e=>null!==e&&"object"==typeof e,y=e=>(_(e)||p(e))&&p(e.then)&&p(e.catch),m=Object.prototype.toString,b=e=>m.call(e),w=e=>b(e).slice(8,-1),S=e=>"[object Object]"===b(e),x=e=>g(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,C=e(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),A=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},T=/-(\w)/g,F=A((e=>e.replace(T,((e,t)=>t?t.toUpperCase():"")))),R=/\B([A-Z])/g,E=A((e=>e.replace(R,"-$1").toLowerCase())),L=A((e=>e.charAt(0).toUpperCase()+e.slice(1))),I=A((e=>e?`on${L(e)}`:"")),k=(e,t)=>!Object.is(e,t),B=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},O=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},P=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let N;const U=()=>N||(N="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function D(e){if(f(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=g(r)?V(r):D(r);if(s)for(const e in s)t[e]=s[e]}return t}if(g(e)||_(e))return e}const M=/;(?![^(]*\))/g,z=/:([^]+)/,j=/\/\*[^]*?\*\//g;function V(e){const t={};return e.replace(j,"").split(M).forEach((e=>{if(e){const n=e.split(z);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function H(e){let t="";if(g(e))t=e;else if(f(e))for(let n=0;n<e.length;n++){const r=H(e[n]);r&&(t+=r+" ")}else if(_(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const $=e("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function W(e){return!!e||""===e}const G=e=>g(e)?e:null==e?"":f(e)||_(e)&&(e.toString===m||!p(e.toString))?JSON.stringify(e,q,2):String(e),q=(e,t)=>t&&t.__v_isRef?q(e,t.value):h(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n],r)=>(e[K(t,r)+" =>"]=n,e)),{})}:d(t)?{[`Set(${t.size})`]:[...t.values()].map((e=>K(e)))}:v(t)?K(t):!_(t)||f(t)||S(t)?t:String(t),K=(e,t="")=>{var n;return v(e)?`Symbol(${null!=(n=e.description)?n:t})`:e};
/**
* @vue/reactivity v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/
let X,Z;class J{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=X,!e&&X&&(this.index=(X.scopes||(X.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=X;try{return X=this,e()}finally{X=t}}}on(){X=this}off(){X=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].stop();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0,this._active=!1}}}class Q{constructor(e,t,n,r){this.fn=e,this.trigger=t,this.scheduler=n,this.active=!0,this.deps=[],this._dirtyLevel=4,this._trackId=0,this._runnings=0,this._shouldSchedule=!1,this._depsLength=0,function(e,t=X){t&&t.active&&t.effects.push(e)}(this,r)}get dirty(){if(2===this._dirtyLevel||3===this._dirtyLevel){this._dirtyLevel=1,ie();for(let e=0;e<this._depsLength;e++){const t=this.deps[e];if(t.computed&&(t.computed.value,this._dirtyLevel>=4))break}1===this._dirtyLevel&&(this._dirtyLevel=0),oe()}return this._dirtyLevel>=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=ne,t=Z;try{return ne=!0,Z=this,this._runnings++,Y(this),this.fn()}finally{ee(this),this._runnings--,Z=t,ne=e}}stop(){var e;this.active&&(Y(this),ee(this),null==(e=this.onStop)||e.call(this),this.active=!1)}}function Y(e){e._trackId++,e._depsLength=0}function ee(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t<e.deps.length;t++)te(e.deps[t],e);e.deps.length=e._depsLength}}function te(e,t){const n=e.get(t);void 0!==n&&t._trackId!==n&&(e.delete(t),0===e.size&&e.cleanup())}let ne=!0,re=0;const se=[];function ie(){se.push(ne),ne=!1}function oe(){const e=se.pop();ne=void 0===e||e}function le(){re++}function ae(){for(re--;!re&&ue.length;)ue.shift()()}function ce(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const n=e.deps[e._depsLength];n!==t?(n&&te(n,e),e.deps[e._depsLength++]=t):e._depsLength++}}const ue=[];function fe(e,t,n){le();for(const r of e.keys()){let n;r._dirtyLevel<t&&(null!=n?n:n=e.get(r)===r._trackId)&&(r._shouldSchedule||(r._shouldSchedule=0===r._dirtyLevel),r._dirtyLevel=t),r._shouldSchedule&&(null!=n?n:n=e.get(r)===r._trackId)&&(r.trigger(),r._runnings&&!r.allowRecurse||2===r._dirtyLevel||(r._shouldSchedule=!1,r.scheduler&&ue.push(r.scheduler)))}ae()}const he=(e,t)=>{const n=new Map;return n.cleanup=e,n.computed=t,n},de=new WeakMap,pe=Symbol(""),ge=Symbol("");function ve(e,t,n){if(ne&&Z){let t=de.get(e);t||de.set(e,t=new Map);let r=t.get(n);r||t.set(n,r=he((()=>t.delete(n)))),ce(Z,r)}}function _e(e,t,n,r,s,i){const o=de.get(e);if(!o)return;let l=[];if("clear"===t)l=[...o.values()];else if("length"===n&&f(e)){const e=Number(r);o.forEach(((t,n)=>{("length"===n||!v(n)&&n>=e)&&l.push(t)}))}else switch(void 0!==n&&l.push(o.get(n)),t){case"add":f(e)?x(n)&&l.push(o.get("length")):(l.push(o.get(pe)),h(e)&&l.push(o.get(ge)));break;case"delete":f(e)||(l.push(o.get(pe)),h(e)&&l.push(o.get(ge)));break;case"set":h(e)&&l.push(o.get(pe))}le();for(const a of l)a&&fe(a,4);ae()}const ye=e("__proto__,__v_isRef,__isVue"),me=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(v)),be=we();function we(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=lt(this);for(let t=0,s=this.length;t<s;t++)ve(n,0,t+"");const r=n[t](...e);return-1===r||!1===r?n[t](...e.map(lt)):r}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){ie(),le();const n=lt(this)[t].apply(this,e);return ae(),oe(),n}})),e}function Se(e){const t=lt(this);return ve(t,0,e),t.hasOwnProperty(e)}class xe{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,n){const r=this._isReadonly,s=this._isShallow;if("__v_isReactive"===t)return!r;if("__v_isReadonly"===t)return r;if("__v_isShallow"===t)return s;if("__
/**
* @vue/runtime-core v3.4.21
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/function bt(e,t,n,r){try{return r?e(...r):e()}catch(s){St(s,t,n)}}function wt(e,t,n,r){if(p(e)){const s=bt(e,t,n,r);return s&&y(s)&&s.catch((e=>{St(e,t,n)})),s}const s=[];for(let i=0;i<e.length;i++)s.push(wt(e[i],t,n,r));return s}function St(e,t,n,r=!0){t&&t.vnode;if(t){let r=t.parent;const s=t.proxy,i=`https://vuejs.org/error-reference/#runtime-${n}`;for(;r;){const t=r.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,s,i))return;r=r.parent}const o=t.appContext.config.errorHandler;if(o)return void bt(o,null,10,[e,s,i])}}let xt=!1,Ct=!1;const At=[];let Tt=0;const Ft=[];let Rt=null,Et=0;const Lt=Promise.resolve();let It=null;function kt(e){const t=It||Lt;return e?t.then(this?e.bind(this):e):t}function Bt(e){At.length&&At.includes(e,xt&&e.allowRecurse?Tt+1:Tt)||(null==e.id?At.push(e):At.splice(function(e){let t=Tt+1,n=At.length;for(;t<n;){const r=t+n>>>1,s=At[r],i=Ut(s);i<e||i===e&&s.pre?t=r+1:n=r}return t}(e.id),0,e),Ot())}function Ot(){xt||Ct||(Ct=!0,It=Lt.then(Mt))}function Pt(e,t,n=(xt?Tt+1:0)){for(;n<At.length;n++){const t=At[n];if(t&&t.pre){if(e&&t.id!==e.uid)continue;At.splice(n,1),n--,t()}}}function Nt(e){if(Ft.length){const e=[...new Set(Ft)].sort(((e,t)=>Ut(e)-Ut(t)));if(Ft.length=0,Rt)return void Rt.push(...e);for(Rt=e,Et=0;Et<Rt.length;Et++)Rt[Et]();Rt=null,Et=0}}const Ut=e=>null==e.id?1/0:e.id,Dt=(e,t)=>{const n=Ut(e)-Ut(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Mt(e){Ct=!1,xt=!0,At.sort(Dt);try{for(Tt=0;Tt<At.length;Tt++){const e=At[Tt];e&&!1!==e.active&&bt(e,null,14)}}finally{Tt=0,At.length=0,Nt(),xt=!1,It=null,(At.length||Ft.length)&&Mt()}}function zt(e,n,...r){if(e.isUnmounted)return;const s=e.vnode.props||t;let i=r;const o=n.startsWith("update:"),l=o&&n.slice(7);if(l&&l in s){const e=`${"modelValue"===l?"model":l}Modifiers`,{number:n,trim:o}=s[e]||t;o&&(i=r.map((e=>g(e)?e.trim():e))),n&&(i=r.map(P))}let a,c=s[a=I(n)]||s[a=I(F(n))];!c&&o&&(c=s[a=I(E(n))]),c&&wt(c,e,6,i);const u=s[a+"Once"];if(u){if(e.emitted){if(e.emitted[a])return}else e.emitted={};e.emitted[a]=!0,wt(u,e,6,i)}}function jt(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(void 0!==s)return s;const i=e.emits;let o={},a=!1;if(!p(e)){const r=e=>{const n=jt(e,t,!0);n&&(a=!0,l(o,n))};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return i||a?(f(i)?i.forEach((e=>o[e]=null)):l(o,i),_(e)&&r.set(e,o),o):(_(e)&&r.set(e,null),null)}function Vt(e,t){return!(!e||!i(t))&&(t=t.slice(2).replace(/Once$/,""),u(e,t[0].toLowerCase()+t.slice(1))||u(e,E(t))||u(e,t))}let Ht=null,$t=null;function Wt(e){const t=Ht;return Ht=e,$t=e&&e.type.__scopeId||null,t}function Gt(e){const{type:t,vnode:n,proxy:r,withProxy:s,props:i,propsOptions:[l],slots:a,attrs:c,emit:u,render:f,renderCache:h,data:d,setupState:p,ctx:g,inheritAttrs:v}=e;let _,y;const m=Wt(e);try{if(4&n.shapeFlag){const e=s||r,t=e;_=Br(f.call(t,e,h,i,p,d,g)),y=c}else{const e=t;0,_=Br(e.length>1?e(i,{attrs:c,slots:a,emit:u}):e(i,null)),y=t.props?c:qt(c)}}catch(w){br.length=0,St(w,e,1),_=Lr(yr)}let b=_;if(y&&!1!==v){const e=Object.keys(y),{shapeFlag:t}=b;e.length&&7&t&&(l&&e.some(o)&&(y=Kt(y,l)),b=Ir(b,y))}return n.dirs&&(b=Ir(b),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&(b.transition=n.transition),_=b,Wt(m),_}const qt=e=>{let t;for(const n in e)("class"===n||"style"===n||i(n))&&((t||(t={}))[n]=e[n]);return t},Kt=(e,t)=>{const n={};for(const r in e)o(r)&&r.slice(9)in t||(n[r]=e[r]);return n};function Xt(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const i=r[s];if(t[i]!==e[i]&&!Vt(n,i))return!0}return!1}const Zt=Symbol.for("v-ndc");const Jt=Symbol.for("v-scx"),Qt=()=>qn(Jt),Yt={};function en(e,t,n){return tn(e,t,n)}function tn(e,n,{immediate:s,deep:i,flush:o,once:l,onTrack:c,onTrigger:u}=t){if(n&&l){const e=n;n=(...t)=>{e(...t),T()}}const h=jr,d=e=>!0===i?e:sn(e,!1===i?1:void 0);let g,v,_=!1,y=!1;if(pt(e)?(g=()=>e.value,_=it(e)):rt(e)?(g=()=>d(e),_=!0):f(e)?(y=!0,_=e.some((e=>rt(e)||it(e))),g=()=>e.map((e=>pt(e)?e.value:rt(e)?d(e):p(e)?bt(e,h,2):void 0))
</script>
<style rel="stylesheet" crossorigin>.BackHome[data-v-03ad88db]{margin-right:60px;text-align:right;color:#8a8a8a;text-decoration:underline;cursor:pointer}.R[data-v-03ad88db]{border-radius:5px}.Oprate[data-v-03ad88db]{width:400px;height:300px;border:2px;background-color:#505050}.Centent[data-v-03ad88db]{display:flex;justify-content:center;align-items:center;flex-direction:column}.TCenter[data-v-03ad88db]{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:row}.FBt[data-v-03ad88db]{width:280px;height:40px;border:2px;text-align:center;margin-bottom:20px;-webkit-user-select:none;user-select:none;margin-left:55px;display:inline-block}.FBtTxt[data-v-03ad88db]{margin-top:6px;font-size:16px}.Lagurage[data-v-03ad88db]{position:absolute;margin-top:10px;margin-left:10px;margin-right:10px;text-decoration:underline}.SNtxt[data-v-03ad88db]{color:#8a8a8a;font-size:18px;display:inline-block}.Select[data-v-03ad88db]{background-color:#2e2e2e}.UpdateBt[data-v-03ad88db]{background-color:#008357;width:140px;height:40px;float:right}.Info[data-v-03ad88db]{font-size:12px;margin-top:10px;margin-left:5px;float:left}.SN[data-v-03ad88db]{width:20px;margin-bottom:-5px;display:inline-block}.Disable[data-v-03ad88db]{background-color:gray}.Enable[data-v-03ad88db]{background-color:#008357}.Enable[data-v-03ad88db]:hover{background-color:#006443;scale:1.05}.EnableFile[data-v-03ad88db]{background-color:gray}.EnableFile[data-v-03ad88db]:hover{background-color:#5f5f5f;scale:1.05}.DebugButton[data-v-03ad88db]{width:200px;height:30px;border:2px;text-align:center;background-color:#779289}.DebugButton[data-v-03ad88db]:hover{background-color:#a56d6d}.progress[data-v-03ad88db]{width:100%;height:40px;background-color:#008357;display:inline-block}#app{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:#333}body{margin:0;padding:0;color:#fff}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>