actview 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +10 -0
- package/index.cjs.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -0
- package/index.mjs +2 -0
- package/index.mjs.map +1 -0
- package/package.json +40 -9
- package/assets/index-Dwcltt-Q.js +0 -13
- package/assets/index-DzLUJU2v.css +0 -1
- package/index.html +0 -25
package/index.cjs
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const core = require("@actview/core");
|
|
4
|
+
Object.keys(core).forEach((k) => {
|
|
5
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: () => core[k]
|
|
8
|
+
});
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=index.cjs.map
|
package/index.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;"}
|
package/index.d.ts
ADDED
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA"}
|
package/index.mjs
ADDED
package/index.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "actview",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Configuration-driven MVVM born for Campaign/Marketing single pages: selector + config for automatic data binding, supporting reactive/ref, computed, watch/watchEffect, JSX rendering, and quick event mounting.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./index.cjs",
|
|
7
|
+
"module": "./index.mjs",
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": {
|
|
12
|
+
"types": "./index.d.ts",
|
|
13
|
+
"default": "./index.mjs"
|
|
14
|
+
},
|
|
15
|
+
"require": {
|
|
16
|
+
"types": "./index.d.ts",
|
|
17
|
+
"default": "./index.cjs"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
5
21
|
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"h5",
|
|
8
|
-
"campaign",
|
|
9
|
-
"promo",
|
|
22
|
+
"actview",
|
|
10
23
|
"reactive",
|
|
11
|
-
"
|
|
24
|
+
"ref",
|
|
25
|
+
"computed",
|
|
26
|
+
"watch"
|
|
12
27
|
],
|
|
13
|
-
"
|
|
14
|
-
|
|
28
|
+
"author": "scliuyilin",
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"repository": {
|
|
31
|
+
"type": "git",
|
|
32
|
+
"url": ""
|
|
33
|
+
},
|
|
34
|
+
"homepage": "",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": ""
|
|
37
|
+
},
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@actview/core": "^1.0.2",
|
|
40
|
+
"@actview/jsx": "^1.0.1"
|
|
41
|
+
},
|
|
42
|
+
"publishConfig": {
|
|
43
|
+
"access": "public"
|
|
44
|
+
}
|
|
45
|
+
}
|
package/assets/index-Dwcltt-Q.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var ii=Object.defineProperty;var oi=(g,m,v)=>m in g?ii(g,m,{enumerable:!0,configurable:!0,writable:!0,value:v}):g[m]=v;var Pn=(g,m,v)=>oi(g,typeof m!="symbol"?m+"":m,v);(function(){const m=document.createElement("link").relList;if(m&&m.supports&&m.supports("modulepreload"))return;for(const x of document.querySelectorAll('link[rel="modulepreload"]'))j(x);new MutationObserver(x=>{for(const b of x)if(b.type==="childList")for(const T of b.addedNodes)T.tagName==="LINK"&&T.rel==="modulepreload"&&j(T)}).observe(document,{childList:!0,subtree:!0});function v(x){const b={};return x.integrity&&(b.integrity=x.integrity),x.referrerPolicy&&(b.referrerPolicy=x.referrerPolicy),x.crossOrigin==="use-credentials"?b.credentials="include":x.crossOrigin==="anonymous"?b.credentials="omit":b.credentials="same-origin",b}function j(x){if(x.ep)return;x.ep=!0;const b=v(x);fetch(x.href,b)}})();function kn(g,m,...v){const j=m==null?void 0:m.children,x=v.length>0?v:j?Array.isArray(j)?j:[j]:[];if(typeof g=="function")return g({...m,children:x});const b=document.createElement(g);if(m){for(const[T,A]of Object.entries(m))if(T!=="children")if(T==="className"||T==="class")b.className=A;else if(T==="style"&&typeof A=="object")Object.assign(b.style,A);else if(T.startsWith("on")&&typeof A=="function"){const P=T.slice(2).toLowerCase();b.addEventListener(P,A)}else b.setAttribute(T,String(A))}return qn(b,x),b}function qn(g,m){for(const v of m)v==null||typeof v=="boolean"||(Array.isArray(v)?qn(g,v):typeof v=="string"||typeof v=="number"?g.appendChild(document.createTextNode(String(v))):v instanceof Node&&g.appendChild(v))}/*!
|
|
2
|
-
* jQuery JavaScript Library v4.0.0
|
|
3
|
-
* https://jquery.com/
|
|
4
|
-
*
|
|
5
|
-
* Copyright OpenJS Foundation and other contributors
|
|
6
|
-
* Released under the MIT license
|
|
7
|
-
* https://jquery.com/license/
|
|
8
|
-
*
|
|
9
|
-
* Date: 2026-01-18T00:20Z
|
|
10
|
-
*/function ui(g,m){if(typeof g>"u"||!g.document)throw new Error("jQuery requires a window with a document");var v=[],j=Object.getPrototypeOf,x=v.slice,b=v.flat?function(e){return v.flat.call(e)}:function(e){return v.concat.apply([],e)},T=v.push,A=v.indexOf,P={},fe=P.toString,G=P.hasOwnProperty,Ot=G.toString,_n=Ot.call(Object),Re={};function Se(e){return e==null?e+"":typeof e=="object"?P[fe.call(e)]||"object":typeof e}function je(e){return e!=null&&e===e.window}function Me(e){var t=!!e&&e.length,n=Se(e);return typeof e=="function"||je(e)?!1:n==="array"||t===0||typeof t=="number"&&t>0&&t-1 in e}var N=g.document,In={type:!0,src:!0,nonce:!0,noModule:!0};function Pt(e,t,n){n=n||N;var r,o=n.createElement("script");o.text=e;for(r in In)t&&t[r]&&(o[r]=t[r]);n.head.appendChild(o).parentNode&&o.parentNode.removeChild(o)}var kt="4.0.0",Fn=/HTML$/i,i=function(e,t){return new i.fn.init(e,t)};i.fn=i.prototype={jquery:kt,constructor:i,length:0,toArray:function(){return x.call(this)},get:function(e){return e==null?x.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=i.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return i.each(this,e)},map:function(e){return this.pushStack(i.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(x.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(i.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(i.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()}},i.extend=i.fn.extend=function(){var e,t,n,r,o,u,f=arguments[0]||{},a=1,s=arguments.length,c=!1;for(typeof f=="boolean"&&(c=f,f=arguments[a]||{},a++),typeof f!="object"&&typeof f!="function"&&(f={}),a===s&&(f=this,a--);a<s;a++)if((e=arguments[a])!=null)for(t in e)r=e[t],!(t==="__proto__"||f===r)&&(c&&r&&(i.isPlainObject(r)||(o=Array.isArray(r)))?(n=f[t],o&&!Array.isArray(n)?u=[]:!o&&!i.isPlainObject(n)?u={}:u=n,o=!1,f[t]=i.extend(c,u,r)):r!==void 0&&(f[t]=r));return f},i.extend({expando:"jQuery"+(kt+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!e||fe.call(e)!=="[object Object]"?!1:(t=j(e),t?(n=G.call(t,"constructor")&&t.constructor,typeof n=="function"&&Ot.call(n)===_n):!0)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){Pt(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(Me(e))for(n=e.length;r<n&&t.call(e[r],r,e[r])!==!1;r++);else for(r in e)if(t.call(e[r],r,e[r])===!1)break;return e},text:function(e){var t,n="",r=0,o=e.nodeType;if(!o)for(;t=e[r++];)n+=i.text(t);return o===1||o===11?e.textContent:o===9?e.documentElement.textContent:o===3||o===4?e.nodeValue:n},makeArray:function(e,t){var n=t||[];return e!=null&&(Me(Object(e))?i.merge(n,typeof e=="string"?[e]:e):T.call(n,e)),n},inArray:function(e,t,n){return t==null?-1:A.call(t,e,n)},isXMLDoc:function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Fn.test(t||n&&n.nodeName||"HTML")},contains:function(e,t){var n=t&&t.parentNode;return e===n||!!(n&&n.nodeType===1&&(e.contains?e.contains(n):e.compareDocumentPosition&&e.compareDocumentPosition(n)&16))},merge:function(e,t){for(var n=+t.length,r=0,o=e.length;r<n;r++)e[o++]=t[r];return e.length=o,e},grep:function(e,t,n){for(var r,o=[],u=0,f=e.length,a=!n;u<f;u++)r=!t(e[u],u),r!==a&&o.push(e[u]);return o},map:function(e,t,n){var r,o,u=0,f=[];if(Me(e))for(r=e.length;u<r;u++)o=t(e[u],u,n),o!=null&&f.push(o);else for(u in e)o=t(e[u],u,n),o!=null&&f.push(o);return b(f)},guid:1,support:Re}),typeof Symbol=="function"&&(i.fn[Symbol.iterator]=v[Symbol.iterator]),i.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){P["[object "+t+"]"]=t.toLowerCase()});function k(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var Wn=v.pop,O="[\\x20\\t\\r\\n\\f]",M=N.documentMode,_e=M&&new RegExp(":enabled|:disabled|\\["+O+"*name"+O+"*="+O+`*(?:''|"")`),Ee=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),se="(?:\\\\[\\da-fA-F]{1,6}"+O+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",qt=new RegExp("^"+O+"*([>+~]|"+O+")"+O+"*"),$n=new RegExp(O+"|>"),it=/[+~]/,te=N.documentElement,Bn=te.matches||te.msMatchesSelector;function Ie(){var e=[];function t(n,r){return e.push(n+" ")>i.expr.cacheLength&&delete t[e.shift()],t[n+" "]=r}return t}function ot(e){return e&&typeof e.getElementsByTagName<"u"&&e}var Lt="\\["+O+"*("+se+")(?:"+O+"*([*^$|!~]?=)"+O+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+se+"))|)"+O+"*\\]",Ht=":("+se+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Lt+")*)|.*)\\)|)",ut={ID:new RegExp("^#("+se+")"),CLASS:new RegExp("^\\.("+se+")"),TAG:new RegExp("^("+se+"|[*])"),ATTR:new RegExp("^"+Lt),PSEUDO:new RegExp("^"+Ht),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i")},Un=new RegExp(Ht),Xn=new RegExp("\\\\[\\da-fA-F]{1,6}"+O+"?|\\\\([^\\r\\n\\f])","g"),zn=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,n&1023|56320))};function ne(e){return e.replace(Xn,zn)}function Ae(e){i.error("Syntax error, unrecognized expression: "+e)}var Vn=new RegExp("^"+O+"*,"+O+"*"),Rt=Ie();function De(e,t){var n,r,o,u,f,a,s,c=Rt[e+" "];if(c)return t?0:c.slice(0);for(f=e,a=[],s=i.expr.preFilter;f;){(!n||(r=Vn.exec(f)))&&(r&&(f=f.slice(r[0].length)||f),a.push(o=[])),n=!1,(r=qt.exec(f))&&(n=r.shift(),o.push({value:n,type:r[0].replace(Ee," ")}),f=f.slice(n.length));for(u in ut)(r=i.expr.match[u].exec(f))&&(!s[u]||(r=s[u](r)))&&(n=r.shift(),o.push({value:n,type:u,matches:r}),f=f.slice(n.length));if(!n)break}return t?f.length:f?Ae(e):Rt(e,a).slice(0)}var Qn={ATTR:function(e){return e[1]=ne(e[1]),e[3]=ne(e[3]||e[4]||e[5]||""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1].slice(0,3)==="nth"?(e[3]||Ae(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*(e[3]==="even"||e[3]==="odd")),e[5]=+(e[7]+e[8]||e[3]==="odd")):e[3]&&Ae(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return ut.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&Un.test(n)&&(t=De(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}};function Fe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function Y(e,t,n,r,o,u,f){var a=0,s=e.length,c=n==null;if(Se(n)==="object"){o=!0;for(a in n)Y(e,t,a,n[a],!0,u,f)}else if(r!==void 0&&(o=!0,typeof r!="function"&&(f=!0),c&&(f?(t.call(e,r),t=null):(c=t,t=function(p,h,l){return c.call(i(p),l)})),t))for(;a<s;a++)t(e[a],n,f?r:r.call(e[a],a,t(e[a],n)));return o?e:c?t.call(e):s?t(e[0],n):u}var X=/[^\x20\t\r\n\f]+/g;i.fn.extend({attr:function(e,t){return Y(this,i.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){i.removeAttr(this,e)})}}),i.extend({attr:function(e,t,n){var r,o,u=e.nodeType;if(!(u===3||u===8||u===2)){if(typeof e.getAttribute>"u")return i.prop(e,t,n);if((u!==1||!i.isXMLDoc(e))&&(o=i.attrHooks[t.toLowerCase()]),n!==void 0){if(n===null||n===!1&&t.toLowerCase().indexOf("aria-")!==0){i.removeAttr(e,t);return}return o&&"set"in o&&(r=o.set(e,n,t))!==void 0?r:(e.setAttribute(t,n),n)}return o&&"get"in o&&(r=o.get(e,t))!==null?r:(r=e.getAttribute(t),r??void 0)}},attrHooks:{},removeAttr:function(e,t){var n,r=0,o=t&&t.match(X);if(o&&e.nodeType===1)for(;n=o[r++];)e.removeAttribute(n)}}),M&&(i.attrHooks.type={set:function(e,t){if(t==="radio"&&k(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}});var Gn=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Yn(e,t){return t?e==="\0"?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}i.escapeSelector=function(e){return(e+"").replace(Gn,Yn)};var Kn=v.sort,Jn=v.splice,ft;function Zn(e,t){if(e===t)return ft=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1,n&1?e==N||e.ownerDocument==N&&i.contains(N,e)?-1:t==N||t.ownerDocument==N&&i.contains(N,t)?1:0:n&4?-1:1)}i.uniqueSort=function(e){var t,n=[],r=0,o=0;if(ft=!1,Kn.call(e,Zn),ft){for(;t=e[o++];)t===e[o]&&(r=n.push(o));for(;r--;)Jn.call(e,n[r],1)}return e},i.fn.uniqueSort=function(){return this.pushStack(i.uniqueSort(x.apply(this)))};var pe,We,W,Mt,K,J=0,er=0,_t=Ie(),It=Ie(),$e=Ie(),tr=new RegExp(O+"+","g"),nr=new RegExp("^"+se+"$"),Ft=i.extend({needsContext:new RegExp("^"+O+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)","i")},ut),rr=/^(?:input|select|textarea|button)$/i,ir=/^h\d$/i,or=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ur=function(){de()},fr=Be(function(e){return e.disabled===!0&&k(e,"fieldset")},{dir:"parentNode",next:"legend"});function B(e,t,n,r){var o,u,f,a,s,c,p,h=t&&t.ownerDocument,l=t?t.nodeType:9;if(n=n||[],typeof e!="string"||!e||l!==1&&l!==9&&l!==11)return n;if(!r&&(de(t),t=t||W,K)){if(l!==11&&(s=or.exec(e)))if(o=s[1]){if(l===9)return(f=t.getElementById(o))&&T.call(n,f),n;if(h&&(f=h.getElementById(o))&&i.contains(t,f))return T.call(n,f),n}else{if(s[2])return T.apply(n,t.getElementsByTagName(e)),n;if((o=s[3])&&t.getElementsByClassName)return T.apply(n,t.getElementsByClassName(o)),n}if(!$e[e+" "]&&(!_e||!_e.test(e))){if(p=e,h=t,l===1&&($n.test(e)||qt.test(e))){for(h=it.test(e)&&ot(t.parentNode)||t,(h!=t||M)&&((a=t.getAttribute("id"))?a=i.escapeSelector(a):t.setAttribute("id",a=i.expando)),c=De(e),u=c.length;u--;)c[u]=(a?"#"+a:":scope")+" "+Fe(c[u]);p=c.join(",")}try{return T.apply(n,h.querySelectorAll(p)),n}catch{$e(e,!0)}finally{a===i.expando&&t.removeAttribute("id")}}}return Bt(e.replace(Ee,"$1"),t,n,r)}function z(e){return e[i.expando]=!0,e}function sr(e){return function(t){return k(t,"input")&&t.type===e}}function ar(e){return function(t){return(k(t,"input")||k(t,"button"))&&t.type===e}}function Wt(e){return function(t){return"form"in t?t.parentNode&&t.disabled===!1?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&fr(t)===e:t.disabled===e:"label"in t?t.disabled===e:!1}}function ae(e){return z(function(t){return t=+t,z(function(n,r){for(var o,u=e([],n.length,t),f=u.length;f--;)n[o=u[f]]&&(n[o]=!(r[o]=n[o]))})})}function de(e){var t,n=e?e.ownerDocument||e:N;n==W||n.nodeType!==9||(W=n,Mt=W.documentElement,K=!i.isXMLDoc(W),M&&N!=W&&(t=W.defaultView)&&t.top!==t&&t.addEventListener("unload",ur))}B.matches=function(e,t){return B(e,null,null,t)},B.matchesSelector=function(e,t){if(de(e),K&&!$e[t+" "]&&(!_e||!_e.test(t)))try{return Bn.call(e,t)}catch{$e(t,!0)}return B(t,W,null,[e]).length>0},i.expr={cacheLength:50,createPseudo:z,match:Ft,find:{ID:function(e,t){if(typeof t.getElementById<"u"&&K){var n=t.getElementById(e);return n?[n]:[]}},TAG:function(e,t){return typeof t.getElementsByTagName<"u"?t.getElementsByTagName(e):t.querySelectorAll(e)},CLASS:function(e,t){if(typeof t.getElementsByClassName<"u"&&K)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:Qn,filter:{ID:function(e){var t=ne(e);return function(n){return n.getAttribute("id")===t}},TAG:function(e){var t=ne(e).toLowerCase();return e==="*"?function(){return!0}:function(n){return k(n,t)}},CLASS:function(e){var t=_t[e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&_t(e,function(n){return t.test(typeof n.className=="string"&&n.className||typeof n.getAttribute<"u"&&n.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var o=i.attr(r,e);return o==null?t==="!=":t?(o+="",t==="="?o===n:t==="!="?o!==n:t==="^="?n&&o.indexOf(n)===0:t==="*="?n&&o.indexOf(n)>-1:t==="$="?n&&o.slice(-n.length)===n:t==="~="?(" "+o.replace(tr," ")+" ").indexOf(n)>-1:t==="|="?o===n||o.slice(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r,o){var u=e.slice(0,3)!=="nth",f=e.slice(-4)!=="last",a=t==="of-type";return r===1&&o===0?function(s){return!!s.parentNode}:function(s,c,p){var h,l,d,y,w,C=u!==f?"nextSibling":"previousSibling",L=s.parentNode,q=a&&s.nodeName.toLowerCase(),F=!p&&!a,R=!1;if(L){if(u){for(;C;){for(d=s;d=d[C];)if(a?k(d,q):d.nodeType===1)return!1;w=C=e==="only"&&!w&&"nextSibling"}return!0}if(w=[f?L.firstChild:L.lastChild],f&&F){for(l=L[i.expando]||(L[i.expando]={}),h=l[e]||[],y=h[0]===J&&h[1],R=y&&h[2],d=y&&L.childNodes[y];d=++y&&d&&d[C]||(R=y=0)||w.pop();)if(d.nodeType===1&&++R&&d===s){l[e]=[J,y,R];break}}else if(F&&(l=s[i.expando]||(s[i.expando]={}),h=l[e]||[],y=h[0]===J&&h[1],R=y),R===!1)for(;(d=++y&&d&&d[C]||(R=y=0)||w.pop())&&!((a?k(d,q):d.nodeType===1)&&++R&&(F&&(l=d[i.expando]||(d[i.expando]={}),l[e]=[J,R]),d===s)););return R-=o,R===r||R%r===0&&R/r>=0}}},PSEUDO:function(e,t){var n=i.expr.pseudos[e]||i.expr.setFilters[e.toLowerCase()]||Ae("unsupported pseudo: "+e);return n[i.expando]?n(t):n}},pseudos:{not:z(function(e){var t=[],n=[],r=lt(e.replace(Ee,"$1"));return r[i.expando]?z(function(o,u,f,a){for(var s,c=r(o,null,a,[]),p=o.length;p--;)(s=c[p])&&(o[p]=!(u[p]=s))}):function(o,u,f){return t[0]=o,r(t,null,f,n),t[0]=null,!n.pop()}}),has:z(function(e){return function(t){return B(e,t).length>0}}),contains:z(function(e){return e=ne(e),function(t){return(t.textContent||i.text(t)).indexOf(e)>-1}}),lang:z(function(e){return nr.test(e||"")||Ae("unsupported lang: "+e),e=ne(e).toLowerCase(),function(t){var n;do if(n=K?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||n.indexOf(e+"-")===0;while((t=t.parentNode)&&t.nodeType===1);return!1}}),target:function(e){var t=g.location&&g.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===Mt},focus:function(e){return e===W.activeElement&&W.hasFocus()&&!!(e.type||e.href||~e.tabIndex)},enabled:Wt(!1),disabled:Wt(!0),checked:function(e){return k(e,"input")&&!!e.checked||k(e,"option")&&!!e.selected},selected:function(e){return M&&e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.expr.pseudos.empty(e)},header:function(e){return ir.test(e.nodeName)},input:function(e){return rr.test(e.nodeName)},button:function(e){return k(e,"input")&&e.type==="button"||k(e,"button")},text:function(e){return k(e,"input")&&e.type==="text"},first:ae(function(){return[0]}),last:ae(function(e,t){return[t-1]}),eq:ae(function(e,t,n){return[n<0?n+t:n]}),even:ae(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ae(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ae(function(e,t,n){var r;for(n<0?r=n+t:n>t?r=t:r=n;--r>=0;)e.push(r);return e}),gt:ae(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},i.expr.pseudos.nth=i.expr.pseudos.eq;for(pe in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})i.expr.pseudos[pe]=sr(pe);for(pe in{submit:!0,reset:!0})i.expr.pseudos[pe]=ar(pe);function $t(){}$t.prototype=i.expr.pseudos,i.expr.setFilters=new $t;function Be(e,t,n){var r=t.dir,o=t.next,u=o||r,f=n&&u==="parentNode",a=er++;return t.first?function(s,c,p){for(;s=s[r];)if(s.nodeType===1||f)return e(s,c,p);return!1}:function(s,c,p){var h,l,d=[J,a];if(p){for(;s=s[r];)if((s.nodeType===1||f)&&e(s,c,p))return!0}else for(;s=s[r];)if(s.nodeType===1||f)if(l=s[i.expando]||(s[i.expando]={}),o&&k(s,o))s=s[r]||s;else{if((h=l[u])&&h[0]===J&&h[1]===a)return d[2]=h[2];if(l[u]=d,d[2]=e(s,c,p))return!0}return!1}}function st(e){return e.length>1?function(t,n,r){for(var o=e.length;o--;)if(!e[o](t,n,r))return!1;return!0}:e[0]}function cr(e,t,n){for(var r=0,o=t.length;r<o;r++)B(e,t[r],n);return n}function Ue(e,t,n,r,o){for(var u,f=[],a=0,s=e.length,c=t!=null;a<s;a++)(u=e[a])&&(!n||n(u,r,o))&&(f.push(u),c&&t.push(a));return f}function at(e,t,n,r,o,u){return r&&!r[i.expando]&&(r=at(r)),o&&!o[i.expando]&&(o=at(o,u)),z(function(f,a,s,c){var p,h,l,d,y=[],w=[],C=a.length,L=f||cr(t||"*",s.nodeType?[s]:s,[]),q=e&&(f||!t)?Ue(L,y,e,s,c):L;if(n?(d=o||(f?e:C||r)?[]:a,n(q,d,s,c)):d=q,r)for(p=Ue(d,w),r(p,[],s,c),h=p.length;h--;)(l=p[h])&&(d[w[h]]=!(q[w[h]]=l));if(f){if(o||e){if(o){for(p=[],h=d.length;h--;)(l=d[h])&&p.push(q[h]=l);o(null,d=[],p,c)}for(h=d.length;h--;)(l=d[h])&&(p=o?A.call(f,l):y[h])>-1&&(f[p]=!(a[p]=l))}}else d=Ue(d===a?d.splice(C,d.length):d),o?o(null,a,d,c):T.apply(a,d)})}function ct(e){for(var t,n,r,o=e.length,u=i.expr.relative[e[0].type],f=u||i.expr.relative[" "],a=u?1:0,s=Be(function(h){return h===t},f,!0),c=Be(function(h){return A.call(t,h)>-1},f,!0),p=[function(h,l,d){var y=!u&&(d||l!=We)||((t=l).nodeType?s(h,l,d):c(h,l,d));return t=null,y}];a<o;a++)if(n=i.expr.relative[e[a].type])p=[Be(st(p),n)];else{if(n=i.expr.filter[e[a].type].apply(null,e[a].matches),n[i.expando]){for(r=++a;r<o&&!i.expr.relative[e[r].type];r++);return at(a>1&&st(p),a>1&&Fe(e.slice(0,a-1).concat({value:e[a-2].type===" "?"*":""})).replace(Ee,"$1"),n,a<r&&ct(e.slice(a,r)),r<o&&ct(e=e.slice(r)),r<o&&Fe(e))}p.push(n)}return st(p)}function lr(e,t){var n=t.length>0,r=e.length>0,o=function(u,f,a,s,c){var p,h,l,d=0,y="0",w=u&&[],C=[],L=We,q=u||r&&i.expr.find.TAG("*",c),F=J+=L==null?1:Math.random()||.1;for(c&&(We=f==W||f||c);(p=q[y])!=null;y++){if(r&&p){for(h=0,!f&&p.ownerDocument!=W&&(de(p),a=!K);l=e[h++];)if(l(p,f||W,a)){T.call(s,p);break}c&&(J=F)}n&&((p=!l&&p)&&d--,u&&w.push(p))}if(d+=y,n&&y!==d){for(h=0;l=t[h++];)l(w,C,f,a);if(u){if(d>0)for(;y--;)w[y]||C[y]||(C[y]=Wn.call(s));C=Ue(C)}T.apply(s,C),c&&!u&&C.length>0&&d+t.length>1&&i.uniqueSort(s)}return c&&(J=F,We=L),w};return n?z(o):o}function lt(e,t){var n,r=[],o=[],u=It[e+" "];if(!u){for(t||(t=De(e)),n=t.length;n--;)u=ct(t[n]),u[i.expando]?r.push(u):o.push(u);u=It(e,lr(o,r)),u.selector=e}return u}function Bt(e,t,n,r){var o,u,f,a,s,c=typeof e=="function"&&e,p=!r&&De(e=c.selector||e);if(n=n||[],p.length===1){if(u=p[0]=p[0].slice(0),u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&K&&i.expr.relative[u[1].type]){if(t=(i.expr.find.ID(ne(f.matches[0]),t)||[])[0],t)c&&(t=t.parentNode);else return n;e=e.slice(u.shift().value.length)}for(o=Ft.needsContext.test(e)?0:u.length;o--&&(f=u[o],!i.expr.relative[a=f.type]);)if((s=i.expr.find[a])&&(r=s(ne(f.matches[0]),it.test(u[0].type)&&ot(t.parentNode)||t))){if(u.splice(o,1),e=r.length&&Fe(u),!e)return T.apply(n,r),n;break}}return(c||lt(e,p))(r,t,!K,n,!t||it.test(e)&&ot(t.parentNode)||t),n}de(),i.find=B,B.compile=lt,B.select=Bt,B.setDocument=de,B.tokenize=De;function he(e,t,n){for(var r=[],o=n!==void 0;(e=e[t])&&e.nodeType!==9;)if(e.nodeType===1){if(o&&i(e).is(n))break;r.push(e)}return r}function Ut(e,t){for(var n=[];e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}var Xt=i.expr.match.needsContext,zt=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Vt(e){return e[0]==="<"&&e[e.length-1]===">"&&e.length>=3}function pt(e,t,n){return typeof t=="function"?i.grep(e,function(r,o){return!!t.call(r,o,r)!==n}):t.nodeType?i.grep(e,function(r){return r===t!==n}):typeof t!="string"?i.grep(e,function(r){return A.call(t,r)>-1!==n}):i.filter(t,e,n)}i.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),t.length===1&&r.nodeType===1?i.find.matchesSelector(r,e)?[r]:[]:i.find.matches(e,i.grep(t,function(o){return o.nodeType===1}))},i.fn.extend({find:function(e){var t,n,r=this.length,o=this;if(typeof e!="string")return this.pushStack(i(e).filter(function(){for(t=0;t<r;t++)if(i.contains(o[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)i.find(e,o[t],n);return r>1?i.uniqueSort(n):n},filter:function(e){return this.pushStack(pt(this,e||[],!1))},not:function(e){return this.pushStack(pt(this,e||[],!0))},is:function(e){return!!pt(this,typeof e=="string"&&Xt.test(e)?i(e):e||[],!1).length}});var Xe,pr=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,dr=i.fn.init=function(e,t){var n,r;if(!e)return this;if(e.nodeType)return this[0]=e,this.length=1,this;if(typeof e=="function")return Xe.ready!==void 0?Xe.ready(e):e(i);if(n=e+"",Vt(n))n=[null,e,null];else if(typeof e=="string")n=pr.exec(e);else return i.makeArray(e,this);if(n&&(n[1]||!t))if(n[1]){if(t=t instanceof i?t[0]:t,i.merge(this,i.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:N,!0)),zt.test(n[1])&&i.isPlainObject(t))for(n in t)typeof this[n]=="function"?this[n](t[n]):this.attr(n,t[n]);return this}else return r=N.getElementById(n[2]),r&&(this[0]=r,this.length=1),this;else return!t||t.jquery?(t||Xe).find(e):this.constructor(t).find(e)};dr.prototype=i.fn,Xe=i(N);var hr=/^(?:parents|prev(?:Until|All))/,gr={children:!0,contents:!0,next:!0,prev:!0};i.fn.extend({has:function(e){var t=i(e,this),n=t.length;return this.filter(function(){for(var r=0;r<n;r++)if(i.contains(this,t[r]))return!0})},closest:function(e,t){var n,r=0,o=this.length,u=[],f=typeof e!="string"&&i(e);if(!Xt.test(e)){for(;r<o;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(f?f.index(n)>-1:n.nodeType===1&&i.find.matchesSelector(n,e))){u.push(n);break}}return this.pushStack(u.length>1?i.uniqueSort(u):u)},index:function(e){return e?typeof e=="string"?A.call(i(e),this[0]):A.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(i.uniqueSort(i.merge(this.get(),i(e,t))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function Qt(e,t){for(;(e=e[t])&&e.nodeType!==1;);return e}i.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return he(e,"parentNode")},parentsUntil:function(e,t,n){return he(e,"parentNode",n)},next:function(e){return Qt(e,"nextSibling")},prev:function(e){return Qt(e,"previousSibling")},nextAll:function(e){return he(e,"nextSibling")},prevAll:function(e){return he(e,"previousSibling")},nextUntil:function(e,t,n){return he(e,"nextSibling",n)},prevUntil:function(e,t,n){return he(e,"previousSibling",n)},siblings:function(e){return Ut((e.parentNode||{}).firstChild,e)},children:function(e){return Ut(e.firstChild)},contents:function(e){return e.contentDocument!=null&&j(e.contentDocument)?e.contentDocument:(k(e,"template")&&(e=e.content||e),i.merge([],e.childNodes))}},function(e,t){i.fn[e]=function(n,r){var o=i.map(this,t,n);return e.slice(-5)!=="Until"&&(r=n),r&&typeof r=="string"&&(o=i.filter(r,o)),this.length>1&&(gr[e]||i.uniqueSort(o),hr.test(e)&&o.reverse()),this.pushStack(o)}});function yr(e){var t={};return i.each(e.match(X)||[],function(n,r){t[r]=!0}),t}i.Callbacks=function(e){e=typeof e=="string"?yr(e):i.extend({},e);var t,n,r,o,u=[],f=[],a=-1,s=function(){for(o=o||e.once,r=t=!0;f.length;a=-1)for(n=f.shift();++a<u.length;)u[a].apply(n[0],n[1])===!1&&e.stopOnFalse&&(a=u.length,n=!1);e.memory||(n=!1),t=!1,o&&(n?u=[]:u="")},c={add:function(){return u&&(n&&!t&&(a=u.length-1,f.push(n)),(function p(h){i.each(h,function(l,d){typeof d=="function"?(!e.unique||!c.has(d))&&u.push(d):d&&d.length&&Se(d)!=="string"&&p(d)})})(arguments),n&&!t&&s()),this},remove:function(){return i.each(arguments,function(p,h){for(var l;(l=i.inArray(h,u,l))>-1;)u.splice(l,1),l<=a&&a--}),this},has:function(p){return p?i.inArray(p,u)>-1:u.length>0},empty:function(){return u&&(u=[]),this},disable:function(){return o=f=[],u=n="",this},disabled:function(){return!u},lock:function(){return o=f=[],!n&&!t&&(u=n=""),this},locked:function(){return!!o},fireWith:function(p,h){return o||(h=h||[],h=[p,h.slice?h.slice():h],f.push(h),t||s()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c};function ge(e){return e}function ze(e){throw e}function Gt(e,t,n,r){var o;try{e&&typeof(o=e.promise)=="function"?o.call(e).done(t).fail(n):e&&typeof(o=e.then)=="function"?o.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(u){n(u)}}i.extend({Deferred:function(e){var t=[["notify","progress",i.Callbacks("memory"),i.Callbacks("memory"),2],["resolve","done",i.Callbacks("once memory"),i.Callbacks("once memory"),0,"resolved"],["reject","fail",i.Callbacks("once memory"),i.Callbacks("once memory"),1,"rejected"]],n="pending",r={state:function(){return n},always:function(){return o.done(arguments).fail(arguments),this},catch:function(u){return r.then(null,u)},pipe:function(){var u=arguments;return i.Deferred(function(f){i.each(t,function(a,s){var c=typeof u[s[4]]=="function"&&u[s[4]];o[s[1]](function(){var p=c&&c.apply(this,arguments);p&&typeof p.promise=="function"?p.promise().progress(f.notify).done(f.resolve).fail(f.reject):f[s[0]+"With"](this,c?[p]:arguments)})}),u=null}).promise()},then:function(u,f,a){var s=0;function c(p,h,l,d){return function(){var y=this,w=arguments,C=function(){var q,F;if(!(p<s)){if(q=l.apply(y,w),q===h.promise())throw new TypeError("Thenable self-resolution");F=q&&(typeof q=="object"||typeof q=="function")&&q.then,typeof F=="function"?d?F.call(q,c(s,h,ge,d),c(s,h,ze,d)):(s++,F.call(q,c(s,h,ge,d),c(s,h,ze,d),c(s,h,ge,h.notifyWith))):(l!==ge&&(y=void 0,w=[q]),(d||h.resolveWith)(y,w))}},L=d?C:function(){try{C()}catch(q){i.Deferred.exceptionHook&&i.Deferred.exceptionHook(q,L.error),p+1>=s&&(l!==ze&&(y=void 0,w=[q]),h.rejectWith(y,w))}};p?L():(i.Deferred.getErrorHook&&(L.error=i.Deferred.getErrorHook()),g.setTimeout(L))}}return i.Deferred(function(p){t[0][3].add(c(0,p,typeof a=="function"?a:ge,p.notifyWith)),t[1][3].add(c(0,p,typeof u=="function"?u:ge)),t[2][3].add(c(0,p,typeof f=="function"?f:ze))}).promise()},promise:function(u){return u!=null?i.extend(u,r):r}},o={};return i.each(t,function(u,f){var a=f[2],s=f[5];r[f[1]]=a.add,s&&a.add(function(){n=s},t[3-u][2].disable,t[3-u][3].disable,t[0][2].lock,t[0][3].lock),a.add(f[3].fire),o[f[0]]=function(){return o[f[0]+"With"](this===o?void 0:this,arguments),this},o[f[0]+"With"]=a.fireWith}),r.promise(o),e&&e.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),o=x.call(arguments),u=i.Deferred(),f=function(a){return function(s){r[a]=this,o[a]=arguments.length>1?x.call(arguments):s,--t||u.resolveWith(r,o)}};if(t<=1&&(Gt(e,u.done(f(n)).resolve,u.reject,!t),u.state()==="pending"||typeof(o[n]&&o[n].then)=="function"))return u.then();for(;n--;)Gt(o[n],f(n),u.reject);return u.promise()}});var vr=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;i.Deferred.exceptionHook=function(e,t){e&&vr.test(e.name)&&g.console.warn("jQuery.Deferred exception",e,t)},i.readyException=function(e){g.setTimeout(function(){throw e})};var dt=i.Deferred();i.fn.ready=function(e){return dt.then(e).catch(function(t){i.readyException(t)}),this},i.extend({isReady:!1,readyWait:1,ready:function(e){(e===!0?--i.readyWait:i.isReady)||(i.isReady=!0,!(e!==!0&&--i.readyWait>0)&&dt.resolveWith(N,[i]))}}),i.ready.then=dt.then;function Ve(){N.removeEventListener("DOMContentLoaded",Ve),g.removeEventListener("load",Ve),i.ready()}N.readyState!=="loading"?g.setTimeout(i.ready):(N.addEventListener("DOMContentLoaded",Ve),g.addEventListener("load",Ve));var xr=/-([a-z])/g;function br(e,t){return t.toUpperCase()}function ce(e){return e.replace(xr,br)}function Ne(e){return e.nodeType===1||e.nodeType===9||!+e.nodeType}function Oe(){this.expando=i.expando+Oe.uid++}Oe.uid=1,Oe.prototype={cache:function(e){var t=e[this.expando];return t||(t=Object.create(null),Ne(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,o=this.cache(e);if(typeof t=="string")o[ce(t)]=n;else for(r in t)o[ce(r)]=t[r];return n},get:function(e,t){return t===void 0?this.cache(e):e[this.expando]&&e[this.expando][ce(t)]},access:function(e,t,n){return t===void 0||t&&typeof t=="string"&&n===void 0?this.get(e,t):(this.set(e,t,n),n!==void 0?n:t)},remove:function(e,t){var n,r=e[this.expando];if(r!==void 0){if(t!==void 0)for(Array.isArray(t)?t=t.map(ce):(t=ce(t),t=t in r?[t]:t.match(X)||[]),n=t.length;n--;)delete r[t[n]];(t===void 0||i.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return t!==void 0&&!i.isEmptyObject(t)}};var S=new Oe,_=new Oe,mr=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Tr=/[A-Z]/g;function Cr(e){return e==="true"?!0:e==="false"?!1:e==="null"?null:e===+e+""?+e:mr.test(e)?JSON.parse(e):e}function Yt(e,t,n){var r;if(n===void 0&&e.nodeType===1)if(r="data-"+t.replace(Tr,"-$&").toLowerCase(),n=e.getAttribute(r),typeof n=="string"){try{n=Cr(n)}catch{}_.set(e,t,n)}else n=void 0;return n}i.extend({hasData:function(e){return _.hasData(e)||S.hasData(e)},data:function(e,t,n){return _.access(e,t,n)},removeData:function(e,t){_.remove(e,t)},_data:function(e,t,n){return S.access(e,t,n)},_removeData:function(e,t){S.remove(e,t)}}),i.fn.extend({data:function(e,t){var n,r,o,u=this[0],f=u&&u.attributes;if(e===void 0){if(this.length&&(o=_.get(u),u.nodeType===1&&!S.get(u,"hasDataAttrs"))){for(n=f.length;n--;)f[n]&&(r=f[n].name,r.indexOf("data-")===0&&(r=ce(r.slice(5)),Yt(u,r,o[r])));S.set(u,"hasDataAttrs",!0)}return o}return typeof e=="object"?this.each(function(){_.set(this,e)}):Y(this,function(a){var s;if(u&&a===void 0)return s=_.get(u,e),s!==void 0||(s=Yt(u,e),s!==void 0)?s:void 0;this.each(function(){_.set(this,e,a)})},null,t,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){_.remove(this,e)})}}),i.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=S.get(e,t),n&&(!r||Array.isArray(n)?r=S.set(e,t,i.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=i.queue(e,t),r=n.length,o=n.shift(),u=i._queueHooks(e,t),f=function(){i.dequeue(e,t)};o==="inprogress"&&(o=n.shift(),r--),o&&(t==="fx"&&n.unshift("inprogress"),delete u.stop,o.call(e,f,u)),!r&&u&&u.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return S.get(e,n)||S.set(e,n,{empty:i.Callbacks("once memory").add(function(){S.remove(e,[t+"queue",n])})})}}),i.fn.extend({queue:function(e,t){var n=2;return typeof e!="string"&&(t=e,e="fx",n--),arguments.length<n?i.queue(this[0],e):t===void 0?this:this.each(function(){var r=i.queue(this,e,t);i._queueHooks(this,e),e==="fx"&&r[0]!=="inprogress"&&i.dequeue(this,e)})},dequeue:function(e){return this.each(function(){i.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,o=i.Deferred(),u=this,f=this.length,a=function(){--r||o.resolveWith(u,[u])};for(typeof e!="string"&&(t=e,e=void 0),e=e||"fx";f--;)n=S.get(u[f],e+"queueHooks"),n&&n.empty&&(r++,n.empty.add(a));return a(),o.promise(t)}});var Kt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Pe=new RegExp("^(?:([+-])=|)("+Kt+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"];function Qe(e,t){return e=t||e,e.style.display==="none"||e.style.display===""&&i.css(e,"display")==="none"}var wr=/^[a-z]/,Sr=/^(?:Border(?:Top|Right|Bottom|Left)?(?:Width|)|(?:Margin|Padding)?(?:Top|Right|Bottom|Left)?|(?:Min|Max)?(?:Width|Height))$/;function Ge(e){return wr.test(e)&&Sr.test(e[0].toUpperCase()+e.slice(1))}function Jt(e,t,n,r){var o,u,f=20,a=r?function(){return r.cur()}:function(){return i.css(e,t,"")},s=a(),c=n&&n[3]||(Ge(t)?"px":""),p=e.nodeType&&(!Ge(t)||c!=="px"&&+s)&&Pe.exec(i.css(e,t));if(p&&p[3]!==c){for(s=s/2,c=c||p[3],p=+s||1;f--;)i.style(e,t,p+c),(1-u)*(1-(u=a()/s||.5))<=0&&(f=0),p=p/u;p=p*2,i.style(e,t,p+c),n=n||[]}return n&&(p=+p||+s||0,o=n[1]?p+(n[1]+1)*n[2]:+n[2],r&&(r.unit=c,r.start=p,r.end=o)),o}var jr=/^-ms-/;function ht(e){return ce(e.replace(jr,"ms-"))}var Zt={};function Er(e){var t,n=e.ownerDocument,r=e.nodeName,o=Zt[r];return o||(t=n.body.appendChild(n.createElement(r)),o=i.css(t,"display"),t.parentNode.removeChild(t),o==="none"&&(o="block"),Zt[r]=o,o)}function ye(e,t){for(var n,r,o=[],u=0,f=e.length;u<f;u++)r=e[u],r.style&&(n=r.style.display,t?(n==="none"&&(o[u]=S.get(r,"display")||null,o[u]||(r.style.display="")),r.style.display===""&&Qe(r)&&(o[u]=Er(r))):n!=="none"&&(o[u]="none",S.set(r,"display",n)));for(u=0;u<f;u++)o[u]!=null&&(e[u].style.display=o[u]);return e}i.fn.extend({show:function(){return ye(this,!0)},hide:function(){return ye(this)},toggle:function(e){return typeof e=="boolean"?e?this.show():this.hide():this.each(function(){Qe(this)?i(this).show():i(this).hide()})}});var ke=function(e){return i.contains(e.ownerDocument,e)||e.getRootNode(Ar)===e.ownerDocument},Ar={composed:!0};te.getRootNode||(ke=function(e){return i.contains(e.ownerDocument,e)});var en=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Z={thead:["table"],col:["colgroup","table"],tr:["tbody","table"],td:["tr","tbody","table"]};Z.tbody=Z.tfoot=Z.colgroup=Z.caption=Z.thead,Z.th=Z.td;function I(e,t){var n;return typeof e.getElementsByTagName<"u"?n=v.slice.call(e.getElementsByTagName(t||"*")):typeof e.querySelectorAll<"u"?n=e.querySelectorAll(t||"*"):n=[],t===void 0||t&&k(e,t)?i.merge([e],n):n}var tn=/^$|^module$|\/(?:java|ecma)script/i;function gt(e,t){for(var n=0,r=e.length;n<r;n++)S.set(e[n],"globalEval",!t||S.get(t[n],"globalEval"))}var Dr=/<|&#?\w+;/;function nn(e,t,n,r,o){for(var u,f,a,s,c,p,h=t.createDocumentFragment(),l=[],d=0,y=e.length;d<y;d++)if(u=e[d],u||u===0)if(Se(u)==="object"&&(u.nodeType||Me(u)))i.merge(l,u.nodeType?[u]:u);else if(!Dr.test(u))l.push(t.createTextNode(u));else{for(f=f||h.appendChild(t.createElement("div")),a=(en.exec(u)||["",""])[1].toLowerCase(),s=Z[a]||v,p=s.length;--p>-1;)f=f.appendChild(t.createElement(s[p]));f.innerHTML=i.htmlPrefilter(u),i.merge(l,f.childNodes),f=h.firstChild,f.textContent=""}for(h.textContent="",d=0;u=l[d++];){if(r&&i.inArray(u,r)>-1){o&&o.push(u);continue}if(c=ke(u),f=I(h.appendChild(u),"script"),c&>(f),n)for(p=0;u=f[p++];)tn.test(u.type||"")&&n.push(u)}return h}function Nr(e){return e.type=(e.getAttribute("type")!==null)+"/"+e.type,e}function Or(e){return(e.type||"").slice(0,5)==="true/"?e.type=e.type.slice(5):e.removeAttribute("type"),e}function ve(e,t,n,r){t=b(t);var o,u,f,a,s,c,p=0,h=e.length,l=h-1,d=t[0],y=typeof d=="function";if(y)return e.each(function(w){var C=e.eq(w);t[0]=d.call(this,w,C.html()),ve(C,t,n,r)});if(h&&(o=nn(t,e[0].ownerDocument,!1,e,r),u=o.firstChild,o.childNodes.length===1&&(o=u),u||r)){for(f=i.map(I(o,"script"),Nr),a=f.length;p<h;p++)s=o,p!==l&&(s=i.clone(s,!0,!0),a&&i.merge(f,I(s,"script"))),n.call(e[p],s,p);if(a)for(c=f[f.length-1].ownerDocument,i.map(f,Or),p=0;p<a;p++)s=f[p],tn.test(s.type||"")&&!S.get(s,"globalEval")&&i.contains(c,s)&&(s.src&&(s.type||"").toLowerCase()!=="module"?i._evalUrl&&!s.noModule&&i._evalUrl(s.src,{nonce:s.nonce,crossOrigin:s.crossOrigin},c):Pt(s.textContent,s,c))}return e}var Ye=/^(?:checkbox|radio)$/i,rn=/^([^.]*)(?:\.(.+)|)/;function xe(){return!0}function be(){return!1}function yt(e,t,n,r,o,u){var f,a;if(typeof t=="object"){typeof n!="string"&&(r=r||n,n=void 0);for(a in t)yt(e,a,n,r,t[a],u);return e}if(r==null&&o==null?(o=n,r=n=void 0):o==null&&(typeof n=="string"?(o=r,r=void 0):(o=r,r=n,n=void 0)),o===!1)o=be;else if(!o)return e;return u===1&&(f=o,o=function(s){return i().off(s),f.apply(this,arguments)},o.guid=f.guid||(f.guid=i.guid++)),e.each(function(){i.event.add(this,t,o,r,n)})}i.event={add:function(e,t,n,r,o){var u,f,a,s,c,p,h,l,d,y,w,C=S.get(e);if(Ne(e))for(n.handler&&(u=n,n=u.handler,o=u.selector),o&&i.find.matchesSelector(te,o),n.guid||(n.guid=i.guid++),(s=C.events)||(s=C.events=Object.create(null)),(f=C.handle)||(f=C.handle=function(L){return typeof i<"u"&&i.event.triggered!==L.type?i.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(X)||[""],c=t.length;c--;)a=rn.exec(t[c])||[],d=w=a[1],y=(a[2]||"").split(".").sort(),d&&(h=i.event.special[d]||{},d=(o?h.delegateType:h.bindType)||d,h=i.event.special[d]||{},p=i.extend({type:d,origType:w,data:r,handler:n,guid:n.guid,selector:o,needsContext:o&&i.expr.match.needsContext.test(o),namespace:y.join(".")},u),(l=s[d])||(l=s[d]=[],l.delegateCount=0,(!h.setup||h.setup.call(e,r,y,f)===!1)&&e.addEventListener&&e.addEventListener(d,f)),h.add&&(h.add.call(e,p),p.handler.guid||(p.handler.guid=n.guid)),o?l.splice(l.delegateCount++,0,p):l.push(p))},remove:function(e,t,n,r,o){var u,f,a,s,c,p,h,l,d,y,w,C=S.hasData(e)&&S.get(e);if(!(!C||!(s=C.events))){for(t=(t||"").match(X)||[""],c=t.length;c--;){if(a=rn.exec(t[c])||[],d=w=a[1],y=(a[2]||"").split(".").sort(),!d){for(d in s)i.event.remove(e,d+t[c],n,r,!0);continue}for(h=i.event.special[d]||{},d=(r?h.delegateType:h.bindType)||d,l=s[d]||[],a=a[2]&&new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"),f=u=l.length;u--;)p=l[u],(o||w===p.origType)&&(!n||n.guid===p.guid)&&(!a||a.test(p.namespace))&&(!r||r===p.selector||r==="**"&&p.selector)&&(l.splice(u,1),p.selector&&l.delegateCount--,h.remove&&h.remove.call(e,p));f&&!l.length&&((!h.teardown||h.teardown.call(e,y,C.handle)===!1)&&i.removeEvent(e,d,C.handle),delete s[d])}i.isEmptyObject(s)&&S.remove(e,"handle events")}},dispatch:function(e){var t,n,r,o,u,f,a=new Array(arguments.length),s=i.event.fix(e),c=(S.get(this,"events")||Object.create(null))[s.type]||[],p=i.event.special[s.type]||{};for(a[0]=s,t=1;t<arguments.length;t++)a[t]=arguments[t];if(s.delegateTarget=this,!(p.preDispatch&&p.preDispatch.call(this,s)===!1)){for(f=i.event.handlers.call(this,s,c),t=0;(o=f[t++])&&!s.isPropagationStopped();)for(s.currentTarget=o.elem,n=0;(u=o.handlers[n++])&&!s.isImmediatePropagationStopped();)(!s.rnamespace||u.namespace===!1||s.rnamespace.test(u.namespace))&&(s.handleObj=u,s.data=u.data,r=((i.event.special[u.origType]||{}).handle||u.handler).apply(o.elem,a),r!==void 0&&(s.result=r)===!1&&(s.preventDefault(),s.stopPropagation()));return p.postDispatch&&p.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,o,u,f,a=[],s=t.delegateCount,c=e.target;if(s&&!(e.type==="click"&&e.button>=1)){for(;c!==this;c=c.parentNode||this)if(c.nodeType===1&&!(e.type==="click"&&c.disabled===!0)){for(u=[],f={},n=0;n<s;n++)r=t[n],o=r.selector+" ",f[o]===void 0&&(f[o]=r.needsContext?i(o,this).index(c)>-1:i.find(o,this,null,[c]).length),f[o]&&u.push(r);u.length&&a.push({elem:c,handlers:u})}}return c=this,s<t.length&&a.push({elem:c,handlers:t.slice(s)}),a},addProp:function(e,t){Object.defineProperty(i.Event.prototype,e,{enumerable:!0,configurable:!0,get:typeof t=="function"?function(){if(this.originalEvent)return t(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[e]},set:function(n){Object.defineProperty(this,e,{enumerable:!0,configurable:!0,writable:!0,value:n})}})},fix:function(e){return e[i.expando]?e:new i.Event(e)},special:i.extend(Object.create(null),{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return Ye.test(t.type)&&t.click&&k(t,"input")&&Ke(t,"click",!0),!1},trigger:function(e){var t=this||e;return Ye.test(t.type)&&t.click&&k(t,"input")&&Ke(t,"click"),!0},_default:function(e){var t=e.target;return Ye.test(t.type)&&t.click&&k(t,"input")&&S.get(t,"click")||k(t,"a")}},beforeunload:{postDispatch:function(e){e.result!==void 0&&e.preventDefault()}}})};function Ke(e,t,n){if(!n){S.get(e,t)===void 0&&i.event.add(e,t,xe);return}S.set(e,t,!1),i.event.add(e,t,{namespace:!1,handler:function(r){var o,u=S.get(this,t);if(r.isTrigger&1&&this[t]){if(u.length)(i.event.special[t]||{}).delegateType&&r.stopPropagation();else if(u=x.call(arguments),S.set(this,t,u),this[t](),o=S.get(this,t),S.set(this,t,!1),u!==o)return r.stopImmediatePropagation(),r.preventDefault(),o&&o.value}else u.length&&(S.set(this,t,{value:i.event.trigger(u[0],u.slice(1),this)}),r.stopPropagation(),r.isImmediatePropagationStopped=xe)}})}i.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},i.Event=function(e,t){if(!(this instanceof i.Event))return new i.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented?xe:be,this.target=e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&i.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[i.expando]=!0},i.Event.prototype={constructor:i.Event,isDefaultPrevented:be,isPropagationStopped:be,isImmediatePropagationStopped:be,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=xe,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=xe,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=xe,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},i.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},i.event.addProp),i.each({focus:"focusin",blur:"focusout"},function(e,t){function n(r){var o=i.event.fix(r);o.type=r.type==="focusin"?"focus":"blur",o.isSimulated=!0,o.target===o.currentTarget&&S.get(this,"handle")(o)}i.event.special[e]={setup:function(){if(Ke(this,e,!0),M)this.addEventListener(t,n);else return!1},trigger:function(){return Ke(this,e),!0},teardown:function(){if(M)this.removeEventListener(t,n);else return!1},_default:function(r){return S.get(r.target,e)},delegateType:t}}),i.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,t){i.event.special[e]={delegateType:t,bindType:t,handle:function(n){var r,o=this,u=n.relatedTarget,f=n.handleObj;return(!u||u!==o&&!i.contains(o,u))&&(n.type=f.origType,r=f.handler.apply(this,arguments),n.type=t),r}}}),i.fn.extend({on:function(e,t,n,r){return yt(this,e,t,n,r)},one:function(e,t,n,r){return yt(this,e,t,n,r,1)},off:function(e,t,n){var r,o;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,i(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if(typeof e=="object"){for(o in e)this.off(o,t,e[o]);return this}return(t===!1||typeof t=="function")&&(n=t,t=void 0),n===!1&&(n=be),this.each(function(){i.event.remove(this,e,n,t)})}});var Pr=/<script|<style|<link/i;function on(e,t){return k(e,"table")&&k(t.nodeType!==11?t:t.firstChild,"tr")&&i(e).children("tbody")[0]||e}function un(e,t){var n,r,o,u=S.get(e,"events");if(t.nodeType===1){if(u){S.remove(t,"handle events");for(n in u)for(r=0,o=u[n].length;r<o;r++)i.event.add(t,n,u[n][r])}_.hasData(e)&&_.set(t,i.extend({},_.get(e)))}}function fn(e,t,n){for(var r,o=t?i.filter(t,e):e,u=0;(r=o[u])!=null;u++)!n&&r.nodeType===1&&i.cleanData(I(r)),r.parentNode&&(n&&ke(r)&>(I(r,"script")),r.parentNode.removeChild(r));return e}i.extend({htmlPrefilter:function(e){return e},clone:function(e,t,n){var r,o,u,f,a=e.cloneNode(!0),s=ke(e);if(M&&(e.nodeType===1||e.nodeType===11)&&!i.isXMLDoc(e))for(f=I(a),u=I(e),r=0,o=u.length;r<o;r++)k(f[r],"textarea")&&(f[r].defaultValue=u[r].defaultValue);if(t)if(n)for(u=u||I(e),f=f||I(a),r=0,o=u.length;r<o;r++)un(u[r],f[r]);else un(e,a);return f=I(a,"script"),f.length>0&>(f,!s&&I(e,"script")),a},cleanData:function(e){for(var t,n,r,o=i.event.special,u=0;(n=e[u])!==void 0;u++)if(Ne(n)){if(t=n[S.expando]){if(t.events)for(r in t.events)o[r]?i.event.remove(n,r):i.removeEvent(n,r,t.handle);n[S.expando]=void 0}n[_.expando]&&(n[_.expando]=void 0)}}}),i.fn.extend({detach:function(e){return fn(this,e,!0)},remove:function(e){return fn(this,e)},text:function(e){return Y(this,function(t){return t===void 0?i.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=t)})},null,e,arguments.length)},append:function(){return ve(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=on(this,e);t.appendChild(e)}})},prepend:function(){return ve(this,arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=on(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return ve(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return ve(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;(e=this[t])!=null;t++)e.nodeType===1&&(i.cleanData(I(e,!1)),e.textContent="");return this},clone:function(e,t){return e=e??!1,t=t??e,this.map(function(){return i.clone(this,e,t)})},html:function(e){return Y(this,function(t){var n=this[0]||{},r=0,o=this.length;if(t===void 0&&n.nodeType===1)return n.innerHTML;if(typeof t=="string"&&!Pr.test(t)&&!Z[(en.exec(t)||["",""])[1].toLowerCase()]){t=i.htmlPrefilter(t);try{for(;r<o;r++)n=this[r]||{},n.nodeType===1&&(i.cleanData(I(n,!1)),n.innerHTML=t);n=0}catch{}}n&&this.empty().append(t)},null,e,arguments.length)},replaceWith:function(){var e=[];return ve(this,arguments,function(t){var n=this.parentNode;i.inArray(this,e)<0&&(i.cleanData(I(this)),n&&n.replaceChild(t,this))},e)}}),i.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){i.fn[e]=function(n){for(var r,o=[],u=i(n),f=u.length-1,a=0;a<=f;a++)r=a===f?this:this.clone(!0),i(u[a])[t](r),T.apply(o,r);return this.pushStack(o)}});var kr=new RegExp("^("+Kt+")(?!px)[a-z%]+$","i"),vt=/^--/;function Je(e){var t=e.ownerDocument.defaultView;return t||(t=g),t.getComputedStyle(e)}function qr(e,t,n){var r,o,u={};for(o in t)u[o]=e.style[o],e.style[o]=t[o];r=n.call(e);for(o in t)e.style[o]=u[o];return r}function sn(e,t,n){var r,o=vt.test(t);return n=n||Je(e),n&&(r=n.getPropertyValue(t)||n[t],o&&r&&(r=r.replace(Ee,"$1")||void 0),r===""&&!ke(e)&&(r=i.style(e,t))),r!==void 0?r+"":r}var an=["Webkit","Moz","ms"],cn=N.createElement("div").style;function Lr(e){for(var t=e[0].toUpperCase()+e.slice(1),n=an.length;n--;)if(e=an[n]+t,e in cn)return e}function xt(e){return e in cn?e:Lr(e)||e}var ln,pn,ie=N.createElement("table");function dn(){if(!(!ie||!ie.style)){var e,t=N.createElement("col"),n=N.createElement("tr"),r=N.createElement("td");if(ie.style.cssText="position:absolute;left:-11111px;border-collapse:separate;border-spacing:0",n.style.cssText="box-sizing:content-box;border:1px solid;height:1px",r.style.cssText="height:9px;width:9px;padding:0",t.span=2,te.appendChild(ie).appendChild(t).parentNode.appendChild(n).appendChild(r).parentNode.appendChild(r.cloneNode(!0)),ie.offsetWidth===0){te.removeChild(ie);return}e=g.getComputedStyle(n),pn=M||Math.round(parseFloat(g.getComputedStyle(t).width))===18,ln=Math.round(parseFloat(e.height)+parseFloat(e.borderTopWidth)+parseFloat(e.borderBottomWidth))===n.offsetHeight,te.removeChild(ie),ie=null}}i.extend(Re,{reliableTrDimensions:function(){return dn(),ln},reliableColDimensions:function(){return dn(),pn}});var Hr={position:"absolute",visibility:"hidden",display:"block"},hn={letterSpacing:"0",fontWeight:"400"};function gn(e,t,n){var r=Pe.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function yn(e,t,n,r,o,u){var f=t==="width"?1:0,a=0,s=0,c=0;if(n===(r?"border":"content"))return 0;for(;f<4;f+=2)n==="margin"&&(c+=i.css(e,n+re[f],!0,o)),r?(n==="content"&&(s-=i.css(e,"padding"+re[f],!0,o)),n!=="margin"&&(s-=i.css(e,"border"+re[f]+"Width",!0,o))):(s+=i.css(e,"padding"+re[f],!0,o),n!=="padding"?s+=i.css(e,"border"+re[f]+"Width",!0,o):a+=i.css(e,"border"+re[f]+"Width",!0,o));return!r&&u>=0&&(s+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-u-s-a-.5))||0),s+c}function vn(e,t,n){var r=Je(e),o=M||n,u=o&&i.css(e,"boxSizing",!1,r)==="border-box",f=u,a=sn(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(kr.test(a)){if(!n)return a;a="auto"}return(a==="auto"||M&&u||!Re.reliableColDimensions()&&k(e,"col")||!Re.reliableTrDimensions()&&k(e,"tr"))&&e.getClientRects().length&&(u=i.css(e,"boxSizing",!1,r)==="border-box",f=s in e,f&&(a=e[s])),a=parseFloat(a)||0,a+yn(e,t,n||(u?"border":"content"),f,r,a)+"px"}i.extend({cssHooks:{},style:function(e,t,n,r){if(!(!e||e.nodeType===3||e.nodeType===8||!e.style)){var o,u,f,a=ht(t),s=vt.test(t),c=e.style;if(s||(t=xt(a)),f=i.cssHooks[t]||i.cssHooks[a],n!==void 0){if(u=typeof n,u==="string"&&(o=Pe.exec(n))&&o[1]&&(n=Jt(e,t,o),u="number"),n==null||n!==n)return;u==="number"&&(n+=o&&o[3]||(Ge(a)?"px":"")),M&&n===""&&t.indexOf("background")===0&&(c[t]="inherit"),(!f||!("set"in f)||(n=f.set(e,n,r))!==void 0)&&(s?c.setProperty(t,n):c[t]=n)}else return f&&"get"in f&&(o=f.get(e,!1,r))!==void 0?o:c[t]}},css:function(e,t,n,r){var o,u,f,a=ht(t),s=vt.test(t);return s||(t=xt(a)),f=i.cssHooks[t]||i.cssHooks[a],f&&"get"in f&&(o=f.get(e,!0,n)),o===void 0&&(o=sn(e,t,r)),o==="normal"&&t in hn&&(o=hn[t]),n===""||n?(u=parseFloat(o),n===!0||isFinite(u)?u||0:o):o}}),i.each(["height","width"],function(e,t){i.cssHooks[t]={get:function(n,r,o){if(r)return i.css(n,"display")==="none"?qr(n,Hr,function(){return vn(n,t,o)}):vn(n,t,o)},set:function(n,r,o){var u,f=Je(n),a=o&&i.css(n,"boxSizing",!1,f)==="border-box",s=o?yn(n,t,o,a,f):0;return s&&(u=Pe.exec(r))&&(u[3]||"px")!=="px"&&(n.style[t]=r,r=i.css(n,t)),gn(n,r,s)}}}),i.each({margin:"",padding:"",border:"Width"},function(e,t){i.cssHooks[e+t]={expand:function(n){for(var r=0,o={},u=typeof n=="string"?n.split(" "):[n];r<4;r++)o[e+re[r]+t]=u[r]||u[r-2]||u[0];return o}},e!=="margin"&&(i.cssHooks[e+t].set=gn)}),i.fn.extend({css:function(e,t){return Y(this,function(n,r,o){var u,f,a={},s=0;if(Array.isArray(r)){for(u=Je(n),f=r.length;s<f;s++)a[r[s]]=i.css(n,r[s],!1,u);return a}return o!==void 0?i.style(n,r,o):i.css(n,r)},e,t,arguments.length>1)}});function $(e,t,n,r,o){return new $.prototype.init(e,t,n,r,o)}i.Tween=$,$.prototype={constructor:$,init:function(e,t,n,r,o,u){this.elem=e,this.prop=n,this.easing=o||i.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=u||(Ge(n)?"px":"")},cur:function(){var e=$.propHooks[this.prop];return e&&e.get?e.get(this):$.propHooks._default.get(this)},run:function(e){var t,n=$.propHooks[this.prop];return this.options.duration?this.pos=t=i.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):$.propHooks._default.set(this),this}},$.prototype.init.prototype=$.prototype,$.propHooks={_default:{get:function(e){var t;return e.elem.nodeType!==1||e.elem[e.prop]!=null&&e.elem.style[e.prop]==null?e.elem[e.prop]:(t=i.css(e.elem,e.prop,""),!t||t==="auto"?0:t)},set:function(e){i.fx.step[e.prop]?i.fx.step[e.prop](e):e.elem.nodeType===1&&(i.cssHooks[e.prop]||e.elem.style[xt(e.prop)]!=null)?i.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},i.easing={linear:function(e){return e},swing:function(e){return .5-Math.cos(e*Math.PI)/2},_default:"swing"},i.fx=$.prototype.init,i.fx.step={};var me,Ze,Rr=/^(?:toggle|show|hide)$/,Mr=/queueHooks$/;function bt(){Ze&&(N.hidden===!1&&g.requestAnimationFrame?g.requestAnimationFrame(bt):g.setTimeout(bt,13),i.fx.tick())}function xn(){return g.setTimeout(function(){me=void 0}),me=Date.now()}function et(e,t){var n,r=0,o={height:e};for(t=t?1:0;r<4;r+=2-t)n=re[r],o["margin"+n]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function bn(e,t,n){for(var r,o=(U.tweeners[t]||[]).concat(U.tweeners["*"]),u=0,f=o.length;u<f;u++)if(r=o[u].call(n,t,e))return r}function _r(e,t,n){var r,o,u,f,a,s,c,p,h="width"in t||"height"in t,l=this,d={},y=e.style,w=e.nodeType&&Qe(e),C=S.get(e,"fxshow");n.queue||(f=i._queueHooks(e,"fx"),f.unqueued==null&&(f.unqueued=0,a=f.empty.fire,f.empty.fire=function(){f.unqueued||a()}),f.unqueued++,l.always(function(){l.always(function(){f.unqueued--,i.queue(e,"fx").length||f.empty.fire()})}));for(r in t)if(o=t[r],Rr.test(o)){if(delete t[r],u=u||o==="toggle",o===(w?"hide":"show"))if(o==="show"&&C&&C[r]!==void 0)w=!0;else continue;d[r]=C&&C[r]||i.style(e,r)}if(s=!i.isEmptyObject(t),!(!s&&i.isEmptyObject(d))){h&&e.nodeType===1&&(n.overflow=[y.overflow,y.overflowX,y.overflowY],c=C&&C.display,c==null&&(c=S.get(e,"display")),p=i.css(e,"display"),p==="none"&&(c?p=c:(ye([e],!0),c=e.style.display||c,p=i.css(e,"display"),ye([e]))),(p==="inline"||p==="inline-block"&&c!=null)&&i.css(e,"float")==="none"&&(s||(l.done(function(){y.display=c}),c==null&&(p=y.display,c=p==="none"?"":p)),y.display="inline-block")),n.overflow&&(y.overflow="hidden",l.always(function(){y.overflow=n.overflow[0],y.overflowX=n.overflow[1],y.overflowY=n.overflow[2]})),s=!1;for(r in d)s||(C?"hidden"in C&&(w=C.hidden):C=S.set(e,"fxshow",{display:c}),u&&(C.hidden=!w),w&&ye([e],!0),l.done(function(){w||ye([e]),S.remove(e,"fxshow");for(r in d)i.style(e,r,d[r])})),s=bn(w?C[r]:0,r,l),r in C||(C[r]=s.start,w&&(s.end=s.start,s.start=0))}}function Ir(e,t){var n,r,o,u,f;for(n in e)if(r=ht(n),o=t[r],u=e[n],Array.isArray(u)&&(o=u[1],u=e[n]=u[0]),n!==r&&(e[r]=u,delete e[n]),f=i.cssHooks[r],f&&"expand"in f){u=f.expand(u),delete e[r];for(n in u)n in e||(e[n]=u[n],t[n]=o)}else t[r]=o}function U(e,t,n){var r,o,u=0,f=U.prefilters.length,a=i.Deferred().always(function(){delete s.elem}),s=function(){if(o)return!1;for(var h=me||xn(),l=Math.max(0,c.startTime+c.duration-h),d=1-(l/c.duration||0),y=0,w=c.tweens.length;y<w;y++)c.tweens[y].run(d);return a.notifyWith(e,[c,d,l]),d<1&&w?l:(w||a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c]),!1)},c=a.promise({elem:e,props:i.extend({},t),opts:i.extend(!0,{specialEasing:{},easing:i.easing._default},n),originalProperties:t,originalOptions:n,startTime:me||xn(),duration:n.duration,tweens:[],createTween:function(h,l){var d=i.Tween(e,c.opts,h,l,c.opts.specialEasing[h]||c.opts.easing);return c.tweens.push(d),d},stop:function(h){var l=0,d=h?c.tweens.length:0;if(o)return this;for(o=!0;l<d;l++)c.tweens[l].run(1);return h?(a.notifyWith(e,[c,1,0]),a.resolveWith(e,[c,h])):a.rejectWith(e,[c,h]),this}}),p=c.props;for(Ir(p,c.opts.specialEasing);u<f;u++)if(r=U.prefilters[u].call(c,e,p,c.opts),r)return typeof r.stop=="function"&&(i._queueHooks(c.elem,c.opts.queue).stop=r.stop.bind(r)),r;return i.map(p,bn,c),typeof c.opts.start=="function"&&c.opts.start.call(e,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),i.fx.timer(i.extend(s,{elem:e,anim:c,queue:c.opts.queue})),c}i.Animation=i.extend(U,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return Jt(n.elem,e,Pe.exec(t),n),n}]},tweener:function(e,t){typeof e=="function"?(t=e,e=["*"]):e=e.match(X);for(var n,r=0,o=e.length;r<o;r++)n=e[r],U.tweeners[n]=U.tweeners[n]||[],U.tweeners[n].unshift(t)},prefilters:[_r],prefilter:function(e,t){t?U.prefilters.unshift(e):U.prefilters.push(e)}}),i.speed=function(e,t,n){var r=e&&typeof e=="object"?i.extend({},e):{complete:n||t||typeof e=="function"&&e,duration:e,easing:n&&t||t&&typeof t!="function"&&t};return i.fx.off?r.duration=0:typeof r.duration!="number"&&(r.duration in i.fx.speeds?r.duration=i.fx.speeds[r.duration]:r.duration=i.fx.speeds._default),(r.queue==null||r.queue===!0)&&(r.queue="fx"),r.old=r.complete,r.complete=function(){typeof r.old=="function"&&r.old.call(this),r.queue&&i.dequeue(this,r.queue)},r},i.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Qe).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var o=i.isEmptyObject(e),u=i.speed(t,n,r),f=function(){var a=U(this,i.extend({},e),u);(o||S.get(this,"finish"))&&a.stop(!0)};return f.finish=f,o||u.queue===!1?this.each(f):this.queue(u.queue,f)},stop:function(e,t,n){var r=function(o){var u=o.stop;delete o.stop,u(n)};return typeof e!="string"&&(n=t,t=e,e=void 0),t&&this.queue(e||"fx",[]),this.each(function(){var o=!0,u=e!=null&&e+"queueHooks",f=i.timers,a=S.get(this);if(u)a[u]&&a[u].stop&&r(a[u]);else for(u in a)a[u]&&a[u].stop&&Mr.test(u)&&r(a[u]);for(u=f.length;u--;)f[u].elem===this&&(e==null||f[u].queue===e)&&(f[u].anim.stop(n),o=!1,f.splice(u,1));(o||!n)&&i.dequeue(this,e)})},finish:function(e){return e!==!1&&(e=e||"fx"),this.each(function(){var t,n=S.get(this),r=n[e+"queue"],o=n[e+"queueHooks"],u=i.timers,f=r?r.length:0;for(n.finish=!0,i.queue(this,e,[]),o&&o.stop&&o.stop.call(this,!0),t=u.length;t--;)u[t].elem===this&&u[t].queue===e&&(u[t].anim.stop(!0),u.splice(t,1));for(t=0;t<f;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete n.finish})}}),i.each(["toggle","show","hide"],function(e,t){var n=i.fn[t];i.fn[t]=function(r,o,u){return r==null||typeof r=="boolean"?n.apply(this,arguments):this.animate(et(t,!0),r,o,u)}}),i.each({slideDown:et("show"),slideUp:et("hide"),slideToggle:et("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){i.fn[e]=function(n,r,o){return this.animate(t,n,r,o)}}),i.timers=[],i.fx.tick=function(){var e,t=0,n=i.timers;for(me=Date.now();t<n.length;t++)e=n[t],!e()&&n[t]===e&&n.splice(t--,1);n.length||i.fx.stop(),me=void 0},i.fx.timer=function(e){i.timers.push(e),i.fx.start()},i.fx.start=function(){Ze||(Ze=!0,bt())},i.fx.stop=function(){Ze=null},i.fx.speeds={slow:600,fast:200,_default:400},i.fn.delay=function(e,t){return e=i.fx&&i.fx.speeds[e]||e,t=t||"fx",this.queue(t,function(n,r){var o=g.setTimeout(n,e);r.stop=function(){g.clearTimeout(o)}})};var Fr=/^(?:input|select|textarea|button)$/i,Wr=/^(?:a|area)$/i;i.fn.extend({prop:function(e,t){return Y(this,i.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[i.propFix[e]||e]})}}),i.extend({prop:function(e,t,n){var r,o,u=e.nodeType;if(!(u===3||u===8||u===2))return(u!==1||!i.isXMLDoc(e))&&(t=i.propFix[t]||t,o=i.propHooks[t]),n!==void 0?o&&"set"in o&&(r=o.set(e,n,t))!==void 0?r:e[t]=n:o&&"get"in o&&(r=o.get(e,t))!==null?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=e.getAttribute("tabindex");return t?parseInt(t,10):Fr.test(e.nodeName)||Wr.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),M&&(i.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),i.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){i.propFix[this.toLowerCase()]=this});function le(e){var t=e.match(X)||[];return t.join(" ")}function Te(e){return e.getAttribute&&e.getAttribute("class")||""}function mt(e){return Array.isArray(e)?e:typeof e=="string"?e.match(X)||[]:[]}i.fn.extend({addClass:function(e){var t,n,r,o,u,f;return typeof e=="function"?this.each(function(a){i(this).addClass(e.call(this,a,Te(this)))}):(t=mt(e),t.length?this.each(function(){if(r=Te(this),n=this.nodeType===1&&" "+le(r)+" ",n){for(u=0;u<t.length;u++)o=t[u],n.indexOf(" "+o+" ")<0&&(n+=o+" ");f=le(n),r!==f&&this.setAttribute("class",f)}}):this)},removeClass:function(e){var t,n,r,o,u,f;return typeof e=="function"?this.each(function(a){i(this).removeClass(e.call(this,a,Te(this)))}):arguments.length?(t=mt(e),t.length?this.each(function(){if(r=Te(this),n=this.nodeType===1&&" "+le(r)+" ",n){for(u=0;u<t.length;u++)for(o=t[u];n.indexOf(" "+o+" ")>-1;)n=n.replace(" "+o+" "," ");f=le(n),r!==f&&this.setAttribute("class",f)}}):this):this.attr("class","")},toggleClass:function(e,t){var n,r,o,u;return typeof e=="function"?this.each(function(f){i(this).toggleClass(e.call(this,f,Te(this),t),t)}):typeof t=="boolean"?t?this.addClass(e):this.removeClass(e):(n=mt(e),n.length?this.each(function(){for(u=i(this),o=0;o<n.length;o++)r=n[o],u.hasClass(r)?u.removeClass(r):u.addClass(r)}):this)},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(n.nodeType===1&&(" "+le(Te(n))+" ").indexOf(t)>-1)return!0;return!1}}),i.fn.extend({val:function(e){var t,n,r,o=this[0];return arguments.length?(r=typeof e=="function",this.each(function(u){var f;this.nodeType===1&&(r?f=e.call(this,u,i(this).val()):f=e,f==null?f="":typeof f=="number"?f+="":Array.isArray(f)&&(f=i.map(f,function(a){return a==null?"":a+""})),t=i.valHooks[this.type]||i.valHooks[this.nodeName.toLowerCase()],(!t||!("set"in t)||t.set(this,f,"value")===void 0)&&(this.value=f))})):o?(t=i.valHooks[o.type]||i.valHooks[o.nodeName.toLowerCase()],t&&"get"in t&&(n=t.get(o,"value"))!==void 0?n:(n=o.value,n??"")):void 0}}),i.extend({valHooks:{select:{get:function(e){var t,n,r,o=e.options,u=e.selectedIndex,f=e.type==="select-one",a=f?null:[],s=f?u+1:o.length;for(u<0?r=s:r=f?u:0;r<s;r++)if(n=o[r],n.selected&&!n.disabled&&(!n.parentNode.disabled||!k(n.parentNode,"optgroup"))){if(t=i(n).val(),f)return t;a.push(t)}return a},set:function(e,t){for(var n,r,o=e.options,u=i.makeArray(t),f=o.length;f--;)r=o[f],(r.selected=i.inArray(i(r).val(),u)>-1)&&(n=!0);return n||(e.selectedIndex=-1),u}}}}),M&&(i.valHooks.option={get:function(e){var t=e.getAttribute("value");return t??le(i.text(e))}}),i.each(["radio","checkbox"],function(){i.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=i.inArray(i(e).val(),t)>-1}}});var mn=/^(?:focusinfocus|focusoutblur)$/,Tn=function(e){e.stopPropagation()};i.extend(i.event,{trigger:function(e,t,n,r){var o,u,f,a,s,c,p,h,l=[n||N],d=G.call(e,"type")?e.type:e,y=G.call(e,"namespace")?e.namespace.split("."):[];if(u=h=f=n=n||N,!(n.nodeType===3||n.nodeType===8)&&!mn.test(d+i.event.triggered)&&(d.indexOf(".")>-1&&(y=d.split("."),d=y.shift(),y.sort()),s=d.indexOf(":")<0&&"on"+d,e=e[i.expando]?e:new i.Event(d,typeof e=="object"&&e),e.isTrigger=r?2:3,e.namespace=y.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=t==null?[e]:i.makeArray(t,[e]),p=i.event.special[d]||{},!(!r&&p.trigger&&p.trigger.apply(n,t)===!1))){if(!r&&!p.noBubble&&!je(n)){for(a=p.delegateType||d,mn.test(a+d)||(u=u.parentNode);u;u=u.parentNode)l.push(u),f=u;f===(n.ownerDocument||N)&&l.push(f.defaultView||f.parentWindow||g)}for(o=0;(u=l[o++])&&!e.isPropagationStopped();)h=u,e.type=o>1?a:p.bindType||d,c=(S.get(u,"events")||Object.create(null))[e.type]&&S.get(u,"handle"),c&&c.apply(u,t),c=s&&u[s],c&&c.apply&&Ne(u)&&(e.result=c.apply(u,t),e.result===!1&&e.preventDefault());return e.type=d,!r&&!e.isDefaultPrevented()&&(!p._default||p._default.apply(l.pop(),t)===!1)&&Ne(n)&&s&&typeof n[d]=="function"&&!je(n)&&(f=n[s],f&&(n[s]=null),i.event.triggered=d,e.isPropagationStopped()&&h.addEventListener(d,Tn),n[d](),e.isPropagationStopped()&&h.removeEventListener(d,Tn),i.event.triggered=void 0,f&&(n[s]=f)),e.result}},simulate:function(e,t,n){var r=i.extend(new i.Event,n,{type:e,isSimulated:!0});i.event.trigger(r,null,t)}}),i.fn.extend({trigger:function(e,t){return this.each(function(){i.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return i.event.trigger(e,t,n,!0)}});var qe=g.location,Cn={guid:Date.now()},Tt=/\?/;i.parseXML=function(e){var t,n;if(!e||typeof e!="string")return null;try{t=new g.DOMParser().parseFromString(e,"text/xml")}catch{}return n=t&&t.getElementsByTagName("parsererror")[0],(!t||n)&&i.error("Invalid XML: "+(n?i.map(n.childNodes,function(r){return r.textContent}).join(`
|
|
11
|
-
`):e)),t};var $r=/\[\]$/,wn=/\r?\n/g,Br=/^(?:submit|button|image|reset|file)$/i,Ur=/^(?:input|select|textarea|keygen)/i;function Ct(e,t,n,r){var o;if(Array.isArray(t))i.each(t,function(u,f){n||$r.test(e)?r(e,f):Ct(e+"["+(typeof f=="object"&&f!=null?u:"")+"]",f,n,r)});else if(!n&&Se(t)==="object")for(o in t)Ct(e+"["+o+"]",t[o],n,r);else r(e,t)}i.param=function(e,t){var n,r=[],o=function(u,f){var a=typeof f=="function"?f():f;r[r.length]=encodeURIComponent(u)+"="+encodeURIComponent(a??"")};if(e==null)return"";if(Array.isArray(e)||e.jquery&&!i.isPlainObject(e))i.each(e,function(){o(this.name,this.value)});else for(n in e)Ct(n,e[n],t,o);return r.join("&")},i.fn.extend({serialize:function(){return i.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=i.prop(this,"elements");return e?i.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!i(this).is(":disabled")&&Ur.test(this.nodeName)&&!Br.test(e)&&(this.checked||!Ye.test(e))}).map(function(e,t){var n=i(this).val();return n==null?null:Array.isArray(n)?i.map(n,function(r){return{name:t.name,value:r.replace(wn,`\r
|
|
12
|
-
`)}}):{name:t.name,value:n.replace(wn,`\r
|
|
13
|
-
`)}}).get()}});var Xr=/%20/g,zr=/#.*$/,Vr=/([?&])_=[^&]*/,Qr=/^(.*?):[ \t]*([^\r\n]*)$/mg,Gr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Yr=/^(?:GET|HEAD)$/,Kr=/^\/\//,Sn={},wt={},jn="*/".concat("*"),St=N.createElement("a");St.href=qe.href;function En(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,o=0,u=t.toLowerCase().match(X)||[];if(typeof n=="function")for(;r=u[o++];)r[0]==="+"?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function An(e,t,n,r){var o={},u=e===wt;function f(a){var s;return o[a]=!0,i.each(e[a]||[],function(c,p){var h=p(t,n,r);if(typeof h=="string"&&!u&&!o[h])return t.dataTypes.unshift(h),f(h),!1;if(u)return!(s=h)}),s}return f(t.dataTypes[0])||!o["*"]&&f("*")}function jt(e,t){var n,r,o=i.ajaxSettings.flatOptions||{};for(n in t)t[n]!==void 0&&((o[n]?e:r||(r={}))[n]=t[n]);return r&&i.extend(!0,e,r),e}function Jr(e,t,n){for(var r,o,u,f,a=e.contents,s=e.dataTypes;s[0]==="*";)s.shift(),r===void 0&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r){for(o in a)if(a[o]&&a[o].test(r)){s.unshift(o);break}}if(s[0]in n)u=s[0];else{for(o in n){if(!s[0]||e.converters[o+" "+s[0]]){u=o;break}f||(f=o)}u=u||f}if(u)return u!==s[0]&&s.unshift(u),n[u]}function Zr(e,t,n,r){var o,u,f,a,s,c={},p=e.dataTypes.slice();if(p[1])for(f in e.converters)c[f.toLowerCase()]=e.converters[f];for(u=p.shift();u;)if(e.responseFields[u]&&(n[e.responseFields[u]]=t),!s&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),s=u,u=p.shift(),u){if(u==="*")u=s;else if(s!=="*"&&s!==u){if(f=c[s+" "+u]||c["* "+u],!f){for(o in c)if(a=o.split(" "),a[1]===u&&(f=c[s+" "+a[0]]||c["* "+a[0]],f)){f===!0?f=c[o]:c[o]!==!0&&(u=a[0],p.unshift(a[1]));break}}if(f!==!0)if(f&&e.throws)t=f(t);else try{t=f(t)}catch(h){return{state:"parsererror",error:f?h:"No conversion from "+s+" to "+u}}}}return{state:"success",data:t}}i.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:qe.href,type:"GET",isLocal:Gr.test(qe.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":jn,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":i.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?jt(jt(e,i.ajaxSettings),t):jt(i.ajaxSettings,e)},ajaxPrefilter:En(Sn),ajaxTransport:En(wt),ajax:function(e,t){typeof e=="object"&&(t=e,e=void 0),t=t||{};var n,r,o,u,f,a,s,c,p,h,l=i.ajaxSetup({},t),d=l.context||l,y=l.context&&(d.nodeType||d.jquery)?i(d):i.event,w=i.Deferred(),C=i.Callbacks("once memory"),L=l.statusCode||{},q={},F={},R="canceled",E={readyState:0,getResponseHeader:function(D){var H;if(s){if(!u)for(u={};H=Qr.exec(o);)u[H[1].toLowerCase()+" "]=(u[H[1].toLowerCase()+" "]||[]).concat(H[2]);H=u[D.toLowerCase()+" "]}return H==null?null:H.join(", ")},getAllResponseHeaders:function(){return s?o:null},setRequestHeader:function(D,H){return s==null&&(D=F[D.toLowerCase()]=F[D.toLowerCase()]||D,q[D]=H),this},overrideMimeType:function(D){return s==null&&(l.mimeType=D),this},statusCode:function(D){var H;if(D)if(s)E.always(D[E.status]);else for(H in D)L[H]=[L[H],D[H]];return this},abort:function(D){var H=D||R;return n&&n.abort(H),tt(0,H),this}};if(w.promise(E),l.url=((e||l.url||qe.href)+"").replace(Kr,qe.protocol+"//"),l.type=t.method||t.type||l.method||l.type,l.dataTypes=(l.dataType||"*").toLowerCase().match(X)||[""],l.crossDomain==null){a=N.createElement("a");try{a.href=l.url,a.href=a.href,l.crossDomain=St.protocol+"//"+St.host!=a.protocol+"//"+a.host}catch{l.crossDomain=!0}}if(An(Sn,l,t,E),l.data&&l.processData&&typeof l.data!="string"&&(l.data=i.param(l.data,l.traditional)),s)return E;c=i.event&&l.global,c&&i.active++===0&&i.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Yr.test(l.type),r=l.url.replace(zr,""),l.hasContent?l.data&&l.processData&&(l.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(l.data=l.data.replace(Xr,"+")):(h=l.url.slice(r.length),l.data&&(l.processData||typeof l.data=="string")&&(r+=(Tt.test(r)?"&":"?")+l.data,delete l.data),l.cache===!1&&(r=r.replace(Vr,"$1"),h=(Tt.test(r)?"&":"?")+"_="+Cn.guid+++h),l.url=r+h),l.ifModified&&(i.lastModified[r]&&E.setRequestHeader("If-Modified-Since",i.lastModified[r]),i.etag[r]&&E.setRequestHeader("If-None-Match",i.etag[r])),(l.data&&l.hasContent&&l.contentType!==!1||t.contentType)&&E.setRequestHeader("Content-Type",l.contentType),E.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+(l.dataTypes[0]!=="*"?", "+jn+"; q=0.01":""):l.accepts["*"]);for(p in l.headers)E.setRequestHeader(p,l.headers[p]);if(l.beforeSend&&(l.beforeSend.call(d,E,l)===!1||s))return E.abort();if(R="abort",C.add(l.complete),E.done(l.success),E.fail(l.error),n=An(wt,l,t,E),!n)tt(-1,"No Transport");else{if(E.readyState=1,c&&y.trigger("ajaxSend",[E,l]),s)return E;l.async&&l.timeout>0&&(f=g.setTimeout(function(){E.abort("timeout")},l.timeout));try{s=!1,n.send(q,tt)}catch(D){if(s)throw D;tt(-1,D)}}function tt(D,H,On,ri){var oe,At,Le,Ce,we,V=H;s||(s=!0,f&&g.clearTimeout(f),n=void 0,o=ri||"",E.readyState=D>0?4:0,oe=D>=200&&D<300||D===304,On&&(Ce=Jr(l,E,On)),!oe&&i.inArray("script",l.dataTypes)>-1&&i.inArray("json",l.dataTypes)<0&&(l.converters["text script"]=function(){}),Ce=Zr(l,Ce,E,oe),oe?(l.ifModified&&(we=E.getResponseHeader("Last-Modified"),we&&(i.lastModified[r]=we),we=E.getResponseHeader("etag"),we&&(i.etag[r]=we)),D===204||l.type==="HEAD"?V="nocontent":D===304?V="notmodified":(V=Ce.state,At=Ce.data,Le=Ce.error,oe=!Le)):(Le=V,(D||!V)&&(V="error",D<0&&(D=0))),E.status=D,E.statusText=(H||V)+"",oe?w.resolveWith(d,[At,V,E]):w.rejectWith(d,[E,V,Le]),E.statusCode(L),L=void 0,c&&y.trigger(oe?"ajaxSuccess":"ajaxError",[E,l,oe?At:Le]),C.fireWith(d,[E,V]),c&&(y.trigger("ajaxComplete",[E,l]),--i.active||i.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return i.get(e,t,n,"json")},getScript:function(e,t){return i.get(e,void 0,t,"script")}}),i.each(["get","post"],function(e,t){i[t]=function(n,r,o,u){return(typeof r=="function"||r===null)&&(u=u||o,o=r,r=void 0),i.ajax(i.extend({url:n,type:t,dataType:u,data:r,success:o},i.isPlainObject(n)&&n))}}),i.ajaxPrefilter(function(e){var t;for(t in e.headers)t.toLowerCase()==="content-type"&&(e.contentType=e.headers[t]||"")}),i._evalUrl=function(e,t,n){return i.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,scriptAttrs:t.crossOrigin?{crossOrigin:t.crossOrigin}:void 0,converters:{"text script":function(){}},dataFilter:function(r){i.globalEval(r,t,n)}})},i.fn.extend({wrapAll:function(e){var t;return this[0]&&(typeof e=="function"&&(e=e.call(this[0])),t=i(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var n=this;n.firstElementChild;)n=n.firstElementChild;return n}).append(this)),this},wrapInner:function(e){return typeof e=="function"?this.each(function(t){i(this).wrapInner(e.call(this,t))}):this.each(function(){var t=i(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=typeof e=="function";return this.each(function(n){i(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){i(this).replaceWith(this.childNodes)}),this}}),i.expr.pseudos.hidden=function(e){return!i.expr.pseudos.visible(e)},i.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},i.ajaxSettings.xhr=function(){return new g.XMLHttpRequest};var ei={0:200};i.ajaxTransport(function(e){var t;return{send:function(n,r){var o,u=e.xhr();if(u.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(o in e.xhrFields)u[o]=e.xhrFields[o];e.mimeType&&u.overrideMimeType&&u.overrideMimeType(e.mimeType),!e.crossDomain&&!n["X-Requested-With"]&&(n["X-Requested-With"]="XMLHttpRequest");for(o in n)u.setRequestHeader(o,n[o]);t=function(f){return function(){t&&(t=u.onload=u.onerror=u.onabort=u.ontimeout=null,f==="abort"?u.abort():f==="error"?r(u.status,u.statusText):r(ei[u.status]||u.status,u.statusText,(u.responseType||"text")==="text"?{text:u.responseText}:{binary:u.response},u.getAllResponseHeaders()))}},u.onload=t(),u.onabort=u.onerror=u.ontimeout=t("error"),t=t("abort");try{u.send(e.hasContent&&e.data||null)}catch(f){if(t)throw f}},abort:function(){t&&t()}}});function Dn(e){return e.scriptAttrs||!e.headers&&(e.crossDomain||e.async&&i.inArray("json",e.dataTypes)<0)}i.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},converters:{"text script":function(e){return i.globalEval(e),e}}}),i.ajaxPrefilter("script",function(e){e.cache===void 0&&(e.cache=!1),Dn(e)&&(e.type="GET")}),i.ajaxTransport("script",function(e){if(Dn(e)){var t,n;return{send:function(r,o){t=i("<script>").attr(e.scriptAttrs||{}).prop({charset:e.scriptCharset,src:e.url}).on("load error",n=function(u){t.remove(),n=null,u&&o(u.type==="error"?404:200,u.type)}),N.head.appendChild(t[0])},abort:function(){n&&n()}}}});var Nn=[],Et=/(=)\?(?=&|$)|\?\?/;i.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Nn.pop()||i.expando+"_"+Cn.guid++;return this[e]=!0,e}}),i.ajaxPrefilter("jsonp",function(e,t,n){var r,o,u,f=e.jsonp!==!1&&(Et.test(e.url)?"url":typeof e.data=="string"&&(e.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&Et.test(e.data)&&"data");return r=e.jsonpCallback=typeof e.jsonpCallback=="function"?e.jsonpCallback():e.jsonpCallback,f?e[f]=e[f].replace(Et,"$1"+r):e.jsonp!==!1&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return u||i.error(r+" was not called"),u[0]},e.dataTypes[0]="json",o=g[r],g[r]=function(){u=arguments},n.always(function(){o===void 0?i(g).removeProp(r):g[r]=o,e[r]&&(e.jsonpCallback=t.jsonpCallback,Nn.push(r)),u&&typeof o=="function"&&o(u[0]),u=o=void 0}),"script"}),i.ajaxPrefilter(function(e,t){typeof e.data!="string"&&!i.isPlainObject(e.data)&&!Array.isArray(e.data)&&!("processData"in t)&&(e.processData=!1),e.data instanceof g.FormData&&(e.contentType=!1)}),i.parseHTML=function(e,t,n){if(typeof e!="string"&&!Vt(e+""))return[];typeof t=="boolean"&&(n=t,t=!1);var r,o;return t||(t=new g.DOMParser().parseFromString("","text/html")),r=zt.exec(e),o=!n&&[],r?[t.createElement(r[1])]:(r=nn([e],t,o),o&&o.length&&i(o).remove(),i.merge([],r.childNodes))},i.fn.load=function(e,t,n){var r,o,u,f=this,a=e.indexOf(" ");return a>-1&&(r=le(e.slice(a)),e=e.slice(0,a)),typeof t=="function"?(n=t,t=void 0):t&&typeof t=="object"&&(o="POST"),f.length>0&&i.ajax({url:e,type:o||"GET",dataType:"html",data:t}).done(function(s){u=arguments,f.html(r?i("<div>").append(i.parseHTML(s)).find(r):s)}).always(n&&function(s,c){f.each(function(){n.apply(this,u||[s.responseText,c,s])})}),this},i.expr.pseudos.animated=function(e){return i.grep(i.timers,function(t){return e===t.elem}).length},i.offset={setOffset:function(e,t,n){var r,o,u,f,a,s,c,p=i.css(e,"position"),h=i(e),l={};p==="static"&&(e.style.position="relative"),a=h.offset(),u=i.css(e,"top"),s=i.css(e,"left"),c=(p==="absolute"||p==="fixed")&&(u+s).indexOf("auto")>-1,c?(r=h.position(),f=r.top,o=r.left):(f=parseFloat(u)||0,o=parseFloat(s)||0),typeof t=="function"&&(t=t.call(e,n,i.extend({},a))),t.top!=null&&(l.top=t.top-a.top+f),t.left!=null&&(l.left=t.left-a.left+o),"using"in t?t.using.call(e,l):h.css(l)}},i.fn.extend({offset:function(e){if(arguments.length)return e===void 0?this:this.each(function(o){i.offset.setOffset(this,e,o)});var t,n,r=this[0];if(r)return r.getClientRects().length?(t=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:t.top+n.pageYOffset,left:t.left+n.pageXOffset}):{top:0,left:0}},position:function(){if(this[0]){var e,t,n,r=this[0],o={top:0,left:0};if(i.css(r,"position")==="fixed")t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&e!==n.documentElement&&i.css(e,"position")==="static";)e=e.offsetParent||n.documentElement;e&&e!==r&&e.nodeType===1&&i.css(e,"position")!=="static"&&(o=i(e).offset(),o.top+=i.css(e,"borderTopWidth",!0),o.left+=i.css(e,"borderLeftWidth",!0))}return{top:t.top-o.top-i.css(r,"marginTop",!0),left:t.left-o.left-i.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&i.css(e,"position")==="static";)e=e.offsetParent;return e||te})}}),i.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,t){var n=t==="pageYOffset";i.fn[e]=function(r){return Y(this,function(o,u,f){var a;if(je(o)?a=o:o.nodeType===9&&(a=o.defaultView),f===void 0)return a?a[t]:o[u];a?a.scrollTo(n?a.pageXOffset:f,n?f:a.pageYOffset):o[u]=f},e,r,arguments.length)}}),i.each({Height:"height",Width:"width"},function(e,t){i.each({padding:"inner"+e,content:t,"":"outer"+e},function(n,r){i.fn[r]=function(o,u){var f=arguments.length&&(n||typeof o!="boolean"),a=n||(o===!0||u===!0?"margin":"border");return Y(this,function(s,c,p){var h;return je(s)?r.indexOf("outer")===0?s["inner"+e]:s.document.documentElement["client"+e]:s.nodeType===9?(h=s.documentElement,Math.max(s.body["scroll"+e],h["scroll"+e],s.body["offset"+e],h["offset"+e],h["client"+e])):p===void 0?i.css(s,c,a):i.style(s,c,p,a)},t,f?o:void 0,f)}})}),i.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){i.fn[t]=function(n){return this.on(t,n)}}),i.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),i.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){i.fn[t]=function(n,r){return arguments.length>0?this.on(t,null,n,r):this.trigger(t)}}),i.proxy=function(e,t){var n,r,o;if(typeof t=="string"&&(n=e[t],t=e,e=n),typeof e=="function")return r=x.call(arguments,2),o=function(){return e.apply(t||this,r.concat(x.call(arguments)))},o.guid=e.guid=e.guid||i.guid++,o},i.holdReady=function(e){e?i.readyWait++:i.ready(!0)},i.expr[":"]=i.expr.filters=i.expr.pseudos,typeof define=="function"&&define.amd&&define("jquery",[],function(){return i});var ti=g.jQuery,ni=g.$;return i.noConflict=function(e){return g.$===i&&(g.$=ni),e&&g.jQuery===i&&(g.jQuery=ti),i},i}var fi=ui(window);let Ln=null;function ue(g){Ln=g}function Dt(){return Ln}function si(g){const{selector:m,show:v,text:j,listeners:x,render:b}=g,T=fi(m),A=()=>{const P=typeof v=="function"?v():v,fe=typeof j=="function"?j():j;if(fe!==void 0&&T.text(fe),P||P===void 0?T.show():T.hide(),b&&typeof b=="function"){const G=b();T.empty(),typeof G=="string"?T.text(G):G instanceof Node&&T.append(G)}};ue(A),A(),ue(null),x&&x.length>0&&x.forEach(P=>{T.on(P.type,P.callback)})}class ai{constructor(){Pn(this,"subscribers",new Map)}subscribe(m,v){var j;this.subscribers.has(m)||this.subscribers.set(m,new Set),(j=this.subscribers.get(m))==null||j.add(v)}publish(m){const v=this.subscribers.get(m);v&&v.forEach(j=>j())}}const Q=new ai;function Hn(g){const m={value:g,__isRef:!0},v=new Proxy(m,{set:(j,x,b)=>(x==="value"&&(j[x]=b,Q.publish(v)),!0),get:(j,x)=>{const b=Dt();return x==="value"&&b&&Q.subscribe(v,b),j[x]}});return v}const Nt=new WeakMap;function ci(g){return g&&typeof g=="object"?Nt.get(g)??null:null}function nt(g){const m={value:null,__isRef:!0},v=j=>{if(j===null||typeof j!="object")return j;if(Array.isArray(j))return li(j);const x=new Proxy(j,{get(b,T){const A=Dt();A&&Q.subscribe(m,A);const P=b[T];return P!==null&&typeof P=="object"?v(P):P},set(b,T,A){return b[T]!==A&&(b[T]=A,Q.publish(m)),!0},deleteProperty(b,T){const A=Reflect.deleteProperty(b,T);return Q.publish(m),A}});return Nt.set(x,m),x};return v(g)}function li(g){const m=["push","pop","shift","unshift","splice","soft","reverse","fill","copyWithin"],v={value:null,__isRef:!0};if(Array.isArray(g)){const j=new Proxy(g.map(x=>nt(x)),{get(x,b){const T=x[b],A=Dt();return A&&Q.subscribe(v,A),typeof b=="string"&&m.includes(b)&&typeof T=="function"?function(...P){const fe=T.apply(x,P);return Q.publish(v),fe}:T},set(x,b,T){const A=Reflect.set(x,b,nt(T));return typeof b=="string"&&(!isNaN(Number(b))||b==="length")&&Q.publish(v),A}});return Nt.set(j,v),j}return g}function pi(g){ue(g),g(),ue(null)}function di(g){const m=Hn(null),v=()=>{m.value=g()};return ue(v),v(),ue(null),m}function hi(g){return!!g&&typeof g=="object"&&g.__isRef===!0}function rt(g,m){if(typeof g=="function"){const x=g;let b;const T=()=>{ue(A);const P=x();return ue(null),P},A=()=>{const P=T();Object.is(P,b)||(m(P,b),b=P)};b=T();return}if(hi(g)){const x=g;let b=x.value;Q.subscribe(x,()=>{const T=x.value;Object.is(T,b)||(m(T,b),b=T)});return}const v=ci(g);if(!v)throw new Error("watch 只能监控 ref、reactive 返回值,或 getter 函数");let j=g;Q.subscribe(v,()=>{const x=g;m(x,j),j=x})}const He=Hn(0);console.log("count: ",He);const ee=nt({name:"张三",age:20});console.log("student: ",ee);const Rn=nt([{name:"张三",age:20},{name:"张四",age:21},{name:"张五",age:22}]),Mn=di(()=>"姓名:"+ee.name+" 年龄:"+ee.age);function gi(){He.value++,ee.age++,Rn.push({name:"aaaaa",age:Math.random()})}rt(He,(g,m)=>{console.log("count 变化了",m,"->",g)});rt(Mn,(g,m)=>{console.log("nameAndAge 变化了",m,"->",g)});rt(ee,(g,m)=>{console.log("student 变化了",m,"->",g)});rt(()=>ee.age,(g,m)=>{console.log("student.age 变化了",m,"->",g)});pi(()=>{console.log("watchEffect student.age 变化了",ee.age)});const yi=[{selector:"#count",text:()=>`count: ${He.value}`},{selector:"#counter",listeners:[{type:"click",callback:gi}],text:()=>`点击计数: ${He.value}`},{selector:"#student",text:()=>"姓名:"+ee.name+" 年龄:"+ee.age},{selector:"#student--list",render:()=>kn("ul",{children:Rn.map(g=>kn("li",{children:"姓名:"+g.name+" 年龄:"+g.age}))})},{selector:"#lisi-info",text:()=>Mn.value}];yi.forEach(g=>si(g));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;justify-content:center;align-items:center}.container{text-align:center;padding:2rem}h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}p{font-size:1.2rem;color:#888;margin-bottom:2rem}.card{padding:2rem}button{border-radius:8px;border:1px solid transparent;padding:.8rem 1.6rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{border-color:#646cff;background-color:#2a2a2a}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9;color:#213547}button:hover{background-color:#e9e9e9}}
|
package/index.html
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="zh-CN">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>Vite + TypeScript App</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-Dwcltt-Q.js"></script>
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/assets/index-DzLUJU2v.css">
|
|
9
|
-
</head>
|
|
10
|
-
<body>
|
|
11
|
-
<div id="app">
|
|
12
|
-
<div class="container">
|
|
13
|
-
<h1>🚀 Vite + TypeScript</h1>
|
|
14
|
-
<p>欢迎使用 Vite + TypeScript 构建的 Web 服务</p>
|
|
15
|
-
<p id="count"></p>
|
|
16
|
-
<div class="card">
|
|
17
|
-
<button id="counter" type="button">点击计数: 0</button>
|
|
18
|
-
</div>
|
|
19
|
-
<div id="student"></div>
|
|
20
|
-
<div id="student--list"></div>
|
|
21
|
-
<div id="lisi-info"></div>
|
|
22
|
-
</div>
|
|
23
|
-
</div>
|
|
24
|
-
</body>
|
|
25
|
-
</html>
|