From 96c2014e2dddb8509175a7dfee9305da80ab96f1 Mon Sep 17 00:00:00 2001 From: niels1286 Date: Thu, 18 Oct 2018 14:43:01 +0800 Subject: [PATCH] update version --- account-ledger-module/account-ledger/pom.xml | 8 +- .../base/account-ledger-base/pom.xml | 14 +-- .../base/account-ledger-rpc/pom.xml | 10 +- .../base/account-ledger-storage/pom.xml | 10 +- account-ledger-module/pom.xml | 4 +- account-module/account/pom.xml | 6 +- account-module/base/account-base/pom.xml | 20 ++-- account-module/base/account-rpc/pom.xml | 6 +- account-module/base/account-storage/pom.xml | 8 +- account-module/pom.xml | 4 +- client-module/client/pom.xml | 86 ++++++++--------- .../static/js/app.e1378044c110a79f004c.js | 2 +- client-module/client/src/pom.xml | 94 +++++++++---------- client-module/pom.xml | 4 +- consensus-module/consensus/pom.xml | 4 +- .../poc/consensus-poc-base/pom.xml | 22 ++--- .../poc/consensus-poc-protocol/pom.xml | 12 +-- .../poc/consensus-poc-rpc/pom.xml | 6 +- .../poc/consensus-poc-storage/pom.xml | 8 +- consensus-module/pom.xml | 8 +- contract-module/base/contract-base/pom.xml | 18 ++-- contract-module/base/contract-ledger/pom.xml | 12 +-- contract-module/base/contract-rpc/pom.xml | 8 +- contract-module/base/contract-storage/pom.xml | 12 +-- contract-module/base/contract-tx/pom.xml | 10 +- contract-module/base/contract-vm/pom.xml | 14 +-- contract-module/contract/pom.xml | 10 +- contract-module/pom.xml | 6 +- core-module/kernel-rpc/pom.xml | 6 +- core-module/kernel/pom.xml | 6 +- core-module/pom.xml | 4 +- db-module/db/pom.xml | 4 +- db-module/leveldb/db-leveldb/pom.xml | 6 +- db-module/pom.xml | 6 +- ledger-module/ledger/pom.xml | 6 +- ledger-module/pom.xml | 6 +- ledger-module/utxo/ledger-utxo-base/pom.xml | 14 +-- ledger-module/utxo/ledger-utxo-rpc/pom.xml | 6 +- .../utxo/ledger-utxo-storage/pom.xml | 6 +- .../base/message-bus-base/pom.xml | 8 +- message-bus-module/message-bus/pom.xml | 8 +- message-bus-module/pom.xml | 4 +- network-module/base/network-base/pom.xml | 16 ++-- network-module/base/network-protocol/pom.xml | 6 +- network-module/base/network-rpc/pom.xml | 10 +- network-module/base/network-storage/pom.xml | 8 +- network-module/network/pom.xml | 6 +- network-module/pom.xml | 4 +- pom.xml | 2 +- protocol-module/base/protocol-base/pom.xml | 26 ++--- protocol-module/base/protocol-rpc/pom.xml | 10 +- protocol-module/base/protocol-storage/pom.xml | 8 +- protocol-module/pom.xml | 6 +- protocol-module/protocol/pom.xml | 14 +-- tools-module/cache/pom.xml | 6 +- tools-module/pom.xml | 4 +- tools-module/tools/pom.xml | 4 +- .../base/utxo-accounts-base/pom.xml | 14 +-- .../base/utxo-accounts-rpc/pom.xml | 10 +- .../base/utxo-accounts-storage/pom.xml | 12 +-- utxo-accounts-module/pom.xml | 6 +- utxo-accounts-module/utxo-accounts/pom.xml | 10 +- 62 files changed, 349 insertions(+), 349 deletions(-) diff --git a/account-ledger-module/account-ledger/pom.xml b/account-ledger-module/account-ledger/pom.xml index 49a0542f1..b6249e2e3 100644 --- a/account-ledger-module/account-ledger/pom.xml +++ b/account-ledger-module/account-ledger/pom.xml @@ -5,25 +5,25 @@ account-ledger-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../pom.xml 4.0.0 io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.core-module kernel - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-ledger-module/base/account-ledger-base/pom.xml b/account-ledger-module/base/account-ledger-base/pom.xml index fc84f2a79..504666ebc 100644 --- a/account-ledger-module/base/account-ledger-base/pom.xml +++ b/account-ledger-module/base/account-ledger-base/pom.xml @@ -5,41 +5,41 @@ account-ledger-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 io.nuls.account-ledger-module account-ledger-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-ledger-module/base/account-ledger-rpc/pom.xml b/account-ledger-module/base/account-ledger-rpc/pom.xml index 6a0481a7f..9a242e24e 100644 --- a/account-ledger-module/base/account-ledger-rpc/pom.xml +++ b/account-ledger-module/base/account-ledger-rpc/pom.xml @@ -5,14 +5,14 @@ account-ledger-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 io.nuls.account-ledger-module account-ledger-rpc - 1.1.2-BETA + 1.1.3-BETA @@ -39,17 +39,17 @@ io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-ledger-module/base/account-ledger-storage/pom.xml b/account-ledger-module/base/account-ledger-storage/pom.xml index 58bf5202a..d45966211 100644 --- a/account-ledger-module/base/account-ledger-storage/pom.xml +++ b/account-ledger-module/base/account-ledger-storage/pom.xml @@ -5,31 +5,31 @@ account-ledger-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 io.nuls.account-ledger-module account-ledger-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.db-module db - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-ledger-module/pom.xml b/account-ledger-module/pom.xml index 30e523c3a..af59c6b61 100644 --- a/account-ledger-module/pom.xml +++ b/account-ledger-module/pom.xml @@ -5,14 +5,14 @@ nuls io.nuls - 1.1.2-BETA + 1.1.3-BETA ../pom.xml 4.0.0 io.nuls account-ledger-module pom - 1.1.2-BETA + 1.1.3-BETA account-ledger base/account-ledger-storage diff --git a/account-module/account/pom.xml b/account-module/account/pom.xml index beb00de9c..4a0971878 100644 --- a/account-module/account/pom.xml +++ b/account-module/account/pom.xml @@ -5,21 +5,21 @@ account-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../pom.xml 4.0.0 io.nuls.account-module account - 1.1.2-BETA + 1.1.3-BETA io.nuls.core-module kernel - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-module/base/account-base/pom.xml b/account-module/base/account-base/pom.xml index b67294b9a..550a4f6c6 100644 --- a/account-module/base/account-base/pom.xml +++ b/account-module/base/account-base/pom.xml @@ -5,56 +5,56 @@ account-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 io.nuls.account-module account-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.tools-module cache - 1.1.2-BETA + 1.1.3-BETA io.nuls.message-bus-module message-bus - 1.1.2-BETA + 1.1.3-BETA io.nuls.db-module db-leveldb - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-module/base/account-rpc/pom.xml b/account-module/base/account-rpc/pom.xml index eb214a6ea..442d3b24d 100644 --- a/account-module/base/account-rpc/pom.xml +++ b/account-module/base/account-rpc/pom.xml @@ -5,14 +5,14 @@ account-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 io.nuls.account-module account-rpc - 1.1.2-BETA + 1.1.3-BETA @@ -39,7 +39,7 @@ io.nuls.account-module account-base - 1.1.2-BETA + 1.1.3-BETA org.glassfish.jersey.media diff --git a/account-module/base/account-storage/pom.xml b/account-module/base/account-storage/pom.xml index d87729c4c..b5c4dc6e6 100644 --- a/account-module/base/account-storage/pom.xml +++ b/account-module/base/account-storage/pom.xml @@ -5,7 +5,7 @@ account-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../../pom.xml 4.0.0 @@ -13,18 +13,18 @@ io.nuls.account-module account-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account - 1.1.2-BETA + 1.1.3-BETA io.nuls.db-module db - 1.1.2-BETA + 1.1.3-BETA diff --git a/account-module/pom.xml b/account-module/pom.xml index 0031714ed..6ff71ebc9 100644 --- a/account-module/pom.xml +++ b/account-module/pom.xml @@ -5,14 +5,14 @@ nuls io.nuls - 1.1.2-BETA + 1.1.3-BETA ../pom.xml 4.0.0 io.nuls account-module pom - 1.1.2-BETA + 1.1.3-BETA account base/account-storage diff --git a/client-module/client/pom.xml b/client-module/client/pom.xml index 06247b096..90945e50d 100644 --- a/client-module/client/pom.xml +++ b/client-module/client/pom.xml @@ -30,14 +30,14 @@ client-module io.nuls - 1.1.2-BETA + 1.1.3-BETA ../pom.xml 4.0.0 io.nuls.client-module client - 1.1.2-BETA + 1.1.3-BETA 2.27 @@ -101,207 +101,207 @@ io.nuls.account-module account - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-module account-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus-poc-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus-poc-protocol - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus-poc-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.consensus-module consensus-poc-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract-vm - 1.1.2-BETA + 1.1.3-BETA io.nuls.contract-module contract-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.core-module kernel - 1.1.2-BETA + 1.1.3-BETA io.nuls.core-module kernel-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.db-module db - 1.1.2-BETA + 1.1.3-BETA io.nuls.db-module db-leveldb - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger-utxo-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger-utxo-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.ledger-module ledger-utxo-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.message-bus-module message-bus - 1.1.2-BETA + 1.1.3-BETA io.nuls.message-bus-module message-bus-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.network-module network - 1.1.2-BETA + 1.1.3-BETA io.nuls.network-module network-protocol - 1.1.2-BETA + 1.1.3-BETA io.nuls.network-module network-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.network-module network-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.network-module network-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.protocol-module protocol-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.tools-module tools - 1.1.2-BETA + 1.1.3-BETA io.nuls.tools-module cache - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger-rpc - 1.1.2-BETA + 1.1.3-BETA io.nuls.account-ledger-module account-ledger-storage - 1.1.2-BETA + 1.1.3-BETA io.nuls.utxo-accounts-module utxo-accounts-base - 1.1.2-BETA + 1.1.3-BETA io.nuls.utxo-accounts-module utxo-accounts-rpc - 1.1.2-BETA + 1.1.3-BETA diff --git a/client-module/client/src/main/resources/client-web/static/js/app.e1378044c110a79f004c.js b/client-module/client/src/main/resources/client-web/static/js/app.e1378044c110a79f004c.js index 6f7967428..321075d3d 100644 --- a/client-module/client/src/main/resources/client-web/static/js/app.e1378044c110a79f004c.js +++ b/client-module/client/src/main/resources/client-web/static/js/app.e1378044c110a79f004c.js @@ -1 +1 @@ -webpackJsonp([35],{"/wi1":function(e,t,n){"use strict";var o={data:function(){return{showData:!1}},props:{dataList:{type:Array,default:[{key:"en",value:"English"}]},selectedValue:{type:Object,default:{value:"English"}},widthData:{type:String,default:"160px"}},methods:{select:function(e){this.showData=!1,this.selectedValue.key=e.key,this.selectedValue.value=e.value,this.$emit("select"),localStorage.setItem("language",e.key)},showDataList:function(){this.showData=!this.showData}},mounted:function(){var e=this;document.addEventListener("click",function(t){e.$el.contains(t.target)||(e.showData=!1)})}},r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"base-select",on:{click:e.showDataList}},[n("div",{staticClass:"sub-selected-value"},[n("span",[e._v(e._s(e.selectedValue.value))]),e._v(" "),e.showData?n("ul",{staticClass:"ul",style:{width:e.widthData}},e._l(e.dataList,function(t,o){return n("li",{on:{click:function(n){n.stopPropagation(),e.select(t,o)}}},[e._v("\n "+e._s(t.value)+"\n ")])})):e._e()])])},staticRenderFns:[]};var s=n("vSla")(o,r,!1,function(e){n("q5V7")},null,null);t.a=s.exports},"2tLR":function(e,t,n){"use strict";n.d(t,"a",function(){return r}),n.d(t,"c",function(){return s}),n.d(t,"i",function(){return i}),n.d(t,"h",function(){return a}),n.d(t,"b",function(){return c}),n.d(t,"e",function(){return u}),n.d(t,"d",function(){return l}),n.d(t,"f",function(){return d}),n.d(t,"g",function(){return f});var o=n("LAaC"),r=function(e,t,n){return Object(o.a)("/account/assets/"+e+"?pageNumber="+t+"&pageSize="+n)},s=function(){return Object(o.a)("/account")},i=function(e){return Object(o.b)("/account/import",e)},a=function(e){return Object(o.b)("/account/import/pri",e)},c=function(e){return Object(o.a)("/account/"+e)},u=function(e){return Object(o.a)("/accountledger/balance/"+e)},l=function(e,t){return Object(o.a)("/accountledger/tx/list/"+e+t)},d=function(){return Object(o.a)("/consensus")},f=function(){return Object(o.a)("/network/info")}},"7Otq":function(e,t,n){e.exports=n.p+"static/img/logo.76a9b07.png"},GdTj:function(e,t){},LAaC:function(e,t,n){"use strict";t.a=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new r.a(function(n,o){i.a.get(e,{params:t}).then(function(e){n(e.data)}).catch(function(e){console.log(e),o("网络异常")})})},t.b=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new r.a(function(n,o){i.a.post(e,t).then(function(e){n(e.data)},function(e){o(e)})})},t.c=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new r.a(function(n,o){i.a.put(e,t).then(function(e){n(e.data)},function(e){o(e)})})};var o=n("rVsN"),r=n.n(o),s=n("aozt"),i=n.n(s),a=n("QmSG");i.a.defaults.timeout=a.b,i.a.defaults.baseURL=a.a,i.a.defaults.headers.post["Content-Type"]="application/json",i.a.defaults.headers.put["Content-Type"]="application/json"},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("MVMM"),r=n("6ROu"),s=n.n(r),i=n("/wi1"),a=(n("wPKN"),n("YgNb")),c={data:function(){return{newsOk:!1,current:0,errorClass:"",activeClass:"active",isActive:sessionStorage.hasOwnProperty("isActive")?parseInt(sessionStorage.getItem("isActive")):0,showTime:!0,count:"",timer:null}},components:{SelecBar:i.a},computed:{},mounted:function(){var e=this;this.$i18n.locale=localStorage.hasOwnProperty("language")?localStorage.getItem("language"):"en",setInterval(function(){e.isActive=sessionStorage.hasOwnProperty("isActive")?parseInt(sessionStorage.getItem("isActive")):0},500)},methods:{to:function(e,t){"home"===e?(sessionStorage.setItem("isActive",0),this.isActive=0,this.$router.push({path:"/*"})):"wallet"===e?(sessionStorage.setItem("isActive",1),this.isActive=1,0===this.$store.getters.getAddressList.length?this.$router.push({name:"/firstInfo"}):this.$router.push({name:"/wallet",params:{language:t}})):"consensus"===e?(sessionStorage.setItem("isActive",2),this.isActive=2,this.$router.push({name:"/consensus"})):"application"===e?this.$message({type:"info",message:this.$t("message.c65"),duration:"800"}):"contract"===e?0===this.$store.getters.getAddressList.length?this.$message({type:"info",message:this.$t("message.c274"),duration:"800"}):"1"===this.$store.getters.getVersionInfo.networkVersion.toString()?this.getProtocolInfo():(sessionStorage.setItem("isActive",4),this.isActive=4,this.$router.push({name:"contract"})):(sessionStorage.setItem("isActive",5),this.isActive=5,this.$router.push({path:"/users/setPage"}))},getProtocolInfo:function(){var e=this;this.$fetch("/client/protocol/info").then(function(t){if(t.success){var n=t.data.list[0].status.toString(),o="";if("0"===n)o=e.$t("message.c275")+""+t.data.list[0].currentPercent+"%

"+e.$t("message.c276");else if("1"===n){var r=s()(s()().add(10*t.data.list[0].countdownDelay,"seconds")).format("YYYY-MM-DD HH:mm:ss");o=e.$t("message.c277")+t.data.list[0].effectiveHeight+e.$t("message.c278")+"

"+e.$t("message.c279")+""+r+""}else sessionStorage.setItem("isActive",4),e.isActive=4,e.$router.push({name:"contract"});""!==o&&e.$message({type:"info",duration:"2000",showClose:!0,dangerouslyUseHTMLString:!0,message:o})}else e.$message({type:"info",message:e.$t("message.c280"),duration:"800"})})}}},u={render:function(){var e=this,t=e.$createElement,o=e._self._c||t;return o("div",{staticClass:"top"},[o("nav",{staticClass:"nav-top"},[o("div",{staticClass:"logo fl"},[o("img",{staticClass:"logo-img cursor-p",attrs:{src:n("7Otq")},on:{click:function(t){e.to("home","0")}}})]),e._v(" "),o("ul",[o("li",{class:[e.errorClass,0===e.isActive?e.activeClass:""],on:{click:function(t){e.to("home","0")}}},[o("i",{staticClass:"home_icon"}),o("span",[e._v(e._s(e.$t("message.home")))])]),e._v(" "),o("li",{class:[e.errorClass,1===e.isActive?e.activeClass:""],on:{click:function(t){e.to("wallet","1")}}},[o("i",{staticClass:"wallet_icon"}),e._v(" "),o("span",[e._v(e._s(e.$t("message.wallet")))])]),e._v(" "),o("li",{class:[e.errorClass,2===e.isActive?e.activeClass:""],on:{click:function(t){e.to("consensus","2")}}},[o("i",{staticClass:"consensus_icon"}),e._v(" "),o("span",[e._v(e._s(e.$t("message.consensus")))])]),e._v(" "),o("li",{directives:[{name:"show",rawName:"v-show",value:!1,expression:"false"}],on:{click:function(t){e.to("application","3")}}},[o("i",{staticClass:"application_icon"}),e._v(" "),o("span",[e._v(e._s(e.$t("message.applications")))])]),e._v(" "),o("li",{class:[e.errorClass,4===e.isActive?e.activeClass:""],on:{click:function(t){e.to("contract","4")}}},[o("i",{staticClass:"application_icon"}),e._v(" "),o("span",[e._v(e._s(e.$t("message.contract")))])]),e._v(" "),o("li",{class:[e.errorClass,5===e.isActive?e.activeClass:""],on:{click:function(t){e.to("more","5")}}},[o("i",{staticClass:"more_icon"}),e._v(" "),o("span",[e._v(e._s(e.$t("message.setManagement")))])])]),e._v(" "),o("div",{directives:[{name:"show",rawName:"v-show",value:e.newsOk,expression:"newsOk"}],staticClass:"news-div"},[o("h2",[e._v(e._s(e.$t("message.news")))]),e._v(" "),o("div",{staticClass:"news-div-info"},[o("div",{staticClass:"news-div-info-div cursor-p"},[o("h5",[e._v("系统消息")]),e._v(" "),o("el-badge",{staticClass:"mark",attrs:{value:12}}),e._v(" "),o("p",[e._v("请更新钱包版本V1.0.0 2018-9-8")])],1)])])])])},staticRenderFns:[]};var l=n("vSla")(c,u,!1,function(e){n("QMeS")},null,null).exports,d=n("2tLR"),f={data:function(){return{netWorkInfo:[],connectNumber:"0",iconWifi:"no-wifi_icon",bottomCss:!1,centerDialogVisible:!1,downloadPercent:0,bottomSetInterval:null,updatedInterval:null}},mounted:function(){var e=this;this.getNetWorkInfo(),setInterval(function(){e.getNetWorkInfo(),0===e.$store.getters.getAddressList.length&&e.getAccountList()},5e3),this.bottomSetInterval=setInterval(function(){e.bottomCss=e.hasScrollbar()},100),this.getAccountList()},methods:{getNetWorkInfo:function(){var e=this;Object(d.g)().then(function(t){if(t.success){e.netWorkInfo=t.data,e.centerDialogVisible=t.data.mastUpGrade,e.$store.commit("setNetWorkInfo",t.data);var n=e.netWorkInfo.inCount+e.netWorkInfo.outCount;n<2?sessionStorage.setItem("setNodeNumberOk","false"):sessionStorage.setItem("setNodeNumberOk","true"),e.connectNumber=e.netWorkInfo.inCount+e.netWorkInfo.outCount,0!==n?n<15?(e.iconWifi="two-wifi_icon",n<5&&(e.iconWifi="one-wifi_icon")):e.iconWifi="wifi_icon":e.iconWifi="no-wifi_icon"}}).catch(function(e){console.log(e)})},getAccountList:function(){var e=this;Object(a.f)().then(function(t){t.success?e.$store.commit("setAddressList",t.list):(e.$store.commit("setAddressList",""),console.log("err"))})},clientVersion:function(){var e=this;this.$fetch("/client/version").then(function(t){t.success&&e.toUpdated(t.data.newestVersion)})},toUpdated:function(e){var t=this,n="/client/upgrade/"+e;this.$post(n).then(function(e){e.success?(t.percentageShow=!0,t.toUpdatedInterval=setInterval(function(){t.clientUpgrade(),100===t.downloadPercent&&(t.outRestart(),clearInterval(t.updatedInterval))},500)):t.$message({type:"warning",message:t.$t("message.passWordFailed")+e.msg})})},clientUpgrade:function(){var e=this;this.$fetch("/client/upgrade").then(function(t){t.success&&(e.downloadPercent=t.data.percentage)})},outRestart:function(){var e=this;this.$post("/client/restart").then(function(t){t.success?(e.$message({type:"success",message:e.$t("message.passWordSuccess")}),e.closeBrowser()):e.$message({type:"warning",message:e.$t("message.passWordFailed")+t.msg})})},closeBrowser:function(){navigator.userAgent.indexOf("MSIE")>0?navigator.userAgent.indexOf("MSIE 6.0")>0?(window.opener=null,window.close()):(window.open("","_top"),window.top.close()):navigator.userAgent.indexOf("Firefox")>0?window.location.href="about:blank ":(window.location.href="about:blank",window.opener=null,window.open("","_self",""),window.close())},toExit:function(){var e=this;this.$post("/client/stop").then(function(t){if(t.success){localStorage.removeItem("newAccountAddress"),localStorage.removeItem("addressAlias"),localStorage.removeItem("addressRemark"),localStorage.removeItem("encrypted"),e.$store.commit("setAddressList",[]),e.closeBrowser()}})},hasScrollbar:function(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)}}},p={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bottom",class:this.bottomCss?"bottomP":""},[n("footer",[n("el-col",{staticClass:"footer-left",attrs:{span:10}},[n("span",[e._v(e._s(e.$t("message.purseVersion")))]),e._v(":V"+e._s(this.$store.getters.getVersionInfo.myVersion)+"\n ")]),e._v(" "),n("el-col",{staticClass:"footer-right",attrs:{span:14}},[e._v("\n "+e._s(e.$t("message.blockState"))+":"+e._s(e.$t("message.local"))+" "+e._s(e.netWorkInfo.localBestHeight)+" /\n "+e._s(e.$t("message.theMain"))+" "+e._s(e.netWorkInfo.netBestHeight)+"\n "),n("i",{class:e.iconWifi,attrs:{title:e.connectNumber}})])],1),e._v(" "),n("el-dialog",{staticClass:"updatedDialog",attrs:{title:"",visible:e.centerDialogVisible,width:"30%",center:"",top:"34vh","close-on-click-modal":!1,"close-on-press-escape":!1,"modal-append-to-body":!1,"show-close":!1},on:{"update:visible":function(t){e.centerDialogVisible=t}}},[n("div",{staticClass:"updated-progress"},[n("el-progress",{directives:[{name:"show",rawName:"v-show",value:e.downloadPercent>0,expression:"downloadPercent > 0"}],attrs:{"text-inside":!0,"stroke-width":18,percentage:this.downloadPercent,status:"success"}})],1),e._v(" "),n("h3",{directives:[{name:"show",rawName:"v-show",value:0===e.downloadPercent,expression:"downloadPercent === 0"}]},[e._v(e._s(e.$t("message.c249"))+"...")]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:0===e.downloadPercent,expression:"downloadPercent === 0"}],staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:e.toExit}},[e._v(e._s(e.$t("message.c250")))]),e._v(" "),n("el-button",{attrs:{type:"primary"},on:{click:e.clientVersion}},[e._v(e._s(e.$t("message.confirmButtonText")))])],1)])],1)},staticRenderFns:[]};var h={name:"app",data:function(){return{}},components:{Top:l,Bottom:n("vSla")(f,p,!1,function(e){n("GdTj")},null,null).exports},created:function(){this.getBottromInfo(),sessionStorage.setItem("walletActiveName","first"),sessionStorage.setItem("consensusTabName","first")},mounted:function(){this.selectLanguage()},methods:{getBottromInfo:function(){var e=this;this.$fetch("/client/version").then(function(t){t.success&&e.$store.commit("setVersionInfo",t.data)}).catch(function(e){})},selectLanguage:function(){var e="";e="cn"===localStorage.getItem("language")?"zh-CHS":"en",this.$put("/sys/lang/"+e).then(function(e){e.success})}}},m={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("Top"),this._v(" "),t("keep-alive",[this.$route.meta.keepAlive?t("router-view"):this._e()],1),this._v(" "),this.$route.meta.keepAlive?this._e():t("router-view"),this._v(" "),t("Bottom")],1)},staticRenderFns:[]};var g=n("vSla")(h,m,!1,function(e){n("rUDM")},null,null).exports,v=n("YaEn"),y=n("9rMa"),b={state:{menuItems:[{title:"首页",url:"home",icon:"home_icon"},{title:"钱包",url:"home",icon:"wallet_icon"},{title:"共识",url:"home",icon:"consensus_icon"},{title:"应用",url:"home",icon:"application_icon"},{title:"更多",url:"home",icon:"more_icon"}]},getters:{getMenuItems:function(e){return e.menuItems}},mutations:{},actions:{}},w={state:{purseVersion:"0.9.10",addressListItems:[],accountTxList:[]},getters:{getPurseVersiont:function(e){return e.purseVersion},getAddressList:function(e){return e.addressListItems}},mutations:{setAddressList:function(e,t){e.addressListItems=t}},actions:{}},x={state:{passwordShow:!1,versionInfo:[],netWorkInfo:[],nodeNumberOk:!0},getters:{getPasswordShow:function(e){return e.passwordShow},getVersionInfo:function(e){return e.versionInfo},getNetWorkInfo:function(e){return e.netWorkInfo},getNodeNumberOk:function(e){return e.nodeNumberOk}},mutations:{setPasswordShow:function(e,t){e.passwordShow=t},setVersionInfo:function(e,t){e.versionInfo=t},setNetWorkInfo:function(e,t){e.netWorkInfo=t},setNodeNumberOk:function(e,t){e.nodeNumberOk=t}},actions:{}};o.default.use(y.a);var k=new y.a.Store({modules:{menu:b,users:w,status:x}}),C=n("uNf3"),T=n.n(C),A=n("MKfj"),S=n.n(A),N=n("TXGq"),j=n("4YfN"),P=n.n(j),I=n("J/DI"),D=n.n(I),L=P()({message:{accountManagement:"Account",walletManagement:"Wallet",transactionManagement:"Transaction",consensusManagement:"Consensus",setManagement:"Settings",all:"All",miningFee:", Fee: ",zeroToWhole1:"",remarks:"Remarks",addressNull:"Please select sending address",transferNull:"Please enter recipient",addressOrTransfer:"Transfer recipient can not be sending address",transferNO:"Please input transfer amount.",transferNO1:"Please check the amount.",transferNO2:"Transfer amount cannot be greater than balance",transferNO3:"Transfer amount cannot be less than 0.01 NULS",creditLow:"Sorry,the account you select is lack of balance",back:"Back",passWordTitle:"Please enter your password",confirmButtonText:"Confirm ",cancelButtonText:"Cancel",passWordSuccess:"Congratulations, operation has been issued",passWordFailed:"Sorry, Failed: ",passWordWasincorrect:"Incorrect password",enterCance:"Cancel",home:"Home",wallet:"Wallet",consensus:"Consensus",applications:"Applications",contract:"Contract",more:"More",news:"Messages",fund:"NULS assets",fundTotal:"Total",fundUsable:"Usable",fundLock:"Frozen",consensus1:"Consensus",pledge:"Total deposit",income:"Packing nodes",applicationsNode:"Nodes Running",annualYield:"Agent Nodes",set:"Set",oldPassWord:"Old password",setPassWord:"New password",setPassWord1:"Set password",walletPassWord1:"Wallet password(8-20 characters, letters and numbers)",walletPassWord2:" Please enter your password",walletPassWord:"Wallet password ",affirmWalletPassWord:"Confirm password",passWordHint:"Password hint",passWordInfo:"Forgetting your password will result in permanent loss to your wallet",passWordHintEmpty:"Password hint can not be empty",walletPassWordEmpty:"Please input your password",affirmWalletPassWordEmpty:"Please confirm your password",passWordAtypism:"New passwords not match",passWordAffirm:"Confirm",passWordCancel:"I understand the risk, keep my password blank",passWordCuo:"Incorrect password",firstInfoTitle:"Create or import an account",createNewAccount:"Create a new account",createNewAccountInfo:"Create a new account",importAccount:"Import a new account",importAccountInfo:"You can import the keystore file or the plaintext private key",newAccountTitle:"Congratulations, you have created a new account! Please ensure you create a backup",newAccountAddress:"Address",newAccountKey:"Private Key",newAccountBackupsKey:"Private Key Backup",newAccountBackupsKeyInfo:"Click here to start download file .txt,storing plaintext Prikey backup,save cautiously",newAccountBackupsCode:"Backup as keystore",newAccountBackupsCodeInfo:"Click here to download the keystore, DO NOT this file share under any circumstances and keep in a safe place",newAccountBackupsNuls:".NULS backup",newAccountBackupsNulsInfo:"Click to download .NULS file, DO NOT this file share under any circumstances and keep in a safe place",newAccountSubmit:"Submit",newAccountReset:"I do not wish to backup my account",indexAccountAddress:"Account",indexAccountHome:"Account assets",indexProperty:"Assets",indexSum:"Total",indexUsable:"Usable",indexLock:"Frozen",operation:"Operation",transfer:"Transfer",confirmed:"Confirmed",confirming:"Confirming",rollOut:"Source",rollIn:"Destination",download:"Download",transactionRecord:"Transaction History",transactionType:"Type",recorded:"History",assetChange:"Amount Change",state:"State",time:"Date",sourceAddress:"Address",destinationAddress:"Destination Address",transferAmount:"Amount",currentBalance:"Current balance",select:"Select",freezeList:"Frozen list",type:"Type",amount:"Amount change",freezeTime:"Freeze Date",thawingTime:"Unfreeze date",userInfoTitle:"Account Address",tabName:"Account",tabAlias:"Alias",tabAlias1:"label",tabRemove:"Remove",tabBackups:"Backup",inportAccount:"Import account",key:"Restore private key",keyLow:"Please input your private key",code:"Restore keystore",codeLow:"Please upload your keystore",input:"Input",output:"Output",overview:"Overview",tradingTime:"Date",miningFee1:"Transaction Fee",autograph:"TxID",transactionState:"Transaction State",blockHeight:"Block Height",c1:"Total deposit",c1_1:"",c2:"Nodes count",c3:"My assets",c4:"My agent",c5:"Create",c5_1:"Check",c6:"Usable balance",c7:"Income",c8:"Agent Node",c9:"Deposit",c10:"Total deposit",c11:"All consensus",c12:"My consensus",sortListNameundefined:"",sortListName0:"Comprehensive",sortListName1:"CommissionRate",sortListName2:"Deposit",sortListName3:"CreditVal",sortListKeyundefined:"",sortListKey0:"",sortListKey1:"CommissionRate",sortListKey2:"Deposit",sortListKey3:"CreditVal",statusSundefined:"",statusS0:"Confirming",statusS1:"Confirmed",statusS2:"Failed",statusundefined:"",status0:"Wait",status1:"Active",status2:"Active",c16:"Address",c17:"Commission",c18:"Credit",c19:"Participants",c20:"Total Staking",c21:"Create an agent node",c22:"Consensus account",c23:"Packing address",c24:"Node name",c25:"Staking",c26:"Commission rate",c27:"Node introduction",c28:"Fee",c29:"Determine",c30:"",c31:"Please enter the amount you would like to entrust",c32:"Please enter the correct entrustment amount",c33:"The amount entrusted should not exceed your available balance",c34:"Deposit amount must be greater than 2000",c35:"Please enter node commission rate!",c36:"Commission ratio: numeric value, maximum two bits before and after decimal places",c37:"The proportion of the Commission is 10-100",c38:"Please input packing address",c39:"Please input node name",c40:"Description for your Node",c41:"Remarks not be more than 30 bytes",c43:"Agent node",c44:"Input address alias or node ID",c45:"Search",c46:"Comprehensive",c47:"Total deposit",c48:"My deposits details",c49:"Join time",c50:"See",c51:"Deposit",c52:"Please input deposit amount",c53:"Please enter the correct entrustment deposit amount for digital value",c54:"Minimum Bond 2000 NULS",c542:"Less than the balance",c541:"Minimum Bond 20000-200000 NULS",c543:"Less than the balance",c55:"Deposit details",c56:"My Deposits Details",c57:"Deposit",c58:"Withdraw",c59:"Cancelled",c60:"from agent node: ",c61:"Withdraw ",c62:"Unregister node",c63:"Please input keyword",c64:"Total staking",c65:"This section is still in development",c66:"Settings",c67:"Start up",c68:"Tips",c69:"Account",c70:"Consensus",c71:"Ledger",c72:"Network",c73:"Backups",c74:"Account backups",c75:"Languages",c76:"Please choose",c77:"Contacts",c78:"Address books",c79:"Wallet password management",c80:"Change the password",c81:"Current version",c82:"Latest version",c83:"Chinese",c84:"English",c85:"Please set the password first",c86:"Hint",c87:"To set password",c88:"Current version:V",c881:"Latest version:V",c89:"Update",c90:"New password(8-20 characters, letters and numbers)",c91:"Confirm password",c92:"Please enter your old password",c93:"Mail list",c94:"Edit",c95:"Delete",c951:"Deleted",c96:"New address book",c961:"Editor address book",c97:"It seems that you do not have an internet connection, please try again later. Would you like to close the NULS Client?",c98:"Confirm the closure",c99:"node?",c100:"Alias Settings",c102:"Your address",c103:"To ensure your account is secure, your alias can not be changed after you have created one, please choose carefully",c104:"Please enter an alias",c1041:"Please enter aliases (use only lowercase letters, numbers, underlines (underline can not be at both ends)",c105:"only allow lowercase letters, numbers and underscored(not at both ends)",c106:"Sorry, the alias length can not be more than 8 characters",c107:"I am sorry, your balance is too low to complete this action",c108:"Save complete!",c109:"Please select a folder where you would like to save your backup",c110:"Please backup your private key",c111:"Backuped",c112:"OK",c114:"Transfer",c115:"This operation will delete your address book, would you still like to continue?",c116:"Please enter the account address",c117:"The length of the account address is 10 to 80 characters",typeundefined:"",type1:"Reward",type2:"Transfer",type51:"Change",type3:"Aliased",type4:"Register",type5:"Deposit",type6:"Withdraw",type7:"Yellow card",type8:"Red card",type9:"Unregister",type100:"Create contract",type101:"Call contract",type1011:"Call Contract",type102:"Del contract",type103:"Contract transfer",type1000:"Token",types100:"(Create contract)",types101:"(Call contract)",types102:"(Del contract)",types103:"(Contract transfer)",types1000:"(Token)",typesundefined:"",types1:"",types2:"",types3:"",types4:"",types5:"",types6:"",types7:"",types8:"",types9:"",contractStatus0:"Confirming",contractStatus1:"Confirmed",contractStatus2:"Deleted",contractStatus3:"Deploy fail",contractStatus4:"Locked",c129:"Copy success",c130:"Congratulations, Application to participate in the consensus success",c131:"Syncing with network, please wait",c132:"Loading...",c133:"Catching up to last block, please wait",c134:"No data, please try again",c136:"The most eight bits before and after the decimal point",c1361:"Please input the correct token amount. The accuracy is:",c137:"The NULS client failed to start, please check readme or contact developer",c138:"Startup failure",c139:"Height",c140:"Choice language",c141:"Languages",c142:"Close",c143:"Copy",c144:"Display/Hide",c145:"Click Copy",c146:"Import from a keystore",c147:"Keystore files can only be uploaded, and must not exceed 2MB",c148:"Please select backup file",c149:"You may only upload a backup file",c150:"The size of the backup must not exceed 2MB",c151:"Check for updates",c152:"After the download is completed, the wallet will restart automatically",c153:"Backstage",c154:"Checking for updates failed",c155:"Checking new version",c156:"A new version is available",c157:"You are running the latest version",c158:"Consensus locking",c159:"I do not want to encrypt this account",c160:"Edit password",c161:"Set password",c162:"Unencrypted account, do you want to remove?",c163:"Unencrypted account, do you want to backup?",c164:"Unencrypted account, do you want to set alias?",c165:"Unencrypted account, do you want to deposit?",c166:"Unencrypted account, do you want to create an agent node?",c167:"Packing address should not be encrypted",c168:"Address is illegal",c169:"The block address is not a consensus account",c170:"One NULS for setting Alias",c171:"Total cost",c172:'The account is not encrypted, click "Confirm" to continue',c1721:"No password is set in this account to confirm operation",c173:"Backup private key success, backup path",c174:"You are not using Chrome browser. There may be some errors in the interface. It is recommended that you use the browser of the Chrome kernel",c175:"New version",c176:"Download a new version",c177:"The new version has been downloaded, clicking the exit restart program to complete the update",c178:"Exit the current version",c179:"Update complete, Please reboot the wallet",c180:"Update completion, reboot",c181:"Click back keystore",c182:"Keystore file will be downloaded by clicking",c183:"Please save it to a safe place",c184:"Private key backup of plaintext",c185:"Warning",c186:"Security warning",c187:"Please save cautiously, keystore backup recommended",c188:"Please save it to a safe place and recommend using keystore for backup",c189:"Import from keystore",c190:"Click here to select a folder",c191:"Select the.Keystore file import",c192:".keystore file import has been completed",c193:"Import Key",c194:"Please select the keystore file",c1941:"Please select the .jar file",c1942:"Click the icon to upload the Jar package.",c195:"I'm sorry! Download failed, please try again",c196:"Sorry, your browser does not support indexedDB, nor can you use the address book function",c197:"Your request has been submitted and our network will need a few minutes to confirm, please be patient. After it's done, you can check the status in 【Account Management】",c198:"Sorry, the password is wrong",c199:"You have no account yet",c200:"Exit management",c201:"Exit system",c202:"Sorry, there are too many small changes ",c2021:"Sorry,the transfer amount should not exceed the available balance",c203:"Advanced Options",c204:"Please enter GasLimit:1-10000000",c205:"Please enter Price",c206:"GasLimit is too low,which may cause the operation to fail.",c207:"Asset type",c208:"All Assets",c209:"All Transactions",c210:"(Total Cost)",c211:"(TxSize)",c212:"(Create Contract)",c213:"(Refund)",c214:"Unit",c215:"Contract Address",c216:"Price",c217:"Call Method",c218:"Method Name",c219:"Parameters",c220:"Return Value",c2201:"Return Value",c221:"Confirmations",c222:"Internal Transfer",c223:"My Contract",c224:"Tag Name",c225:"Call",c226:"Cancel Collection",c2261:"Collection",c2262:"Collected",c227:"Access Contract",c228:"Access",c229:"Please choose a method",c230:" can't be empty",c231:"Call",c232:"Deploy Contract",c233:"HEX Coding Deployment",c234:"Jar Package Deployment",c235:"Test Contract",c236:"Please set contract tag name",c237:"Please enter a tag name",c238:"Please enter address",c239:"Please enter HEX",c240:"Test passed",c241:' Example:["aaa","bbb",...]',c242:"Source",c243:"Contract Info",c245:"-",c246:"Please enter contract address",c247:"Contract Results",cundefined:"",ctrue:"Success",cfalse:"Failed",tip1:"This account does not have a password, are you sure you want to do this?",tips2:"This contract will be removed from my contract, are you sure you want to do this?",tips3:"Addtion",tips4:"Balance",tips5:"Transactions",tips6:"Contract Creator",tips7:"Token Tracker",tips8:"Total supply",tips9:"Deleted",tips10:"Delete",tips11:"Deploy contract",tips12:"Transaction History",tips13:"Call Contract",c248:"Total amount",c249:"Find the latest version, click Confirm to upgrade.",c250:"Exit procedure",c251:"This part of Token will be returned in the form of a consensus reward",c252:"This contract matches NRC-20 standard",c253:"Tips for some NRC-20 methods",c254:"The name of the token,Only upper and lower case letters, numbers, underscores are allowed (not both ends), 1~20 bytes",c255:"The symbol of the token,Only upper and lower case letters, numbers, underscores are allowed (not both ends), 1~20 bytes",c256:"The number of decimals the token uses and the maximum is 18",c257:"The total token supply",c258:"This contract account has no Payable method and cannot transfer to this contract address to NULS.",c259:"Exchange small change",c260:"Since the consensus has always been generating new small change, there may still be sums of small change after exchanging.",c261:"Please check the transaction records of your account. Multiple sums of small change will incur multiple transactions and the status might stay “unconfirmed”.",c262:"Current change",c263:"Chapter",c264:"Since the NULS account uses the UTXO model, there will be small change, mostly come from consensus rewards. In a single transaction, the more sums of small change you use, the higher the service fee will be. Exchanging small change before the transaction can effectively reduce the fee.",c265:"Available balance",c266:"Estimated fee",c267:"Insufficient balance",c2671:"You don’t have enough small change for exchanging.",c268:"Transfer",c269:"confirm",c270:"Token money has been deleted and token transfer function is not supported.",c271:"This value is the maximum value that can be set, ranging from 1 to 100,000.",c272:"This value represents how much na is equal to each gas,1NULS=100,000,000Na",c273:"This value is the amount of nuls transferred to the contract address.",c274:"Sorry, do you still have an account? Please import or create an account first.",c275:"All consensus nodes are updating the protocol: ",c276:"Tips:Smart contracts rely on new protocol, please be patient",c277:"Main network height reached ",c278:" then you can use intelligent contracts",c279:"Expected time of entry into force: ",c280:"In the statistics of the upgrade protocol, please try again later....",c281:"New wallet coverage for Consensus block nodes:",c282:"Estimated protocol upgrade completion time:",c283:"After the upgrade of the mainnet protocol is completed, the smart contract will be opened, so stay tuned",c284:"Mainnet protocol upgrade announcement",refresh:"Refresh",purseVersion:"Version",coreVersion:"Core",toUpdate:"Latest version",blockState:"Block",local:"Local height",backward:"Behind",theMain:"Mainnet height"}},D.a),E=n("uIVm"),H=n.n(E),W={en:L,cn:P()({message:{accountManagement:"账户管理",walletManagement:"钱包",accountAssetsManagement:"账户资产",transactionManagement:"交易管理",consensusManagement:"共识",setManagement:"设置",all:"全部",miningFee:", 手续费: ",zeroToWhole1:"",remarks:"备注",addressNull:"请选择账户地址!",transferNull:"请输入转账地址!",addressOrTransfer:"转账地址不能是账户地址!",transferNO:"请输入转账金额!",transferNO1:"请输入正确的转账金额为数字值!",transferNO2:"转账金额不能大于可用余额!",transferNO3:"转账金额不能小于0.01 NULS!",creditLow:"对不起,您选择的账户余额不足!",back:"返回",passWordTitle:"请输入密码",confirmButtonText:"确定",cancelButtonText:"取消",passWordSuccess:"恭喜您,申请成功",passWordFailed:"对不起,申请失败",passWordWasincorrect:"您的密码不正确",enterCance:"取消输入",home:"首页",wallet:"钱包",consensus:"共识",applications:"应用",contract:"合约",more:"更多",news:"消息",fund:"NULS 资产",fundTotal:"总额",fundUsable:"可用",fundLock:"冻结",consensus1:"全网共识",pledge:"委托总额",income:"出块节点",annualYield:"节点总数",applicationsNode:"网络节点",set:"设置",oldPassWord:"旧密码",setPassWord:"设置密码",setPassWord1:"设置密码",walletPassWord:"账户密码",walletPassWord1:"8-20位字符,需包含字母和数字",walletPassWord2:"密码错误",affirmWalletPassWord:"确认密码",passWordHint:"密码提示(可选)",passWordInfo:"请认真保存当前账户的密码,若账户密码丢失,很可能导致您的资产丢失!",passWordHintEmpty:"密码提示不能为空!",walletPassWordEmpty:"8-20位字符,需包含字母和数字",affirmWalletPassWordEmpty:"请再次输入密码",passWordAtypism:"两次输入密码不一致!",passWordAffirm:"确定",passWordCancel:"我确认钱包风险,暂不设置密码",passWordCuo:"密码错误",firstInfoTitle:"创建或导入账户",createNewAccount:"创建账户",createNewAccountInfo:"您可以创建一个全新的账户",importAccount:"导入账户",importAccountInfo:"您可以导入keystore文件或明文私钥",newAccountTitle:"恭喜!您已成功创建账户,请立即备份!",newAccountAddress:"地址",Address:"地址",newAccountKey:"私钥",newAccountBackupsKey:"明文私钥备份",newAccountBackupsKeyInfo:"点击将下载.txt文件,文件中记录了您的明文私玥,请保存到安全的地方!",newAccountBackupsCode:"二维码备份",newAccountBackupsCodeInfo:"点击将下载二维码图片,请保存到安全的地方!",newAccountBackupsNuls:".nuls格式备份",newAccountBackupsNulsInfo:"点击将下载.nuls文件,请保存到安全的地方!",newAccountSubmit:"完成备份",newAccountReset:"确认风险,以后备份",indexAccountAddress:"账户地址",indexAccountHome:"账户资产",indexProperty:"资产",indexSum:"总数",indexUsable:"可用",indexLock:"冻结",operation:"操作",transfer:"转账",confirmed:"已确认",confirming:"确认中",rollOut:"转出",rollIn:"转入",download:"下载子链",transactionRecord:"交易记录",transactionType:"交易类型",recorded:"入账",assetChange:"资产变动",state:"状态",time:"时间",sourceAddress:"转出地址",destinationAddress:"收款地址",transferAmount:"转账金额",currentBalance:"可用余额",select:"选择",freezeList:"冻结列表",type:"类型",amount:"金额",freezeTime:"创建时间",thawingTime:"解冻",userInfoTitle:"账户管理",tabName:"账户",tabAlias:"别名",tabAlias1:"备注",tabRemove:"移除",tabBackups:"备份",inportAccount:"导入账户",key:"明文私钥导入",keyLow:"请输入明文私钥",code:"二维码导入",codeLow:"请选择您备份的二维码图片即可导入",input:"输入",output:"输出",overview:"概览",tradingTime:"交易时间",miningFee1:"手续费",autograph:"TxID",transactionState:"交易状态",blockHeight:"区块高度",c1:"委托总额",c1_1:"(全网)",c2:"节点总数",c3:"我的总体情况",c4:"创建节点",c5:"创建",c5_1:"查看",c6:"可用余额",c7:"累计收益",c8:"委托节点",c9:"委托",c10:"委托总额",c11:"全部共识",c12:"我的共识",sortListNameundefined:"",sortListName0:"综合排序",sortListName1:"佣金比例",sortListName2:"保证金",sortListName3:"信用值",sortListKeyundefined:"",sortListKey0:"",sortListKey1:"commissionRate",sortListKey2:"deposit",sortListKey3:"creditVal",statusSundefined:"",statusS0:"确认中",statusS1:"已确认",statusS2:"失败",statusundefined:"",status0:"待共识",status1:"共识中",status2:"共识中",c16:"节点来源",c17:"佣金比例",c18:"信用值",c19:"参与人数",c20:"委托金额",c21:"自建节点共识",c22:"共识账户",c23:"出块地址",c24:"节点名称",c25:"保证金",c26:"代理佣金比例",c27:"节点介绍",c28:"手续费",c29:"确定",c30:"个",c31:"请输入保证金额!",c32:"保证金:为数字值,小数点前、后最多八位",c33:"保证金额不能大于可用余额!",c34:"保证金额必须大于2000!",c35:"请输入节点佣金比例!",c36:"佣金比例:为数字值,小数点前、后最多二位",c37:"节点佣金比例为:10-100!",c38:"请输入出块地址!",c39:"请输入节点名称!",c40:"请输入节点备注!",c41:"请输入节点名称不能大于30个字节",c43:"共识代理节点",c44:"请输入地址、别名或节点ID",c45:"搜索",c46:"综合排序",c47:"委托数量",c48:"我的委托总额明细",c49:"加入时间",c50:"查看",c51:"委托保证金",c52:"请输入委托保证金额!",c53:"保证金为数值,小数点前、后最多八位",c54:"保证金必须不低于2000",c542:"保证金必须小于可用余额",c541:"保证金必须在20000到200000之间",c543:"保证金必须小于可用余额",c55:"委托总额明细",c56:"我的委托明细",c57:"追加",c58:"退出",c59:"已取消",c60:"从节点: ",c61:"确定取出 ",c62:"注销节点",c63:"请输入搜索关键字!",c64:"委托数量",c65:"我们的工程师正专注研发,更多出色功能敬请期待!",c66:"系统设置",c67:"开机启动",c68:"消息提示",c69:"账户",c70:"共识",c71:"账本",c72:"网络",c73:"账户备份",c74:"账户备份",c75:"语言选择",c76:"请选择",c77:"通讯录",c78:"查看通讯录",c79:"密码管理",c80:"修改密码",c81:"当前版本",c82:"最新版本",c83:"简体中文",c84:"English",c85:"对不起,您还没设置密码请先设置密码",c86:"提示",c87:"去设置密码",c88:"当前版本:V",c881:"最新版本:V",c89:"版本更新",c90:"新密码(8-20位字符,需包含字母和数字)",c91:"确认密码",c92:"请输入正确的旧密码",c93:"通讯录",c94:"编辑",c95:"删除",c951:"已删除",c96:"新增通讯录",c961:"编辑通讯录",c97:"似乎已断开与互联网的连接,请连接后重试。确定关闭NULS钱包客户端?",c98:"确定注销",c99:"节点么?",c100:"设置别名",c102:"账户地址",c103:"出于账户安全的考虑,账户别名设置确定后,将无法修改,请谨慎操作。",c104:"请输入别名",c1041:"请输入别名(只允许使用小写字母、数字、下划线(下划线不能在两端))",c105:"只允许使用小写字母、数字、下划线(下划线不能在两端)",c106:"别名长度为1到10个字符",c107:"对不起,您的余额不足!",c108:"保存成功!路径",c109:"请选择保存文件夹!",c110:"请您确认已备份好私钥",c111:"已经备份",c112:"马上备份",c114:"确认转账",c115:"此操作将删除该条通讯录, 是否继续?",c116:"请输入账户地址",c117:"账户地址长度在10到80个字符",typeundefined:"",type1:"共识奖励",type2:"转账交易",type51:"零钱换整",type3:"设置别名",type4:"创建节点",type5:"加入共识",type6:"退出共识",type7:"黄牌惩罚",type8:"红牌惩罚",type9:"注销节点",type100:"创建合约",type101:"调用合约",type1011:"调用合约",type102:"删除合约",type103:"合约转账",type1000:"代币转账",typesundefined:"",types1:"",types2:"",types3:"",types4:"",types5:"",types6:"",types7:"",types8:"",types9:"",types100:"(创建合约)",types101:"(调用合约)",types102:"(删除合约)",types103:"(合约转账)",types1000:"(代币转账)",contractStatus0:"未确认",contractStatus1:"已确认",contractStatus2:"已删除",contractStatus3:"部署失败",contractStatus4:"锁定",c129:"复制成功",c130:"恭喜您!申请参与共识成功!",c131:"数据连接中,请耐心等待一下!",c132:"拼命加载中",c133:"请稍等,连接节点和高度同步中...",c134:"暂无数据,请添加后再操作",c136:"请输入正确的转账金额:小数点前后最多八位",c1361:"请输入正确的代币金额,精度为:",c137:"核心程序启动失败,请重试或联系开发人员",c138:"启动失败",c139:"高度",c140:"选择语言",c141:"最小化",c142:"关闭",c143:"复制",c144:"显示/隐藏",c145:"点击复制",c146:"KeyStore格式导入",c147:"只能上传keystore文件,且不超过2M",c148:"请选择keyStore文件!",c149:"上传只能是 keystore 格式文件",c150:"上传头像图片大小不能超过 2MB",c151:"版本更新检查",c152:"下载完成以后,程序会自动重启",c153:"后台运行",c154:"检查更新出错",c155:"正在检查更新...",c156:"检测到新版本,正在下载...",c157:"当前为最新版本,无需更新",c158:"共识锁定",c159:"此账户不需要密码",c160:"修改密码",c161:"设置密码",c162:"此账户没有设置密码,确定移除",c163:"此账户没有设置密码,确定备份",c164:"此账户没有设置密码,确定设置别名",c165:"此账户没有设置密码,确定加入节点么",c166:"共识账户没有设置密码,确定创建节点么",c167:"出块地址不能有密码",c168:"地址不合法",c169:"出块地址不能为共识账户",c170:"设置别名需要花费一个NULS",c171:"总花费",c172:"转出账户没有设置密码,确定转账么",c1721:"此账户没有设置密码,确定操作",c173:"备份私钥成功,备份路径",c174:"您使用的不是Chrome浏览器,可能有一些界面效果会有误差,建议您用Chrome内核的浏览器",c175:"新版本",c176:"下载新版本",c177:"新版本已下载完毕,点击退出当前版本即可完成更新",c178:"退出当前版本",c179:"确定取消升级",c180:"更新完成,重启生效",c181:"Keystore备份",c182:"点击将下载.keystore文件",c183:"请保存到安全的地方",c184:"明文私钥备份",c185:"私钥备份",c186:"安全警告",c187:"私钥未经加密,备份存在风险,",c188:"请保存到安全的地方,建议使用keystore进行备份。",c189:"导入Keystore",c190:"点击将浏览文件夹",c191:"选择.keystore文件导入",c192:"已完成.keystore文件导入",c193:"私钥导入",c194:"请选择keystore文件",c1941:"请选择.jar文件",c1942:"点击图标上传Jar包",c195:"对不起!下载失败,请重试。",c196:"对不起,您的浏览器不支持indexedDB,不能使用通讯录功能 ",c197:"导入账户申请已经提交,我们的网络需要一些时间确认,完成后您可以在【账户管理】中查看,请耐心等待。",c198:"对不起,密码错误",c199:"您还没有账户",c200:"退出管理",c201:"退出系统",c202:"对不起,零钱太多本次最多能花费 ",c2021:"对不起,转账金额不能大于可用余额",c203:"高级选项",c204:"请输入GasLimit:1-10000000",c205:"请输入Price",c206:"GasLimit较小,有可能会导致该操作执行失败",c207:"资产类型",c208:"全部资产",c209:"全部交易",c210:"(总费用)",c211:"(交易打包)",c212:"(创建合约)",c213:"(返还)",c214:"单位",c215:"合约地址",c216:"价格",c217:"调用方法",c218:"方法名",c219:"参数",c220:"返回值",c2201:"返回值",c221:"确认次数",c222:"内部转账",c223:"我的合约",c224:"标签名",c225:"去调用",c226:"取消收藏",c2261:"收藏",c2262:"已收藏",c227:"查找合约",c228:"访问",c229:"请选择一个方法",c230:" 不能为空",c231:"调用",c232:"部署合约",c233:"HEX编码部署",c234:"Jar包部署",c235:"测试合约",c236:"请设置标签名",c237:"请输入标签名",c238:"请输入合约地址",c239:"请输入HEX",c240:"测试通过",c241:' 例:["aaa","bbb",...]',c242:"来源",c243:"合约详情",c245:"-",c246:"请输入合约地址",c247:"合约执行结果",cundefined:"",ctrue:"成功",cfalse:"失败",tip1:"此账户没有设置密码,确定执行该操作么",tips2:"此合约将从我的合约中移除,确定执行该操作么",tips3:"附加信息",tips4:"余额",tips5:"交易次数",tips6:"创建者",tips7:"Token tracker",tips8:"发行总量",tips9:"已删除",tips10:"删除",tips11:"部署合约",tips12:"交易记录",tips13:"调用合约",c248:"发行总量",c249:"发现最新版本请点击确定升级",c250:"退出程序",c251:"该部分NULS将以共识奖励的形式进行返还",c252:"该合约符合NRC-20标准",c253:"部分NRC-20方法提示",c254:"返回Token的名称,只允许使用大、小写字母、数字、下划线(下划线不能在两端),1~20字节",c255:"返回Token的符号,只允许使用大、小写字母、数字、下划线(下划线不能在两端),1~20字节",c256:"返回Token使用的小数位数且最大不超过18位",c257:"返回总Token供应量",c258:"此合约账户没有Payable方法,不能向此合约地址转NULS",c259:"零钱换整",c260:"因共识奖励一直在产生新的零钱,零钱换整后仍然可能有多张零钱",c261:"交易记录请查看账户的转账交易记录,根据零钱张数可能有多笔交易,状态可能为未确认",c262:"当前零钱",c263:"张",c264:"NULS的账户采用UTXO模型,因此会有零钱,小额零钱多来源于共识奖励。 在一笔交易中,用到的零钱越多,对应的交易手续费越高,零钱换整可以有效降低交易手续费。",c265:"可用余额",c266:"预计手续费",c267:"可用余额不足",c2671:"当前零钱较少,无法进行零钱换整",c268:"转账",c269:"确认",c270:"代币合约已删除,不支持代币转账功能",c271:"该值为可以设置的最大的Gas值,取值范围在1-1000万",c272:"该值代表每个Gas等于多少Na,1NULS=1亿Na",c273:"该值为向合约地址转入的nuls数量",c274:"对不起,您还有没账户,请先导入或创建账户",c275:"所有共识节点正在升级协议,已经升级:",c276:"提示:智能合约依赖于新协议,请耐心等待",c277:"主网高度达到 ",c278:" 后便可使用智能合约",c279:"预计生效时间:",c280:"升级协议统计中,请稍后再试...",c281:"共识出块节点新版钱包覆盖率:",c282:"预计协议升级完成时间:",c283:"主网协议升级完成后,将开放智能合约功能,敬请期待",c284:"主网协议升级公告",refresh:"刷新",purseVersion:"版本号",coreVersion:"核心版本",toUpdate:"可更新",blockState:"区块高度",local:"本地",backward:"落后",theMain:"主网"}},H.a)};o.default.use(N.a);var q=new N.a({locale:"en",messages:W});o.default.use(T.a,{i18n:function(e,t){return q.t(e,t)}}),S.a.i18n(function(e,t){return q.t(e,t)});var O=q,M=(n("briU"),n("aozt")),R=n.n(M),_=n("LAaC");n("Qbok"),n("UhgQ"),n("RX+b");o.default.prototype.$fetch=_.a,o.default.prototype.$post=_.b,o.default.prototype.$put=_.c,o.default.use(y.a),o.default.http=o.default.prototype.$http=R.a,o.default.config.productionTip=!1,new o.default({el:"#app",router:v.a,store:k,i18n:O,components:{App:g},template:""})},QMeS:function(e,t){},Qbok:function(e,t){},QmSG:function(e,t,n){"use strict";n.d(t,"a",function(){return o}),n.d(t,"b",function(){return r});var o="http://"+window.location.host+"/api/",r="8000"},"RX+b":function(e,t){},UhgQ:function(e,t){},YaEn:function(e,t,n){"use strict";(function(e){var o=n("MVMM"),r=n("zO6J");o.default.use(r.a);var s=new r.a({base:e,likActiveClass:"link-active",routes:[{path:"*",name:"/home",component:function(e){return Promise.all([n.e(0),n.e(2)]).then(function(){var t=[n("vW6Y")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/empty :url",name:"/empty",component:function(e){return n.e(11).then(function(){var t=[n("Uu8r")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/setPassword :address/:backInfo",name:"/setPassword",component:function(e){return Promise.all([n.e(0),n.e(24)]).then(function(){var t=[n("ipH/")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/editorPassword :address/:backInfo",name:"/editorPassword",component:function(e){return Promise.all([n.e(0),n.e(32)]).then(function(){var t=[n("tYEM")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInfo/firstInfo",name:"/firstInfo",component:function(e){return Promise.all([n.e(0),n.e(1)]).then(function(){var t=[n("VcaK")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInto/newAccount :newOk/:address",name:"/newAccount",component:function(e){return Promise.all([n.e(0),n.e(4)]).then(function(){var t=[n("cq1D")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInto/firstInfo/importAccount",name:"/importAccount",component:function(e){return Promise.all([n.e(0),n.e(10)]).then(function(){var t=[n("4/WD")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInto/firstInfo/importKey",name:"/importKey",component:function(e){return Promise.all([n.e(0),n.e(3)]).then(function(){var t=[n("sz9L")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInto/firstInfo/importCode",name:"/importCode",component:function(e){return Promise.all([n.e(0),n.e(6)]).then(function(){var t=[n("zd3m")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/firstInto/firstInfo/importNuls",name:"importNuls",component:function(e){return Promise.all([n.e(0),n.e(30)]).then(function(){var t=[n("OKVl")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/userLog",name:"/userLog",component:function(e){return Promise.all([n.e(0),n.e(26)]).then(function(){var t=[n("uRvb")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet",name:"/wallet",component:function(e){return Promise.all([n.e(0),n.e(33)]).then(function(){var t=[n("QHtk")];e.apply(null,t)}.bind(this)).catch(n.oe)},meta:{keepAlive:!1}},{path:"/wallet/index/freezeList :address",name:"/freezeList",component:function(e){return Promise.all([n.e(0),n.e(19)]).then(function(){var t=[n("ap1E")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet/index/transfer",name:"transfer",component:function(e){return Promise.all([n.e(0),n.e(31)]).then(function(){var t=[n("ANj2")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet/zeroToWhole",name:"zeroToWhole",component:function(e){return Promise.all([n.e(0),n.e(27)]).then(function(){var t=[n("XV2l")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet/deallist",name:"deallist",component:function(e){return Promise.all([n.e(0),n.e(21)]).then(function(){var t=[n("Tcse")];e.apply(null,t)}.bind(this)).catch(n.oe)},meta:{keepAlive:!1}},{path:"/wallet/index/dealInfo",name:"dealInfo",component:function(e){return Promise.all([n.e(0),n.e(29)]).then(function(){var t=[n("DgPo")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet/users/userInfo",name:"/userInfo",component:function(e){return Promise.all([n.e(0),n.e(23)]).then(function(){var t=[n("PHsi")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/wallet/users/editAliasing",name:"editAliasing",component:function(e){return Promise.all([n.e(0),n.e(7)]).then(function(){var t=[n("8Wm6")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/setPage",name:"/setPage",component:function(e){return n.e(5).then(function(){var t=[n("vyzm")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/UpdatedVersion",name:"/updatedVersion",component:function(e){return Promise.all([n.e(0),n.e(9)]).then(function(){var t=[n("bipM")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/users/userAddressList",name:"/userAddressList",component:function(e){return Promise.all([n.e(0),n.e(22)]).then(function(){var t=[n("SjFi")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus",name:"/consensus",component:function(e){return Promise.all([n.e(0),n.e(18)]).then(function(){var t=[n("2VZf")];e.apply(null,t)}.bind(this)).catch(n.oe)},meta:{keepAlive:!1}},{path:"/consensus/myNode",name:"/myNode",component:function(e){return Promise.all([n.e(0),n.e(28)]).then(function(){var t=[n("eD5G")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus/myNode/addNode",name:"/addNode",component:function(e){return Promise.all([n.e(0),n.e(20)]).then(function(){var t=[n("+p6K")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus/pledgeInfo",name:"/pledgeInfo",component:function(e){return Promise.all([n.e(0),n.e(12)]).then(function(){var t=[n("StxY")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus/newNode",name:"/newNode",component:function(e){return Promise.all([n.e(0),n.e(8)]).then(function(){var t=[n("SwHk")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus/agencyNode",name:"/agencyNode",component:function(e){return Promise.all([n.e(0),n.e(17)]).then(function(){var t=[n("DzH6")];e.apply(null,t)}.bind(this)).catch(n.oe)},meta:{keepAlive:!1}},{path:"/consensus/nodeInfo",name:"/nodeInfo",component:function(e){return Promise.all([n.e(0),n.e(16)]).then(function(){var t=[n("0bPT")];e.apply(null,t)}.bind(this)).catch(n.oe)},meta:{keepAlive:!1}},{path:"/consensus/nodePage",name:"/nodePage",component:function(e){return Promise.all([n.e(0),n.e(15)]).then(function(){var t=[n("gjI2")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/consensus/allPledge",name:"/allPledge",component:function(e){return Promise.all([n.e(0),n.e(13)]).then(function(){var t=[n("3Nfg")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/contract",name:"contract",component:function(e){return Promise.all([n.e(0),n.e(25)]).then(function(){var t=[n("TnV5")];e.apply(null,t)}.bind(this)).catch(n.oe)}},{path:"/contract/contractInfo",name:"contractInfo",component:function(e){return Promise.all([n.e(0),n.e(14)]).then(function(){var t=[n("9Hnk")];e.apply(null,t)}.bind(this)).catch(n.oe)}}]});t.a=s}).call(t,"/")},YgNb:function(e,t,n){"use strict";t.b=function(e){return new a.BigNumber(1e-8).times(e)},t.e=function(e){return new a.BigNumber(1e8).times(e)},t.d=d,t.c=function(e,t){return new a.BigNumber(e).minus(t)},t.a=p,t.m=function(e,t){return new a.BigNumber(p(e,d(t)).toString()).toFormat().replace(/[,]/g,"")},t.l=function(e,t){return new a.BigNumber(p(e,t).toString()).toFormat().replace(/[,]/g,"")},n.d(t,"h",function(){return h}),t.i=function(e){if("number"!=typeof e)return;var t=6e4*(new Date).getTimezoneOffset(),n=(new Date).getTimezoneOffset()/60,o=void 0;o=n>0?e-t:e+t;var r=o+36e5*Math.abs(n);return new Date(r)},t.k=function(e){return 0===e.length?"":e.replace(/&/g,"&").replace(//g,">").replace(/ /g," ").replace(/[\n\r\\]/g," ").replace(/\'/g,"'").replace(/\"/g,""")},t.j=function(e){return 0===e.length?"":e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/ /g," ").replace(/'/g,"'").replace(/"/g,'"')},t.g=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n={success:!0,params:""},o=!0,r=!1,s=void 0;try{for(var c,u=i()(e);!(o=(c=u.next()).done);o=!0){var l=c.value;if(l.value)if(l.types)n.params+=l.value+",";else if(l.bigInteger&&0!==t){var d=new a.BigNumber(f(l.value,t).toString());n.params+='"'+d.toFormat().replace(/[,]/g,"")+'",'}else n.params+='"'+l.value+'",';else n.params+='"",';l.required&&(l.value?n.success=!0:n.success=!1)}}catch(e){r=!0,s=e}finally{try{!o&&u.return&&u.return()}finally{if(r)throw s}}n.params.length>0&&(n.params=n.params.substr(0,n.params.length-1));return n},t.f=function(){return new r.a(function(e){return Object(l.c)().then(function(t){t.success?(0!==t.data.list.length?""===localStorage.getItem("newAccountAddress")&&(localStorage.setItem("newAccountAddress",t.data.list[0].address),localStorage.setItem("addressAlias",t.data.list[0].alias),localStorage.setItem("addressRemark",t.data.list[0].remark),localStorage.setItem("encrypted",t.data.list[0].encrypted)):(localStorage.setItem("newAccountAddress",""),localStorage.setItem("addressAlias",""),localStorage.setItem("addressRemark","")),e({success:!0,list:t.data.list})):e({success:!1,list:t.data.list})}).catch(function(t){console.log(t),localStorage.setItem("newAccountAddress",""),localStorage.setItem("addressAlias",""),localStorage.setItem("addressRemark",""),e({success:!1,reject:t})})})};var o=n("rVsN"),r=n.n(o),s=n("HzJ8"),i=n.n(s),a=n("x47x"),c=(n.n(a),n("9woI")),u=n.n(c),l=n("2tLR");function d(e){return new a.BigNumber(10).pow(e)}function f(e,t){return new a.BigNumber(e).times(t)}function p(e,t){return new a.BigNumber(e).div(t)}var h=function(e){return u()(e)}},pFZ8:function(e,t,n){var o={"./af":"nqC2","./af.js":"nqC2","./ar":"tHRT","./ar-dz":"2iw2","./ar-dz.js":"2iw2","./ar-kw":"soBb","./ar-kw.js":"soBb","./ar-ly":"zjQ3","./ar-ly.js":"zjQ3","./ar-ma":"11uP","./ar-ma.js":"11uP","./ar-sa":"yM2J","./ar-sa.js":"yM2J","./ar-tn":"k9UU","./ar-tn.js":"k9UU","./ar.js":"tHRT","./az":"H/ZR","./az.js":"H/ZR","./be":"NcWj","./be.js":"NcWj","./bg":"ux43","./bg.js":"ux43","./bm":"SHxi","./bm.js":"SHxi","./bn":"mhJc","./bn.js":"mhJc","./bo":"LyiZ","./bo.js":"LyiZ","./br":"eXAx","./br.js":"eXAx","./bs":"e6JA","./bs.js":"e6JA","./ca":"Nq9b","./ca.js":"Nq9b","./cs":"UHZy","./cs.js":"UHZy","./cv":"A9HL","./cv.js":"A9HL","./cy":"VZG9","./cy.js":"VZG9","./da":"ucoA","./da.js":"ucoA","./de":"crTT","./de-at":"Tz0t","./de-at.js":"Tz0t","./de-ch":"thUw","./de-ch.js":"thUw","./de.js":"crTT","./dv":"3FyJ","./dv.js":"3FyJ","./el":"soCQ","./el.js":"soCQ","./en-au":"dDC6","./en-au.js":"dDC6","./en-ca":"a+lM","./en-ca.js":"a+lM","./en-gb":"M9nR","./en-gb.js":"M9nR","./en-ie":"Mg3b","./en-ie.js":"Mg3b","./en-il":"FnyN","./en-il.js":"FnyN","./en-nz":"k7mD","./en-nz.js":"k7mD","./eo":"jXmb","./eo.js":"jXmb","./es":"6C4d","./es-do":"obsI","./es-do.js":"obsI","./es-us":"6PAY","./es-us.js":"6PAY","./es.js":"6C4d","./et":"vuD1","./et.js":"vuD1","./eu":"u5y6","./eu.js":"u5y6","./fa":"tFrz","./fa.js":"tFrz","./fi":"X+Ax","./fi.js":"X+Ax","./fo":"Rh5s","./fo.js":"Rh5s","./fr":"TOjj","./fr-ca":"ruqB","./fr-ca.js":"ruqB","./fr-ch":"00Y2","./fr-ch.js":"00Y2","./fr.js":"TOjj","./fy":"SRJb","./fy.js":"SRJb","./gd":"0IH4","./gd.js":"0IH4","./gl":"xKUt","./gl.js":"xKUt","./gom-latn":"mXUA","./gom-latn.js":"mXUA","./gu":"KJ90","./gu.js":"KJ90","./he":"Lb8N","./he.js":"Lb8N","./hi":"zKrU","./hi.js":"zKrU","./hr":"c7Tt","./hr.js":"c7Tt","./hu":"nPYQ","./hu.js":"nPYQ","./hy-am":"xP+R","./hy-am.js":"xP+R","./id":"b/5h","./id.js":"b/5h","./is":"NBPu","./is.js":"NBPu","./it":"j638","./it.js":"j638","./ja":"+4ei","./ja.js":"+4ei","./jv":"zTBq","./jv.js":"zTBq","./ka":"0yQz","./ka.js":"0yQz","./kk":"bHch","./kk.js":"bHch","./km":"WKL0","./km.js":"WKL0","./kn":"3YHI","./kn.js":"3YHI","./ko":"Q+Dq","./ko.js":"Q+Dq","./ky":"CcNt","./ky.js":"CcNt","./lb":"M5Vs","./lb.js":"M5Vs","./lo":"o/Sk","./lo.js":"o/Sk","./lt":"cLY9","./lt.js":"cLY9","./lv":"RGDN","./lv.js":"RGDN","./me":"FD3J","./me.js":"FD3J","./mi":"GwqZ","./mi.js":"GwqZ","./mk":"uQI5","./mk.js":"uQI5","./ml":"T6pu","./ml.js":"T6pu","./mn":"yxpo","./mn.js":"yxpo","./mr":"bPiS","./mr.js":"bPiS","./ms":"2OOo","./ms-my":"KSMX","./ms-my.js":"KSMX","./ms.js":"2OOo","./mt":"Nh9e","./mt.js":"Nh9e","./my":"/XOG","./my.js":"/XOG","./nb":"Ae3M","./nb.js":"Ae3M","./ne":"I2Mq","./ne.js":"I2Mq","./nl":"q8N+","./nl-be":"iNpx","./nl-be.js":"iNpx","./nl.js":"q8N+","./nn":"i67k","./nn.js":"i67k","./pa-in":"adWD","./pa-in.js":"adWD","./pl":"+rcL","./pl.js":"+rcL","./pt":"oklR","./pt-br":"gJMY","./pt-br.js":"gJMY","./pt.js":"oklR","./ro":"sk37","./ro.js":"sk37","./ru":"+4Xv","./ru.js":"+4Xv","./sd":"Jt7/","./sd.js":"Jt7/","./se":"oN7S","./se.js":"oN7S","./si":"+QYi","./si.js":"+QYi","./sk":"egU1","./sk.js":"egU1","./sl":"aGJs","./sl.js":"aGJs","./sq":"GtSw","./sq.js":"GtSw","./sr":"KvrN","./sr-cyrl":"maSq","./sr-cyrl.js":"maSq","./sr.js":"KvrN","./ss":"rkEC","./ss.js":"rkEC","./sv":"goqJ","./sv.js":"goqJ","./sw":"C+kv","./sw.js":"C+kv","./ta":"fqly","./ta.js":"fqly","./te":"E4H0","./te.js":"E4H0","./tet":"/++u","./tet.js":"/++u","./tg":"Hw/J","./tg.js":"Hw/J","./th":"OxV8","./th.js":"OxV8","./tl-ph":"26rn","./tl-ph.js":"26rn","./tlh":"ZWUx","./tlh.js":"ZWUx","./tr":"Ygbz","./tr.js":"Ygbz","./tzl":"cYDi","./tzl.js":"cYDi","./tzm":"RfCZ","./tzm-latn":"ZY5v","./tzm-latn.js":"ZY5v","./tzm.js":"RfCZ","./ug-cn":"2gWI","./ug-cn.js":"2gWI","./uk":"II8x","./uk.js":"II8x","./ur":"CREB","./ur.js":"CREB","./uz":"G9HU","./uz-latn":"Swdd","./uz-latn.js":"Swdd","./uz.js":"G9HU","./vi":"gkPr","./vi.js":"gkPr","./x-pseudo":"9yAS","./x-pseudo.js":"9yAS","./yo":"3Xqy","./yo.js":"3Xqy","./zh-cn":"HZyc","./zh-cn.js":"HZyc","./zh-hk":"ITl9","./zh-hk.js":"ITl9","./zh-tw":"RXqC","./zh-tw.js":"RXqC"};function r(e){return n(s(e))}function s(e){var t=o[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}r.keys=function(){return Object.keys(o)},r.resolve=s,e.exports=r,r.id="pFZ8"},q5V7:function(e,t){},rUDM:function(e,t){},wPKN:function(e,t,n){"use strict";(function(e){var t,o,r=n("liLe"),s=n.n(r),i=n("2LoE"),a=n.n(i),c=n("Yyxk"),u=n.n(c),l=n("Yarq"),d=n.n(l),f=n("hRKE"),p=n.n(f);t="undefined"!=typeof window?window:this,o=function(e,t){var o=[],r=e.document,i=d.a,c=o.slice,l=o.concat,f=o.push,h=o.indexOf,m={},g=m.toString,v=m.hasOwnProperty,y=v.toString,b=y.call(Object),w={};function x(e,t){var n=(t=t||r).createElement("script");n.text=e,t.head.appendChild(n).parentNode.removeChild(n)}var k="3.2.1",C=function e(t,n){return new e.fn.init(t,n)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,A=/^-ms-/,S=/-([a-z])/g,N=function(e,t){return t.toUpperCase()};function j(e){var t=!!e&&"length"in e&&e.length,n=C.type(e);return"function"!==n&&!C.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}C.fn=C.prototype={jquery:k,constructor:C,length:0,toArray:function(){return c.call(this)},get:function(e){return null==e?c.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=C.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return C.each(this,e)},map:function(e){return this.pushStack(C.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(c.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|"+q+")"+q+"*"),U=new RegExp("="+q+"*([^\\]'\"]*?)"+q+"*\\]","g"),z=new RegExp(R),V=new RegExp("^"+O+"$"),Y={ID:new RegExp("^#("+O+")"),CLASS:new RegExp("^\\.("+O+")"),TAG:new RegExp("^("+O+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+q+"*(even|odd|(([+-]|)(\\d*)n|)"+q+"*(?:([+-]|)"+q+"*(\\d+)|))"+q+"*\\)|)","i"),bool:new RegExp("^(?:"+W+")$","i"),needsContext:new RegExp("^"+q+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+q+"*((?:-\\d)?\\d*)"+q+"*\\)|)(?=[^-]|$)","i")},K=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,G=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Q=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+q+"?|("+q+")|.)","ig"),ee=function(e,t,n){var o="0x"+t-65536;return o!=o||n?t:o<0?String.fromCharCode(o+65536):String.fromCharCode(o>>10|55296,1023&o|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){f()},re=ye(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(P=E.call(x.childNodes),x.childNodes),P[x.childNodes.length].nodeType}catch(e){L={apply:P.length?function(e,t){D.apply(e,E.call(t))}:function(e,t){for(var n=e.length,o=0;e[n++]=t[o++];);e.length=n-1}}}function se(e,t,o,r){var s,a,u,l,d,h,v,y=t&&t.ownerDocument,k=t?t.nodeType:9;if(o=o||[],"string"!=typeof e||!e||1!==k&&9!==k&&11!==k)return o;if(!r&&((t?t.ownerDocument||t:x)!==p&&f(t),t=t||p,m)){if(11!==k&&(d=G.exec(e)))if(s=d[1]){if(9===k){if(!(u=t.getElementById(s)))return o;if(u.id===s)return o.push(u),o}else if(y&&(u=y.getElementById(s))&&b(t,u)&&u.id===s)return o.push(u),o}else{if(d[2])return L.apply(o,t.getElementsByTagName(e)),o;if((s=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(o,t.getElementsByClassName(s)),o}if(n.qsa&&!S[e+" "]&&(!g||!g.test(e))){if(1!==k)y=t,v=e;else if("object"!==t.nodeName.toLowerCase()){for((l=t.getAttribute("id"))?l=l.replace(te,ne):t.setAttribute("id",l=w),a=(h=i(e)).length;a--;)h[a]="#"+l+" "+ve(h[a]);v=h.join(","),y=Q.test(e)&&me(t.parentNode)||t}if(v)try{return L.apply(o,y.querySelectorAll(v)),o}catch(e){}finally{l===w&&t.removeAttribute("id")}}}return c(e.replace(F,"$1"),t,o,r)}function ie(){var e=[];return function t(n,r){return e.push(n+" ")>o.cacheLength&&delete t[e.shift()],t[n+" "]=r}}function ae(e){return e[w]=!0,e}function ce(e){var t=p.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function ue(e,t){for(var n=e.split("|"),r=n.length;r--;)o.attrHandle[n[r]]=t}function le(e,t){var n=t&&e,o=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(o)return o;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function fe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function pe(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return ae(function(t){return t=+t,ae(function(n,o){for(var r,s=e([],n.length,t),i=s.length;i--;)n[r=s[i]]&&(n[r]=!(o[r]=n[r]))})})}function me(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},s=se.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},f=se.setDocument=function(e){var t,r,i=e?e.ownerDocument||e:x;return i!==p&&9===i.nodeType&&i.documentElement?(h=(p=i).documentElement,m=!s(p),x!==p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",oe,!1):r.attachEvent&&r.attachEvent("onunload",oe)),n.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ce(function(e){return e.appendChild(p.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=J.test(p.getElementsByClassName),n.getById=ce(function(e){return h.appendChild(e).id=w,!p.getElementsByName||!p.getElementsByName(w).length}),n.getById?(o.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(o.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},o.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,o,r,s=t.getElementById(e);if(s){if((n=s.getAttributeNode("id"))&&n.value===e)return[s];for(r=t.getElementsByName(e),o=0;s=r[o++];)if((n=s.getAttributeNode("id"))&&n.value===e)return[s]}return[]}}),o.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,o=[],r=0,s=t.getElementsByTagName(e);if("*"===e){for(;n=s[r++];)1===n.nodeType&&o.push(n);return o}return s},o.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=J.test(p.querySelectorAll))&&(ce(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]="+q+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\["+q+"*(?:value|"+W+")"),e.querySelectorAll("[id~="+w+"-]").length||g.push("~="),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+w+"+*").length||g.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=p.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name"+q+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")})),(n.matchesSelector=J.test(y=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce(function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",R)}),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=J.test(h.compareDocumentPosition),b=t||J.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,o=t&&t.parentNode;return e===o||!(!o||1!==o.nodeType||!(n.contains?n.contains(o):e.compareDocumentPosition&&16&e.compareDocumentPosition(o)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return d=!0,0;var o=!e.compareDocumentPosition-!t.compareDocumentPosition;return o||(1&(o=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===o?e===p||e.ownerDocument===x&&b(x,e)?-1:t===p||t.ownerDocument===x&&b(x,t)?1:l?H(l,e)-H(l,t):0:4&o?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,o=0,r=e.parentNode,s=t.parentNode,i=[e],a=[t];if(!r||!s)return e===p?-1:t===p?1:r?-1:s?1:l?H(l,e)-H(l,t):0;if(r===s)return le(e,t);for(n=e;n=n.parentNode;)i.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;i[o]===a[o];)o++;return o?le(i[o],a[o]):i[o]===x?-1:a[o]===x?1:0},p):p},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==p&&f(e),t=t.replace(U,"='$1']"),n.matchesSelector&&m&&!S[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var o=y.call(e,t);if(o||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return o}catch(e){}return se(t,p,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!==p&&f(e),b(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==p&&f(e);var r=o.attrHandle[t.toLowerCase()],s=r&&j.call(o.attrHandle,t.toLowerCase())?r(e,t,!m):void 0;return void 0!==s?s:n.attributes||!m?e.getAttribute(t):(s=e.getAttributeNode(t))&&s.specified?s.value:null},se.escape=function(e){return(e+"").replace(te,ne)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,o=[],r=0,s=0;if(d=!n.detectDuplicates,l=!n.sortStable&&e.slice(0),e.sort(N),d){for(;t=e[s++];)t===e[s]&&(r=o.push(s));for(;r--;)e.splice(o[r],1)}return l=null,e},r=se.getText=function(e){var t,n="",o=0,s=e.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=r(e)}else if(3===s||4===s)return e.nodeValue}else for(;t=e[o++];)n+=r(t);return n},(o=se.selectors={cacheLength:50,createPseudo:ae,match:Y,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return Y.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&z.test(n)&&(t=i(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))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=T[e+" "];return t||(t=new RegExp("(^|"+q+")"+e+"("+q+"|$)"))&&T(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(o){var r=se.attr(o,e);return null==r?"!="===t:!t||(r+="","="===t?r===n:"!="===t?r!==n:"^="===t?n&&0===r.indexOf(n):"*="===t?n&&r.indexOf(n)>-1:"$="===t?n&&r.slice(-n.length)===n:"~="===t?(" "+r.replace(_," ")+" ").indexOf(n)>-1:"|="===t&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,o,r){var s="nth"!==e.slice(0,3),i="last"!==e.slice(-4),a="of-type"===t;return 1===o&&0===r?function(e){return!!e.parentNode}:function(t,n,c){var u,l,d,f,p,h,m=s!==i?"nextSibling":"previousSibling",g=t.parentNode,v=a&&t.nodeName.toLowerCase(),y=!c&&!a,b=!1;if(g){if(s){for(;m;){for(f=t;f=f[m];)if(a?f.nodeName.toLowerCase()===v:1===f.nodeType)return!1;h=m="only"===e&&!h&&"nextSibling"}return!0}if(h=[i?g.firstChild:g.lastChild],i&&y){for(b=(p=(u=(l=(d=(f=g)[w]||(f[w]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===k&&u[1])&&u[2],f=p&&g.childNodes[p];f=++p&&f&&f[m]||(b=p=0)||h.pop();)if(1===f.nodeType&&++b&&f===t){l[e]=[k,p,b];break}}else if(y&&(b=p=(u=(l=(d=(f=t)[w]||(f[w]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]||[])[0]===k&&u[1]),!1===b)for(;(f=++p&&f&&f[m]||(b=p=0)||h.pop())&&((a?f.nodeName.toLowerCase()!==v:1!==f.nodeType)||!++b||(y&&((l=(d=f[w]||(f[w]={}))[f.uniqueID]||(d[f.uniqueID]={}))[e]=[k,b]),f!==t)););return(b-=r)===o||b%o==0&&b/o>=0}}},PSEUDO:function(e,t){var n,r=o.pseudos[e]||o.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return r[w]?r(t):r.length>1?(n=[e,e,"",t],o.setFilters.hasOwnProperty(e.toLowerCase())?ae(function(e,n){for(var o,s=r(e,t),i=s.length;i--;)e[o=H(e,s[i])]=!(n[o]=s[i])}):function(e){return r(e,0,n)}):r}},pseudos:{not:ae(function(e){var t=[],n=[],o=a(e.replace(F,"$1"));return o[w]?ae(function(e,t,n,r){for(var s,i=o(e,null,r,[]),a=e.length;a--;)(s=i[a])&&(e[a]=!(t[a]=s))}):function(e,r,s){return t[0]=e,o(t,null,s,n),t[0]=null,!n.pop()}}),has:ae(function(e){return function(t){return se(e,t).length>0}}),contains:ae(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||r(t)).indexOf(e)>-1}}),lang:ae(function(e){return V.test(e||"")||se.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!o.pseudos.empty(e)},header:function(e){return X.test(e.nodeName)},input:function(e){return K.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(o);return e}),gt:he(function(e,t,n){for(var o=n<0?n+t:n;++o1?function(t,n,o){for(var r=e.length;r--;)if(!e[r](t,n,o))return!1;return!0}:e[0]}function we(e,t,n,o,r){for(var s,i=[],a=0,c=e.length,u=null!=t;a-1&&(s[u]=!(i[u]=d))}}else v=we(v===i?v.splice(h,v.length):v),r?r(null,i,v,c):L.apply(i,v)})}function ke(e){for(var t,n,r,s=e.length,i=o.relative[e[0].type],a=i||o.relative[" "],c=i?1:0,l=ye(function(e){return e===t},a,!0),d=ye(function(e){return H(t,e)>-1},a,!0),f=[function(e,n,o){var r=!i&&(o||n!==u)||((t=n).nodeType?l(e,n,o):d(e,n,o));return t=null,r}];c1&&be(f),c>1&&ve(e.slice(0,c-1).concat({value:" "===e[c-2].type?"*":""})).replace(F,"$1"),n,c0,r=e.length>0,s=function(s,i,a,c,l){var d,h,g,v=0,y="0",b=s&&[],w=[],x=u,C=s||r&&o.find.TAG("*",l),T=k+=null==x?1:Math.random()||.1,A=C.length;for(l&&(u=i===p||i||l);y!==A&&null!=(d=C[y]);y++){if(r&&d){for(h=0,i||d.ownerDocument===p||(f(d),a=!m);g=e[h++];)if(g(d,i||p,a)){c.push(d);break}l&&(k=T)}n&&((d=!g&&d)&&v--,s&&b.push(d))}if(v+=y,n&&y!==v){for(h=0;g=t[h++];)g(b,w,i,a);if(s){if(v>0)for(;y--;)b[y]||w[y]||(w[y]=I.call(c));w=we(w)}L.apply(c,w),l&&!s&&w.length>0&&v+t.length>1&&se.uniqueSort(c)}return l&&(k=T,u=x),b};return n?ae(s):s}return ge.prototype=o.filters=o.pseudos,o.setFilters=new ge,i=se.tokenize=function(e,t){var n,r,s,i,a,c,u,l=A[e+" "];if(l)return t?0:l.slice(0);for(a=e,c=[],u=o.preFilter;a;){for(i in n&&!(r=$.exec(a))||(r&&(a=a.slice(r[0].length)||a),c.push(s=[])),n=!1,(r=B.exec(a))&&(n=r.shift(),s.push({value:n,type:r[0].replace(F," ")}),a=a.slice(n.length)),o.filter)!(r=Y[i].exec(a))||u[i]&&!(r=u[i](r))||(n=r.shift(),s.push({value:n,type:i,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):A(e,c).slice(0)},a=se.compile=function(e,t){var n,o=[],r=[],s=S[e+" "];if(!s){for(t||(t=i(e)),n=t.length;n--;)(s=ke(t[n]))[w]?o.push(s):r.push(s);(s=S(e,Ce(r,o))).selector=e}return s},c=se.select=function(e,t,n,r){var s,c,u,l,d,f="function"==typeof e&&e,p=!r&&i(e=f.selector||e);if(n=n||[],1===p.length){if((c=p[0]=p[0].slice(0)).length>2&&"ID"===(u=c[0]).type&&9===t.nodeType&&m&&o.relative[c[1].type]){if(!(t=(o.find.ID(u.matches[0].replace(Z,ee),t)||[])[0]))return n;f&&(t=t.parentNode),e=e.slice(c.shift().value.length)}for(s=Y.needsContext.test(e)?0:c.length;s--&&(u=c[s],!o.relative[l=u.type]);)if((d=o.find[l])&&(r=d(u.matches[0].replace(Z,ee),Q.test(c[0].type)&&me(t.parentNode)||t))){if(c.splice(s,1),!(e=r.length&&ve(c)))return L.apply(n,r),n;break}}return(f||a(e,p))(r,t,!m,n,!t||Q.test(e)&&me(t.parentNode)||t),n},n.sortStable=w.split("").sort(N).join("")===w,n.detectDuplicates=!!d,f(),n.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(p.createElement("fieldset"))}),ce(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||ue("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ce(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||ue("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||ue(W,function(e,t,n){var o;if(!n)return!0===e[t]?t.toLowerCase():(o=e.getAttributeNode(t))&&o.specified?o.value:null}),se}(e);C.find=P,C.expr=P.selectors,C.expr[":"]=C.expr.pseudos,C.uniqueSort=C.unique=P.uniqueSort,C.text=P.getText,C.isXMLDoc=P.isXML,C.contains=P.contains,C.escapeSelector=P.escape;var I=function(e,t,n){for(var o=[],r=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(r&&C(e).is(n))break;o.push(e)}return o},D=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},L=C.expr.match.needsContext;function E(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var H=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,W=/^.[^:#\[\.,]*$/;function q(e,t,n){return C.isFunction(t)?C.grep(e,function(e,o){return!!t.call(e,o,e)!==n}):t.nodeType?C.grep(e,function(e){return e===t!==n}):"string"!=typeof t?C.grep(e,function(e){return h.call(t,e)>-1!==n}):W.test(t)?C.filter(t,e,n):(t=C.filter(t,e),C.grep(e,function(e){return h.call(t,e)>-1!==n&&1===e.nodeType}))}C.filter=function(e,t,n){var o=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===o.nodeType?C.find.matchesSelector(o,e)?[o]:[]:C.find.matches(e,C.grep(t,function(e){return 1===e.nodeType}))},C.fn.extend({find:function(e){var t,n,o=this.length,r=this;if("string"!=typeof e)return this.pushStack(C(e).filter(function(){for(t=0;t1?C.uniqueSort(n):n},filter:function(e){return this.pushStack(q(this,e||[],!1))},not:function(e){return this.pushStack(q(this,e||[],!0))},is:function(e){return!!q(this,"string"==typeof e&&L.test(e)?C(e):e||[],!1).length}});var O,M=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(C.fn.init=function(e,t,n){var o,s;if(!e)return this;if(n=n||O,"string"==typeof e){if(!(o="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:M.exec(e))||!o[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(o[1]){if(t=t instanceof C?t[0]:t,C.merge(this,C.parseHTML(o[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),H.test(o[1])&&C.isPlainObject(t))for(o in t)C.isFunction(this[o])?this[o](t[o]):this.attr(o,t[o]);return this}return(s=r.getElementById(o[2]))&&(this[0]=s,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):C.isFunction(e)?void 0!==n.ready?n.ready(e):e(C):C.makeArray(e,this)}).prototype=C.fn,O=C(r);var R=/^(?:parents|prev(?:Until|All))/,_={children:!0,contents:!0,next:!0,prev:!0};function F(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}C.fn.extend({has:function(e){var t=C(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&C.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?C.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?h.call(C(e),this[0]):h.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(C.uniqueSort(C.merge(this.get(),C(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),C.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return I(e,"parentNode")},parentsUntil:function(e,t,n){return I(e,"parentNode",n)},next:function(e){return F(e,"nextSibling")},prev:function(e){return F(e,"previousSibling")},nextAll:function(e){return I(e,"nextSibling")},prevAll:function(e){return I(e,"previousSibling")},nextUntil:function(e,t,n){return I(e,"nextSibling",n)},prevUntil:function(e,t,n){return I(e,"previousSibling",n)},siblings:function(e){return D((e.parentNode||{}).firstChild,e)},children:function(e){return D(e.firstChild)},contents:function(e){return E(e,"iframe")?e.contentDocument:(E(e,"template")&&(e=e.content||e),C.merge([],e.childNodes))}},function(e,t){C.fn[e]=function(n,o){var r=C.map(this,t,n);return"Until"!==e.slice(-5)&&(o=n),o&&"string"==typeof o&&(r=C.filter(o,r)),this.length>1&&(_[e]||C.uniqueSort(r),R.test(e)&&r.reverse()),this.pushStack(r)}});var $=/[^\x20\t\r\n\f]+/g;function B(e){return e}function U(e){throw e}function z(e,t,n,o){var r;try{e&&C.isFunction(r=e.promise)?r.call(e).done(t).fail(n):e&&C.isFunction(r=e.then)?r.call(e,t,n):t.apply(void 0,[e].slice(o))}catch(e){n.apply(void 0,[e])}}C.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return C.each(e.match($)||[],function(e,n){t[n]=!0}),t}(e):C.extend({},e);var t,n,o,r,s=[],i=[],a=-1,c=function(){for(r=r||e.once,o=t=!0;i.length;a=-1)for(n=i.shift();++a-1;)s.splice(n,1),n<=a&&a--}),this},has:function(e){return e?C.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return r=i=[],s=n="",this},disabled:function(){return!s},lock:function(){return r=i=[],n||t||(s=n=""),this},locked:function(){return!!r},fireWith:function(e,n){return r||(n=[e,(n=n||[]).slice?n.slice():n],i.push(n),t||c()),this},fire:function(){return u.fireWith(this,arguments),this},fired:function(){return!!o}};return u},C.extend({Deferred:function(t){var n=[["notify","progress",C.Callbacks("memory"),C.Callbacks("memory"),2],["resolve","done",C.Callbacks("once memory"),C.Callbacks("once memory"),0,"resolved"],["reject","fail",C.Callbacks("once memory"),C.Callbacks("once memory"),1,"rejected"]],o="pending",r={state:function(){return o},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return r.then(null,e)},pipe:function(){var e=arguments;return C.Deferred(function(t){C.each(n,function(n,o){var r=C.isFunction(e[o[4]])&&e[o[4]];s[o[1]](function(){var e=r&&r.apply(this,arguments);e&&C.isFunction(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[o[0]+"With"](this,r?[e]:arguments)})}),e=null}).promise()},then:function(t,o,r){var s=0;function i(t,n,o,r){return function(){var a=this,c=arguments,u=function(){var e,u;if(!(t=s&&(o!==U&&(a=void 0,c=[e]),n.rejectWith(a,c))}};t?l():(C.Deferred.getStackHook&&(l.stackTrace=C.Deferred.getStackHook()),e.setTimeout(l))}}return C.Deferred(function(e){n[0][3].add(i(0,e,C.isFunction(r)?r:B,e.notifyWith)),n[1][3].add(i(0,e,C.isFunction(t)?t:B)),n[2][3].add(i(0,e,C.isFunction(o)?o:U))}).promise()},promise:function(e){return null!=e?C.extend(e,r):r}},s={};return C.each(n,function(e,t){var i=t[2],a=t[5];r[t[1]]=i.add,a&&i.add(function(){o=a},n[3-e][2].disable,n[0][2].lock),i.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=i.fireWith}),r.promise(s),t&&t.call(s,s),s},when:function(e){var t=arguments.length,n=t,o=Array(n),r=c.call(arguments),s=C.Deferred(),i=function(e){return function(n){o[e]=this,r[e]=arguments.length>1?c.call(arguments):n,--t||s.resolveWith(o,r)}};if(t<=1&&(z(e,s.done(i(n)).resolve,s.reject,!t),"pending"===s.state()||C.isFunction(r[n]&&r[n].then)))return s.then();for(;n--;)z(r[n],i(n),s.reject);return s.promise()}});var V=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;C.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&V.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},C.readyException=function(t){e.setTimeout(function(){throw t})};var Y=C.Deferred();function K(){r.removeEventListener("DOMContentLoaded",K),e.removeEventListener("load",K),C.ready()}C.fn.ready=function(e){return Y.then(e).catch(function(e){C.readyException(e)}),this},C.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--C.readyWait:C.isReady)||(C.isReady=!0,!0!==e&&--C.readyWait>0||Y.resolveWith(r,[C]))}}),C.ready.then=Y.then,"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(C.ready):(r.addEventListener("DOMContentLoaded",K),e.addEventListener("load",K));var X=function e(t,n,o,r,s,i,a){var c=0,u=t.length,l=null==o;if("object"===C.type(o))for(c in s=!0,o)e(t,n,c,o[c],!0,i,a);else if(void 0!==r&&(s=!0,C.isFunction(r)||(a=!0),l&&(a?(n.call(t,r),n=null):(l=n,n=function(e,t,n){return l.call(C(e),n)})),n))for(;c1,null,!0)},removeData:function(e){return this.each(function(){Z.remove(this,e)})}}),C.extend({queue:function(e,t,n){var o;if(e)return t=(t||"fx")+"queue",o=Q.get(e,t),n&&(!o||Array.isArray(n)?o=Q.access(e,t,C.makeArray(n)):o.push(n)),o||[]},dequeue:function(e,t){t=t||"fx";var n=C.queue(e,t),o=n.length,r=n.shift(),s=C._queueHooks(e,t);"inprogress"===r&&(r=n.shift(),o--),r&&("fx"===t&&n.unshift("inprogress"),delete s.stop,r.call(e,function(){C.dequeue(e,t)},s)),!o&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:C.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),C.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|\/(?:java|ecma)script/i,me={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ge(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&E(e,t)?C.merge([e],n):n}function ve(e,t){for(var n=0,o=e.length;n-1)r&&r.push(s);else if(u=C.contains(s.ownerDocument,s),i=ge(d.appendChild(s),"script"),u&&ve(i),n)for(l=0;s=i[l++];)he.test(s.type||"")&&n.push(s);return d}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),w.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",w.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var we=r.documentElement,xe=/^key/,ke=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Te(){return!0}function Ae(){return!1}function Se(){try{return r.activeElement}catch(e){}}function Ne(e,t,n,o,r,s){var i,a;if("object"==(void 0===t?"undefined":p()(t))){for(a in"string"!=typeof n&&(o=o||n,n=void 0),t)Ne(e,a,n,o,t[a],s);return e}if(null==o&&null==r?(r=n,o=n=void 0):null==r&&("string"==typeof n?(r=o,o=void 0):(r=o,o=n,n=void 0)),!1===r)r=Ae;else if(!r)return e;return 1===s&&(i=r,(r=function(e){return C().off(e),i.apply(this,arguments)}).guid=i.guid||(i.guid=C.guid++)),e.each(function(){C.event.add(this,t,r,o,n)})}C.event={global:{},add:function(e,t,n,o,r){var s,i,a,c,u,l,d,f,p,h,m,g=Q.get(e);if(g)for(n.handler&&(n=(s=n).handler,r=s.selector),r&&C.find.matchesSelector(we,r),n.guid||(n.guid=C.guid++),(c=g.events)||(c=g.events={}),(i=g.handle)||(i=g.handle=function(t){return void 0!==C&&C.event.triggered!==t.type?C.event.dispatch.apply(e,arguments):void 0}),u=(t=(t||"").match($)||[""]).length;u--;)p=m=(a=Ce.exec(t[u])||[])[1],h=(a[2]||"").split(".").sort(),p&&(d=C.event.special[p]||{},p=(r?d.delegateType:d.bindType)||p,d=C.event.special[p]||{},l=C.extend({type:p,origType:m,data:o,handler:n,guid:n.guid,selector:r,needsContext:r&&C.expr.match.needsContext.test(r),namespace:h.join(".")},s),(f=c[p])||((f=c[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,o,h,i)||e.addEventListener&&e.addEventListener(p,i)),d.add&&(d.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),r?f.splice(f.delegateCount++,0,l):f.push(l),C.event.global[p]=!0)},remove:function(e,t,n,o,r){var s,i,a,c,u,l,d,f,p,h,m,g=Q.hasData(e)&&Q.get(e);if(g&&(c=g.events)){for(u=(t=(t||"").match($)||[""]).length;u--;)if(p=m=(a=Ce.exec(t[u])||[])[1],h=(a[2]||"").split(".").sort(),p){for(d=C.event.special[p]||{},f=c[p=(o?d.delegateType:d.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=s=f.length;s--;)l=f[s],!r&&m!==l.origType||n&&n.guid!==l.guid||a&&!a.test(l.namespace)||o&&o!==l.selector&&("**"!==o||!l.selector)||(f.splice(s,1),l.selector&&f.delegateCount--,d.remove&&d.remove.call(e,l));i&&!f.length&&(d.teardown&&!1!==d.teardown.call(e,h,g.handle)||C.removeEvent(e,p,g.handle),delete c[p])}else for(p in c)C.event.remove(e,p+t[u],n,o,!0);C.isEmptyObject(c)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,o,r,s,i,a=C.event.fix(e),c=new Array(arguments.length),u=(Q.get(this,"events")||{})[a.type]||[],l=C.event.special[a.type]||{};for(c[0]=a,t=1;t=1))for(;u!==this;u=u.parentNode||this)if(1===u.nodeType&&("click"!==e.type||!0!==u.disabled)){for(s=[],i={},n=0;n-1:C.find(r,this,null,[u]).length),i[r]&&s.push(o);s.length&&a.push({elem:u,handlers:s})}return u=this,c\x20\t\r\n\f]*)[^>]*)\/>/gi,Pe=/\s*$/g;function Ee(e,t){return E(e,"table")&&E(11!==t.nodeType?t:t.firstChild,"tr")&&C(">tbody",e)[0]||e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){var t=De.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function qe(e,t){var n,o,r,s,i,a,c,u;if(1===t.nodeType){if(Q.hasData(e)&&(s=Q.access(e),i=Q.set(t,s),u=s.events))for(r in delete i.handle,i.events={},u)for(n=0,o=u[r].length;n1&&"string"==typeof h&&!w.checkClone&&Ie.test(h))return e.each(function(r){var s=e.eq(r);m&&(t[0]=h.call(this,r,s.html())),Me(s,t,n,o)});if(f&&(s=(r=be(t,e[0].ownerDocument,!1,e,o)).firstChild,1===r.childNodes.length&&(r=s),s||o)){for(a=(i=C.map(ge(r,"script"),He)).length;d")},clone:function(e,t,n){var o,r,s,i,a=e.cloneNode(!0),c=C.contains(e.ownerDocument,e);if(!(w.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||C.isXMLDoc(e)))for(i=ge(a),o=0,r=(s=ge(e)).length;o0&&ve(i,!c&&ge(e,"script")),a},cleanData:function(e){for(var t,n,o,r=C.event.special,s=0;void 0!==(n=e[s]);s++)if(J(n)){if(t=n[Q.expando]){if(t.events)for(o in t.events)r[o]?C.event.remove(n,o):C.removeEvent(n,o,t.handle);n[Q.expando]=void 0}n[Z.expando]&&(n[Z.expando]=void 0)}}}),C.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return X(this,function(e){return void 0===e?C.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Me(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ee(this,e).appendChild(e)})},prepend:function(){return Me(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Ee(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Me(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Me(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(C.cleanData(ge(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return C.clone(this,e,t)})},html:function(e){return X(this,function(e){var t=this[0]||{},n=0,o=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Pe.test(e)&&!me[(pe.exec(e)||["",""])[1].toLowerCase()]){e=C.htmlPrefilter(e);try{for(;n1)}}),C.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,o,r,s){this.elem=e,this.prop=n,this.easing=r||C.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=o,this.unit=s||(C.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=C.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):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=C.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){C.fx.step[e.prop]?C.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[C.cssProps[e.prop]]&&!C.cssHooks[e.prop]?e.elem[e.prop]=e.now:C.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},C.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},C.fx=tt.prototype.init,C.fx.step={};var nt,ot,rt=/^(?:toggle|show|hide)$/,st=/queueHooks$/;function it(){ot&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(it):e.setTimeout(it,C.fx.interval),C.fx.tick())}function at(){return e.setTimeout(function(){nt=void 0}),nt=C.now()}function ct(e,t){var n,o=0,r={height:e};for(t=t?1:0;o<4;o+=2-t)r["margin"+(n=se[o])]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function ut(e,t,n){for(var o,r=(lt.tweeners[t]||[]).concat(lt.tweeners["*"]),s=0,i=r.length;s1)},removeAttr:function(e){return this.each(function(){C.removeAttr(this,e)})}}),C.extend({attr:function(e,t,n){var o,r,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?C.prop(e,t,n):(1===s&&C.isXMLDoc(e)||(r=C.attrHooks[t.toLowerCase()]||(C.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void C.removeAttr(e,t):r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:(e.setAttribute(t,n+""),n):r&&"get"in r&&null!==(o=r.get(e,t))?o:null==(o=C.find.attr(e,t))?void 0:o)},attrHooks:{type:{set:function(e,t){if(!w.radioValue&&"radio"===t&&E(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,o=0,r=t&&t.match($);if(r&&1===e.nodeType)for(;n=r[o++];)e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?C.removeAttr(e,n):e.setAttribute(n,n),n}},C.each(C.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ft[t]||C.find.attr;ft[t]=function(e,t,o){var r,s,i=t.toLowerCase();return o||(s=ft[i],ft[i]=r,r=null!=n(e,t,o)?i:null,ft[i]=s),r}});var pt=/^(?:input|select|textarea|button)$/i,ht=/^(?:a|area)$/i;function mt(e){return(e.match($)||[]).join(" ")}function gt(e){return e.getAttribute&&e.getAttribute("class")||""}C.fn.extend({prop:function(e,t){return X(this,C.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[C.propFix[e]||e]})}}),C.extend({prop:function(e,t,n){var o,r,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&C.isXMLDoc(e)||(t=C.propFix[t]||t,r=C.propHooks[t]),void 0!==n?r&&"set"in r&&void 0!==(o=r.set(e,n,t))?o:e[t]=n:r&&"get"in r&&null!==(o=r.get(e,t))?o:e[t]},propHooks:{tabIndex:{get:function(e){var t=C.find.attr(e,"tabindex");return t?parseInt(t,10):pt.test(e.nodeName)||ht.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),w.optSelected||(C.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)}}),C.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){C.propFix[this.toLowerCase()]=this}),C.fn.extend({addClass:function(e){var t,n,o,r,s,i,a,c=0;if(C.isFunction(e))return this.each(function(t){C(this).addClass(e.call(this,t,gt(this)))});if("string"==typeof e&&e)for(t=e.match($)||[];n=this[c++];)if(r=gt(n),o=1===n.nodeType&&" "+mt(r)+" "){for(i=0;s=t[i++];)o.indexOf(" "+s+" ")<0&&(o+=s+" ");r!==(a=mt(o))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,o,r,s,i,a,c=0;if(C.isFunction(e))return this.each(function(t){C(this).removeClass(e.call(this,t,gt(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match($)||[];n=this[c++];)if(r=gt(n),o=1===n.nodeType&&" "+mt(r)+" "){for(i=0;s=t[i++];)for(;o.indexOf(" "+s+" ")>-1;)o=o.replace(" "+s+" "," ");r!==(a=mt(o))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=void 0===e?"undefined":p()(e);return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):C.isFunction(e)?this.each(function(n){C(this).toggleClass(e.call(this,n,gt(this),t),t)}):this.each(function(){var t,o,r,s;if("string"===n)for(o=0,r=C(this),s=e.match($)||[];t=s[o++];)r.hasClass(t)?r.removeClass(t):r.addClass(t);else void 0!==e&&"boolean"!==n||((t=gt(this))&&Q.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,o=0;for(t=" "+e+" ";n=this[o++];)if(1===n.nodeType&&(" "+mt(gt(n))+" ").indexOf(t)>-1)return!0;return!1}});var vt=/\r/g;C.fn.extend({val:function(e){var t,n,o,r=this[0];return arguments.length?(o=C.isFunction(e),this.each(function(n){var r;1===this.nodeType&&(null==(r=o?e.call(this,n,C(this).val()):e)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=C.map(r,function(e){return null==e?"":e+""})),(t=C.valHooks[this.type]||C.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,r,"value")||(this.value=r))})):r?(t=C.valHooks[r.type]||C.valHooks[r.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(vt,""):null==n?"":n:void 0}}),C.extend({valHooks:{option:{get:function(e){var t=C.find.attr(e,"value");return null!=t?t:mt(C.text(e))}},select:{get:function(e){var t,n,o,r=e.options,s=e.selectedIndex,i="select-one"===e.type,a=i?null:[],c=i?s+1:r.length;for(o=s<0?c:i?s:0;o-1)&&(n=!0);return n||(e.selectedIndex=-1),s}}}}),C.each(["radio","checkbox"],function(){C.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=C.inArray(C(e).val(),t)>-1}},w.checkOn||(C.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var yt=/^(?:focusinfocus|focusoutblur)$/;C.extend(C.event,{trigger:function(t,n,o,s){var i,a,c,u,l,d,f,h=[o||r],m=v.call(t,"type")?t.type:t,g=v.call(t,"namespace")?t.namespace.split("."):[];if(a=c=o=o||r,3!==o.nodeType&&8!==o.nodeType&&!yt.test(m+C.event.triggered)&&(m.indexOf(".")>-1&&(m=(g=m.split(".")).shift(),g.sort()),l=m.indexOf(":")<0&&"on"+m,(t=t[C.expando]?t:new C.Event(m,"object"==(void 0===t?"undefined":p()(t))&&t)).isTrigger=s?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=o),n=null==n?[t]:C.makeArray(n,[t]),f=C.event.special[m]||{},s||!f.trigger||!1!==f.trigger.apply(o,n))){if(!s&&!f.noBubble&&!C.isWindow(o)){for(u=f.delegateType||m,yt.test(u+m)||(a=a.parentNode);a;a=a.parentNode)h.push(a),c=a;c===(o.ownerDocument||r)&&h.push(c.defaultView||c.parentWindow||e)}for(i=0;(a=h[i++])&&!t.isPropagationStopped();)t.type=i>1?u:f.bindType||m,(d=(Q.get(a,"events")||{})[t.type]&&Q.get(a,"handle"))&&d.apply(a,n),(d=l&&a[l])&&d.apply&&J(a)&&(t.result=d.apply(a,n),!1===t.result&&t.preventDefault());return t.type=m,s||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(h.pop(),n)||!J(o)||l&&C.isFunction(o[m])&&!C.isWindow(o)&&((c=o[l])&&(o[l]=null),C.event.triggered=m,o[m](),C.event.triggered=void 0,c&&(o[l]=c)),t.result}},simulate:function(e,t,n){var o=C.extend(new C.Event,n,{type:e,isSimulated:!0});C.event.trigger(o,null,t)}}),C.fn.extend({trigger:function(e,t){return this.each(function(){C.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return C.event.trigger(e,t,n,!0)}}),C.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){C.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),C.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),w.focusin="onfocusin"in e,w.focusin||C.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){C.event.simulate(t,e.target,C.event.fix(e))};C.event.special[t]={setup:function(){var o=this.ownerDocument||this,r=Q.access(o,t);r||o.addEventListener(e,n,!0),Q.access(o,t,(r||0)+1)},teardown:function(){var o=this.ownerDocument||this,r=Q.access(o,t)-1;r?Q.access(o,t,r):(o.removeEventListener(e,n,!0),Q.remove(o,t))}}});var bt=e.location,wt=C.now(),xt=/\?/;C.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||C.error("Invalid XML: "+t),n};var kt=/\[\]$/,Ct=/\r?\n/g,Tt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function St(e,t,n,o){var r;if(Array.isArray(t))C.each(t,function(t,r){n||kt.test(e)?o(e,r):St(e+"["+("object"==(void 0===r?"undefined":p()(r))&&null!=r?t:"")+"]",r,n,o)});else if(n||"object"!==C.type(t))o(e,t);else for(r in t)St(e+"["+r+"]",t[r],n,o)}C.param=function(e,t){var n,o=[],r=function(e,t){var n=C.isFunction(t)?t():t;o[o.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!C.isPlainObject(e))C.each(e,function(){r(this.name,this.value)});else for(n in e)St(n,e[n],t,r);return o.join("&")},C.fn.extend({serialize:function(){return C.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=C.prop(this,"elements");return e?C.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!C(this).is(":disabled")&&At.test(this.nodeName)&&!Tt.test(e)&&(this.checked||!fe.test(e))}).map(function(e,t){var n=C(this).val();return null==n?null:Array.isArray(n)?C.map(n,function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}}):{name:t.name,value:n.replace(Ct,"\r\n")}}).get()}});var Nt=/%20/g,jt=/#.*$/,Pt=/([?&])_=[^&]*/,It=/^(.*?):[ \t]*([^\r\n]*)$/gm,Dt=/^(?:GET|HEAD)$/,Lt=/^\/\//,Et={},Ht={},Wt="*/".concat("*"),qt=r.createElement("a");function Ot(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var o,r=0,s=t.toLowerCase().match($)||[];if(C.isFunction(n))for(;o=s[r++];)"+"===o[0]?(o=o.slice(1)||"*",(e[o]=e[o]||[]).unshift(n)):(e[o]=e[o]||[]).push(n)}}function Mt(e,t,n,o){var r={},s=e===Ht;function i(a){var c;return r[a]=!0,C.each(e[a]||[],function(e,a){var u=a(t,n,o);return"string"!=typeof u||s||r[u]?s?!(c=u):void 0:(t.dataTypes.unshift(u),i(u),!1)}),c}return i(t.dataTypes[0])||!r["*"]&&i("*")}function Rt(e,t){var n,o,r=C.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((r[n]?e:o||(o={}))[n]=t[n]);return o&&C.extend(!0,e,o),e}qt.href=bt.href,C.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:bt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(bt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Wt,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":C.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Rt(Rt(e,C.ajaxSettings),t):Rt(C.ajaxSettings,e)},ajaxPrefilter:Ot(Et),ajaxTransport:Ot(Ht),ajax:function(t,n){"object"==(void 0===t?"undefined":p()(t))&&(n=t,t=void 0),n=n||{};var o,s,i,a,c,u,l,d,f,h,m=C.ajaxSetup({},n),g=m.context||m,v=m.context&&(g.nodeType||g.jquery)?C(g):C.event,y=C.Deferred(),b=C.Callbacks("once memory"),w=m.statusCode||{},x={},k={},T="canceled",A={readyState:0,getResponseHeader:function(e){var t;if(l){if(!a)for(a={};t=It.exec(i);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return l?i:null},setRequestHeader:function(e,t){return null==l&&(e=k[e.toLowerCase()]=k[e.toLowerCase()]||e,x[e]=t),this},overrideMimeType:function(e){return null==l&&(m.mimeType=e),this},statusCode:function(e){var t;if(e)if(l)A.always(e[A.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||T;return o&&o.abort(t),S(0,t),this}};if(y.promise(A),m.url=((t||m.url||bt.href)+"").replace(Lt,bt.protocol+"//"),m.type=n.method||n.type||m.method||m.type,m.dataTypes=(m.dataType||"*").toLowerCase().match($)||[""],null==m.crossDomain){u=r.createElement("a");try{u.href=m.url,u.href=u.href,m.crossDomain=qt.protocol+"//"+qt.host!=u.protocol+"//"+u.host}catch(e){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=C.param(m.data,m.traditional)),Mt(Et,m,n,A),l)return A;for(f in(d=C.event&&m.global)&&0==C.active++&&C.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Dt.test(m.type),s=m.url.replace(jt,""),m.hasContent?m.data&&m.processData&&0===(m.contentType||"").indexOf("application/x-www-form-urlencoded")&&(m.data=m.data.replace(Nt,"+")):(h=m.url.slice(s.length),m.data&&(s+=(xt.test(s)?"&":"?")+m.data,delete m.data),!1===m.cache&&(s=s.replace(Pt,"$1"),h=(xt.test(s)?"&":"?")+"_="+wt+++h),m.url=s+h),m.ifModified&&(C.lastModified[s]&&A.setRequestHeader("If-Modified-Since",C.lastModified[s]),C.etag[s]&&A.setRequestHeader("If-None-Match",C.etag[s])),(m.data&&m.hasContent&&!1!==m.contentType||n.contentType)&&A.setRequestHeader("Content-Type",m.contentType),A.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+Wt+"; q=0.01":""):m.accepts["*"]),m.headers)A.setRequestHeader(f,m.headers[f]);if(m.beforeSend&&(!1===m.beforeSend.call(g,A,m)||l))return A.abort();if(T="abort",b.add(m.complete),A.done(m.success),A.fail(m.error),o=Mt(Ht,m,n,A)){if(A.readyState=1,d&&v.trigger("ajaxSend",[A,m]),l)return A;m.async&&m.timeout>0&&(c=e.setTimeout(function(){A.abort("timeout")},m.timeout));try{l=!1,o.send(x,S)}catch(e){if(l)throw e;S(-1,e)}}else S(-1,"No Transport");function S(t,n,r,a){var u,f,p,h,x,k=n;l||(l=!0,c&&e.clearTimeout(c),o=void 0,i=a||"",A.readyState=t>0?4:0,u=t>=200&&t<300||304===t,r&&(h=function(e,t,n){for(var o,r,s,i,a=e.contents,c=e.dataTypes;"*"===c[0];)c.shift(),void 0===o&&(o=e.mimeType||t.getResponseHeader("Content-Type"));if(o)for(r in a)if(a[r]&&a[r].test(o)){c.unshift(r);break}if(c[0]in n)s=c[0];else{for(r in n){if(!c[0]||e.converters[r+" "+c[0]]){s=r;break}i||(i=r)}s=s||i}if(s)return s!==c[0]&&c.unshift(s),n[s]}(m,A,r)),h=function(e,t,n,o){var r,s,i,a,c,u={},l=e.dataTypes.slice();if(l[1])for(i in e.converters)u[i.toLowerCase()]=e.converters[i];for(s=l.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!c&&o&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=s,s=l.shift())if("*"===s)s=c;else if("*"!==c&&c!==s){if(!(i=u[c+" "+s]||u["* "+s]))for(r in u)if((a=r.split(" "))[1]===s&&(i=u[c+" "+a[0]]||u["* "+a[0]])){!0===i?i=u[r]:!0!==u[r]&&(s=a[0],l.unshift(a[1]));break}if(!0!==i)if(i&&e.throws)t=i(t);else try{t=i(t)}catch(e){return{state:"parsererror",error:i?e:"No conversion from "+c+" to "+s}}}return{state:"success",data:t}}(m,h,A,u),u?(m.ifModified&&((x=A.getResponseHeader("Last-Modified"))&&(C.lastModified[s]=x),(x=A.getResponseHeader("etag"))&&(C.etag[s]=x)),204===t||"HEAD"===m.type?k="nocontent":304===t?k="notmodified":(k=h.state,f=h.data,u=!(p=h.error))):(p=k,!t&&k||(k="error",t<0&&(t=0))),A.status=t,A.statusText=(n||k)+"",u?y.resolveWith(g,[f,k,A]):y.rejectWith(g,[A,k,p]),A.statusCode(w),w=void 0,d&&v.trigger(u?"ajaxSuccess":"ajaxError",[A,m,u?f:p]),b.fireWith(g,[A,k]),d&&(v.trigger("ajaxComplete",[A,m]),--C.active||C.event.trigger("ajaxStop")))}return A},getJSON:function(e,t,n){return C.get(e,t,n,"json")},getScript:function(e,t){return C.get(e,void 0,t,"script")}}),C.each(["get","post"],function(e,t){C[t]=function(e,n,o,r){return C.isFunction(n)&&(r=r||o,o=n,n=void 0),C.ajax(C.extend({url:e,type:t,dataType:r,data:n,success:o},C.isPlainObject(e)&&e))}}),C._evalUrl=function(e){return C.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},C.fn.extend({wrapAll:function(e){var t;return this[0]&&(C.isFunction(e)&&(e=e.call(this[0])),t=C(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return C.isFunction(e)?this.each(function(t){C(this).wrapInner(e.call(this,t))}):this.each(function(){var t=C(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=C.isFunction(e);return this.each(function(n){C(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){C(this).replaceWith(this.childNodes)}),this}}),C.expr.pseudos.hidden=function(e){return!C.expr.pseudos.visible(e)},C.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},C.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var _t={0:200,1223:204},Ft=C.ajaxSettings.xhr();w.cors=!!Ft&&"withCredentials"in Ft,w.ajax=Ft=!!Ft,C.ajaxTransport(function(t){var n,o;if(w.cors||Ft&&!t.crossDomain)return{send:function(r,s){var i,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(i in t.xhrFields)a[i]=t.xhrFields[i];for(i in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(i,r[i]);n=function(e){return function(){n&&(n=o=a.onload=a.onerror=a.onabort=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s(_t[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),o=a.onerror=n("error"),void 0!==a.onabort?a.onabort=o:a.onreadystatechange=function(){4===a.readyState&&e.setTimeout(function(){n&&o()})},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),C.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),C.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return C.globalEval(e),e}}}),C.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),C.ajaxTransport("script",function(e){var t,n;if(e.crossDomain)return{send:function(o,s){t=C("