diff --git a/code/app/admin/controller/Site.php b/code/app/admin/controller/Site.php index 922eab8..efbcd15 100644 --- a/code/app/admin/controller/Site.php +++ b/code/app/admin/controller/Site.php @@ -76,6 +76,7 @@ class Site extends BaseController 'd_text_logo' => $arrRows[10], 'd_img_logo' => $arrRows[11], 'd_content_encode' => $arrRows[12], + 'info_id' => $arrRows[13], ]; $TCfgTemplate = TemplatesModel::where('t_id', $arrDomain['t_id'])->find()->t_cfg_template; diff --git a/code/app/home/config/router.php b/code/app/home/config/router.php index b6bbb5e..bb1130d 100644 --- a/code/app/home/config/router.php +++ b/code/app/home/config/router.php @@ -22,7 +22,7 @@ $arrRoutes = [ // H5/PC 端前缀 'prefixes' => [ 'pc' => ['/pc', '/web', '/desktop', '/index', '/shouye', '/zhuomian'], - 'h5' => '', + 'h5' => ['','/nindex'], ], // 通用路径别名 @@ -191,6 +191,8 @@ $arrRoutes = [ 'history' => ['/history', '/reading-history', '/read-record', '/lishi', '/yuedu-lishi', '/browse-past'], // 首页 'index' => ['/'], + // 首页 - 如果info_id 》 0 + 'nindex' => ['/nindex'], ], @@ -216,7 +218,7 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { Route::get($strRoute, function () use ($strView) { return view($strView); }) - ->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]); + ->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+',]); break; case 'chapter': @@ -240,7 +242,7 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { Route::get($strRoute, function () use ($strView) { return view($strView); }) - ->pattern(['n_id' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]); + ->pattern(['intNovelId' => '\d+', 'n_forge_id' => '\d+', 'name' => '[\w-]+',]); break; case 'novel': @@ -252,7 +254,7 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { Route::get($strRoute, function () use ($strView) { return view($strView); }) - ->pattern(['n_id' => '\d+', 'name' => '[\w-]+',]); + ->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+',]); break; case 'catalog': @@ -264,7 +266,7 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { Route::get($strRoute, function () use ($strView) { return view($strView); }) - ->pattern(['n_id' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']); + ->pattern(['intNovelId' => '\d+', 'name' => '[\w-]+', 'strOrder' => 'zheng|dao', 'intPage' => '\d+']); break; case 'library': @@ -392,6 +394,17 @@ foreach ($arrRoutes['prefixes'] as $platform => $prefixes) { }); } break; + case 'nindex': + // 首页 + $strView = 'pc/index.html'; + if ($platform == 'h5') { + $strView = 'index/index.html'; + } + Route::get($strRoute, function () use ($strView) { + return view($strView); + }); + break; + } } } diff --git a/code/app/home/view/default/baseH5.html b/code/app/home/view/default/baseH5.html index 60860da..99a5071 100644 --- a/code/app/home/view/default/baseH5.html +++ b/code/app/home/view/default/baseH5.html @@ -1,6 +1,7 @@ + {block name="get-data"}{/block} @@ -25,20 +26,24 @@
{block name="logo-html"}{/block} - +
书架
- + - +

反馈邮箱: @@ -69,10 +75,16 @@

diff --git a/code/app/home/view/default/basePc.html b/code/app/home/view/default/basePc.html index 8340000..e977bda 100644 --- a/code/app/home/view/default/basePc.html +++ b/code/app/home/view/default/basePc.html @@ -1,6 +1,7 @@ + {block name="get-data"}{/block} @@ -45,10 +46,15 @@ class="btn-tosearch" form="novel_search" value="submit">搜索 \x0a\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20','177','1992','1986年','2015年','2012','166','532134vSZQAo','169cm','1999','getElementById','1982年','B罩杯','stopPropagation','1985年','response','remove','1974年','1991年','1995','177cm','div','appendChild','1980年','154cm','167cm','class=\x27selected\x27','pyKey','className','0x88','target','[?&]','2008','title','.pretty-select-mask','150','155cm','1999年','1983年','GET','2021年','.actor-image\x20img','169','querySelector','174cm','2000年','2013','1995年','1996年','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20国籍:','hidden','createElement','1992年','\x0a\x20\x20\x20\x20\x200&&void 0!==arguments[0]?arguments[0]:"",e="noty_"+t+"_";return e+="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})}function s(t){var e=t.offsetHeight,n=window.getComputedStyle(t);return e+=parseInt(n.marginTop)+parseInt(n.marginBottom)}function u(t,e,n){var o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];e=e.split(" ");for(var i=0;i=0}function c(t,e){var n=f(t),o=n+e;a(n,e)||(t.className=o.substring(1))}function l(t,e){var n=f(t),o=void 0;a(t,e)&&(o=n.replace(" "+e+" "," "),t.className=o.substring(1,o.length-1))}function d(t){t.parentNode&&t.parentNode.removeChild(t)}function f(t){return(" "+(t&&t.className||"")+" ").replace(/\s+/gi," ")}function h(){function t(){b.PageHidden=document[s],o()}function e(){b.PageHidden=!0,o()}function n(){b.PageHidden=!1,o()}function o(){b.PageHidden?i():r()}function i(){setTimeout(function(){Object.keys(b.Store).forEach(function(t){b.Store.hasOwnProperty(t)&&b.Store[t].options.visibilityControl&&b.Store[t].stop()})},100)}function r(){setTimeout(function(){Object.keys(b.Store).forEach(function(t){b.Store.hasOwnProperty(t)&&b.Store[t].options.visibilityControl&&b.Store[t].resume()}),b.queueRenderAll()},100)}var s=void 0,a=void 0;void 0!==document.hidden?(s="hidden",a="visibilitychange"):void 0!==document.msHidden?(s="msHidden",a="msvisibilitychange"):void 0!==document.webkitHidden&&(s="webkitHidden",a="webkitvisibilitychange"),a&&u(document,a,t),u(window,"blur",e),u(window,"focus",n)}function p(t){if(t.hasSound){var e=document.createElement("audio");t.options.sounds.sources.forEach(function(t){var n=document.createElement("source");n.src=t,n.type="audio/"+m(t),e.appendChild(n)}),t.barDom?t.barDom.appendChild(e):document.querySelector("body").appendChild(e),e.volume=t.options.sounds.volume,t.soundPlayed||(e.play(),t.soundPlayed=!0),e.onended=function(){d(e)}}}function m(t){return t.match(/\.([^.]+)$/)[1]}Object.defineProperty(e,"__esModule",{value:!0}),e.css=e.deepExtend=e.animationEndEvents=void 0;var v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e.inArray=o,e.stopPropagation=i,e.generateID=r,e.outerHeight=s,e.addListener=u,e.hasClass=a,e.addClass=c,e.removeClass=l,e.remove=d,e.classList=f,e.visibilityChangeFlow=h,e.createAudioElements=p;var y=n(1),b=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(y);e.animationEndEvents="webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",e.deepExtend=function t(e){e=e||{};for(var n=1;n0&&void 0!==arguments[0]?arguments[0]:"global",e=0,n=x;return E.hasOwnProperty(t)&&(n=E[t].maxVisible,Object.keys(P).forEach(function(n){P[n].options.queue!==t||P[n].closed||e++})),{current:e,maxVisible:n}}function i(t){E.hasOwnProperty(t.options.queue)||(E[t.options.queue]={maxVisible:x,queue:[]}),E[t.options.queue].queue.push(t)}function r(t){if(E.hasOwnProperty(t.options.queue)){var e=[];Object.keys(E[t.options.queue].queue).forEach(function(n){E[t.options.queue].queue[n].id!==t.id&&e.push(E[t.options.queue].queue[n])}),E[t.options.queue].queue=e}}function s(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"global";if(E.hasOwnProperty(t)){var e=E[t].queue.shift();e&&e.show()}}function u(){Object.keys(E).forEach(function(t){s(t)})}function a(t){var e=k.generateID("ghost"),n=document.createElement("div");n.setAttribute("id",e),k.css(n,{height:k.outerHeight(t.barDom)+"px"}),t.barDom.insertAdjacentHTML("afterend",n.outerHTML),k.remove(t.barDom),n=document.getElementById(e),k.addClass(n,"noty_fix_effects_height"),k.addListener(n,k.animationEndEvents,function(){k.remove(n)})}function c(t){m(t);var e='
'+t.options.text+"
"+d(t)+'
';t.barDom=document.createElement("div"),t.barDom.setAttribute("id",t.id),k.addClass(t.barDom,"noty_bar noty_type__"+t.options.type+" noty_theme__"+t.options.theme),t.barDom.innerHTML=e,b(t,"onTemplate")}function l(t){return!(!t.options.buttons||!Object.keys(t.options.buttons).length)}function d(t){if(l(t)){var e=document.createElement("div");return k.addClass(e,"noty_buttons"),Object.keys(t.options.buttons).forEach(function(n){e.appendChild(t.options.buttons[n].dom)}),t.options.buttons.forEach(function(t){e.appendChild(t.dom)}),e.outerHTML}return""}function f(t){t.options.modal&&(0===C&&p(),e.DocModalCount=C+=1)}function h(t){if(t.options.modal&&C>0&&(e.DocModalCount=C-=1,C<=0)){var n=document.querySelector(".noty_modal");n&&(k.removeClass(n,"noty_modal_open"),k.addClass(n,"noty_modal_close"),k.addListener(n,k.animationEndEvents,function(){k.remove(n)}))}}function p(){var t=document.querySelector("body"),e=document.createElement("div");k.addClass(e,"noty_modal"),t.insertBefore(e,t.firstChild),k.addClass(e,"noty_modal_open"),k.addListener(e,k.animationEndEvents,function(){k.removeClass(e,"noty_modal_open")})}function m(t){if(t.options.container)return void(t.layoutDom=document.querySelector(t.options.container));var e="noty_layout__"+t.options.layout;t.layoutDom=document.querySelector("div#"+e),t.layoutDom||(t.layoutDom=document.createElement("div"),t.layoutDom.setAttribute("id",e),t.layoutDom.setAttribute("role","alert"),t.layoutDom.setAttribute("aria-live","polite"),k.addClass(t.layoutDom,"noty_layout"),document.querySelector("body").appendChild(t.layoutDom))}function v(t){t.options.timeout&&(t.options.progressBar&&t.progressDom&&k.css(t.progressDom,{transition:"width "+t.options.timeout+"ms linear",width:"0%"}),clearTimeout(t.closeTimer),t.closeTimer=setTimeout(function(){t.close()},t.options.timeout))}function y(t){t.options.timeout&&t.closeTimer&&(clearTimeout(t.closeTimer),t.closeTimer=-1,t.options.progressBar&&t.progressDom&&k.css(t.progressDom,{transition:"width 0ms linear",width:"100%"}))}function b(t,e){t.listeners.hasOwnProperty(e)&&t.listeners[e].forEach(function(e){"function"==typeof e&&e.apply(t)})}function w(t){b(t,"afterShow"),v(t),k.addListener(t.barDom,"mouseenter",function(){y(t)}),k.addListener(t.barDom,"mouseleave",function(){v(t)})}function g(t){delete P[t.id],t.closing=!1,b(t,"afterClose"),k.remove(t.barDom),0!==t.layoutDom.querySelectorAll(".noty_bar").length||t.options.container||k.remove(t.layoutDom),(k.inArray("docVisible",t.options.titleCount.conditions)||k.inArray("docHidden",t.options.titleCount.conditions))&&D.decrement(),s(t.options.queue)}Object.defineProperty(e,"__esModule",{value:!0}),e.Defaults=e.Store=e.Queues=e.DefaultMaxVisible=e.docTitle=e.DocModalCount=e.PageHidden=void 0,e.getQueueCounts=o,e.addToQueue=i,e.removeFromQueue=r,e.queueRender=s,e.queueRenderAll=u,e.ghostFix=a,e.build=c,e.hasButtons=l,e.handleModal=f,e.handleModalClose=h,e.queueClose=v,e.dequeueClose=y,e.fire=b,e.openFlow=w,e.closeFlow=g;var _=n(0),k=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(_),C=(e.PageHidden=!1,e.DocModalCount=0),S={originalTitle:null,count:0,changed:!1,timer:-1},D=e.docTitle={increment:function(){S.count++,D._update()},decrement:function(){if(--S.count<=0)return void D._clear();D._update()},_update:function(){var t=document.title;S.changed?document.title="("+S.count+") "+S.originalTitle:(S.originalTitle=t,document.title="("+S.count+") "+t,S.changed=!0)},_clear:function(){S.changed&&(S.count=0,document.title=S.originalTitle,S.changed=!1)}},x=e.DefaultMaxVisible=5,E=e.Queues={global:{maxVisible:x,queue:[]}},P=e.Store={};e.Defaults={type:"alert",layout:"topRight",theme:"mint",text:"",timeout:!1,progressBar:!0,closeWith:["click"],animation:{open:"noty_effects_open",close:"noty_effects_close"},id:!1,force:!1,killer:!1,queue:"global",container:!1,buttons:[],callbacks:{beforeShow:null,onShow:null,afterShow:null,onClose:null,afterClose:null,onClick:null,onHover:null,onTemplate:null},sounds:{sources:[],volume:1,conditions:[]},titleCount:{conditions:[]},modal:!1,visibilityControl:!1}},function(t,e,n){"use strict";function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0}),e.NotyButton=void 0;var i=n(0),r=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(i);e.NotyButton=function t(e,n,i){var s=this,u=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return o(this,t),this.dom=document.createElement("button"),this.dom.innerHTML=e,this.id=u.id=u.id||r.generateID("button"),this.cb=i,Object.keys(u).forEach(function(t){s.dom.setAttribute(t,u[t])}),r.addClass(this.dom,n||"noty_btn"),this}},function(t,e,n){"use strict";function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(e,"__esModule",{value:!0});var i=function(){function t(t,e){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"/service-worker.js";return o(this,t),this.subData={},this.workerPath=e,this.listeners={onPermissionGranted:[],onPermissionDenied:[],onSubscriptionSuccess:[],onSubscriptionCancel:[],onWorkerError:[],onWorkerSuccess:[],onWorkerNotSupported:[]},this}return i(t,[{key:"on",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};return"function"==typeof e&&this.listeners.hasOwnProperty(t)&&this.listeners[t].push(e),this}},{key:"fire",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];this.listeners.hasOwnProperty(t)&&this.listeners[t].forEach(function(t){"function"==typeof t&&t.apply(e,n)})}},{key:"create",value:function(){console.log("NOT IMPLEMENTED YET")}},{key:"isSupported",value:function(){var t=!1;try{t=window.Notification||window.webkitNotifications||navigator.mozNotification||window.external&&void 0!==window.external.msIsSiteMode()}catch(t){}return t}},{key:"getPermissionStatus",value:function(){var t="default";if(window.Notification&&window.Notification.permissionLevel)t=window.Notification.permissionLevel;else if(window.webkitNotifications&&window.webkitNotifications.checkPermission)switch(window.webkitNotifications.checkPermission()){case 1:t="default";break;case 0:t="granted";break;default:t="denied"}else window.Notification&&window.Notification.permission?t=window.Notification.permission:navigator.mozNotification?t="granted":window.external&&void 0!==window.external.msIsSiteMode()&&(t=window.external.msIsSiteMode()?"granted":"default");return t.toString().toLowerCase()}},{key:"getEndpoint",value:function(t){var e=t.endpoint,n=t.subscriptionId;return n&&-1===e.indexOf(n)&&(e+="/"+n),e}},{key:"isSWRegistered",value:function(){try{return"activated"===navigator.serviceWorker.controller.state}catch(t){return!1}}},{key:"unregisterWorker",value:function(){var t=this;"serviceWorker"in navigator&&navigator.serviceWorker.getRegistrations().then(function(e){var n=!0,o=!1,i=void 0;try{for(var r,s=e[Symbol.iterator]();!(n=(r=s.next()).done);n=!0){r.value.unregister(),t.fire("onSubscriptionCancel")}}catch(t){o=!0,i=t}finally{try{!n&&s.return&&s.return()}finally{if(o)throw i}}})}},{key:"requestSubscription",value:function(){var t=this,e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],n=this,o=this.getPermissionStatus(),i=function(o){"granted"===o?(t.fire("onPermissionGranted"),"serviceWorker"in navigator?navigator.serviceWorker.register(t.workerPath).then(function(){navigator.serviceWorker.ready.then(function(t){n.fire("onWorkerSuccess"),t.pushManager.subscribe({userVisibleOnly:e}).then(function(t){var e=t.getKey("p256dh"),o=t.getKey("auth");n.subData={endpoint:n.getEndpoint(t),p256dh:e?window.btoa(String.fromCharCode.apply(null,new Uint8Array(e))):null,auth:o?window.btoa(String.fromCharCode.apply(null,new Uint8Array(o))):null},n.fire("onSubscriptionSuccess",[n.subData])}).catch(function(t){n.fire("onWorkerError",[t])})})}):n.fire("onWorkerNotSupported")):"denied"===o&&(t.fire("onPermissionDenied"),t.unregisterWorker())};"default"===o?window.Notification&&window.Notification.requestPermission?window.Notification.requestPermission(i):window.webkitNotifications&&window.webkitNotifications.checkPermission&&window.webkitNotifications.requestPermission(i):i(o)}}]),t}()},function(t,e,n){(function(e,o){/*! + * @overview es6-promise - a tiny implementation of Promises/A+. + * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) + * @license Licensed under MIT license + * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE + * @version 4.1.1 + */ +!function(e,n){t.exports=n()}(0,function(){"use strict";function t(t){var e=typeof t;return null!==t&&("object"===e||"function"===e)}function i(t){return"function"==typeof t}function r(t){z=t}function s(t){U=t}function u(){return void 0!==R?function(){R(c)}:a()}function a(){var t=setTimeout;return function(){return t(c,1)}}function c(){for(var t=0;t0&&void 0!==arguments[0]?arguments[0]:{};return i(this,t),this.options=c.deepExtend({},d.Defaults,e),d.Store[this.options.id]?d.Store[this.options.id]:(this.id=this.options.id||c.generateID("bar"),this.closeTimer=-1,this.barDom=null,this.layoutDom=null,this.progressDom=null,this.showing=!1,this.shown=!1,this.closed=!1,this.closing=!1,this.killable=this.options.timeout||this.options.closeWith.length>0,this.hasSound=this.options.sounds.sources.length>0,this.soundPlayed=!1,this.listeners={beforeShow:[],onShow:[],afterShow:[],onClose:[],afterClose:[],onClick:[],onHover:[],onTemplate:[]},this.promises={show:null,close:null},this.on("beforeShow",this.options.callbacks.beforeShow),this.on("onShow",this.options.callbacks.onShow),this.on("afterShow",this.options.callbacks.afterShow),this.on("onClose",this.options.callbacks.onClose),this.on("afterClose",this.options.callbacks.afterClose),this.on("onClick",this.options.callbacks.onClick),this.on("onHover",this.options.callbacks.onHover),this.on("onTemplate",this.options.callbacks.onTemplate),this)}return r(t,[{key:"on",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};return"function"==typeof e&&this.listeners.hasOwnProperty(t)&&this.listeners[t].push(e),this}},{key:"show",value:function(){var e=this;if(this.showing||this.shown)return this;!0===this.options.killer?t.closeAll():"string"==typeof this.options.killer&&t.closeAll(this.options.killer);var n=d.getQueueCounts(this.options.queue);if(n.current>=n.maxVisible||d.PageHidden&&this.options.visibilityControl)return d.addToQueue(this),d.PageHidden&&this.hasSound&&c.inArray("docHidden",this.options.sounds.conditions)&&c.createAudioElements(this),d.PageHidden&&c.inArray("docHidden",this.options.titleCount.conditions)&&d.docTitle.increment(),this;if(d.Store[this.id]=this,d.fire(this,"beforeShow"),this.showing=!0,this.closing)return this.showing=!1,this;if(d.build(this),d.handleModal(this),this.options.force?this.layoutDom.insertBefore(this.barDom,this.layoutDom.firstChild):this.layoutDom.appendChild(this.barDom),this.hasSound&&!this.soundPlayed&&c.inArray("docVisible",this.options.sounds.conditions)&&c.createAudioElements(this),c.inArray("docVisible",this.options.titleCount.conditions)&&d.docTitle.increment(),this.shown=!0,this.closed=!1,d.hasButtons(this)&&Object.keys(this.options.buttons).forEach(function(t){var n=e.barDom.querySelector("#"+e.options.buttons[t].id);c.addListener(n,"click",function(n){c.stopPropagation(n),e.options.buttons[t].cb(e)})}),this.progressDom=this.barDom.querySelector(".noty_progressbar"),c.inArray("click",this.options.closeWith)&&(c.addClass(this.barDom,"noty_close_with_click"),c.addListener(this.barDom,"click",function(t){c.stopPropagation(t),d.fire(e,"onClick"),e.close()},!1)),c.addListener(this.barDom,"mouseenter",function(){d.fire(e,"onHover")},!1),this.options.timeout&&c.addClass(this.barDom,"noty_has_timeout"),this.options.progressBar&&c.addClass(this.barDom,"noty_has_progressbar"),c.inArray("button",this.options.closeWith)){c.addClass(this.barDom,"noty_close_with_button");var o=document.createElement("div");c.addClass(o,"noty_close_button"),o.innerHTML="×",this.barDom.appendChild(o),c.addListener(o,"click",function(t){c.stopPropagation(t),e.close()},!1)}return d.fire(this,"onShow"),null===this.options.animation.open?this.promises.show=new u.default(function(t){t()}):"function"==typeof this.options.animation.open?this.promises.show=new u.default(this.options.animation.open.bind(this)):(c.addClass(this.barDom,this.options.animation.open),this.promises.show=new u.default(function(t){c.addListener(e.barDom,c.animationEndEvents,function(){c.removeClass(e.barDom,e.options.animation.open),t()})})),this.promises.show.then(function(){var t=e;setTimeout(function(){d.openFlow(t)},100)}),this}},{key:"stop",value:function(){return d.dequeueClose(this),this}},{key:"resume",value:function(){return d.queueClose(this),this}},{key:"setTimeout",value:function(t){function e(e){return t.apply(this,arguments)}return e.toString=function(){return t.toString()},e}(function(t){if(this.stop(),this.options.timeout=t,this.barDom){this.options.timeout?c.addClass(this.barDom,"noty_has_timeout"):c.removeClass(this.barDom,"noty_has_timeout");var e=this;setTimeout(function(){e.resume()},100)}return this})},{key:"setText",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return this.barDom&&(this.barDom.querySelector(".noty_body").innerHTML=t),e&&(this.options.text=t),this}},{key:"setType",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.barDom){c.classList(this.barDom).split(" ").forEach(function(t){"noty_type__"===t.substring(0,11)&&c.removeClass(e.barDom,t)}),c.addClass(this.barDom,"noty_type__"+t)}return n&&(this.options.type=t),this}},{key:"setTheme",value:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.barDom){c.classList(this.barDom).split(" ").forEach(function(t){"noty_theme__"===t.substring(0,12)&&c.removeClass(e.barDom,t)}),c.addClass(this.barDom,"noty_theme__"+t)}return n&&(this.options.theme=t),this}},{key:"close",value:function(){var t=this;return this.closed?this:this.shown?(d.fire(this,"onClose"),this.closing=!0,null===this.options.animation.close||!1===this.options.animation.close?this.promises.close=new u.default(function(t){t()}):"function"==typeof this.options.animation.close?this.promises.close=new u.default(this.options.animation.close.bind(this)):(c.addClass(this.barDom,this.options.animation.close),this.promises.close=new u.default(function(e){c.addListener(t.barDom,c.animationEndEvents,function(){t.options.force?c.remove(t.barDom):d.ghostFix(t),e()})})),this.promises.close.then(function(){d.closeFlow(t),d.handleModalClose(t)}),this.closed=!0,this):(d.removeFromQueue(this),this)}}],[{key:"closeAll",value:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return Object.keys(d.Store).forEach(function(e){t?d.Store[e].options.queue===t&&d.Store[e].killable&&d.Store[e].close():d.Store[e].killable&&d.Store[e].close()}),this}},{key:"clearQueue",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"global";return d.Queues.hasOwnProperty(t)&&(d.Queues[t].queue=[]),this}},{key:"overrideDefaults",value:function(t){return d.Defaults=c.deepExtend({},d.Defaults,t),this}},{key:"setMaxVisible",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d.DefaultMaxVisible,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"global";return d.Queues.hasOwnProperty(e)||(d.Queues[e]={maxVisible:t,queue:[]}),d.Queues[e].maxVisible=t,this}},{key:"button",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return new f.NotyButton(t,e,n,o)}},{key:"version",value:function(){return"3.2.0-beta"}},{key:"Push",value:function(t){return new h.Push(t)}},{key:"Queues",get:function(){return d.Queues}},{key:"PageHidden",get:function(){return d.PageHidden}}]),t}();e.default=p,"undefined"!=typeof window&&c.visibilityChangeFlow(),t.exports=e.default},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function o(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function r(t){if(d===clearTimeout)return clearTimeout(t);if((d===o||!d)&&clearTimeout)return d=clearTimeout,clearTimeout(t);try{return d(t)}catch(e){try{return d.call(null,t)}catch(e){return d.call(this,t)}}}function s(){m&&h&&(m=!1,h.length?p=h.concat(p):v=-1,p.length&&u())}function u(){if(!m){var t=i(s);m=!0;for(var e=p.length;e;){for(h=p,p=[];++v1)for(var n=1;n=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};u.jQueryDetection(),i.default.fn.emulateTransitionEnd=function(t){var e=this,n=!1;return i.default(this).one(u.TRANSITION_END,(function(){n=!0})),setTimeout((function(){n||u.triggerTransitionEnd(e)}),t),this},i.default.event.special[u.TRANSITION_END]={bindType:l,delegateType:l,handle:function(t){if(i.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var f="bs.alert",d=i.default.fn.alert,c=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){i.default.removeData(this._element,f),this._element=null},e._getRootElement=function(t){var e=u.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=i.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=i.default.Event("close.bs.alert");return i.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(i.default(t).removeClass("show"),i.default(t).hasClass("fade")){var n=u.getTransitionDurationFromElement(t);i.default(t).one(u.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){i.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data(f);o||(o=new t(this),n.data(f,o)),"close"===e&&o[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();i.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',c._handleDismiss(new c)),i.default.fn.alert=c._jQueryInterface,i.default.fn.alert.Constructor=c,i.default.fn.alert.noConflict=function(){return i.default.fn.alert=d,c._jQueryInterface};var h="bs.button",p=i.default.fn.button,m="active",g='[data-toggle^="button"]',_='input:not([type="hidden"])',v=".btn",b=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=i.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var o=this._element.querySelector(_);if(o){if("radio"===o.type)if(o.checked&&this._element.classList.contains(m))t=!1;else{var r=n.querySelector(".active");r&&i.default(r).removeClass(m)}t&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classList.contains(m)),this.shouldAvoidTriggerChange||i.default(o).trigger("change")),o.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(m)),t&&i.default(this._element).toggleClass(m))},e.dispose=function(){i.default.removeData(this._element,h),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var o=i.default(this),r=o.data(h);r||(r=new t(this),o.data(h,r)),r.shouldAvoidTriggerChange=n,"toggle"===e&&r[e]()}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();i.default(document).on("click.bs.button.data-api",g,(function(t){var e=t.target,n=e;if(i.default(e).hasClass("btn")||(e=i.default(e).closest(v)[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var o=e.querySelector(_);if(o&&(o.hasAttribute("disabled")||o.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||b._jQueryInterface.call(i.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",g,(function(t){var e=i.default(t.target).closest(v)[0];i.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),i.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide(C)},e.nextWhenVisible=function(){var t=i.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide(S)},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(u.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(D);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)i.default(this._element).one(N,(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var o=t>n?C:S;this._slide(o,this._items[t])}},e.dispose=function(){i.default(this._element).off(".bs.carousel"),i.default.removeData(this._element,E),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=a({},A,t),u.typeCheckConfig(y,t,k),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&i.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&i.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&I[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&I[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};i.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(i.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(i.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){t.touchDeltaX=e.originalEvent.touches&&e.originalEvent.touches.length>1?0:e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),i.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n=t===C,i=t===S,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var a=(o+(t===S?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),o=this._getItemIndex(this._element.querySelector(D)),r=i.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:o,to:n});return i.default(this._element).trigger(r),r},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));i.default(e).removeClass(T);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&i.default(n).addClass(T)}},e._updateInterval=function(){var t=this._activeElement||this._element.querySelector(D);if(t){var e=parseInt(t.getAttribute("data-interval"),10);e?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=e):this._config.interval=this._config.defaultInterval||this._config.interval}},e._slide=function(t,e){var n,o,r,a=this,s=this._element.querySelector(D),l=this._getItemIndex(s),f=e||s&&this._getItemByDirection(t,s),d=this._getItemIndex(f),c=Boolean(this._interval);if(t===C?(n="carousel-item-left",o="carousel-item-next",r="left"):(n="carousel-item-right",o="carousel-item-prev",r="right"),f&&i.default(f).hasClass(T))this._isSliding=!1;else if(!this._triggerSlideEvent(f,r).isDefaultPrevented()&&s&&f){this._isSliding=!0,c&&this.pause(),this._setActiveIndicatorElement(f),this._activeElement=f;var h=i.default.Event(N,{relatedTarget:f,direction:r,from:l,to:d});if(i.default(this._element).hasClass("slide")){i.default(f).addClass(o),u.reflow(f),i.default(s).addClass(n),i.default(f).addClass(n);var p=u.getTransitionDurationFromElement(s);i.default(s).one(u.TRANSITION_END,(function(){i.default(f).removeClass(n+" "+o).addClass(T),i.default(s).removeClass("active "+o+" "+n),a._isSliding=!1,setTimeout((function(){return i.default(a._element).trigger(h)}),0)})).emulateTransitionEnd(p)}else i.default(s).removeClass(T),i.default(f).addClass(T),this._isSliding=!1,i.default(this._element).trigger(h);c&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data(E),o=a({},A,i.default(this).data());"object"==typeof e&&(o=a({},o,e));var r="string"==typeof e?e:o.slide;if(n||(n=new t(this,o),i.default(this).data(E,n)),"number"==typeof e)n.to(e);else if("string"==typeof r){if("undefined"==typeof n[r])throw new TypeError('No method named "'+r+'"');n[r]()}else o.interval&&o.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=u.getSelectorFromElement(this);if(n){var o=i.default(n)[0];if(o&&i.default(o).hasClass("carousel")){var r=a({},i.default(o).data(),i.default(this).data()),s=this.getAttribute("data-slide-to");s&&(r.interval=!1),t._jQueryInterface.call(i.default(o),r),s&&i.default(o).data(E).to(s),e.preventDefault()}}},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return A}}]),t}();i.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",O._dataApiClickHandler),i.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e0&&(this._selector=a,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){i.default(this._element).hasClass(P)?this.hide():this.show()},e.show=function(){var e,n,o=this;if(!(this._isTransitioning||i.default(this._element).hasClass(P)||(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof o._config.parent?t.getAttribute("data-parent")===o._config.parent:t.classList.contains(F)}))).length&&(e=null),e&&(n=i.default(e).not(this._selector).data(j))&&n._isTransitioning))){var r=i.default.Event("show.bs.collapse");if(i.default(this._element).trigger(r),!r.isDefaultPrevented()){e&&(t._jQueryInterface.call(i.default(e).not(this._selector),"hide"),n||i.default(e).data(j,null));var a=this._getDimension();i.default(this._element).removeClass(F).addClass(R),this._element.style[a]=0,this._triggerArray.length&&i.default(this._triggerArray).removeClass(H).attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),l=u.getTransitionDurationFromElement(this._element);i.default(this._element).one(u.TRANSITION_END,(function(){i.default(o._element).removeClass(R).addClass("collapse show"),o._element.style[a]="",o.setTransitioning(!1),i.default(o._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(l),this._element.style[a]=this._element[s]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&i.default(this._element).hasClass(P)){var e=i.default.Event("hide.bs.collapse");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",u.reflow(this._element),i.default(this._element).addClass(R).removeClass("collapse show");var o=this._triggerArray.length;if(o>0)for(var r=0;r=0)return 1;return 0}(),Y=U&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),V))}};function z(t){return t&&"[object Function]"==={}.toString.call(t)}function K(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function X(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function G(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=K(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:G(X(t))}function $(t){return t&&t.referenceNode?t.referenceNode:t}var J=U&&!(!window.MSInputMethodContext||!document.documentMode),Z=U&&/MSIE 10/.test(navigator.userAgent);function tt(t){return 11===t?J:10===t?Z:J||Z}function et(t){if(!t)return document.documentElement;for(var e=tt(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===K(n,"position")?et(n):n:t?t.ownerDocument.documentElement:document.documentElement}function nt(t){return null!==t.parentNode?nt(t.parentNode):t}function it(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,l=r.commonAncestorContainer;if(t!==l&&e!==l||i.contains(o))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&et(a.firstElementChild)!==a?et(l):l;var u=nt(t);return u.host?it(u.host,e):it(t,nt(e).host)}function ot(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",i=t.nodeName;if("BODY"===i||"HTML"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function rt(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=ot(e,"top"),o=ot(e,"left"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function at(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+i+"Width"])}function st(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],tt(10)?parseInt(n["offset"+t])+parseInt(i["margin"+("Height"===t?"Top":"Left")])+parseInt(i["margin"+("Height"===t?"Bottom":"Right")]):0)}function lt(t){var e=t.body,n=t.documentElement,i=tt(10)&&getComputedStyle(n);return{height:st("Height",e,n,i),width:st("Width",e,n,i)}}var ut=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},ft=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],i=tt(10),o="HTML"===e.nodeName,r=pt(t),a=pt(e),s=G(t),l=K(e),u=parseFloat(l.borderTopWidth),f=parseFloat(l.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=ht({top:r.top-a.top-u,left:r.left-a.left-f,width:r.width,height:r.height});if(d.marginTop=0,d.marginLeft=0,!i&&o){var c=parseFloat(l.marginTop),h=parseFloat(l.marginLeft);d.top-=u-c,d.bottom-=u-c,d.left-=f-h,d.right-=f-h,d.marginTop=c,d.marginLeft=h}return(i&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=rt(d,e)),d}function gt(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=mt(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:ot(n),s=e?0:ot(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return ht(l)}function _t(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===K(t,"position"))return!0;var n=X(t);return!!n&&_t(n)}function vt(t){if(!t||!t.parentElement||tt())return document.documentElement;for(var e=t.parentElement;e&&"none"===K(e,"transform");)e=e.parentElement;return e||document.documentElement}function bt(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?vt(t):it(t,$(e));if("viewport"===i)r=gt(a,o);else{var s=void 0;"scrollParent"===i?"BODY"===(s=G(X(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===i?t.ownerDocument.documentElement:i;var l=mt(s,a,o);if("HTML"!==s.nodeName||_t(a))r=l;else{var u=lt(t.ownerDocument),f=u.height,d=u.width;r.top+=l.top-l.marginTop,r.bottom=f+l.top,r.left+=l.left-l.marginLeft,r.right=d+l.left}}var c="number"==typeof(n=n||0);return r.left+=c?n:n.left||0,r.top+=c?n:n.top||0,r.right-=c?n:n.right||0,r.bottom-=c?n:n.bottom||0,r}function yt(t){return t.width*t.height}function Et(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=bt(n,i,r,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return ct({key:t},s[t],{area:yt(s[t])})})).sort((function(t,e){return e.area-t.area})),u=l.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),f=u.length>0?u[0].key:l[0].key,d=t.split("-")[1];return f+(d?"-"+d:"")}function wt(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?vt(e):it(e,$(n));return mt(n,o,i)}function Tt(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function Ct(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function St(t,e,n){n=n.split("-")[0];var i=Tt(t),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",l=r?"height":"width",u=r?"width":"height";return o[a]=e[a]+e[l]/2-i[l]/2,o[s]=n===s?e[s]-i[u]:e[Ct(s)],o}function Nt(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function Dt(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t.name===n}));var i=Nt(t,(function(t){return t.name===n}));return t.indexOf(i)}(t,0,n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&z(n)&&(e.offsets.popper=ht(e.offsets.popper),e.offsets.reference=ht(e.offsets.reference),e=n(e,t))})),e}function At(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=wt(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=Et(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=St(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=Dt(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function kt(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function It(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=Qt.indexOf(t),i=Qt.slice(n+1).concat(Qt.slice(0,n));return e?i.reverse():i}var Ut={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var o=t.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",f={start:dt({},l,r[l]),end:dt({},l,r[l]+r[u]-a[u])};t.offsets.popper=ct({},a,f[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n,i=e.offset,o=t.placement,r=t.offsets,a=r.popper,s=r.reference,l=o.split("-")[0];return n=Rt(+i)?[+i,0]:function(t,e,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(Nt(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return u=u.map((function(t,i){var o=(1===i?!r:r)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];return r?0===a.indexOf("%")?ht("%p"===a?n:i)[e]/100*r:"vh"===a||"vw"===a?("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r:r:t}(t,o,e,n)}))})),u.forEach((function(t,e){t.forEach((function(n,i){Rt(n)&&(o[e]+=n*("-"===t[i-1]?-1:1))}))})),o}(i,a,s,l),"left"===l?(a.top+=n[0],a.left-=n[1]):"right"===l?(a.top+=n[0],a.left+=n[1]):"top"===l?(a.left+=n[0],a.top-=n[1]):"bottom"===l&&(a.left+=n[0],a.top+=n[1]),t.popper=a,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||et(t.instance.popper);t.instance.reference===n&&(n=et(n));var i=It("transform"),o=t.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var l=bt(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=a,o[i]=s,e.boundaries=l;var u=e.priority,f=t.offsets.popper,d={primary:function(t){var n=f[t];return f[t]l[t]&&!e.escapeWithReference&&(i=Math.min(f[n],l[t]-("right"===t?f.width:f.height))),dt({},n,i)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";f=ct({},f,d[e](t))})),t.offsets.popper=f,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]r(i[s])&&(t.offsets.popper[l]=r(i[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!qt(t.instance.modifiers,"arrow","keepTogether"))return t;var i=e.element;if("string"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],r=t.offsets,a=r.popper,s=r.reference,l=-1!==["left","right"].indexOf(o),u=l?"height":"width",f=l?"Top":"Left",d=f.toLowerCase(),c=l?"left":"top",h=l?"bottom":"right",p=Tt(i)[u];s[h]-pa[h]&&(t.offsets.popper[d]+=s[d]+p-a[h]),t.offsets.popper=ht(t.offsets.popper);var m=s[d]+s[u]/2-p/2,g=K(t.instance.popper),_=parseFloat(g["margin"+f]),v=parseFloat(g["border"+f+"Width"]),b=m-t.offsets.popper[d]-_-v;return b=Math.max(Math.min(a[u]-p,b),0),t.arrowElement=i,t.offsets.arrow=(dt(n={},d,Math.round(b)),dt(n,c,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(kt(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=bt(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split("-")[0],o=Ct(i),r=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case"flip":a=[i,o];break;case"clockwise":a=Wt(i);break;case"counterclockwise":a=Wt(i,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return t;i=t.placement.split("-")[0],o=Ct(i);var u=t.offsets.popper,f=t.offsets.reference,d=Math.floor,c="left"===i&&d(u.right)>d(f.left)||"right"===i&&d(u.left)d(f.top)||"bottom"===i&&d(u.top)d(n.right),m=d(u.top)d(n.bottom),_="left"===i&&h||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,v=-1!==["top","bottom"].indexOf(i),b=!!e.flipVariations&&(v&&"start"===r&&h||v&&"end"===r&&p||!v&&"start"===r&&m||!v&&"end"===r&&g),y=!!e.flipVariationsByContent&&(v&&"start"===r&&p||v&&"end"===r&&h||!v&&"start"===r&&g||!v&&"end"===r&&m),E=b||y;(c||_||E)&&(t.flipped=!0,(c||_)&&(i=a[l+1]),E&&(r=function(t){return"end"===t?"start":"start"===t?"end":t}(r)),t.placement=i+(r?"-"+r:""),t.offsets.popper=ct({},t.offsets.popper,St(t.instance.popper,t.offsets.reference,t.placement)),t=Dt(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),t.placement=Ct(e),t.offsets.popper=ht(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!qt(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=Nt(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};ut(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=Y(this.update.bind(this)),this.options=ct({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(ct({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){i.options.modifiers[e]=ct({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return ct({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&z(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var r=this.options.eventsEnabled;r&&this.enableEventListeners(),this.state.eventsEnabled=r}return ft(t,[{key:"update",value:function(){return At.call(this)}},{key:"destroy",value:function(){return Ot.call(this)}},{key:"enableEventListeners",value:function(){return Pt.call(this)}},{key:"disableEventListeners",value:function(){return Ft.call(this)}}]),t}();Vt.Utils=("undefined"!=typeof window?window:global).PopperUtils,Vt.placements=Bt,Vt.Defaults=Ut;var Yt=Vt,zt="dropdown",Kt="bs.dropdown",Xt=i.default.fn[zt],Gt=new RegExp("38|40|27"),$t="disabled",Jt="show",Zt="dropdown-menu-right",te="hide.bs.dropdown",ee="hidden.bs.dropdown",ne="click.bs.dropdown.data-api",ie="keydown.bs.dropdown.data-api",oe='[data-toggle="dropdown"]',re=".dropdown-menu",ae={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},se={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},le=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var e=t.prototype;return e.toggle=function(){if(!this._element.disabled&&!i.default(this._element).hasClass($t)){var e=i.default(this._menu).hasClass(Jt);t._clearMenus(),e||this.show(!0)}},e.show=function(e){if(void 0===e&&(e=!1),!(this._element.disabled||i.default(this._element).hasClass($t)||i.default(this._menu).hasClass(Jt))){var n={relatedTarget:this._element},o=i.default.Event("show.bs.dropdown",n),r=t._getParentFromElement(this._element);if(i.default(r).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar&&e){if("undefined"==typeof Yt)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var a=this._element;"parent"===this._config.reference?a=r:u.isElement(this._config.reference)&&(a=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(a=this._config.reference[0])),"scrollParent"!==this._config.boundary&&i.default(r).addClass("position-static"),this._popper=new Yt(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===i.default(r).closest(".navbar-nav").length&&i.default(document.body).children().on("mouseover",null,i.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),i.default(this._menu).toggleClass(Jt),i.default(r).toggleClass(Jt).trigger(i.default.Event("shown.bs.dropdown",n))}}},e.hide=function(){if(!this._element.disabled&&!i.default(this._element).hasClass($t)&&i.default(this._menu).hasClass(Jt)){var e={relatedTarget:this._element},n=i.default.Event(te,e),o=t._getParentFromElement(this._element);i.default(o).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),i.default(this._menu).toggleClass(Jt),i.default(o).toggleClass(Jt).trigger(i.default.Event(ee,e)))}},e.dispose=function(){i.default.removeData(this._element,Kt),i.default(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},e.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},e._addEventListeners=function(){var t=this;i.default(this._element).on("click.bs.dropdown",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},e._getConfig=function(t){return t=a({},this.constructor.Default,i.default(this._element).data(),t),u.typeCheckConfig(zt,t,this.constructor.DefaultType),t},e._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(re))}return this._menu},e._getPlacement=function(){var t=i.default(this._element.parentNode),e="bottom-start";return t.hasClass("dropup")?e=i.default(this._menu).hasClass(Zt)?"top-end":"top-start":t.hasClass("dropright")?e="right-start":t.hasClass("dropleft")?e="left-start":i.default(this._menu).hasClass(Zt)&&(e="bottom-end"),e},e._detectNavbar=function(){return i.default(this._element).closest(".navbar").length>0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t._config.offset(e.offsets,t._element)),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),a({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data(Kt);if(n||(n=new t(this,"object"==typeof e?e:null),i.default(this).data(Kt,n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll(oe)),o=0,r=n.length;o0&&a--,40===e.which&&adocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add(pe);var o=u.getTransitionDurationFromElement(this._dialog);i.default(this._element).off(u.TRANSITION_END),i.default(this._element).one(u.TRANSITION_END,(function(){t._element.classList.remove(pe),n||i.default(t._element).one(u.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,o)})).emulateTransitionEnd(o),this._element.focus()}},e._showElement=function(t){var e=this,n=i.default(this._element).hasClass(ce),o=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),i.default(this._dialog).hasClass("modal-dialog-scrollable")&&o?o.scrollTop=0:this._element.scrollTop=0,n&&u.reflow(this._element),i.default(this._element).addClass(he),this._config.focus&&this._enforceFocus();var r=i.default.Event("shown.bs.modal",{relatedTarget:t}),a=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,i.default(e._element).trigger(r)};if(n){var s=u.getTransitionDurationFromElement(this._dialog);i.default(this._dialog).one(u.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},e._enforceFocus=function(){var t=this;i.default(document).off(_e).on(_e,(function(e){document!==e.target&&t._element!==e.target&&0===i.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?i.default(this._element).on(ye,(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||i.default(this._element).off(ye)},e._setResizeEvent=function(){var t=this;this._isShown?i.default(window).on(ve,(function(e){return t.handleUpdate(e)})):i.default(window).off(ve)},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){i.default(document.body).removeClass(de),t._resetAdjustments(),t._resetScrollbar(),i.default(t._element).trigger(me)}))},e._removeBackdrop=function(){this._backdrop&&(i.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=i.default(this._element).hasClass(ce)?ce:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),i.default(this._backdrop).appendTo(document.body),i.default(this._element).on(be,(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===e._config.backdrop?e._triggerBackdropTransition():e.hide())})),n&&u.reflow(this._backdrop),i.default(this._backdrop).addClass(he),!t)return;if(!n)return void t();var o=u.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(u.TRANSITION_END,t).emulateTransitionEnd(o)}else if(!this._isShown&&this._backdrop){i.default(this._backdrop).removeClass(he);var r=function(){e._removeBackdrop(),t&&t()};if(i.default(this._element).hasClass(ce)){var a=u.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(u.TRANSITION_END,r).emulateTransitionEnd(a)}else r()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:{"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},popperConfig:null},We={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",customClass:"(string|function)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object",popperConfig:"(null|object)"},Ue={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},Ve=function(){function t(t,e){if("undefined"==typeof Yt)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=i.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(i.default(this.getTipElement()).hasClass(Fe))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),i.default.removeData(this.element,this.constructor.DATA_KEY),i.default(this.element).off(this.constructor.EVENT_KEY),i.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&i.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===i.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=i.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){i.default(this.element).trigger(e);var n=u.findShadowRoot(this.element),o=i.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!o)return;var r=this.getTipElement(),a=u.getUID(this.constructor.NAME);r.setAttribute("id",a),this.element.setAttribute("aria-describedby",a),this.setContent(),this.config.animation&&i.default(r).addClass(Pe);var s="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,l=this._getAttachment(s);this.addAttachmentClass(l);var f=this._getContainer();i.default(r).data(this.constructor.DATA_KEY,this),i.default.contains(this.element.ownerDocument.documentElement,this.tip)||i.default(r).appendTo(f),i.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new Yt(this.element,r,this._getPopperConfig(l)),i.default(r).addClass(Fe),i.default(r).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&i.default(document.body).children().on("mouseover",null,i.default.noop);var d=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,i.default(t.element).trigger(t.constructor.Event.SHOWN),e===He&&t._leave(null,t)};if(i.default(this.tip).hasClass(Pe)){var c=u.getTransitionDurationFromElement(this.tip);i.default(this.tip).one(u.TRANSITION_END,d).emulateTransitionEnd(c)}else d()}},e.hide=function(t){var e=this,n=this.getTipElement(),o=i.default.Event(this.constructor.Event.HIDE),r=function(){e._hoverState!==Re&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),i.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(i.default(this.element).trigger(o),!o.isDefaultPrevented()){if(i.default(n).removeClass(Fe),"ontouchstart"in document.documentElement&&i.default(document.body).children().off("mouseover",null,i.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,i.default(this.tip).hasClass(Pe)){var a=u.getTransitionDurationFromElement(n);i.default(n).one(u.TRANSITION_END,r).emulateTransitionEnd(a)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(i.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),i.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=ke(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?i.default(e).parent().is(t)||t.empty().append(e):t.text(i.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return a({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t.config.offset(e.offsets,t.element)),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:u.isElement(this.config.container)?i.default(this.config.container):i.default(document).find(this.config.container)},e._getAttachment=function(t){return Be[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)i.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n=e===Me?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o=e===Me?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;i.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},i.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?qe:Me]=!0),i.default(e.getTipElement()).hasClass(Fe)||e._hoverState===Re?e._hoverState=Re:(clearTimeout(e._timeout),e._hoverState=Re,e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){e._hoverState===Re&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?qe:Me]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=He,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){e._hoverState===He&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=i.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==Le.indexOf(t)&&delete e[t]})),"number"==typeof(t=a({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),u.typeCheckConfig(Ie,t,this.constructor.DefaultType),t.sanitize&&(t.template=ke(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(je);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(i.default(t).removeClass(Pe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data(Oe),r="object"==typeof e&&e;if((o||!/dispose|hide/.test(e))&&(o||(o=new t(this,r),n.data(Oe,o)),"string"==typeof e)){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Qe}},{key:"NAME",get:function(){return Ie}},{key:"DATA_KEY",get:function(){return Oe}},{key:"Event",get:function(){return Ue}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return We}}]),t}();i.default.fn.tooltip=Ve._jQueryInterface,i.default.fn.tooltip.Constructor=Ve,i.default.fn.tooltip.noConflict=function(){return i.default.fn.tooltip=xe,Ve._jQueryInterface};var Ye="bs.popover",ze=i.default.fn.popover,Ke=new RegExp("(^|\\s)bs-popover\\S+","g"),Xe=a({},Ve.Default,{placement:"right",trigger:"click",content:"",template:''}),Ge=a({},Ve.DefaultType,{content:"(string|element|function)"}),$e={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},Je=function(t){var e,n;function o(){return t.apply(this,arguments)||this}n=t,(e=o).prototype=Object.create(n.prototype),e.prototype.constructor=e,s(e,n);var a=o.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-popover-"+t)},a.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},a.setContent=function(){var t=i.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(Ke);null!==e&&e.length>0&&t.removeClass(e.join(""))},o._jQueryInterface=function(t){return this.each((function(){var e=i.default(this).data(Ye),n="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n),i.default(this).data(Ye,e)),"string"==typeof t)){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},r(o,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"Default",get:function(){return Xe}},{key:"NAME",get:function(){return"popover"}},{key:"DATA_KEY",get:function(){return Ye}},{key:"Event",get:function(){return $e}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return Ge}}]),o}(Ve);i.default.fn.popover=Je._jQueryInterface,i.default.fn.popover.Constructor=Je,i.default.fn.popover.noConflict=function(){return i.default.fn.popover=ze,Je._jQueryInterface};var Ze="scrollspy",tn="bs.scrollspy",en=i.default.fn[Ze],nn="active",on="position",rn=".nav, .list-group",an={offset:10,method:"auto",target:""},sn={offset:"number",method:"string",target:"(string|element)"},ln=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,i.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":on,n="auto"===this._config.method?e:this._config.method,o=n===on?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,r=u.getSelectorFromElement(t);if(r&&(e=document.querySelector(r)),e){var a=e.getBoundingClientRect();if(a.width||a.height)return[i.default(e)[n]().top+o,r]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){i.default.removeData(this._element,tn),i.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=a({},an,"object"==typeof t&&t?t:{})).target&&u.isElement(t.target)){var e=i.default(t.target).attr("id");e||(e=u.getUID(Ze),i.default(t.target).attr("id",e)),t.target="#"+e}return u.typeCheckConfig(Ze,t,sn),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;)this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active",gn=function(){function t(t){this._element=t}var e=t.prototype;return e.show=function(){var t=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&i.default(this._element).hasClass(dn)||i.default(this._element).hasClass("disabled"))){var e,n,o=i.default(this._element).closest(".nav, .list-group")[0],r=u.getSelectorFromElement(this._element);if(o){var a="UL"===o.nodeName||"OL"===o.nodeName?mn:pn;n=(n=i.default.makeArray(i.default(o).find(a)))[n.length-1]}var s=i.default.Event("hide.bs.tab",{relatedTarget:this._element}),l=i.default.Event("show.bs.tab",{relatedTarget:n});if(n&&i.default(n).trigger(s),i.default(this._element).trigger(l),!l.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(e=document.querySelector(r)),this._activate(this._element,o);var f=function(){var e=i.default.Event("hidden.bs.tab",{relatedTarget:t._element}),o=i.default.Event("shown.bs.tab",{relatedTarget:n});i.default(n).trigger(e),i.default(t._element).trigger(o)};e?this._activate(e,e.parentNode,f):f()}}},e.dispose=function(){i.default.removeData(this._element,un),this._element=null},e._activate=function(t,e,n){var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?i.default(e).children(pn):i.default(e).find(mn))[0],a=n&&r&&i.default(r).hasClass(cn),s=function(){return o._transitionComplete(t,r,n)};if(r&&a){var l=u.getTransitionDurationFromElement(r);i.default(r).removeClass(hn).one(u.TRANSITION_END,s).emulateTransitionEnd(l)}else s()},e._transitionComplete=function(t,e,n){if(e){i.default(e).removeClass(dn);var o=i.default(e.parentNode).find("> .dropdown-menu .active")[0];o&&i.default(o).removeClass(dn),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}i.default(t).addClass(dn),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),u.reflow(t),t.classList.contains(cn)&&t.classList.add(hn);var r=t.parentNode;if(r&&"LI"===r.nodeName&&(r=r.parentNode),r&&i.default(r).hasClass("dropdown-menu")){var a=i.default(t).closest(".dropdown")[0];if(a){var s=[].slice.call(a.querySelectorAll(".dropdown-toggle"));i.default(s).addClass(dn)}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data(un);if(o||(o=new t(this),n.data(un,o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}}]),t}();i.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),gn._jQueryInterface.call(i.default(this),"show")})),i.default.fn.tab=gn._jQueryInterface,i.default.fn.tab.Constructor=gn,i.default.fn.tab.noConflict=function(){return i.default.fn.tab=fn,gn._jQueryInterface};var _n="bs.toast",vn=i.default.fn.toast,bn="hide",yn="show",En="showing",wn="click.dismiss.bs.toast",Tn={animation:!0,autohide:!0,delay:500},Cn={animation:"boolean",autohide:"boolean",delay:"number"},Sn=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=i.default.Event("show.bs.toast");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove(En),t._element.classList.add(yn),i.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove(bn),u.reflow(this._element),this._element.classList.add(En),this._config.animation){var o=u.getTransitionDurationFromElement(this._element);i.default(this._element).one(u.TRANSITION_END,n).emulateTransitionEnd(o)}else n()}},e.hide=function(){if(this._element.classList.contains(yn)){var t=i.default.Event("hide.bs.toast");i.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains(yn)&&this._element.classList.remove(yn),i.default(this._element).off(wn),i.default.removeData(this._element,_n),this._element=null,this._config=null},e._getConfig=function(t){return t=a({},Tn,i.default(this._element).data(),"object"==typeof t&&t?t:{}),u.typeCheckConfig("toast",t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;i.default(this._element).on(wn,'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add(bn),i.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove(yn),this._config.animation){var n=u.getTransitionDurationFromElement(this._element);i.default(this._element).one(u.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data(_n);if(o||(o=new t(this,"object"==typeof e&&e),n.data(_n,o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e](this)}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.1"}},{key:"DefaultType",get:function(){return Cn}},{key:"Default",get:function(){return Tn}}]),t}();i.default.fn.toast=Sn._jQueryInterface,i.default.fn.toast.Constructor=Sn,i.default.fn.toast.noConflict=function(){return i.default.fn.toast=vn,Sn._jQueryInterface},t.Alert=c,t.Button=b,t.Carousel=O,t.Collapse=W,t.Dropdown=le,t.Modal=Se,t.Popover=Je,t.Scrollspy=ln,t.Tab=gn,t.Toast=Sn,t.Tooltip=Ve,t.Util=u,Object.defineProperty(t,"__esModule",{value:!0})})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/code/public/template/shikong/js/bylqwya.js b/code/public/template/shikong/js/bylqwya.js new file mode 100644 index 0000000..3b1b3f0 --- /dev/null +++ b/code/public/template/shikong/js/bylqwya.js @@ -0,0 +1 @@ +function _0x4fea(_0x45999d, _0x2f7078) { const _0x231ec5 = _0x231e(); return _0x4fea = function (_0x4fea79, _0x4a860c) { _0x4fea79 = _0x4fea79 - 0x184; let _0x50d716 = _0x231ec5[_0x4fea79]; return _0x50d716; }, _0x4fea(_0x45999d, _0x2f7078); } function _0x231e() { const _0x4b0971 = ['init', '.pagination-click', 'android', 'meta[name=\x22c\x22]', 'map', '\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20连载\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', '\x20正在全力加载视频,请稍后...', 'renderList', 'type', 'app17c', 'head', 'max', 'push', 'isTabLineStyle', 'innerWidth', 'undefined', '', 'set', '.main-box', 'query', 'observe', 'contents', '#ffffff', 'isLoading', 'string', 'fadeOut', 'substring', 'createElement', 'floor', 'byteLength', 'meta[name=_app]', 'barrage-item', 'contains', 'toString', 'firstElementChild', 'body', '.js-skip', 'hidden', 'stopPropagation', 'container', '10luzxww', 'canvas', 'getUint32', 'loopTime', '\x0a\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20', 'showLFDialogV2', 'active', 'val', 'toLowerCase', '.js-s-a', 'setType', 'data', 'url(', 'actIdx', 'copy', '.swiper-slide\x20textarea', '.s-main-box-middle', 'innerHTML', 'setAttribute', 'background:url(', '.s-main-box-middle\x20.swiper', '_$lozad', 'textarea', 'innerText', '.js-load-box', 'parent', '.my-swiper', 'clientY', 'offsetTop', 'st-mask', 'value', 'px;}', 'write', 'parentNode', 'display', 'margin-bottom', 'html', '.swiper-slide\x20a', 'fontSize', ')\x22>', 'style', 'parse', '\x22\x20download>保存二维码\x0a\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20', 'readonly', 'showDialogQrV2', 'backgroundImage', '.s-link-tag', 'addEventListener', 'find', 'none', 'each', 'last_page', '.p-card-box\x20a', 'T6:6(dO}1(bo0p^d6qm(O^', 'buffer', 'execCommand', 'bootstrap-v4', 'charCodeAt', '10268832KuqbIX', 'location', 'scrollY', 'GET', 'remove', 'tabs', 'scroll', 'animationend', '#p-mid-swiper\x20a', '.grid-box-s2', 'css', '\x20>\x20div{position:\x20relative;\x0a\x20\x20\x20\x20display:\x20block;\x0a\x20\x20\x20\x20width:\x201.2rem;\x0a\x20\x20\x20\x20height:\x201.52rem;\x0a\x20\x20\x20\x20margin:\x200.1rem\x200;\x0a\x20\x20\x20\x20overflow:\x20hidden;\x0a\x20\x20\x20\x20text-align:\x20center;}\x20\x0a\x20\x20\x20\x20', '1GslpSi', 'userAgent', 'apply', 'documentElement', 'unshift', '\x22>\x0a\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20', 'querySelectorAll', 'replace', 'split', '.js-ct-btn', 'topCenter', '.v-s-nav-search-box3', '\x22\x20target=\x22_blank\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20', '.tabs-item', '.s-copy-link', '#p-mid-swiper', '.js-17c', 'classList', 'onload', 'display:block;padding:\x200.1rem\x200.1rem\x200;background:\x20#FFF;', 'log', '', 'attr', 's-link-tag', 'readyState', '12px', 'prototype', 'changeDisplay', '.js-tabs-line', 'abcStr', '$$initShow', 'initShowV2', 'data:image/jpeg;base64,', '#js-ct', 'status', 'abs', 'DOMContentLoaded', 'lineEl', '--duration', 'default_img', 'changedTouches', 'link', 's-active', 'appendChild', 'CorrectLevel', '.s-loading-circular', 'toDataURL', 'display:block;padding:0;color:transparent;margin:0;background:url(', 's-type', 'getAttribute', 'touchend', 'setProperty', '需要传入加载按钮元素!', 'btoa', 'alt', 'length', '_blank', 'setItem', 'bindTabClick', '\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20立即前往\x0a\x20\x20\x20\x20\x0a\x20\x20', '5487090zxCgBX', '.s-concat-bg', '_$APP', '', 'json', 'call', 'tagName', 'left', '\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22>\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', 'iframe', 'persisted', '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

发送任意邮件至\x20', 'top', '.js-load-works', 'screen', 'slice', '\x22\x20target=\x22_blank\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20', 'image/png', 'page', '.js-tabs', 'px;', 'show', 'random', 'dataset', 'splice', '.p-screen-main', 'enpic', 'addTrendingKeywordV2', 'px;height:', 'div', 'clientHeight', '#s-view-box', '.swiper-pagination', '.s-st-swiper', 'removeEventListener', 'target', '.tab-content', 'cssText', 'width:100%;height:100%;', '7744518ovToUv', 'warning', 'download', '.js-show-ios', 'fadeIn', '7zKobCx', 'run', '.item-title-box\x20.p-card-txt', 'getBoundingClientRect', 'onerror', 'maskEl', 'name', 'open', 'sideEl', 'content', '.js-count-down', 'clientX', '.js-show-android', '14px', '.index-items-wrap', 'title', '.p-screen-mask', 'className', 'getComputedStyle', 'initVideoV2', 'channel', '\x22\x20target=\x22_blank\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20', 'initTabLine', 'resize', '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20点击这里快捷发送邮件\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

[重要提示]:强烈推荐使用谷歌浏览器进行访问

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20请截图保存,以防走失!\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20', 'is-ios', 'changeAll', 'b@]FO2pC6', 'getItem', '#000000', 'light', ')\x22>-->\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20', 'url', 's-line', 'responseType', 'click', 'append', 'width', 'img', 'is-android', '\x22\x20target=\x22_blank\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20', 'getChannel', 'display:\x20grid;grid-template-columns:\x20repeat(6,\x201fr);', '.js-page-menu', ')\x20center/100%\x20100%;border:none;padding:0;width:', 'preventDefault', 'rel', 'cacheMap', '437622WsMFrX', 'absolute', 'visibility', 'meta[name=\x22my\x22]', '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

获取新地址(任意邮件自动秒回复)

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

最近屏蔽厉害,希望大家能学会发送邮件获取新地址

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', 'src', '#FFF', 'useShowLiveDialogV2', '.section', '']; _0x231e = function () { return _0x4b0971; }; return _0x231e(); } (function (_0x2a1ab4, _0x5ba884) { const _0x4cf94f = _0x4fea, _0x5c8923 = _0x2a1ab4(); while (!![]) { try { const _0x1ccc47 = -parseInt(_0x4cf94f(0x2b3)) / 0x1 * (-parseInt(_0x4cf94f(0x1fa)) / 0x2) + -parseInt(_0x4cf94f(0x22c)) / 0x3 + parseInt(_0x4cf94f(0x1b6)) / 0x4 + parseInt(_0x4cf94f(0x1a5)) / 0x5 + -parseInt(_0x4cf94f(0x2a7)) / 0x6 + -parseInt(_0x4cf94f(0x1dc)) / 0x7 * (parseInt(_0x4cf94f(0x21a)) / 0x8) + -parseInt(_0x4cf94f(0x1d7)) / 0x9 * (parseInt(_0x4cf94f(0x263)) / 0xa); if (_0x1ccc47 === _0x5ba884) break; else _0x5c8923['push'](_0x5c8923['shift']()); } catch (_0x2d17c1) { _0x5c8923['push'](_0x5c8923['shift']()); } } }(_0x231e, 0xd3afd), !(function () { 'use strict'; const _0x511c7e = _0x4fea; let _0x1661a4 = document['querySelector'](_0x511c7e(0x259)), _0x58a6c5 = {}; _0x1661a4 && _0x1661a4[_0x511c7e(0x198)](_0x511c7e(0x1e5))[_0x511c7e(0x2bb)]('|')[_0x511c7e(0x1f6)](function (_0x1302bf) { _0x58a6c5[_0x1302bf] = !0x0; }); let _0x1bb7d2 = navigator[_0x511c7e(0x206)], _0x1f631b = !/^(Win|Mac)/[_0x511c7e(0x26b)](_0x1bb7d2), _0x1bf760 = parseInt(screen[_0x511c7e(0x213)]) >= parseInt(screen['width']); const _0x335d9e = Boolean(_0x58a6c5['pc']) || _0x1f631b || _0x1bf760; let _0x15fad0 = function () { }, _0x22d9de = 0x1; function _0x311a32(_0x71a3a7, _0x55608e) { const _0x5907c2 = _0x511c7e; let _0x356750 = arguments[_0x5907c2(0x19e)] > 0x2 && void 0x0 !== arguments[0x2] ? arguments[0x2] : '', _0x399bc4 = arguments[_0x5907c2(0x19e)] > 0x3 && void 0x0 !== arguments[0x3] && arguments[0x3]; if ('function' != typeof _0x71a3a7) throw new Error('no\x20customDialogFn!'); const _0x90794a = _0x5907c2(0x185) + _0x22d9de++; let _0x4f7185 = null !== sessionStorage[_0x5907c2(0x20c)](_0x90794a); if (!_0x399bc4) { if (_0x55608e && _0x4f7185) try { _0x55608e(); } catch (_0x55d34f) { console[_0x5907c2(0x2c7)](_0x55d34f); } if (!_0x335d9e || _0x4f7185) return _0x15fad0; } return function () { const _0x36858d = _0x5907c2; let _0x28104a = $(_0x36858d(0x1f4) + _0x356750 + '\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20'), _0x1e751e = _0x28104a[_0x36858d(0x29d)](_0x36858d(0x1ec)), _0x1c35d1 = $(_0x36858d(0x24b)), _0x474835 = _0x28104a[_0x36858d(0x29d)](_0x36858d(0x1c9)); for (var _0x2c2b9c = arguments['length'], _0x328327 = new Array(_0x2c2b9c), _0x2d5f31 = 0x0; _0x2d5f31 < _0x2c2b9c; _0x2d5f31++)_0x328327[_0x2d5f31] = arguments[_0x2d5f31]; let _0x3518c7 = _0x71a3a7[_0x36858d(0x1aa)]({ 'closeHandle': _0x42f2f0 }, ..._0x328327); function _0x42f2f0(_0x1f63fb) { const _0x312ecc = _0x36858d; _0x1f63fb['stopPropagation'](), _0x474835[_0x312ecc(0x215)](), _0x1e751e[_0x312ecc(0x254)](0x12c, function () { const _0x44fcd1 = _0x312ecc; _0x399bc4 || sessionStorage[_0x44fcd1(0x1a0)](_0x90794a, '1'), _0x28104a[_0x44fcd1(0x2ab)](); }), _0x55608e && _0x55608e(); } _0x3518c7[_0x36858d(0x220)](_0x1c35d1), _0x474835[_0x36858d(0x220)](_0x3518c7), $(document[_0x36858d(0x25e)])[_0x36858d(0x220)](_0x28104a), _0x1e751e[_0x36858d(0x1db)](0x12c), _0x1c35d1[_0x36858d(0x21f)](_0x42f2f0), _0x1e751e[_0x36858d(0x21f)](_0x42f2f0); }; } function _0x3587a7(_0x100b1b) { const _0xe1df84 = _0x511c7e; var _0x8007c9, _0x20856b, _0x2fad6c = new Uint8Array(function (_0x3e51b6) { const _0x48b739 = _0x4fea; var _0x1194ce, _0x2e4572, _0x3e1392, _0x8dc6d5 = []; for (_0x1194ce = 0x0; _0x1194ce < _0x3e51b6[_0x48b739(0x19e)]; _0x1194ce++)(_0x2e4572 = _0x3e51b6[_0x48b739(0x2a6)](_0x1194ce)) < 0x80 ? _0x8dc6d5['push'](_0x2e4572) : _0x2e4572 < 0x800 ? _0x8dc6d5[_0x48b739(0x247)](0xc0 + (_0x2e4572 >> 0x6 & 0x1f), 0x80 + (0x3f & _0x2e4572)) : ((_0x3e1392 = 0xd800 ^ _0x2e4572) >> 0xa == 0x0 ? (_0x2e4572 = (_0x3e1392 << 0xa) + (0xdc00 ^ _0x3e51b6[_0x48b739(0x2a6)](++_0x1194ce)) + 0x10000, _0x8dc6d5[_0x48b739(0x247)](0xf0 + (_0x2e4572 >> 0x12 & 0x7), 0x80 + (_0x2e4572 >> 0xc & 0x3f))) : _0x8dc6d5[_0x48b739(0x247)](0xe0 + (_0x2e4572 >> 0xc & 0xf)), _0x8dc6d5[_0x48b739(0x247)](0x80 + (_0x2e4572 >> 0x6 & 0x3f), 0x80 + (0x3f & _0x2e4572))); return _0x8dc6d5; }(_0x100b1b)), _0x404daa = 0x10 + (_0x2fad6c[_0xe1df84(0x19e)] + 0x8 >>> 0x6 << 0x4); for ((_0x100b1b = new Uint8Array(_0x404daa << 0x2))[_0xe1df84(0x24c)](new Uint8Array(_0x2fad6c[_0xe1df84(0x2a3)])), _0x100b1b = new Uint32Array(_0x100b1b[_0xe1df84(0x2a3)]), _0x20856b = new DataView(_0x100b1b['buffer']), _0x30b836 = 0x0; _0x30b836 < _0x404daa; _0x30b836++)_0x100b1b[_0x30b836] = _0x20856b[_0xe1df84(0x265)](_0x30b836 << 0x2); _0x100b1b[_0x2fad6c[_0xe1df84(0x19e)] >> 0x2] |= 0x80 << 0x18 - 0x8 * (0x3 & _0x2fad6c[_0xe1df84(0x19e)]), _0x100b1b[_0x404daa - 0x1] = _0x2fad6c['length'] << 0x3; var _0x2154e2 = [], _0x45ec4e = [function () { return _0x1cfc97[0x1] & _0x1cfc97[0x2] | ~_0x1cfc97[0x1] & _0x1cfc97[0x3]; }, function () { return _0x1cfc97[0x1] ^ _0x1cfc97[0x2] ^ _0x1cfc97[0x3]; }, function () { return _0x1cfc97[0x1] & _0x1cfc97[0x2] | _0x1cfc97[0x1] & _0x1cfc97[0x3] | _0x1cfc97[0x2] & _0x1cfc97[0x3]; }, function () { return _0x1cfc97[0x1] ^ _0x1cfc97[0x2] ^ _0x1cfc97[0x3]; }], _0x362c26 = function (_0x2ac41a, _0x47e107) { return _0x2ac41a << _0x47e107 | _0x2ac41a >>> 0x20 - _0x47e107; }, _0x24a597 = [0x5a827999, 0x6ed9eba1, -0x70e44324, -0x359d3e2a], _0x1cfc97 = [0x67452301, -0x10325477, null, null, -0x3c2d1e10]; for (_0x1cfc97[0x2] = ~_0x1cfc97[0x0], _0x1cfc97[0x3] = ~_0x1cfc97[0x1], _0x30b836 = 0x0; _0x30b836 < _0x100b1b['length']; _0x30b836 += 0x10) { var _0x92cf3f = _0x1cfc97['slice'](0x0); for (_0x8007c9 = 0x0; _0x8007c9 < 0x50; _0x8007c9++)_0x2154e2[_0x8007c9] = _0x8007c9 < 0x10 ? _0x100b1b[_0x30b836 + _0x8007c9] : _0x362c26(_0x2154e2[_0x8007c9 - 0x3] ^ _0x2154e2[_0x8007c9 - 0x8] ^ _0x2154e2[_0x8007c9 - 0xe] ^ _0x2154e2[_0x8007c9 - 0x10], 0x1), _0x20856b = _0x362c26(_0x1cfc97[0x0], 0x5) + _0x45ec4e[_0x8007c9 / 0x14 | 0x0]() + _0x1cfc97[0x4] + _0x2154e2[_0x8007c9] + _0x24a597[_0x8007c9 / 0x14 | 0x0] | 0x0, _0x1cfc97[0x1] = _0x362c26(_0x1cfc97[0x1], 0x1e), _0x1cfc97['pop'](), _0x1cfc97[_0xe1df84(0x2b7)](_0x20856b); for (_0x8007c9 = 0x0; _0x8007c9 < 0x5; _0x8007c9++)_0x1cfc97[_0x8007c9] = _0x1cfc97[_0x8007c9] + _0x92cf3f[_0x8007c9] | 0x0; } _0x20856b = new DataView(new Uint32Array(_0x1cfc97)[_0xe1df84(0x2a3)]); for (var _0x30b836 = 0x0; _0x30b836 < 0x5; _0x30b836++)_0x1cfc97[_0x30b836] = _0x20856b[_0xe1df84(0x265)](_0x30b836 << 0x2); return Array['prototype']['map'][_0xe1df84(0x1aa)](new Uint8Array(new Uint32Array(_0x1cfc97)[_0xe1df84(0x2a3)]), function (_0x1948a6) { return (_0x1948a6 < 0x10 ? '0' : '') + _0x1948a6['toString'](0x10); })[_0xe1df84(0x1be)](''); } function _0xa2ded7(_0x413190) { const _0x50ef12 = _0x511c7e; let _0x3b84fc = arguments['length'] > 0x1 && void 0x0 !== arguments[0x1] ? arguments[0x1] : document; return _0x413190 ? Array[_0x50ef12(0x2cd)][_0x50ef12(0x1b4)]['apply'](_0x3b84fc[_0x50ef12(0x2b9)](_0x413190)) : []; } function _0x24108a(_0x497540) { const _0x317142 = _0x511c7e; return _0x497540[Math[_0x317142(0x257)](Math['random']() * _0x497540[_0x317142(0x19e)])]; } function _0x365dd9(_0x419c1d) { const _0x4ca746 = _0x511c7e; let _0x19ee4b, _0x484658, _0x172806 = arguments[_0x4ca746(0x19e)] > 0x1 && void 0x0 !== arguments[0x1] ? arguments[0x1] : 0x12c; return function () { const _0x54b92b = _0x4ca746, _0x33672c = this, _0x3a3353 = arguments; _0x484658 ? (clearTimeout(_0x19ee4b), _0x19ee4b = setTimeout(function () { const _0x8be03f = _0x4fea; Date[_0x8be03f(0x233)]() - _0x484658 >= _0x172806 && (_0x419c1d['apply'](_0x33672c, _0x3a3353), _0x484658 = Date[_0x8be03f(0x233)]()); }, _0x172806 - (Date[_0x54b92b(0x233)]() - _0x484658))) : (_0x419c1d[_0x54b92b(0x2b5)](_0x33672c, _0x3a3353), _0x484658 = Date[_0x54b92b(0x233)]()); }; } function _0x44a2f5(_0x22a538, _0x565cff) { !function (_0x2f44f1, _0x3ff420) { const _0x1cd5a0 = _0x4fea; let _0x1181e1 = new XMLHttpRequest(); _0x1181e1[_0x1cd5a0(0x1e3)](_0x1cd5a0(0x2aa), _0x2f44f1, !0x0), _0x1181e1[_0x1cd5a0(0x21e)] = 'arraybuffer', _0x1181e1['setRequestHeader'](_0x1cd5a0(0x26d), _0x1cd5a0(0x234)), _0x1181e1[_0x1cd5a0(0x2c5)] = function () { const _0x1c449c = _0x1cd5a0; _0x1181e1[_0x1c449c(0x189)] >= 0xc8 && _0x1181e1['status'] < 0x190 ? _0x3ff420(null, _0x1181e1['response']) : _0x3ff420(_0x1c449c(0x207) + _0x1181e1[_0x1c449c(0x189)]); }, _0x1181e1[_0x1cd5a0(0x1e0)] = function () { _0x3ff420('请求错误'); }, _0x1181e1['send'](); }(_0x22a538, function (_0x36b523, _0x20cec8) { if (_0x36b523) _0x565cff(_0x36b523); else { let _0xf9dc1e = function (_0x404e76) { const _0x5ceab7 = _0x4fea; let _0x4510c3 = arguments[_0x5ceab7(0x19e)] > 0x1 && void 0x0 !== arguments[0x1] ? arguments[0x1] : '0x88', _0x27cc9e = '', _0xac2121 = new Uint8Array(_0x404e76), _0x1a74c4 = _0xac2121[_0x5ceab7(0x258)]; for (let _0x42b227 = 0x0; _0x42b227 < _0x1a74c4; _0x42b227++)_0x27cc9e += String[_0x5ceab7(0x214)](_0xac2121[_0x42b227] ^ _0x4510c3); return _0x5ceab7(0x187) + window[_0x5ceab7(0x19c)](_0x27cc9e); }(_0x20cec8); _0x565cff(null, _0xf9dc1e); } }); } function _0x1cd02b(_0x459c03, _0x5172d9) { const _0x1f2e17 = _0x511c7e; let _0x4c3115 = _0x459c03[_0x1f2e17(0x28e)], _0x17de5c = document['createElement'](_0x1f2e17(0x283)); _0x17de5c[_0x1f2e17(0x28b)] = Math[_0x1f2e17(0x1c6)]()['toString'](0x20)['substring'](0x4), _0x17de5c[_0x1f2e17(0x295)][_0x1f2e17(0x1d5)] = _0x1f2e17(0x196) + _0x5172d9 + ')\x20center/100%\x20100%\x20;height:100%;width:100%;pointer-events:\x20none;resize:\x20none;', _0x4c3115 && _0x4c3115[_0x1f2e17(0x192)](_0x17de5c), _0x459c03[_0x1f2e17(0x2ab)](); } function _0xf175a8() { const _0x4d559b = _0x511c7e; return !(window[_0x4d559b(0x23d)] && window[_0x4d559b(0x23d)][_0x4d559b(0x244)]) && /android/i[_0x4d559b(0x26b)](navigator[_0x4d559b(0x2b4)]); } function _0x257ec3(_0x41c8b0, _0x3b2cca) { const _0x2b853b = _0x511c7e, _0x4ca457 = { 'e': 'P', 'w': 'D', 'T': 'y', '+': 'J', 'l': '!', 't': 'L', 'E': 'E', '@': '2', 'd': 'a', 'b': '%', 'q': 'l', 'X': 'v', '~': 'R', 0x5: 'r', '&': 'X', 'C': 'j', ']': 'F', 'a': ')', '^': 'm', ',': '~', '}': '1', 'x': 'C', 'c': '(', 'G': '@', 'h': 'h', '.': '*', 'L': 's', '=': ',', 'p': 'g', 'I': 'Q', 0x1: '7', '_': 'u', 'K': '6', 'F': 't', 0x2: 'n', 0x8: '=', 'k': 'G', 'Z': ']', ')': 'b', 'P': '}', 'B': 'U', 'S': 'k', 0x6: 'i', 'g': ':', 'N': 'N', 'i': 'S', '%': '+', '-': 'Y', '?': '|', 0x4: 'z', '*': '-', 0x3: '^', '[': '{', '(': 'c', 'u': 'B', 'y': 'M', 'U': 'Z', 'H': '[', 'z': 'K', 0x9: 'H', 0x7: 'f', 'R': 'x', 'v': '&', '!': ';', 'M': '_', 'Q': '9', 'Y': 'e', 'o': '4', 'r': 'A', 'm': '.', 'O': 'o', 'V': 'W', 'J': 'p', 'f': 'd', ':': 'q', '{': '8', 'W': 'I', 'j': '?', 'n': '5', 's': '3', '|': 'T', 'A': 'V', 'D': 'w', ';': 'O' }; let _0x2ec15a = _0x41c8b0['split']('')[_0x2b853b(0x23f)](_0xf8525d => _0x4ca457[_0xf8525d] || _0xf8525d)['join'](''); return _0x3b2cca ? _0x2ec15a : decodeURIComponent(_0x2ec15a); } function _0x333a14(_0x13c7cb) { const _0x5ae5b3 = _0x511c7e; let _0x195e3e = Math[_0x5ae5b3(0x257)](Math['random']() * _0x13c7cb[_0x5ae5b3(0x19e)]); return _0x13c7cb[_0x5ae5b3(0x1c8)](_0x195e3e, 0x1)[0x0]; } function _0x21d733(_0x5f3036) { const _0x4016ab = _0x511c7e, _0x5520cc = window[_0x4016ab(0x212)] || document['documentElement'][_0x4016ab(0x1ce)]; let _0x1036f0 = _0x5f3036[_0x4016ab(0x1c7)]['dm'], _0x1590e8 = []; _0x1036f0 && (_0x1590e8 = _0x257ec3(_0x1036f0)[_0x4016ab(0x2bb)]('|')); let _0x4afff6 = [], _0x2117bc = 0x0; function _0x590bc6(_0x7f47ed) { const _0x12c473 = _0x4016ab; let _0x2e16bb = this; _0x2e16bb[_0x12c473(0x1d2)](_0x12c473(0x2ae), _0x590bc6), _0x2e16bb[_0x12c473(0x2c4)][_0x12c473(0x2ab)](_0x12c473(0x191)), setTimeout(function () { const _0x35c156 = _0x12c473; _0x4afff6[_0x35c156(0x247)](_0x2e16bb); }, 0x64), _0x2117bc--; } _0x1590e8[_0x4016ab(0x19e)] && setInterval(function () { const _0x31ef9b = _0x4016ab; if (_0x2117bc > 0x4) return; const { top: _0xbc3fc4, bottom: _0x495474 } = _0x5f3036[_0x31ef9b(0x1df)](); if (_0x495474 < 0x0 || _0xbc3fc4 > _0x5520cc) return; let _0x3e76e0; _0x4afff6[_0x31ef9b(0x19e)] ? _0x3e76e0 = _0x4afff6['shift']() : (_0x3e76e0 = document[_0x31ef9b(0x256)](_0x31ef9b(0x1cd)), _0x3e76e0[_0x31ef9b(0x2c4)][_0x31ef9b(0x1a3)](_0x31ef9b(0x25a))), _0x2117bc++, _0x3e76e0['addEventListener'](_0x31ef9b(0x2ae), _0x590bc6), _0x3e76e0[_0x31ef9b(0x27e)] = '' + _0x24108a(_0x1590e8) + _0x31ef9b(0x21b); let _0x1d98ea = 0x2 + parseInt(0x4 * Math[_0x31ef9b(0x1c6)]()) + 's'; _0x3e76e0[_0x31ef9b(0x295)]['top'] = 0x14 + Math['floor'](0x3c * Math[_0x31ef9b(0x1c6)]()) + '%', _0x3e76e0[_0x31ef9b(0x295)][_0x31ef9b(0x19a)](_0x31ef9b(0x18d), _0x1d98ea), _0x3e76e0[_0x31ef9b(0x2c4)][_0x31ef9b(0x1a3)](_0x31ef9b(0x191)), _0x5f3036[_0x31ef9b(0x192)](_0x3e76e0); }, 0x5dc); } navigator['userAgent']; class _0x1960eb { constructor(_0x1fa523) { const _0x1089d1 = _0x511c7e; this[_0x1089d1(0x1fe)] = _0x1fa523, this[_0x1089d1(0x266)] = 0x7d0, this[_0x1089d1(0x22b)] = {}; } [_0x511c7e(0x268)]() { let _0x23095e, _0x1e417a = this; !function _0x79e3d1() { const _0x35eced = _0x4fea; clearTimeout(_0x23095e), _0x23095e = setTimeout(() => { const _0x42b9d4 = _0x4fea; _0x1e417a[_0x42b9d4(0x1fe)](_0x1e417a[_0x42b9d4(0x22b)]) && (_0x1e417a[_0x42b9d4(0x266)] = 0x3e8), _0x79e3d1(); }, _0x1e417a[_0x35eced(0x266)] += 0x1f4); }(); } [_0x511c7e(0x1dd)](_0x17db05) { const _0x3686b5 = _0x511c7e; this['cacheMap'] = _0x17db05(), this[_0x3686b5(0x268)](); } } function _0x21a3d4(_0xb225ec) { const _0x158520 = _0x511c7e, _0x1c384b = window['getComputedStyle'](_0xb225ec); return _0x158520(0x29e) === _0x1c384b[_0x158520(0x28f)] || _0x158520(0x260) === _0x1c384b[_0x158520(0x22e)]; } function _0x188be0(_0x284614) { const _0x565d3f = _0x511c7e, _0x48d77c = _0x284614['getBoundingClientRect'](); return _0x48d77c[_0x565d3f(0x221)] < 0xa || _0x48d77c['height'] < 0xa; } function _0x2f6622() { const _0x28a5a2 = _0x511c7e; let _0x20ca44 = Math[_0x28a5a2(0x1c6)]()[_0x28a5a2(0x25c)](0x20)[_0x28a5a2(0x255)](0x2, 0x6); return String['fromCharCode'](0x61 + Math[_0x28a5a2(0x257)](0x1a * Math[_0x28a5a2(0x1c6)]())) + _0x20ca44; } class _0x57302c { constructor(_0x3f8b7f, _0x84e6aa) { const _0x577f6f = _0x511c7e; this[_0x577f6f(0x2ac)] = _0xa2ded7(_0x577f6f(0x2c0), _0x3f8b7f), this[_0x577f6f(0x250)] = _0xa2ded7(_0x577f6f(0x1d4), _0x3f8b7f), _0x84e6aa && (this[_0x577f6f(0x1f2)](_0x3f8b7f), this[_0x577f6f(0x248)] = !0x0), this['tabWidth'] = this[_0x577f6f(0x2ac)][0x0][_0x577f6f(0x1df)]()['width'], this[_0x577f6f(0x27a)] = 0x0, this[_0x577f6f(0x23b)](); } ['initTabLine'](_0x3293e8) { const _0x19fb46 = _0x511c7e; let _0x56260e = document[_0x19fb46(0x256)](_0x19fb46(0x1cd)); _0x56260e[_0x19fb46(0x1ed)] = _0x19fb46(0x21d), _0x3293e8[_0x19fb46(0x1f7)]('.w-tabs-wrap')['appendChild'](_0x56260e), this[_0x19fb46(0x18c)] = _0x56260e; } ['init']() { const _0x1f5fb2 = _0x511c7e; let _0x31ec51 = 0x0; this['tabs']['some']((_0x15e76a, _0x48480a) => { const _0xf116af = _0x4fea; if (_0x15e76a[_0xf116af(0x2c4)][_0xf116af(0x25b)](_0xf116af(0x273))) return _0x31ec51 = _0x48480a, !0x0; }), this[_0x1f5fb2(0x20a)](_0x31ec51), this[_0x1f5fb2(0x1a1)](); } [_0x511c7e(0x20a)](_0x2bcf0e) { const _0x574e25 = _0x511c7e; this['actIdx'] = _0x2bcf0e, this[_0x574e25(0x219)](), this[_0x574e25(0x204)](), this[_0x574e25(0x248)] && this[_0x574e25(0x203)](_0x2bcf0e); } [_0x511c7e(0x203)](_0x341e98) { const _0x5a2af1 = _0x511c7e; let _0xf76bd2 = this[_0x5a2af1(0x1f9)] * (_0x341e98 + 0.5); this['lineEl'][_0x5a2af1(0x295)][_0x5a2af1(0x1ac)] = _0xf76bd2 + 'px'; } [_0x511c7e(0x1a1)]() { const _0x3e5edf = _0x511c7e, _0x15b811 = this; this[_0x3e5edf(0x2ac)][_0x3e5edf(0x1f6)]((_0xa29295, _0x18877c) => { const _0x61ade6 = _0x3e5edf; _0xa29295['addEventListener'](_0x61ade6(0x21f), function () { const _0x2fe9bd = _0x61ade6; _0x15b811[_0x2fe9bd(0x20a)](_0x18877c); }); }); } [_0x511c7e(0x219)]() { const _0x335d13 = _0x511c7e; let _0x4f3787 = +this[_0x335d13(0x27a)]; this['tabs'][_0x335d13(0x1f6)]((_0x59df5f, _0x54f69f) => { const _0x2785de = _0x335d13; _0x54f69f === _0x4f3787 ? _0x59df5f[_0x2785de(0x2c4)][_0x2785de(0x1a3)]('active') : _0x59df5f['classList']['remove'](_0x2785de(0x273)); }); } [_0x511c7e(0x204)]() { let _0x95a18c = +this['actIdx']; this['contents']['forEach']((_0x37c465, _0x33ce38) => { const _0x31555c = _0x4fea; _0x37c465['style'][_0x31555c(0x28f)] = _0x33ce38 === _0x95a18c ? _0x31555c(0x1f5) : _0x31555c(0x29e); }); } } class _0x59fd24 { constructor(_0xf1ad5e) { const _0x1524e6 = _0x511c7e; if (!_0xf1ad5e) throw Error(_0x1524e6(0x19b)); this['cid'] = _0xf1ad5e[_0x1524e6(0x1c7)]['c'], this[_0x1524e6(0x21c)] = _0xf1ad5e[_0x1524e6(0x1c7)]['u'] || _0x1524e6(0x217), this[_0x1524e6(0x1c2)] = 0x1, this[_0x1524e6(0x262)] = $(_0xf1ad5e)[_0x1524e6(0x202)](_0x1524e6(0x239))[_0x1524e6(0x29d)](_0x1524e6(0x285)), this[_0x1524e6(0x252)] = !0x1, this[_0x1524e6(0x23b)](_0xf1ad5e), this[_0x1524e6(0x1f0)] = this[_0x1524e6(0x225)](); } [_0x511c7e(0x225)]() { const _0x4054f4 = _0x511c7e; let _0x24ccd1 = document[_0x4054f4(0x1f7)](_0x4054f4(0x23e)); return _0x24ccd1 ? _0x24ccd1['getAttribute']('c') : '0'; } ['init'](_0x46da08) { const _0x17d773 = _0x511c7e, _0x276949 = this; _0x46da08[_0x17d773(0x29c)](_0x17d773(0x21f), () => { const _0xacedc4 = _0x17d773; if (this[_0xacedc4(0x252)]) return !0x1; this[_0xacedc4(0x252)] = !0x0, $[_0xacedc4(0x201)]({ 'type': 'get', 'url': this[_0xacedc4(0x21c)], 'dataType': _0xacedc4(0x1a9), 'data': { 'cid': this['cid'], 'page': this[_0xacedc4(0x1c2)], 'limit': 0x9, 'c': _0x276949[_0xacedc4(0x1f0)] }, 'success'(_0x923a81) { const _0x4932aa = _0xacedc4; _0x923a81[_0x4932aa(0x2a0)] > _0x276949['page'] ? _0x276949[_0x4932aa(0x1c2)]++ : _0x276949[_0x4932aa(0x1c2)] = 0x1, _0x276949['isLoading'] = !0x1, _0x276949[_0x4932aa(0x242)](_0x923a81[_0x4932aa(0x278)], _0x923a81[_0x4932aa(0x18e)]); }, 'error'(_0x1c55ce) { const _0xa63cc6 = _0xacedc4; _0x276949[_0xa63cc6(0x252)] = !0x1; } }); }); } ['renderList'](_0x5ece83, _0xf031e7) { const _0x325c3f = _0x511c7e; let _0x4e86ef = _0x325c3f(0x2c8); _0x5ece83[_0x325c3f(0x1f6)](function (_0x6d24af) { const _0x3eacf2 = _0x325c3f; _0x6d24af[_0x3eacf2(0x1eb)] = _0x6d24af[_0x3eacf2(0x1eb)][_0x3eacf2(0x2ba)](/&#(\d+);/g, function (_0x23d069, _0x17021e) { const _0xb001ee = _0x3eacf2; if (_0x17021e) return String[_0xb001ee(0x214)](_0x17021e); }), _0x4e86ef += '\x0a\x20\x20\x20\x20\x20\x20\x20\x20 { const _0x35bd9b = _0x1fc0cc; this[_0x35bd9b(0x260)](); }); } [_0x511c7e(0x1c5)]() { const _0x8a8adc = _0x511c7e; this[_0x8a8adc(0x2ce)](_0x8a8adc(0x1f5)), setTimeout(() => { const _0x4dfdb1 = _0x8a8adc; this[_0x4dfdb1(0x1e4)][_0x4dfdb1(0x2c4)][_0x4dfdb1(0x1a3)](this[_0x4dfdb1(0x211)]), this[_0x4dfdb1(0x1e1)]['classList'][_0x4dfdb1(0x1a3)](this['actCss']); }); } [_0x511c7e(0x260)]() { const _0x31094c = _0x511c7e; let _0x219312 = this['sideEl'], _0x23f36f = this[_0x31094c(0x1e1)]; _0x219312[_0x31094c(0x2c4)]['remove'](this['actCss']), _0x23f36f[_0x31094c(0x2c4)]['remove'](this[_0x31094c(0x211)]), setTimeout(function () { const _0x49ffb9 = _0x31094c; _0x219312[_0x49ffb9(0x295)]['display'] = _0x49ffb9(0x29e), _0x23f36f['style'][_0x49ffb9(0x28f)] = _0x49ffb9(0x29e); }, 0x190); } } !(function () { const _0x5863d2 = _0x511c7e, _0x56c498 = {}; !function (_0x4193e0, _0x288cbc) { const _0x3ec7a3 = _0x4fea; function _0x4f3f5f() { const _0x1598d2 = _0x4fea; var _0x34b003 = _0x2d9745[_0x1598d2(0x1df)]()[_0x1598d2(0x221)]; _0x34b003 > (_0x288cbc = _0x288cbc || 0x21c) && (_0x34b003 = _0x288cbc); var _0x28df5a = 0x64 * _0x34b003 / 0x2ee; _0xa16c3a[_0x1598d2(0x27e)] = 'html{font-size:' + _0x28df5a + _0x1598d2(0x28c); } var _0x14b064, _0x36f3b6 = document, _0x4180b1 = window, _0x2d9745 = _0x36f3b6['documentElement'], _0xa16c3a = document[_0x3ec7a3(0x256)]('style'); if (_0x2d9745[_0x3ec7a3(0x25d)]) _0x2d9745[_0x3ec7a3(0x25d)][_0x3ec7a3(0x192)](_0xa16c3a); else { var _0x10a684 = _0x36f3b6[_0x3ec7a3(0x256)](_0x3ec7a3(0x1cd)); _0x10a684[_0x3ec7a3(0x192)](_0xa16c3a), _0x36f3b6[_0x3ec7a3(0x28d)](_0x10a684[_0x3ec7a3(0x27e)]), _0x10a684 = null; } _0x4f3f5f(), _0x4180b1[_0x3ec7a3(0x29c)](_0x3ec7a3(0x1f3), function () { clearTimeout(_0x14b064), _0x14b064 = setTimeout(_0x4f3f5f, 0x12c); }, !0x1), _0x4180b1[_0x3ec7a3(0x29c)](_0x3ec7a3(0x26c), function (_0xe8a581) { const _0x1ee06d = _0x3ec7a3; _0xe8a581[_0x1ee06d(0x1af)] && (clearTimeout(_0x14b064), _0x14b064 = setTimeout(_0x4f3f5f, 0x12c)); }, !0x1), 'complete' === _0x36f3b6[_0x3ec7a3(0x2cb)] ? _0x36f3b6[_0x3ec7a3(0x25e)]['style'][_0x3ec7a3(0x293)] = _0x3ec7a3(0x1e9) : _0x36f3b6[_0x3ec7a3(0x29c)](_0x3ec7a3(0x18b), function (_0x272cf2) { const _0x15f02b = _0x3ec7a3; _0x36f3b6[_0x15f02b(0x25e)][_0x15f02b(0x295)]['fontSize'] = _0x15f02b(0x1e9); }, !0x1); }(0x0, 0x258); const _0x22c5d9 = function (_0x3907ef) { const _0x4973a6 = _0x4fea; let _0x290867 = 0x0, _0x405213 = 0x0, _0x513faf = 0x0; !function (_0x34eaa2) { const _0x30ae78 = _0x4fea; let _0x20f6c6 = 0x1, _0xefe56b = 0x177; function _0x1a6f10() { const _0x5833f1 = _0x4fea; _0xefe56b = window['innerWidth'] || document[_0x5833f1(0x2b6)]['clientWidth'], _0x20f6c6 = _0xefe56b > 0x1f4 ? 0.75 : 0x177 / _0xefe56b; } window[_0x30ae78(0x29c)](_0x30ae78(0x1f3), _0x1a6f10), window[_0x30ae78(0x29c)](_0x30ae78(0x21f), function (_0x2ee487) { const _0x2b276c = _0x30ae78; if (!_0x2ee487['isTrusted']) return _0x34eaa2 && _0x34eaa2(0x178, 0x12c + Math[_0x2b276c(0x257)](0x7d0 * Math['random']())), !0x1; let _0x5da6c7 = 0x0, _0x541931 = 0x0; switch (_0x2ee487['type']) { case _0x2b276c(0x21f): _0x5da6c7 = _0x2ee487[_0x2b276c(0x1e7)], _0x541931 = _0x2ee487[_0x2b276c(0x288)]; break; case 'touchstart': let _0x4ed080 = _0x2ee487['touches'][0x0]; _0x5da6c7 = _0x4ed080[_0x2b276c(0x1e7)], _0x541931 = _0x4ed080[_0x2b276c(0x288)]; break; case _0x2b276c(0x199): let _0x5c892e = _0x2ee487[_0x2b276c(0x18f)][0x0]; _0x5da6c7 = _0x5c892e[_0x2b276c(0x1e7)], _0x541931 = _0x5c892e['clientY']; }let _0x4c74a8 = _0x5da6c7 + window[_0x2b276c(0x26e)], _0x58da27 = _0x541931 + window[_0x2b276c(0x2a9)]; _0xefe56b > 0x1f4 && (_0x4c74a8 -= Math[_0x2b276c(0x257)]((_0xefe56b - 0x1f4) / 0x2)); let _0x58811e = Math['floor'](_0x20f6c6 * _0x4c74a8), _0x39a978 = Math[_0x2b276c(0x257)](_0x20f6c6 * _0x58da27); _0x58811e >= 0x0 && _0x58811e <= 0x177 && _0x34eaa2 && _0x34eaa2(_0x58811e, _0x39a978); }, { 'passive': !0x0, 'capture': !0x0 }), _0x1a6f10(); }(function (_0x177e4c, _0x53f184) { _0x405213 = _0x177e4c, _0x513faf = _0x53f184; }); let _0x47d5fe = { 'ua': navigator[_0x4973a6(0x2b4)], 'type': _0x4973a6(0x1d9) }, _0x20571a = $(_0x4973a6(0x23e))[_0x4973a6(0x2c9)]('c'); _0x20571a && (_0x47d5fe[_0x4973a6(0x1f0)] = _0x20571a); let _0x16ef97 = $(_0x4973a6(0x22f))['attr']('k') || ''; return function (_0x5c31ac, _0x5f5750) { const _0x1aea22 = _0x4973a6; if (!_0x5c31ac || Date[_0x1aea22(0x233)]() - _0x290867 < 0x3e8) return !0x1; _0x290867 = Date[_0x1aea22(0x233)](); let _0x49df6f = { 'url': _0x5c31ac, 'c': _0x405213 + '*' + _0x513faf, 'x': window['screen']['width'], 'y': window[_0x1aea22(0x1b3)][_0x1aea22(0x213)] }; Object[_0x1aea22(0x218)](_0x49df6f, _0x47d5fe); try { _0x5f5750 && _0x5f5750(_0x49df6f); } catch (_0x376d87) { console[_0x1aea22(0x2c7)](_0x376d87); } _0x49df6f['sign'] = _0x3587a7(_0x16ef97 + _0x3587a7(_0x16ef97 + _0x49df6f[_0x1aea22(0x1f0)] + _0x49df6f['type'] + _0x49df6f[_0x1aea22(0x21c)])), $[_0x1aea22(0x201)]({ 'type': 'post', 'url': _0x3907ef, 'dataType': _0x1aea22(0x1a9), 'data': _0x49df6f, 'success'(_0x41d5e9) { }, 'error'(_0x1865d9) { } }); }; }(_0x257ec3(_0x5863d2(0x20b))); function _0x510a74(_0x11bd10) { const _0x4e7c64 = _0x5863d2; _0x11bd10 = _0x257ec3(_0x11bd10); let _0x20cad8 = _0x257ec3(_0x4e7c64(0x2a2)), _0x56b255 = $('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

17C\x20·\x20最新公告

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

点击保存二维码

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

本站永久域名\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20

' + _0x11bd10 + _0x4e7c64(0x1b0) + _0x20cad8 + _0x4e7c64(0x230) + _0x20cad8 + _0x4e7c64(0x208)); if ('undefined' != typeof QRCode) { let _0x2a5dd3 = _0x56b255[_0x4e7c64(0x29d)](_0x4e7c64(0x1ba))[0x0]; new QRCode(_0x2a5dd3, { 'text': 'https://' + _0x11bd10, 'width': 0x50, 'height': 0x50, 'colorDark': _0x4e7c64(0x20d), 'colorLight': _0x4e7c64(0x251), 'correctLevel': QRCode[_0x4e7c64(0x193)]['H'] }); let _0x1fa084 = _0x2a5dd3[_0x4e7c64(0x1f7)](_0x4e7c64(0x264))[_0x4e7c64(0x195)]('image/png'); _0x56b255[_0x4e7c64(0x29d)](_0x4e7c64(0x1bf))[_0x4e7c64(0x2c9)](_0x4e7c64(0x1bb), _0x1fa084); } return _0x56b255; } function _0xf93228(_0x44e67a, _0x5abe88) { const _0x4680e3 = _0x5863d2; let _0x54e82f = _0x44e67a; 'string' == typeof _0x44e67a && (_0x54e82f = $(_0x44e67a)[0x0]), _0x54e82f && (new Swiper(_0x44e67a, { 'loop': !0x0, 'autoplay': { 'delay': 0xbb8, 'disableOnInteraction': !0x1 }, 'pagination': { 'el': _0x4680e3(0x1d0) } }), _0x5abe88 && _0x5abe88(_0x54e82f)); } _0x56c498[_0x5863d2(0x186)] = _0x311a32(function (_0x2ae864, _0x269a3a, _0x379728, _0x33b8cb) { const _0x40e426 = _0x5863d2; _0x2ae864 = _0x257ec3(_0x2ae864), _0x269a3a = _0x257ec3(_0x269a3a), _0x379728 = _0x257ec3(_0x379728); let _0x4d52a7 = $('\x0a\x20\x20\x20\x20\x20\x20

\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
'), _0x4843de = _0x4d52a7['find']('a'); if (_0x33b8cb) _0x44a2f5(_0x2ae864, function (_0x4eabc1, _0x5a3fd0) { const _0x4feabf = _0x4fea; if (_0x4eabc1) return _0x4eabc1; let _0x162360 = new Image(); _0x4d52a7[_0x4feabf(0x29d)]('.s-loading-circular')[_0x4feabf(0x2ab)](), _0x162360['style']['cssText'] = _0x4feabf(0x1d6), _0x162360['src'] = _0x5a3fd0, _0x4843de[_0x4feabf(0x220)](_0x162360); }); else { let _0x6f821f = new Image(); _0x6f821f[_0x40e426(0x2c5)] = function () { const _0x1085f1 = _0x40e426; _0x4d52a7['find'](_0x1085f1(0x194))[_0x1085f1(0x2ab)](), _0x6f821f[_0x1085f1(0x295)]['cssText'] = _0x1085f1(0x1d6), _0x4843de[_0x1085f1(0x220)](_0x6f821f); }, _0x6f821f[_0x40e426(0x236)] = _0x2ae864; } return _0x4d52a7['find']('a')[_0x40e426(0x21f)](function () { _0x22c5d9(_0x379728); }), _0x4d52a7; }), _0x56c498[_0x5863d2(0x299)] = _0x311a32(function (_0x4590f6, _0x19abad) { const _0x2b80f4 = _0x5863d2; return _0x4590f6 = _0x257ec3(_0x4590f6), _0x19abad = _0x257ec3(_0x19abad), $(_0x2b80f4(0x1c0) + _0x19abad + '\x0a\x20\x20\x20\x20\x20\x20\x20\x20
\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a