From c28527cb210e740e17222d2343b8a7a54c37f246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:14:24 +0800 Subject: [PATCH] update 2023-03-07 23:14:24 --- baidupcs-web/Makefile | 98 ++++++++++++------- chinadns-ng/Makefile | 12 +-- homeproxy/Makefile | 2 +- .../resources/view/homeproxy/client.js | 4 +- .../resources/view/homeproxy/server.js | 6 ++ .../homeproxy/scripts/generate_sing-box.uc | 3 +- luci-app-quickstart/Makefile | 2 +- .../root/www/luci-static/quickstart/index.js | 6 +- .../root/www/luci-static/quickstart/style.css | 2 +- .../root/www/luci-static/quickstart/vendor.js | 2 +- quickstart/Makefile | 4 +- 11 files changed, 88 insertions(+), 53 deletions(-) diff --git a/baidupcs-web/Makefile b/baidupcs-web/Makefile index 4dfdf9ff7..27adb1130 100644 --- a/baidupcs-web/Makefile +++ b/baidupcs-web/Makefile @@ -1,55 +1,85 @@ -# SPDX-License-Identifier: GPL-3.0-only # -# Copyright (C) 2022 ImmortalWrt.org +# Copyright (C) 2019 OpenWrt.org +# +# KFERMercer +# +# This is free software, licensed under the GNU General Public License v3. +# include $(TOPDIR)/rules.mk PKG_NAME:=baidupcs-web -PKG_VERSION:=3.7.4-nnew -PKG_RELEASE:=$(AUTORELEASE) - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/Erope/BaiduPCS-Go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=6efd1c5e4cf5cf876204bed246c70ea0212ad078d4eb7703d7f1179b39551d1d -PKG_BUILD_DIR:=$(BUILD_DIR)/BaiduPCS-Go-$(PKG_VERSION) - -PKG_LICENSE:=Apache-2.0 -PKG_LICENSE_FILES:=LICENSE - -PKG_BUILD_DEPENDS:=golang/host go-rice/host -PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 - -GO_PKG:=github.com/Erope/BaiduPCS-Go -GO_PKG_LDFLAGS_X:=main.Version=v$(PKG_VERSION) +PKG_VERSION:=3.7.1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk -include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk define Package/baidupcs-web SECTION:=net CATEGORY:=Network - SUBMENU:=Download Manager - TITLE:=A web controller for BaiduPCS-Go - URL:=https://github.com/Erope/BaiduPCS-Go - DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle + TITLE:=BaiduPCS-Web is a web controller for BaiduPCS-Go + URL:=https://github.com/Erope/baidupcs-web +endef + +define Package/$(PKG_NAME)/description +BaiduPCS-Web is a web controller for BaiduPCS-Go +endef + +# 禁止OpenWrt对二进制文件进行strip +STRIP:=true + +ifeq ($(ARCH),i386) + PKG_ARCH_BAIDUPCS-WEB:=386 +endif + +ifeq ($(ARCH),x86_64) + PKG_ARCH_BAIDUPCS-WEB:=amd64 +endif + +ifeq ($(ARCH),mipsel) + PKG_ARCH_BAIDUPCS-WEB:=mipsle +endif + +ifeq ($(ARCH),mips) + PKG_ARCH_BAIDUPCS-WEB:=mipsle +endif + +ifeq ($(ARCH),arm) +ifeq ($(BOARD),bcm53xx) + PKG_ARCH_BAIDUPCS-WEB:=armv5 +else ifeq ($(BOARD),kirkwood) + PKG_ARCH_BAIDUPCS-WEB:=armv5 +else + PKG_ARCH_BAIDUPCS-WEB:=armv7 +endif +endif + +ifeq ($(ARCH),aarch64) + PKG_ARCH_BAIDUPCS-WEB:=arm64 +endif + +PKG_SOURCE:=BaiduPCS-Go-v$(PKG_VERSION)-linux-$(PKG_ARCH_BAIDUPCS-WEB).zip +PKG_SOURCE_URL:=https://github.com/coolsnowwolf/baidupcs-web/raw/master/ + +UNZIP_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)-unzip + +PKG_HASH:=skip + +define Build/Prepare + mkdir -vp $(UNZIP_DIR) + unzip -od $(UNZIP_DIR) $(DL_DIR)/$(PKG_SOURCE) +endef + +define Build/Configure endef define Build/Compile - ( \ - pushd "$(PKG_BUILD_DIR)/internal/pcsweb" ; \ - rice embed-go ; \ - popd ; \ - $(call GoPackage/Build/Compile) ; \ - ) endef define Package/baidupcs-web/install - $(call GoPackage/Package/Install/Bin,$(PKG_INSTALL_DIR)) - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/BaiduPCS-Go $(1)/usr/bin/baidupcs-web + $(INSTALL_BIN) $(UNZIP_DIR)/*/BaiduPCS-Go $(1)/usr/bin/baidupcs-web + chmod 755 $(1)/usr/bin/baidupcs-web endef -$(eval $(call GoBinPackage,baidupcs-web)) $(eval $(call BuildPackage,baidupcs-web)) diff --git a/chinadns-ng/Makefile b/chinadns-ng/Makefile index 5e1f66ca8..7b062a77d 100644 --- a/chinadns-ng/Makefile +++ b/chinadns-ng/Makefile @@ -1,18 +1,16 @@ # SPDX-License-Identifier: GPL-3.0-only # -# Copyright (C) 2021 ImmortalWrt.org +# Copyright (C) 2023 ImmortalWrt.org include $(TOPDIR)/rules.mk PKG_NAME:=chinadns-ng -PKG_VERSION:=2023.03.22 +PKG_VERSION:=2023.03.06 PKG_RELEASE:=1 -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/zfl9/chinadns-ng.git -PKG_SOURCE_DATE:=2023.03.02 -PKG_SOURCE_VERSION:=a2ceae6b3530217e3339fb502d30daac7315b83e -PKG_MIRROR_HASH:=skip +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/zfl9/chinadns-ng/tar.gz/$(PKG_VERSION)? +PKG_HASH:=skip PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE diff --git a/homeproxy/Makefile b/homeproxy/Makefile index 1dd5db561..d117da28d 100644 --- a/homeproxy/Makefile +++ b/homeproxy/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-homeproxy -PKG_VERSION:=1.0-usertesting-0222 +PKG_VERSION:=usertesting-0337 LUCI_TITLE:=The modern ImmortalWrt proxy platform for ARM64/AMD64 LUCI_PKGARCH:=all diff --git a/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js b/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js index fdb1b1d9a..e112ce8bc 100644 --- a/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js @@ -127,8 +127,8 @@ return view.extend({ var proxy_nodes = {}; uci.sections(data[0], 'node', (res) => { proxy_nodes[res['.name']] = - String.format('[%s] %s', res.type, res.label || (stubValidator.apply('ip6addr', res.address || '') ? - String.format('[%s]', res.address) : res.address) + ':' + res.port); + String.format('[%s] %s', res.type, res.label || (stubValidator.apply('ip6addr', res.address || '') ? + String.format('[%s]', res.address) : res.address) + ':' + res.port); }); s = m.section(form.NamedSection, 'config', 'homeproxy'); diff --git a/homeproxy/htdocs/luci-static/resources/view/homeproxy/server.js b/homeproxy/htdocs/luci-static/resources/view/homeproxy/server.js index 44ff45a85..779dd9f38 100644 --- a/homeproxy/htdocs/luci-static/resources/view/homeproxy/server.js +++ b/homeproxy/htdocs/luci-static/resources/view/homeproxy/server.js @@ -202,6 +202,12 @@ return view.extend({ o.validate = hp.validateUUID; o.modalonly = true; + o = s.option(form.ListValue, 'vless_flow', _('Flow')); + o.value('', _('None')); + o.value('xtls-rprx-vision'); + o.depends('type', 'vless'); + o.modalonly = true; + o = s.option(form.Value, 'vmess_alterid', _('Alter ID'), _('Legacy protocol support (VMess MD5 Authentication) is provided for compatibility purposes only, use of alterId > 1 is not recommended.')); o.datatype = 'uinteger'; diff --git a/homeproxy/root/etc/homeproxy/scripts/generate_sing-box.uc b/homeproxy/root/etc/homeproxy/scripts/generate_sing-box.uc index 5484c7cd5..020a9aebb 100755 --- a/homeproxy/root/etc/homeproxy/scripts/generate_sing-box.uc +++ b/homeproxy/root/etc/homeproxy/scripts/generate_sing-box.uc @@ -481,8 +481,9 @@ if (server_enabled === '1') auth: (cfg.hysteria_auth_type === 'base64') ? cfg.hysteria_auth_payload : null, auth_str: (cfg.hysteria_auth_type === 'string') ? cfg.hysteria_auth_payload : null, - /* VMess */ + /* VLESS / VMess */ uuid: cfg.uuid, + flow: cfg.vless_flow, alterId: strToInt(cfg.vmess_alterid) } ] : null, diff --git a/luci-app-quickstart/Makefile b/luci-app-quickstart/Makefile index e99ee4f97..dd203e3f7 100644 --- a/luci-app-quickstart/Makefile +++ b/luci-app-quickstart/Makefile @@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for quickstart LUCI_DEPENDS:=+quickstart +luci-app-store LUCI_PKGARCH:=all -PKG_VERSION:=0.6.8-1 +PKG_VERSION:=0.6.9-1 # PKG_RELEASE MUST be empty for luci.mk PKG_RELEASE:= diff --git a/luci-app-quickstart/root/www/luci-static/quickstart/index.js b/luci-app-quickstart/root/www/luci-static/quickstart/index.js index 82e6fd89e..37ad7aa3c 100644 --- a/luci-app-quickstart/root/www/luci-static/quickstart/index.js +++ b/luci-app-quickstart/root/www/luci-static/quickstart/index.js @@ -1,3 +1,3 @@ -var pa=Object.defineProperty,fa=Object.defineProperties;var ma=Object.getOwnPropertyDescriptors;var Ie=Object.getOwnPropertySymbols;var ba=Object.prototype.hasOwnProperty,va=Object.prototype.propertyIsEnumerable;var he=(e,a,o)=>a in e?pa(e,a,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[a]=o,W=(e,a)=>{for(var o in a||(a={}))ba.call(a,o)&&he(e,o,a[o]);if(Ie)for(var o of Ie(a))va.call(a,o)&&he(e,o,a[o]);return e},K=(e,a)=>fa(e,ma(a));var ga=(e,a)=>()=>(a||e((a={exports:{}}).exports,a),a.exports);var Zt=(e,a,o)=>(he(e,typeof a!="symbol"?a+"":a,o),o);var T=(e,a,o)=>new Promise((n,s)=>{var f=d=>{try{p(o.next(d))}catch(c){s(c)}},m=d=>{try{p(o.throw(d))}catch(c){s(c)}},p=d=>d.done?n(d.value):Promise.resolve(d.value).then(f,m);p((o=o.apply(e,a)).next())});import{d as Qt,a as P,c as G,u as k,o as i,b as r,e as t,t as g,n as Ot,f as C,r as Q,g as A,h as st,i as St,j as M,w as q,k as zt,l as _a,m as y,p as Dt,q as qt,s as ha,v as xa,x as ka,y as wa,z as ya,A as Fa,B as Ea,C as ot,T as _t,D as O,E as N,F as J,G as L,H as S,I as Z,J as j,K as V,L as Ca,M as nt,N as kt,O as U,P as Nt,Q as pt,R as de,S as we,U as $a,V as Da,W as ue,X as Ba,Y as Ya,Z as Aa,_ as Sa}from"./vendor.js?v=ecba491a";var py=ga(Kt=>{const za=function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))n(s);new MutationObserver(s=>{for(const f of s)if(f.type==="childList")for(const m of f.addedNodes)m.tagName==="LINK"&&m.rel==="modulepreload"&&n(m)}).observe(document,{childList:!0,subtree:!0});function o(s){const f={};return s.integrity&&(f.integrity=s.integrity),s.referrerpolicy&&(f.referrerPolicy=s.referrerpolicy),s.crossorigin==="use-credentials"?f.credentials="include":s.crossorigin==="anonymous"?f.credentials="omit":f.credentials="same-origin",f}function n(s){if(s.ep)return;s.ep=!0;const f=o(s);fetch(s.href,f)}};za();const Pa=(e,a)=>T(Kt,null,function*(){return new Promise((o,n)=>T(Kt,null,function*(){try{const s=yield fetch(e,a);if(Math.floor(s.status/100)!=2)throw s.status+" "+s.statusText;const f=W({},s);f.data=yield s.json(),o(f)}catch(s){const f=s;n("\u7F51\u7EDC\u5F02\u5E38\uFF1A"+((f==null?void 0:f.message)||s))}}))});class ye{constructor(a){Zt(this,"config",{baseURL:"",headers:{}});Zt(this,"useRequest",a=>a);Zt(this,"useResponse",a=>a);Zt(this,"useError",a=>a);a.baseURL&&(this.config.baseURL=a.baseURL),a.headers&&(this.config.headers=a.headers)}static create(a){return new ye(a)}Do(a,o){return T(this,null,function*(){return new Promise((n,s)=>T(this,null,function*(){try{const f=this.useRequest({baseURL:this.config.baseURL,headers:this.config.headers});a=`${f.baseURL||""}${a}`,o.headers==null&&(o.headers={}),f.headers&&(o.headers=W({},f.headers));const p=yield fetch(a,o),d=W({},p);d.data=yield p.json(),n(this.useResponse(d))}catch(f){this.useError(f),s(f)}}))})}TEXT(a,o){return T(this,null,function*(){return new Promise((n,s)=>T(this,null,function*(){try{const f=this.useRequest({baseURL:this.config.baseURL,headers:this.config.headers});a=`${f.baseURL||""}${a}`,o.headers==null&&(o.headers={}),f.headers&&(o.headers=W({},f.headers));const p=yield fetch(a,o),d=W({},p);d.data=yield p.text(),n(d)}catch(f){this.useError(f),s(f)}}))})}interceptors(){const a=this;return{requset:{use(o){a.useRequest=o}},response:{use(o,n){a.useResponse=o,n&&(a.useError=n)}}}}}const Ge=ye.create({});Ge.interceptors().requset.use(e=>e);Ge.interceptors().response.use(e=>(e.data&&e.data.success==null&&e.data.success==0,e));const Ta="/cgi-bin/luci/istore";let Le=!1;const I=(e,a)=>(e.indexOf("//")==-1&&(e=`${Ta}${e}`),Pa(e,a).then(o=>(o!=null&&o.data&&o.data.success==-1001&&o.data.error=="Forbidden"&&(Le||(Le=!0,alert("\u767B\u5F55\u8FC7\u671F\uFF0C\u8BF7\u91CD\u65B0\u767B\u5F55"),location.reload())),o))),Ia={Statistics:{GET(){return I("/network/statistics/",{method:"GET"})}},Status:{GET(){return I("/network/status/",{method:"GET"})}},Device:{List:{GET(){return I("/network/device/list/",{method:"GET"})}}},Homebox:{Enable:{POST(){return I("/network/homebox/enable/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},CheckPublickNet:{POST(e){return I("/network/checkPublicNet/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetInterfaceConfig:{GET(){return I("/network/interface/config/",{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"}})}},POSTInterfaceConfig:{POST(e){return I("/network/interface/config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},PortList:{GET(){return I("/network/port/list/",{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},La={Version:{GET(){return I("/system/version/",{method:"GET"})}},CheckUpdate:{GET(){return I("/system/check-update/",{method:"GET"})}},Reboot:{POST(e){return I("/system/reboot/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Status:{GET(){return I("/system/status/",{method:"GET"})}}},Ma={Disk:{Status:{GET(){return I("/nas/disk/status/",{method:"GET"})}},Erase:{POST(e){return I("/nas/disk/erase",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Init:{POST:e=>I("/nas/disk/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},InitRest:{POST:e=>I("/nas/disk/initrest/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Partition:{Format:{POST:e=>I("/nas/disk/partition/format",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Mount:{POST:e=>I("/nas/disk/partition/mount",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Service:{Status:{GET(){return I("/nas/service/status/",{method:"GET"})}}},Samba:{Create:{POST(e){return I("/nas/samba/create",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Webdav:{Create:{POST(e){return I("/nas/webdav/create",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Status:{GET(){return I("/nas/webdav/status/",{method:"GET"})}}},Linkease:{Enable:{POST(){return I("/nas/linkease/enable",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},Sandbox:{POST(e){return I("/nas/sandbox/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetSandbox:{GET(){return I("/nas/sandbox/",{method:"GET"})}},SandboxDisks:{GET(){return I("/nas/sandbox/disks/",{method:"GET"})}},SandboxCommit:{POST(){return I("/nas/sandbox/commit/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify({})})}},SandboxReset:{POST(){return I("/nas/sandbox/reset/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}},SandboxExit:{POST(){return I("/nas/sandbox/exit/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},Oa={Check:{POST(e){return I("/app/check/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Install:{POST(e){return I("/app/install/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Na={Pppoe:{GET(){return I("/guide/pppoe/",{method:"GET"})},POST(e){return I("/guide/pppoe/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DnsConfig:{GET(){return I("/guide/dns-config/",{method:"GET"})},POST(e){return I("/guide/dns-config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DhcpClient:{POST(e){return I("/guide/dhcp-client/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},ClientModel:{GET(){return I("/guide/client-mode/",{method:"GET"})},POST(e){return I("/guide/client-mode/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GatewayRouter:{POST(e){return I("/guide/gateway-router/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DockerStatus:{GET(){return I("/guide/docker/status/",{method:"GET"})}},DockerPartitionList:{GET(){return I("/guide/docker/partition/list/",{method:"GET"})}},DockerTransfer:{POST(e){return I("/guide/docker/transfer/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DockerSwitch:{POST(e){return I("/guide/docker/switch/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DownloadService:{Status:{GET(){return I("/guide/download-service/status/",{method:"GET"})}}},DownloadPartition:{List:{GET(){return I("/guide/download/partition/list/",{method:"GET"})}}},Aria2Init:{POST(e){return I("/guide/aria2/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},qbitorrentInit:{POST(e){return I("/guide/qbittorrent/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},transmissionInit:{POST(e){return I("/guide/transmission/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetLan:{GET(){return I("/guide/lan/",{method:"GET"})}},LanIp:{POST(e){return I("/guide/lan/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},SoftSource:{POST(e){return I("/guide/soft-source/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetSoftSource:{GET(){return I("/guide/soft-source/",{method:"GET"})}},SoftSourceList:{GET(){return I("/guide/soft-source/list/",{method:"GET"})}},PostDdns:{POST(e){return I("/guide/ddns/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetDdns:{GET(){return I("/guide/ddns/",{method:"GET"})}},Ddnsto:{POST(e){return I("/guide/ddnsto/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DdntoConfig:{GET(){return I("/guide/ddnsto/config/",{method:"GET"})}},DdnstoAddress:{POST(e){return I("/guide/ddnsto/address/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},qa={Create:{POST(e){return I("/raid/create/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Delete:{POST(e){return I("/raid/delete/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Add:{POST(e){return I("/raid/add/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Remove:{POST(e){return I("/raid/remove/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Recover:{POST(e){return I("/raid/recover/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Detail:{POST(e){return I("/raid/detail/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},List:{GET(){return I("/raid/list/",{method:"GET"})}},CreateList:{GET(){return I("/raid/create/list/",{method:"GET"})}},Autofix:{GET(){return I("/raid/autofix/",{method:"GET"})}}},ja={Log:{GET(){return I("/smart/log/",{method:"GET"})}},List:{GET(){return I("/smart/list/",{method:"GET"})}},Config:{GET(){return I("/smart/config/",{method:"GET"})},POST(e){return I("/smart/config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Test:{POST(e){return I("/smart/test/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Result:{POST(e){return I("/smart/test/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Attribute:{Result:{POST(e){return I("/smart/attribute/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Extend:{Result:{POST(e){return I("/smart/extend/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}}};var Ra=Object.freeze(Object.defineProperty({__proto__:null,Network:Ia,System:La,Nas:Ma,App:Oa,Guide:Na,Raid:qa,Smart:ja},Symbol.toStringTag,{value:"Module"})),z=W({},Ra);const Ve=Qt("app",{state:()=>({portitemStyle:{show:!1,left:0,top:0,portitem:{name:"",macAddress:"",linkSpeed:"",linkState:"",rx_packets:"",tx_packets:"",interfaceNames:[],master:"",duplex:""}}})});Qt("guide",{});const Ue=Qt("nas",{state:()=>({webdav:{}})}),We=Qt("network",{state:()=>({status:{},statistics:{},deviceList:{}}),getters:{},actions:{updateNetworkStatus(e){this.status=e},requestNetworkStatistics(){return T(this,null,function*(){try{const e=yield z.Network.Statistics.GET();e!=null&&e.data&&e.data.result&&(this.statistics=e.data.result)}catch(e){console.log(e)}})},requestDeviceList(){z.Network.Device.List.GET().then(e=>{if(e!=null&&e.data){const{result:a}=e==null?void 0:e.data;a&&(this.deviceList=a)}})},incrTime(){this.status.uptimeStamp&&this.status.uptimeStamp++}}}),Fe=Qt("system",{state:()=>({version:{},checkUpdate:null,systemStatus:{}}),getters:{},actions:{incrTime(){var e;(e=this.systemStatus)!=null&&e.uptime&&this.systemStatus.uptime++},requestVersion(){z.System.Version.GET().then(e=>{var a;(a=e==null?void 0:e.data)!=null&&a.result&&(this.version=e.data.result)})},requestCheckUpdate(){z.System.CheckUpdate.GET().then(e=>{var a;(a=e==null?void 0:e.data)!=null&&a.result&&(this.checkUpdate=e.data.result)})},updateSystemStatus(e){this.systemStatus=e}}});let Me=!1;const Ga=()=>{if(Me)return;Me=!0;let e=!0,a=!0;const o=We(),n=Fe(),s=function(){return z.System.Status.GET().then(m=>{m!=null&&m.data.result&&n.updateSystemStatus(m.data.result)}).then(()=>{setTimeout(s,5e3),e&&(setInterval(()=>{n.incrTime()},1e3),e=!1)})},f=function(){return z.Network.Status.GET().then(m=>{if(m!=null&&m.data){const{result:p}=m==null?void 0:m.data;p&&o.updateNetworkStatus(p)}}).then(()=>{setTimeout(f,5e3),a&&(setInterval(()=>{o.incrTime()},1e3),a=!1)})};f(),o.requestDeviceList(),setTimeout(()=>{n.requestCheckUpdate()},2e3),setTimeout(()=>{n.requestVersion(),s()},4e3)};var Y=(e,a)=>{const o=e.__vccOpts||e;for(const[n,s]of a)o[n]=s;return o};const Va=P({setup(e){const a=Ve(),o=G(()=>a.portitemStyle.portitem),n=G(()=>a.portitemStyle.show),s=G(()=>({bottom:`calc(100% - ${a.portitemStyle.top}px)`,left:`${a.portitemStyle.left}px`})),f=d=>{switch(d){case"full":return"\u5168\u53CC\u5DE5";case"half":return"\u534A\u53CC\u5DE5"}},m=d=>{a.portitemStyle.show=!0},p=d=>{a.portitemStyle.show=!1};return(d,c)=>k(n)?(i(),r("div",{key:0,class:"disk-item-tooltip",style:Ot(k(s)),onMouseenter:m,onMouseleave:p},[t("div",null,g(f(k(o).duplex)),1),t("div",null,"\u540D\u79F0\uFF1A"+g(k(o).name||"--"),1),t("div",null,"MAC\uFF1A"+g(k(o).macAddress||"--"),1),t("div",null,"\u63A5\u6536\uFF1A"+g(k(o).rx_packets||"--"),1),t("div",null,"\u53D1\u9001\uFF1A"+g(k(o).tx_packets||"--"),1)],36)):C("",!0)}});var Ua=Y(Va,[["__scopeId","data-v-57f1326f"]]);const Wa={id:"main"},Za=P({setup(e){return(a,o)=>{const n=Q("router-view");return i(),r("div",Wa,[A(n),A(Ua)])}}});var Ha=Y(Za,[["__scopeId","data-v-9bc295c2"]]);const Ja={},Xa={t:"1640593669834",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"54870",width:"128",height:"128"},Ka=t("path",{d:"M148.7872 57.4464h177.152c64.9216 0 118.0672 53.1456 118.0672 118.0672v295.2192H148.7872C83.8656 470.7328 30.72 417.5872 30.72 352.5632v-177.152C30.72 110.592 83.8656 57.4464 148.7872 57.4464z m0 531.3536h295.2192v295.2192c0 64.9216-53.1456 118.0672-118.0672 118.0672h-177.152C83.8656 1001.984 30.72 948.9408 30.72 883.9168v-177.152C30.72 641.9456 83.8656 588.8 148.7872 588.8z m0 0M768.7168 559.2064L562.0736 346.7264c-23.6544-17.7152-35.4304-53.1456-35.4304-82.6368s11.776-59.0848 35.4304-82.6368L686.08 57.4464C733.2864 10.24 810.0864 10.24 851.3536 57.4464l124.0064 124.0064c23.6544 23.6544 35.4304 53.1456 35.4304 82.6368s-11.776 59.0848-35.4304 82.6368L768.7168 559.2064z m0-478.208c-17.7152 0-29.4912 5.9392-41.3696 17.7152l-123.904 124.0064c-11.776 11.776-17.7152 23.6544-17.7152 41.3696s5.9392 29.4912 17.7152 41.3696l165.2736 165.2736 165.2736-165.2736c11.776-11.776 17.7152-23.6544 17.7152-41.3696s-5.9392-29.4912-17.7152-41.3696L809.984 98.7136c-11.776-11.776-23.552-17.7152-41.2672-17.7152z m0 0","p-id":"54871"},null,-1),Qa=t("path",{d:"M562.0736 588.8h295.2192c64.9216 0 118.0672 53.1456 118.0672 118.0672v177.152c0 64.9216-53.1456 118.0672-118.0672 118.0672h-177.152c-64.9216 0-118.0672-53.1456-118.0672-118.0672V588.8z m0 0","p-id":"54872"},null,-1),to=[Ka,Qa];function eo(e,a){return i(),r("svg",Xa,to)}var ao=Y(Ja,[["render",eo]]);const oo={},no={t:"1640598743438",class:"icon",viewBox:"0 0 1036 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"65341",width:"128",height:"128"},io=t("path",{d:"M984.177778 432.355556l-45.511111 0c-22.755556 0-45.511111-17.066667-51.2-39.822222l-28.444444-68.266667C847.644444 312.888889 853.333333 284.444444 870.4 267.377778l34.133333-34.133333c17.066667-17.066667 17.066667-39.822222 0-56.888889l-56.888889-56.888889c-17.066667-17.066667-39.822222-17.066667-56.888889 0l-34.133333 34.133333C739.555556 170.666667 711.111111 176.355556 694.044444 164.977778L625.777778 136.533333c-22.755556-5.688889-39.822222-28.444444-39.822222-51.2L585.955556 39.822222c0-22.755556-17.066667-39.822222-39.822222-39.822222L472.177778 0C449.422222 0 432.355556 17.066667 432.355556 39.822222l0 45.511111c0 22.755556-17.066667 45.511111-39.822222 51.2L329.955556 164.977778C312.888889 176.355556 284.444444 170.666667 267.377778 153.6L233.244444 119.466667c-17.066667-17.066667-39.822222-17.066667-56.888889 0l-56.888889 56.888889c-17.066667 17.066667-17.066667 39.822222 0 56.888889l34.133333 34.133333C170.666667 284.444444 176.355556 312.888889 164.977778 329.955556L136.533333 398.222222C130.844444 415.288889 108.088889 432.355556 85.333333 432.355556l-45.511111 0C17.066667 432.355556 0 449.422222 0 472.177778l0 79.644444c0 22.755556 17.066667 39.822222 39.822222 39.822222l45.511111 0c22.755556 0 45.511111 17.066667 51.2 39.822222l28.444444 68.266667C176.355556 711.111111 170.666667 739.555556 153.6 756.622222l-34.133333 34.133333c-17.066667 17.066667-17.066667 39.822222 0 56.888889l56.888889 56.888889c17.066667 17.066667 39.822222 17.066667 56.888889 0l34.133333-34.133333C284.444444 853.333333 312.888889 847.644444 329.955556 859.022222L398.222222 887.466667c22.755556 5.688889 39.822222 28.444444 39.822222 51.2l0 45.511111c0 22.755556 17.066667 39.822222 39.822222 39.822222l79.644444 0c22.755556 0 39.822222-17.066667 39.822222-39.822222l0-45.511111c0-22.755556 17.066667-45.511111 39.822222-51.2l68.266667-28.444444c17.066667-11.377778 45.511111-5.688889 62.577778 11.377778l34.133333 34.133333c17.066667 17.066667 39.822222 17.066667 56.888889 0l56.888889-56.888889c17.066667-17.066667 17.066667-39.822222 0-56.888889l-34.133333-34.133333c-17.066667-17.066667-17.066667-45.511111-11.377778-62.577778l28.444444-68.266667c5.688889-22.755556 28.444444-39.822222 51.2-39.822222l45.511111 0c22.755556 0 39.822222-17.066667 39.822222-39.822222L1035.377778 472.177778C1024 449.422222 1006.933333 432.355556 984.177778 432.355556L984.177778 432.355556zM711.111111 512c0 108.088889-91.022222 199.111111-199.111111 199.111111-108.088889 0-199.111111-85.333333-199.111111-199.111111 0-108.088889 85.333333-199.111111 199.111111-199.111111C620.088889 312.888889 711.111111 403.911111 711.111111 512L711.111111 512zM711.111111 512","p-id":"65342"},null,-1),ro=[io];function so(e,a){return i(),r("svg",no,ro)}var uo=Y(oo,[["render",so]]);const lo={},co={t:"1640599890701",class:"icon",viewBox:"0 0 1565 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"76947",width:"128",height:"128"},po=t("path",{d:"M1206.477959 299.331595c-27.357038 0-53.867311 3.354494-79.465683 9.151581C1078.518669 130.792698 916.428217 0 723.365689 0 492.068443 0 304.575027 187.493416 304.575027 418.790662c0 16.055976 1.074741 31.786273 2.865975 47.386299-9.184149-0.911901-18.400865-1.40042-27.812989-1.40042C125.191018 464.743973 0 589.934991 0 744.371987c0 154.469563 125.191018 279.628013 279.595446 279.628013 59.990077 0 221.233764 0 394.527575 0l0-302.295274L496.986197 721.704726l285.457668-339.031868 285.457668 339.031868-177.136823 0 0 302.295274c139.748871 0 262.204185 0 315.71325 0 197.947713 0 358.40977-168.34349 358.40977-366.291203S1404.425673 299.331595 1206.477959 299.331595z","p-id":"76948"},null,-1),fo=[po];function mo(e,a){return i(),r("svg",co,fo)}var bo=Y(lo,[["render",mo]]);const vo={},go={t:"1640599792937",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"68605",width:"128",height:"128"},_o=t("path",{d:"M512 825.6c-211.2 0-377.6-57.6-377.6-128l0 0L134.4 896l0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0 0-204.8 0 0C889.6 768 723.2 825.6 512 825.6L512 825.6z","p-id":"68606"},null,-1),ho=t("path",{d:"M512 544c-211.2 0-377.6-57.6-377.6-128l0 0 0 204.8 0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0L889.6 416l0 0C889.6 486.4 723.2 544 512 544L512 544z","p-id":"68607"},null,-1),xo=t("path",{d:"M889.6 128 889.6 128c0-70.4-166.4-128-377.6-128C300.8 0 134.4 57.6 134.4 128l0 0 0 0 0 204.8 0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0L889.6 128 889.6 128 889.6 128zM512 217.6c-153.6 0-281.6-44.8-281.6-96 0-51.2 128-96 281.6-96 153.6 0 281.6 44.8 281.6 96C793.6 179.2 665.6 217.6 512 217.6L512 217.6z","p-id":"68608"},null,-1),ko=[_o,ho,xo];function wo(e,a){return i(),r("svg",go,ko)}var yo=Y(vo,[["render",wo]]);const Fo={},Eo={t:"1640575557247",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4211",width:"128",height:"128"},Co=t("path",{d:"M560 800l-10.464-416h-75.072L464 800h96z m-14.144-493.984c9.44-9.312 14.144-20.672 14.144-34.016 0-13.6-4.704-24.992-14.144-34.208A46.784 46.784 0 0 0 512 224c-13.12 0-24.448 4.608-33.856 13.792A45.856 45.856 0 0 0 464 272c0 13.344 4.704 24.704 14.144 34.016 9.408 9.312 20.704 13.984 33.856 13.984 13.12 0 24.448-4.672 33.856-13.984zM512 32C246.912 32 32 246.912 32 512c0 265.088 214.912 480 480 480 265.088 0 480-214.912 480-480 0-265.088-214.912-480-480-480z m0 64c229.76 0 416 186.24 416 416s-186.24 416-416 416S96 741.76 96 512 282.24 96 512 96z","p-id":"4212"},null,-1),$o=[Co];function Do(e,a){return i(),r("svg",Eo,$o)}var Bo=Y(Fo,[["render",Do]]);const Yo={},Ao={t:"1640681742480",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"80687",width:"128",height:"128"},So=t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"80688"},null,-1),zo=t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"80689"},null,-1),Po=t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"80690"},null,-1),To=t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"80691"},null,-1),Io=t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"80692"},null,-1),Lo=t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"80693"},null,-1),Mo=t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"80694"},null,-1),Oo=t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"80695"},null,-1),No=t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"80696"},null,-1),qo=t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"80697"},null,-1),jo=t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80698"},null,-1),Ro=t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"80699"},null,-1),Go=t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80700"},null,-1),Vo=t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"80701"},null,-1),Uo=t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80702"},null,-1),Wo=t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"80703"},null,-1),Zo=t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"80704"},null,-1),Ho=t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"80705"},null,-1),Jo=t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"80706"},null,-1),Xo=[So,zo,Po,To,Io,Lo,Mo,Oo,No,qo,jo,Ro,Go,Vo,Uo,Wo,Zo,Ho,Jo];function Ko(e,a){return i(),r("svg",Ao,Xo)}var Qo=Y(Yo,[["render",Ko]]);const tn={},en={t:"1640775712185",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2996",width:"128",height:"128"},an=t("path",{d:"M894.185422 128.023792 129.814578 445.743994 445.99982 577.744353 571.860343 893.929596Z","p-id":"2997"},null,-1),on=[an];function nn(e,a){return i(),r("svg",en,on)}var rn=Y(tn,[["render",nn]]);const sn={class:"progress"},dn=P({props:{value:{type:Number,required:!0},text:{type:String}},setup(e){const a=e,o=G(()=>a.value>=80?"#e45e5e":a.value>=70?"#ff9800":a.value>=60?"#297ff3":a.value>0?"#53c31b":"");return(n,s)=>(i(),r("div",sn,[t("div",{class:st(["progress-value",`${e.value>50}`]),style:Ot({width:`${e.value}%`,backgroundColor:k(o)})},[t("span",null,g(e.text),1)],6),St(n.$slots,"default",{},void 0,!0)]))}});var Ze=Y(dn,[["__scopeId","data-v-733828e1"]]);const un={},ln={t:"1641369474206",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7685",width:"128",height:"128"},cn=t("path",{d:"M757.76 637.44l-218.88 245.76c-14.72 16.64-40.32 16.64-54.4 0L265.6 637.44C244.48 613.76 261.12 576 293.12 576l437.76 0C762.24 576 779.52 613.76 757.76 637.44z","p-id":"7686"},null,-1),pn=[cn];function fn(e,a){return i(),r("svg",ln,pn)}var mn=Y(un,[["render",fn]]);const bn={},vn={t:"1641369492518",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7831",width:"128",height:"128"},gn=t("path",{d:"M758.4 385.92 539.52 140.16c-14.72-16.64-40.32-16.64-54.4 0L266.24 385.92C244.48 409.6 261.76 448 293.12 448l437.76 0C762.88 448 779.52 409.6 758.4 385.92z","p-id":"7832"},null,-1),_n=[gn];function hn(e,a){return i(),r("svg",vn,_n)}var xn=Y(bn,[["render",hn]]);const kn={};function wn(e,a){return i(),r("article",null,[St(e.$slots,"default",{},void 0,!0)])}var yn=Y(kn,[["render",wn],["__scopeId","data-v-bd286d4e"]]);const Fn={class:"cover"},En={class:"thumbnail"},Cn=P({emits:["click"],setup(e,{emit:a}){const o=()=>{a("click")};return(n,s)=>(i(),M(yn,null,{default:q(()=>[t("a",{onClick:o},[t("div",Fn,[t("div",En,[St(n.$slots,"default",{},void 0,!0)])])])]),_:3}))}});var $n=Y(Cn,[["__scopeId","data-v-123deb20"]]);const Dn={t:"1631799919469",class:"icon",viewBox:"0 0 1047 1047",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3453",width:"128",height:"128"},Bn=P({props:{size:{type:[Number,String],default:50},color:{type:String,default:"#fff"}},setup(e){const a=o=>{if(o==null)return;if(typeof o=="number")return o+"px";const n=o.toString();return parseInt(n)+""==n?n+"px":n};return(o,n)=>(i(),r("div",{class:"loading",style:Ot({width:a(e.size),height:a(e.size)})},[(i(),r("svg",Dn,[t("path",{d:"M522.695111 1.991111c-26.339556 0.170667-47.416889 21.475556-47.672889 48.753778-0.284444 26.453333-0.056889 52.963556-0.056889 79.445333 0 27.249778-0.369778 54.528 0.113778 81.777778 0.483556 27.050667 22.016 47.132444 49.351111 46.904889a47.786667 47.786667 0 0 0 47.729778-47.445333c0.284444-53.76 0.284444-107.52-0.028444-161.251556-0.170667-27.676444-21.902222-48.355556-49.436445-48.184889m-195.896889 88.092445c-8.334222-14.222222-21.646222-21.276444-38.314666-21.333334-35.128889 0-56.576 36.949333-38.968889 68.152889a11616.995556 11616.995556 0 0 0 78.961777 137.614222 44.942222 44.942222 0 0 0 61.838223 16.896c21.304889-12.202667 29.667556-38.968889 17.379555-60.871111-26.453333-47.104-53.560889-93.866667-80.896-140.458666m-228.693333 234.524444c44.316444 25.799111 88.746667 51.342222 133.176889 76.970667 6.712889 3.896889 13.681778 6.912 21.703111 6.428444 20.138667 0.142222 35.953778-11.946667 41.301333-31.573333 5.006222-18.261333-2.673778-36.721778-20.224-46.990222-44.629333-26.026667-89.372444-51.882667-134.115555-77.710223-22.528-12.999111-47.815111-7.025778-59.818667 13.909334-12.231111 21.248-4.977778 45.624889 17.948444 58.965333m34.161778 235.975111c26.396444 0 52.821333 0.199111 79.217778-0.085333 23.409778-0.256 39.139556-16.412444 38.798222-39.139556-0.341333-21.617778-16.924444-37.347556-39.594666-37.376-51.655111-0.056889-103.310222-0.056889-154.965334 0.028445-24.177778 0.056889-40.704 15.985778-40.561778 38.684444 0.142222 22.186667 16.583111 37.745778 40.192 37.859556 25.656889 0.142222 51.285333 0.028444 76.913778 0m151.722667 100.238222a34.247111 34.247111 0 0 0-46.876445-12.942222 13764.778667 13764.778667 0 0 0-139.008 80.583111c-11.093333 6.485333-16.327111 16.867556-16.497777 25.372444 0.085333 30.549333 27.249778 47.957333 50.403555 35.072 47.160889-26.197333 93.724444-53.475556 140.145778-80.924444 17.180444-10.154667 21.504-30.378667 11.832889-47.160889m91.875555 101.660444c-14.250667-4.067556-27.619556 1.422222-35.84 15.644445a24375.466667 24375.466667 0 0 0-77.312 134.485333c-10.012444 17.550222-5.859556 35.669333 9.784889 45.027556 16.014222 9.557333 34.247111 4.039111 44.714667-13.994667 25.543111-44.088889 50.915556-88.263111 76.373333-132.352 3.299556-5.745778 5.688889-11.690667 5.745778-14.933333 0-17.834667-9.272889-29.866667-23.466667-33.877334m147.456 44.288c-16.384 0.085333-27.306667 11.918222-27.448888 30.151111-0.142222 25.372444-0.028444 50.716444-0.028445 76.060445h-0.085333c0 26.112-0.113778 52.252444 0.056889 78.364444 0.113778 18.261333 11.064889 30.065778 27.448889 30.208 16.952889 0.142222 28.046222-11.832889 28.103111-30.748444 0.113778-51.086222 0.142222-102.172444 0.056889-153.258667 0-18.773333-11.207111-30.862222-28.103112-30.776889m177.208889-26.112c-7.509333-12.8-21.902222-16.014222-33.792-8.874666a23.722667 23.722667 0 0 0-8.533333 32.995555c26.282667 46.279111 52.906667 92.330667 79.644444 138.353778 4.494222 7.765333 11.633778 11.946667 20.906667 11.804444 18.545778-0.142222 30.520889-19.342222 21.219556-35.868444-26.026667-46.392889-52.650667-92.444444-79.473778-138.410667m239.957333-41.187555c-45.283556-26.254222-90.595556-52.48-135.964444-78.648889-4.693333-2.702222-9.728-4.323556-15.36-2.958222-9.102222 2.247111-14.933333 8.049778-16.497778 17.095111-1.877333 10.894222 3.84 18.204444 12.885333 23.438222 29.809778 17.180444 59.562667 34.417778 89.344 51.598222 15.217778 8.789333 30.236444 17.976889 45.738667 26.225778 14.677333 7.793778 31.061333-2.048 31.061333-18.033778-0.056889-8.448-4.096-14.592-11.207111-18.716444m48.867556-234.638222c-24.888889-0.085333-49.749333 0-74.609778 0v-0.085334c-25.258667 0-50.517333-0.056889-75.776 0.028445-13.425778 0.056889-20.963556 6.343111-21.162667 17.294222-0.199111 11.150222 7.082667 17.521778 20.679111 17.550222 50.488889 0.113778 100.977778 0.142222 151.495112 0.085333 13.368889 0 21.191111-6.485333 21.390222-17.152 0.227556-10.808889-8.106667-17.664-22.016-17.720888m-187.960889-127.146667c45.084444-26.026667 90.140444-52.110222 135.168-78.222222 4.864-2.844444 8.248889-6.855111 8.135111-12.942223-0.142222-11.036444-11.207111-17.436444-21.504-11.548444-45.511111 26.055111-90.851556 52.394667-136.135111 78.819556-7.68 4.494222-10.524444 11.52-5.575111 19.569777 4.835556 7.850667 12.088889 8.817778 19.911111 4.323556m-122.311111-115.114667c5.205333-0.256 8.220444-3.413333 10.609778-7.651555 4.920889-8.647111 10.040889-17.208889 14.990222-25.827556 20.48-35.555556 40.931556-71.025778 61.297778-106.609778 5.091556-8.874667 3.015111-16.668444-4.778667-18.517333-7.68-1.848889-10.894222 3.697778-14.051556 9.159111l-68.778666 119.495111c-2.844444 4.977778-6.030222 9.870222-8.305778 15.104-3.128889 7.196444 1.678222 14.648889 9.045333 14.848","p-id":"3454",style:Ot({fill:e.color})},null,4)]))],4))}});var Yn=Y(Bn,[["__scopeId","data-v-0a8a31e2"]]);const An={},Sn={t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},zn=t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""},null,-1),Pn=[zn];function Tn(e,a){return i(),r("svg",Sn,Pn)}var In=Y(An,[["render",Tn]]);const Ln={},Mn={width:"128",height:"128",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},On=zt('',1),Nn=[On];function qn(e,a){return i(),r("svg",Mn,Nn)}var jn=Y(Ln,[["render",qn]]),He={install:e=>{e.component("icon-loading",Yn),e.component("icon-success",In),e.component("icon-error",jn)}};const Rn=e=>{},Gn=()=>new Date().getTime(),Vn=e=>{if(e<1e3)return`${e} B`;let o=1e3,n=0;for(let m=e/1e3;m>=1e3;m/=1e3)o*=1e3,n++;let s=[" KB"," MB"," GB"," TB"," PB"," EB"];return(e/100/(o/100)).toFixed(1)+s[n]},Un=e=>{if(e==null)return 0;if(e<1e4)return e;let o=parseInt(`${e/1e4}`),n=e%1e4;return`${o}\u4E07${n}`},Wn=e=>{if(e)try{var a=new Date(e),o=a.getHours(),n=a.getMinutes(),s=a.getSeconds();return o<10&&(o=`0${o}`),n<10&&(n=`0${n}`),s<10&&(s=`0${s}`),`${o}:${n}:${s}`}catch(f){}return""},Zn=e=>{if(e){let a=Math.floor(e/86400),o=Math.floor(e/3600)%24,n=Math.floor(e/60)%60,s=e%60;return a+"\u5929"+o+"\u5C0F\u65F6"+(n<10?"0"+n:n)+"\u5206"+(s<10?"0"+s:s)+"\u79D2"}},Hn=e=>/^\d+\.\d+\.\d+\.\d+$/.test(e),Jn=e=>e.length<3?"\u7528\u6237\u540D\u592A\u77ED":e.toLowerCase()!=e?"\u7528\u6237\u540D\u53EA\u80FD\u4E3A\u5C0F\u5199":new RegExp("^\\d").exec(e)?"\u7528\u6237\u540D\u4E0D\u80FD\u4EE5\u6570\u5B57\u5F00\u5934":new RegExp("^_").exec(e)?"\u7528\u6237\u540D\u4E0D\u80FD\u4EE5_\u5F00\u5934":new RegExp("^[a-z0-9_]+$").exec(e)?!0:"\u975E\u6CD5\u7684\u7528\u6237\u540D",Xn=(e,a)=>{let o=!0,n=null;const s=()=>{n=null,o&&e().finally(()=>{o&&(n=setTimeout(s,a))})};return n=setTimeout(s,0),()=>{o=!1,n!=null&&clearTimeout(n)}};var Kn=Object.freeze(Object.defineProperty({__proto__:null,formatDate:Rn,UnixDate:Gn,byteToSize:Vn,numberToSum:Un,dateForm:Wn,stampForm:Zn,checkIsIP:Hn,checkSmabaUserName:Jn,easyInterval:Xn},Symbol.toStringTag,{value:"Module"})),wt=W({},Kn);const Qn={class:"flow"},ti={class:"flow-data"},ei={key:0},ai={key:1},oi=P({setup(e){_a([ha,xa,ka,wa,ya,Fa]);const a=y(),o=h=>{var _;const v=(_=a.value)==null?void 0:_[h];return!v||v.startTime==0?"":d(v.startTime*1e3)+"-"+d(v.endTime*1e3)},n=G(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(_=>{h.push({value:_.uploadSpeed})}),h}),s=G(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(_=>{h.push({value:_.downloadSpeed})}),h}),f=G(()=>{var v;let h="";if(a.value){let _=((v=a.value)==null?void 0:v.length)||0;if(_>0){let x=a.value[_-1];h=c(x.uploadSpeed)+"/s"}}return h}),m=G(()=>{var v;let h="";if(a.value){let _=((v=a.value)==null?void 0:v.length)||0;if(_>0){let x=a.value[_-1];h=c(x.downloadSpeed)+"/s"}}return h});G(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(_=>{h.push({value:_.downloadSpeed+_.uploadSpeed})}),h});const p=()=>T(this,null,function*(){var h;try{const v=yield z.Network.Statistics.GET();if(v.data&&(h=v.data.result)!=null&&h.items){const _=v.data.result.slots||10;if(v.data.result.items.length<_){let x=v.data.result.items;for(;x.length<_;)x=[{downloadSpeed:0,endTime:0,startTime:0,uploadSpeed:0}].concat(x);a.value=x}else v.data.result.items.length>_?a.value=v.data.result.items.slice(_-v.data.result.items.length):a.value=v.data.result.items}}catch(v){console.log(v)}}),d=wt.dateForm,c=wt.byteToSize,u=y();let l=null;const b=h=>(l=Ea(h,"dark"),l.setOption({animation:!1,backgroundColor:"transparent",color:["transparent","transparent"],tooltip:{trigger:"axis",formatter:v=>{if(Array.isArray(v)){let _="";v.length>0&&(_=o(v[0].axisValue));for(let x=0;x${v[x].seriesName}: ${c(v[x].value)}/s`;return _.toString()}else{const _=v;return`${o(_.axisValue)}
${_.seriesName}: ${c(_.value)}/s`}}},xAxis:{type:"category",boundaryGap:!1,splitLine:{lineStyle:{color:["#999"]},show:!1},name:"",show:!1,nameGap:0,nameTextStyle:{height:0,lineHeight:0,padding:0}},title:{text:"\u6D41\u91CF\u7EDF\u8BA1",textStyle:{fontSize:12,color:"rgba(0, 0, 0, 0.6)"},top:"10px",left:"10px"},yAxis:{type:"value",name:"",minInterval:1e4,interval:1e3,axisLabel:{formatter:function(v,_){return`${c(v)}/s`},color:"#fff",show:!1},nameTextStyle:{color:"#fff"},splitLine:{lineStyle:{color:["#999"]},show:!1}},series:[{name:"\u4E0B\u8F7D",data:s.value,type:"line",smooth:!0,areaStyle:{color:{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"rgba(32, 199, 247, 1)"},{offset:1,color:"rgba(32, 199, 247, 0.1)"}],global:!1}}},{name:"\u4E0A\u4F20",data:n.value,type:"line",smooth:!0,areaStyle:{color:{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"rgba(85, 58, 254, 1)"},{offset:1,color:"rgba(85, 58, 254, 0.1)"}],global:!1}}}],legend:{padding:0,align:"right",top:"10px",selected:{\u4E0A\u4F20:!0,\u4E0B\u8F7D:!0},textStyle:{color:"rgba(0, 0, 0, 0.6)"},itemStyle:{color:"#5e72e4"},lineStyle:{color:"#333"}},grid:{left:"2%",right:"2%",bottom:"0%",top:"10%",containLabel:!0}}),l);return Dt(()=>{setTimeout(()=>T(this,null,function*(){if(u.value){yield p();const h=b(u.value),v=u.value;h.resize({width:v.clientWidth,height:v.clientHeight}),window.addEventListener("resize",()=>{h.resize({width:v.clientWidth,height:v.clientHeight})});const _=()=>T(this,null,function*(){l!=null&&(yield p(),l!=null&&(h.setOption({series:[{name:"\u4E0B\u8F7D",data:s.value,type:"line",areaStyle:{},smooth:!0},{name:"\u4E0A\u4F20",data:n.value,type:"line",areaStyle:{},smooth:!0}]}),setTimeout(_,5e3)))});setTimeout(_,5e3)}}),1e3)}),qt(()=>{l!=null&&(l.dispose(),l=null)}),(h,v)=>(i(),r("div",Qn,[t("div",{ref_key:"el",ref:u,class:"echart"},null,512),t("div",ti,[k(f)?(i(),r("span",ei,"\u4E0A\u4F20: "+g(k(f)),1)):C("",!0),k(m)?(i(),r("span",ai,"\u4E0B\u8F7D: "+g(k(m)),1)):C("",!0)])]))}});var ni=Y(oi,[["__scopeId","data-v-54a7c83e"]]);const ii={},ri={t:"1649668202191",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2338","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"28px",height:"28px"},si=t("path",{d:"M288 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2339",fill:"#666"},null,-1),di=t("path",{d:"M512 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2340",fill:"#666"},null,-1),ui=t("path",{d:"M736 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2341",fill:"#666"},null,-1),li=[si,di,ui];function ci(e,a){return i(),r("svg",ri,li)}var $t=Y(ii,[["render",ci]]);let ie=0;const pi={props:{type:String,message:String|Function,Close:Function,countdown:Number},data(){return{show:!1,remain:0}},mounted(){if(window.setTimeout(()=>{this.show=!0},0),this.countdown){this.remain=this.countdown;const e=()=>{this.show&&this.remain>0&&(this.remain=this.remain-1,ie=window.setTimeout(e,1e3))};ie=window.setTimeout(e,1e3)}},computed:{Message(){return this.message+(this.countdown?" "+this.remain+"s":"")}},methods:{Stop(){this.type!="loading"&&(this.show=!1,ie!=0&&clearTimeout(ie),this.Close())}}},le=e=>(O("data-v-6935a479"),e=e(),N(),e),fi={key:0,class:"loading icon"},mi=le(()=>t("svg",{t:"1631799919469",class:"icon",viewBox:"0 0 1047 1047",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3453",width:"128",height:"128"},[t("path",{d:"M522.695111 1.991111c-26.339556 0.170667-47.416889 21.475556-47.672889 48.753778-0.284444 26.453333-0.056889 52.963556-0.056889 79.445333 0 27.249778-0.369778 54.528 0.113778 81.777778 0.483556 27.050667 22.016 47.132444 49.351111 46.904889a47.786667 47.786667 0 0 0 47.729778-47.445333c0.284444-53.76 0.284444-107.52-0.028444-161.251556-0.170667-27.676444-21.902222-48.355556-49.436445-48.184889m-195.896889 88.092445c-8.334222-14.222222-21.646222-21.276444-38.314666-21.333334-35.128889 0-56.576 36.949333-38.968889 68.152889a11616.995556 11616.995556 0 0 0 78.961777 137.614222 44.942222 44.942222 0 0 0 61.838223 16.896c21.304889-12.202667 29.667556-38.968889 17.379555-60.871111-26.453333-47.104-53.560889-93.866667-80.896-140.458666m-228.693333 234.524444c44.316444 25.799111 88.746667 51.342222 133.176889 76.970667 6.712889 3.896889 13.681778 6.912 21.703111 6.428444 20.138667 0.142222 35.953778-11.946667 41.301333-31.573333 5.006222-18.261333-2.673778-36.721778-20.224-46.990222-44.629333-26.026667-89.372444-51.882667-134.115555-77.710223-22.528-12.999111-47.815111-7.025778-59.818667 13.909334-12.231111 21.248-4.977778 45.624889 17.948444 58.965333m34.161778 235.975111c26.396444 0 52.821333 0.199111 79.217778-0.085333 23.409778-0.256 39.139556-16.412444 38.798222-39.139556-0.341333-21.617778-16.924444-37.347556-39.594666-37.376-51.655111-0.056889-103.310222-0.056889-154.965334 0.028445-24.177778 0.056889-40.704 15.985778-40.561778 38.684444 0.142222 22.186667 16.583111 37.745778 40.192 37.859556 25.656889 0.142222 51.285333 0.028444 76.913778 0m151.722667 100.238222a34.247111 34.247111 0 0 0-46.876445-12.942222 13764.778667 13764.778667 0 0 0-139.008 80.583111c-11.093333 6.485333-16.327111 16.867556-16.497777 25.372444 0.085333 30.549333 27.249778 47.957333 50.403555 35.072 47.160889-26.197333 93.724444-53.475556 140.145778-80.924444 17.180444-10.154667 21.504-30.378667 11.832889-47.160889m91.875555 101.660444c-14.250667-4.067556-27.619556 1.422222-35.84 15.644445a24375.466667 24375.466667 0 0 0-77.312 134.485333c-10.012444 17.550222-5.859556 35.669333 9.784889 45.027556 16.014222 9.557333 34.247111 4.039111 44.714667-13.994667 25.543111-44.088889 50.915556-88.263111 76.373333-132.352 3.299556-5.745778 5.688889-11.690667 5.745778-14.933333 0-17.834667-9.272889-29.866667-23.466667-33.877334m147.456 44.288c-16.384 0.085333-27.306667 11.918222-27.448888 30.151111-0.142222 25.372444-0.028444 50.716444-0.028445 76.060445h-0.085333c0 26.112-0.113778 52.252444 0.056889 78.364444 0.113778 18.261333 11.064889 30.065778 27.448889 30.208 16.952889 0.142222 28.046222-11.832889 28.103111-30.748444 0.113778-51.086222 0.142222-102.172444 0.056889-153.258667 0-18.773333-11.207111-30.862222-28.103112-30.776889m177.208889-26.112c-7.509333-12.8-21.902222-16.014222-33.792-8.874666a23.722667 23.722667 0 0 0-8.533333 32.995555c26.282667 46.279111 52.906667 92.330667 79.644444 138.353778 4.494222 7.765333 11.633778 11.946667 20.906667 11.804444 18.545778-0.142222 30.520889-19.342222 21.219556-35.868444-26.026667-46.392889-52.650667-92.444444-79.473778-138.410667m239.957333-41.187555c-45.283556-26.254222-90.595556-52.48-135.964444-78.648889-4.693333-2.702222-9.728-4.323556-15.36-2.958222-9.102222 2.247111-14.933333 8.049778-16.497778 17.095111-1.877333 10.894222 3.84 18.204444 12.885333 23.438222 29.809778 17.180444 59.562667 34.417778 89.344 51.598222 15.217778 8.789333 30.236444 17.976889 45.738667 26.225778 14.677333 7.793778 31.061333-2.048 31.061333-18.033778-0.056889-8.448-4.096-14.592-11.207111-18.716444m48.867556-234.638222c-24.888889-0.085333-49.749333 0-74.609778 0v-0.085334c-25.258667 0-50.517333-0.056889-75.776 0.028445-13.425778 0.056889-20.963556 6.343111-21.162667 17.294222-0.199111 11.150222 7.082667 17.521778 20.679111 17.550222 50.488889 0.113778 100.977778 0.142222 151.495112 0.085333 13.368889 0 21.191111-6.485333 21.390222-17.152 0.227556-10.808889-8.106667-17.664-22.016-17.720888m-187.960889-127.146667c45.084444-26.026667 90.140444-52.110222 135.168-78.222222 4.864-2.844444 8.248889-6.855111 8.135111-12.942223-0.142222-11.036444-11.207111-17.436444-21.504-11.548444-45.511111 26.055111-90.851556 52.394667-136.135111 78.819556-7.68 4.494222-10.524444 11.52-5.575111 19.569777 4.835556 7.850667 12.088889 8.817778 19.911111 4.323556m-122.311111-115.114667c5.205333-0.256 8.220444-3.413333 10.609778-7.651555 4.920889-8.647111 10.040889-17.208889 14.990222-25.827556 20.48-35.555556 40.931556-71.025778 61.297778-106.609778 5.091556-8.874667 3.015111-16.668444-4.778667-18.517333-7.68-1.848889-10.894222 3.697778-14.051556 9.159111l-68.778666 119.495111c-2.844444 4.977778-6.030222 9.870222-8.305778 15.104-3.128889 7.196444 1.678222 14.648889 9.045333 14.848","p-id":"3454"})],-1)),bi=[mi],vi={key:1,class:"success icon"},gi=le(()=>t("svg",{t:"1632451272305",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2204",width:"128",height:"128"},[t("path",{d:"M1001.305115 275.874141 431.461709 845.718571c-28.221762 28.221762-73.977875 28.221762-102.20066 0L22.661116 539.116591c-28.222785-28.221762-28.222785-73.979922 0-102.20066 28.221762-28.221762 73.977875-28.221762 102.20066 0l255.500115 255.502162 518.743588-518.743588c28.221762-28.221762 73.977875-28.221762 102.199637 0C1029.5279 201.89422 1029.5279 247.65238 1001.305115 275.874141z","p-id":"2205"})],-1)),_i=[gi],hi={key:2,class:"error icon"},xi=le(()=>t("svg",{t:"1632451325789",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2204",width:"128",height:"128"},[t("path",{d:"M823.04 840.32 524.16 540.16l296.32-294.4c12.8-12.8 12.8-33.28 0-45.44-12.8-12.8-33.28-12.8-46.08 0L478.08 494.08 184.96 200.32c-12.8-12.8-33.28-12.8-45.44 0s-12.8 33.28 0 45.44l292.48 293.76-302.72 300.8c-12.8 12.8-12.8 33.28 0 45.44 12.8 12.8 33.28 12.8 46.08 0l302.72-300.16 299.52 300.16c12.8 12.8 33.28 12.8 45.44 0C835.2 873.6 835.2 853.12 823.04 840.32z","p-id":"2205"})],-1)),ki=[xi],wi={key:3,class:"warning icon"},yi=le(()=>t("svg",{t:"1632451401172",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1638",width:"128",height:"128"},[t("path",{d:"M512 1021.45211835a60.32985613 60.32985613 0 1 1 60.32985613-60.32985611 60.32985613 60.32985613 0 0 1-60.32985613 60.32985611z m86.85823451-924.97400238L572.32985613 719.80283775a60.32985613 60.32985613 0 0 1-120.65971226 0l-26.52837838-623.32472178c-0.16758294-2.22885301-0.28489098-4.49122263-0.284891-6.78710881a87.14312551 87.14312551 0 0 1 174.28625102 0c0 2.2958862-0.11730806 4.5582558-0.284891 6.78710881z","p-id":"1639"})],-1)),Fi=[yi];function Ei(e,a,o,n,s,f){return i(),M(_t,{name:"el-fade-in-linear"},{default:q(()=>[s.show?(i(),r("div",{key:0,class:"toast",onClick:a[1]||(a[1]=m=>f.Stop())},[o.type=="loading"?(i(),r("div",fi,bi)):o.type=="success"?(i(),r("div",vi,_i)):o.type=="error"?(i(),r("div",hi,ki)):o.type=="warning"?(i(),r("div",wi,Fi)):C("",!0),t("div",{class:"message",onClick:a[0]||(a[0]=ot(()=>{},["stop"]))},g(f.Message),1)])):C("",!0)]),_:1})}var Ci=Y(pi,[["render",Ei],["__scopeId","data-v-6935a479"]]);const Jt=new Map,jt=e=>{const a=J(Ci,K(W({},e),{Close:()=>{n()}})),o=document.createElement("div");document.body.append(o),a.mount(o);const n=()=>{o.remove(),Jt.get(a._uid)&&Jt.delete(a._uid)};return e.type=="loading"&&Jt.set(a._uid,{Close:n}),(e==null?void 0:e.duration)==0||((e==null?void 0:e.duration)>0?setTimeout(()=>{n()},e==null?void 0:e.duration):setTimeout(()=>{n()},3e3)),{Close:n}},E=e=>jt(e);E.Loading=(e,a)=>jt({type:"loading",message:e||"\u52A0\u8F7D\u4E2D...",duration:0,countdown:a||0});E.Success=e=>jt({type:"success",message:e});E.Error=e=>jt({type:"error",message:e,duration:0});E.Warning=e=>jt({type:"warning",message:e});E.Message=e=>jt({message:e});E.Clear=()=>{Jt.forEach((e,a)=>{e.Close(),Jt.delete(a)})};const ft={installApp:(e,a)=>new Promise((o,n)=>{let s=0;z.App.Install.POST({name:e}).then(()=>{const f=setTimeout(()=>{s==0&&(s=1,o(!1))},(a||60)*1e3),m=()=>{s==0&&z.App.Check.POST({name:e}).then(p=>{if(s==0&&p!=null&&p.data){const{result:d}=p.data;if((d==null?void 0:d.status)=="installed"){clearTimeout(f),s=1,o(!0);return}}}).catch(p=>{}).finally(()=>{s==0&&setTimeout(m,3e3)})};setTimeout(m,3e3)}).catch(f=>{s==0&&(s=1,n("\u5B89\u88C5\u5931\u8D25\uFF0C"+f))})}),checkAndInstallApp:(e,a,o)=>T(Kt,null,function*(){let n=E.Loading("\u68C0\u67E5\u4E2D...");try{const s=yield z.App.Check.POST({name:e});if(n.Close(),s!=null&&s.data){const{result:f,error:m}=s.data;if(m)E.Warning(m);else if(f){if(f.status=="installed")return!0;if(confirm(`\u68C0\u6D4B\u5230\u4F60\u5C1A\u672A\u5B89\u88C5 ${a} \u63D2\u4EF6,\u662F\u5426\u5B89\u88C5\uFF1F`)){n=E.Loading("\u6B63\u5728\u5B89\u88C5\u4E2D...");const p=yield ft.installApp(o||e);if(n.Close(),p)return!0;E.Error("\u5B89\u88C5\u5931\u8D25\u6216\u8D85\u65F6\uFF0C\u8BF7\u68C0\u67E5\u8F6F\u4EF6\u6E90\u6216\u7A0D\u5019\u91CD\u8BD5")}}else E.Warning("\u68C0\u67E5\u63D2\u4EF6\u72B6\u6001\u5931\u8D25")}return!1}catch(s){return n.Close(),E.Warning(s),!1}}),installAndGo:(e,a,o)=>T(Kt,null,function*(){(yield ft.checkAndInstallApp(e,a))&&(location.href=o)})},$i={},Di={t:"1640746738262",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1216",width:"128",height:"128"},Bi=t("path",{d:"M511.232 438.8352L112.9984 40.6016A51.2 51.2 0 0 0 40.6016 112.9984L438.784 511.232 40.6016 909.4656a51.2 51.2 0 1 0 72.3968 72.448l398.2336-398.2848 398.2336 398.2848a51.2 51.2 0 1 0 72.448-72.448l-398.2848-398.2336 398.2848-398.2336A51.2 51.2 0 0 0 909.4656 40.6016L511.232 438.784z","p-id":"1217"},null,-1),Yi=[Bi];function Ai(e,a){return i(),r("svg",Di,Yi)}var Si=Y($i,[["render",Ai]]);const zi=e=>(O("data-v-428d873e"),e=e(),N(),e),Pi={id:"actioner"},Ti={key:0,class:"action-container"},Ii={class:"action-container_header"},Li=zi(()=>t("div",null,null,-1)),Mi={class:"title"},Oi={class:"action-container_body"},Ni=P({props:{Close:{type:Function},type:{type:Number},title:String},setup(e){const a=e,o=y(!1);Dt(()=>{o.value=!0,document.body.setAttribute("lock-scroll","true")}),qt(()=>{document.body.removeAttribute("lock-scroll")});const n=()=>{a.Close&&(o.value=!1,setTimeout(()=>{a.Close&&a.Close()},300))};return(s,f)=>(i(),r("div",Pi,[t("div",{class:"bg",onClick:n}),e.type!=null?St(s.$slots,"default",{key:0},void 0,!0):(i(),r(L,{key:1},[o.value?(i(),r("div",Ti,[t("div",Ii,[Li,t("div",Mi,g(e.title),1),t("button",{class:"close",title:"\u5173\u95ED",onClick:n},[A(Si)])]),t("div",Oi,[St(s.$slots,"default",{},void 0,!0)])])):C("",!0)],64))]))}});var qi=Y(Ni,[["__scopeId","data-v-428d873e"]]);const X=P({props:{Close:{type:Function},type:{type:Number},title:String},setup(e){return(a,o)=>(i(),M(qi,{Close:e.Close,type:e.type,title:e.title},{default:q(()=>[St(a.$slots,"default")]),_:3},8,["Close","type","title"]))}}),yt=e=>(O("data-v-5922bd83"),e=e(),N(),e),ji=["onSubmit"],Ri=yt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"DNS\u914D\u7F6E")],-1)),Gi={class:"actioner-dns_body"},Vi={class:"label-item"},Ui=yt(()=>t("div",{class:"label-item_key"},[t("span",null,"DNS\u9009\u9879")],-1)),Wi={class:"label-item_value"},Zi=yt(()=>t("option",{value:"auto"},"\u81EA\u52A8\u83B7\u53D6DNS",-1)),Hi=yt(()=>t("option",{value:"manual"},"\u81EA\u5B9A\u4E49DNS",-1)),Ji=[Zi,Hi],Xi={class:"label-item"},Ki=yt(()=>t("div",{class:"label-item_key"},"DNS\u670D\u52A1\u5668\u5730\u5740",-1)),Qi={class:"label-item_value"},tr=["onUpdate:modelValue"],er={class:"label-item"},ar=yt(()=>t("div",{class:"label-item_key"},[t("span",null,"DNS\u670D\u52A1\u5668\u5730\u5740")],-1)),or={class:"label-item_value"},nr={class:"label-item"},ir=yt(()=>t("div",{class:"label-item_key"},"\u5907\u7528DNS\u670D\u52A1\u5668\u5730\u5740",-1)),rr={class:"label-item_value"},sr={key:1,class:"label-message"},dr={class:"actioner-dns_footer"},ur=["disabled"],lr={key:1,class:"actioner-dns"},cr=yt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"DNS\u914D\u7F6E")],-1)),pr=yt(()=>t("div",{class:"actioner-dns_body"},[t("div",{class:"config-message"},"DNS\u914D\u7F6E\u5DF2\u4FDD\u5B58")],-1)),fr=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y({interfaceName:"",dnsProto:"auto",manualDnsIp:[]}),s=y(""),f=y(""),m=y(""),p=y(!1);(()=>T(this,null,function*(){var b;p.value=!0;try{const h=yield z.Guide.DnsConfig.GET();(b=h==null?void 0:h.data)!=null&&b.result&&(n.value=h.data.result)}catch(h){m.value=h}p.value=!1}))();const c=()=>T(this,null,function*(){m.value="";let b={};switch(n.value.dnsProto){case"auto":break;case"manual":b.manualDnsIp=[],n.value.manualDnsIp!=null&&n.value.manualDnsIp.length>0?b.manualDnsIp=n.value.manualDnsIp:(b.manualDnsIp.push(s.value),f.value&&b.manualDnsIp.push(f.value));break}b.dnsProto=n.value.dnsProto,b.interfaceName=n.value.interfaceName;const h=E.Loading("\u914D\u7F6E\u4E2D...");try{const v=yield z.Guide.DnsConfig.POST(b);if(v!=null&&v.data){const{success:_,error:x}=v==null?void 0:v.data;x&&(m.value=x),(_==null||_==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),o.value=1)}}catch(v){m.value=v}h.Close()}),u=b=>{b.preventDefault(),a.Close&&a.Close()},l=b=>{location.reload()};return(b,h)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(c,["prevent"])},[Ri,t("div",Gi,[t("div",Vi,[Ui,t("div",Wi,[S(t("select",{"onUpdate:modelValue":h[0]||(h[0]=v=>n.value.dnsProto=v)},Ji,512),[[Z,n.value.dnsProto]])])]),n.value.dnsProto=="manual"?(i(),r(L,{key:0},[n.value.manualDnsIp!=null&&n.value.manualDnsIp.length>0?(i(!0),r(L,{key:0},j(n.value.manualDnsIp,(v,_)=>(i(),r("div",Xi,[Ki,t("div",Qi,[S(t("input",{type:"text",placeholder:"\u8BF7\u8F93\u5165DNS\u5730\u5740","onUpdate:modelValue":x=>n.value.manualDnsIp[_]=x},null,8,tr),[[V,n.value.manualDnsIp[_],void 0,{trim:!0}]])])]))),256)):(i(),r(L,{key:1},[t("div",er,[ar,t("div",or,[S(t("input",{type:"text",placeholder:"\u8BF7\u8F93\u5165DNS\u5730\u5740",required:"","onUpdate:modelValue":h[1]||(h[1]=v=>s.value=v)},null,512),[[V,s.value,void 0,{trim:!0}]])])]),t("div",nr,[ir,t("div",rr,[S(t("input",{type:"text",placeholder:"\u5907\u7528DNS\u5730\u5740","onUpdate:modelValue":h[2]||(h[2]=v=>f.value=v)},null,512),[[V,f.value,void 0,{trim:!0}]])])])],64))],64)):C("",!0),m.value?(i(),r("div",sr,g(m.value),1)):C("",!0)]),t("div",dr,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:p.value},"\u786E\u8BA4",8,ur),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:u},"\u53D6\u6D88")])],40,ji)):o.value==1?(i(),r("div",lr,[cr,pr,t("div",{class:"actioner-dns_footer"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:l},"\u5B8C\u6210")])])):C("",!0)]),_:1},8,["Close"]))}});var mr=Y(fr,[["__scopeId","data-v-5922bd83"]]);const Je=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(mr,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},ce=e=>(O("data-v-ed442d72"),e=e(),N(),e),br={class:"action"},vr={class:"action-body"},gr=ce(()=>t("div",{class:"icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),_r=ce(()=>t("h2",{class:"title"},"\u670D\u52A1\u5DF2\u542F\u52A8",-1)),hr={class:"info"},xr=ce(()=>t("span",null,"\u524D\u5F80",-1)),kr=["href"],wr=ce(()=>t("span",null,"\u8FDB\u884C\u6D4B\u901F",-1)),yr=P({props:{port:Number,Close:Function},setup(e){const a=e,o=G(()=>`http://${location.hostname}:${a.port}`),n=()=>{a.Close&&(a.Close(),location.reload())};return(s,f)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",br,[t("div",vr,[gr,_r,t("div",hr,[xr,t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,kr),wr]),t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:n},"\u5173\u95ED")])])])]),_:1})]),_:1}))}});var Fr=Y(yr,[["__scopeId","data-v-ed442d72"]]),Er=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(Fr,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Ee=e=>(O("data-v-39248365"),e=e(),N(),e),Cr=Ee(()=>t("div",{class:"app-container_status-label_iconer"},[t("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:v":"https://vecta.io/nano",width:"48",height:"38",viewBox:"0 0 12.7 10.05"},[t("defs",null,[t("filter",{id:"A","color-interpolation-filters":"sRGB"},[t("feColorMatrix",{result:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "}),t("feColorMatrix",{values:"0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"}),t("feColorMatrix",{in:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "})]),t("path",{id:"B",d:"M80.56 75.75h3.91v22.79h-3.91z"})]),t("g",{transform:"translate(0 -286.95)"},[t("rect",{x:".21",y:"287.25",width:"12.33",height:"9.5",ry:".57",fill:"#e6e6e6",stroke:"#e6e6e6","stroke-linejoin":"round","stroke-width":".37","paint-order":"normal"}),t("path",{transform:"matrix(.105 0 0 .0989 -6.0834 280.6)",d:"M73.96 75.66h89.41c2.31 0 4.17 1.86 4.17 4.17v52.65h-21.74v9.41h-8.69v12.59h-36.87v-12.59h-8.69v-9.41H69.79V79.83c0-2.31 1.86-4.17 4.17-4.17z",fill:"#999",filter:"url(#A)",stroke:"#999","stroke-width":"2.5"}),t("g",{transform:"matrix(.1048 0 0 .1048 -6.0999 280.7)",fill:"#fff",filter:"url(#A)",stroke:"#fff"},[t("use",{"xlink:href":"#B"}),t("use",{"xlink:href":"#B",x:"73.04"}),t("use",{"xlink:href":"#B",x:"52.17"}),t("use",{"xlink:href":"#B",x:"41.74"}),t("use",{"xlink:href":"#B",x:"31.3"}),t("use",{"xlink:href":"#B",x:"20.87"}),t("use",{"xlink:href":"#B",x:"10.43"}),t("use",{"xlink:href":"#B",x:"62.61"})]),t("rect",{x:"1.24",y:"294.55",width:"1.6",height:"1.38",ry:".11",fill:"#ccc",stroke:"#ccc","stroke-width":".22","paint-order":"normal"})])])],-1)),$r={class:"app-container_status-label_text"},Dr=Ee(()=>t("div",{class:"text_status"},"\u5DF2\u65AD\u5F00",-1)),Br={class:"text_info"},Yr=Ee(()=>t("div",{class:"app-container_status-label_iconer"},[t("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"48",height:"38",viewBox:"0 0 12.7 10.05","xmlns:v":"https://vecta.io/nano"},[t("defs",null,[t("filter",{id:"A","color-interpolation-filters":"sRGB"},[t("feColorMatrix",{result:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "}),t("feColorMatrix",{values:"0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"}),t("feColorMatrix",{in:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "})]),t("path",{id:"B",d:"M80.56 75.75h3.91v22.79h-3.91z"})]),t("g",{transform:"translate(-.03 -287.07)"},[t("rect",{x:".24",y:"287.36",width:"12.33",height:"9.5",ry:".57",fill:"#e6e6e6",stroke:"#e6e6e6","stroke-linejoin":"round","stroke-width":".37","paint-order":"normal"}),t("path",{transform:"matrix(.105 0 0 .0989 -6.0532 280.72)",d:"M73.96 75.66h89.41c2.31 0 4.17 1.86 4.17 4.17v52.65h-21.74v9.41h-8.69v12.59h-36.87v-12.59h-8.69v-9.41H69.79V79.83c0-2.31 1.86-4.17 4.17-4.17z",fill:"#4d4d4d",filter:"url(#A)",stroke:"#4d4d4d","stroke-width":"2.5"}),t("g",{transform:"matrix(.1048 0 0 .1048 -6.0697 280.81)",fill:"#fff",filter:"url(#A)",stroke:"#fff"},[t("use",{"xlink:href":"#B"}),t("use",{"xlink:href":"#B",x:"73.04"}),t("use",{"xlink:href":"#B",x:"52.17"}),t("use",{"xlink:href":"#B",x:"41.74"}),t("use",{"xlink:href":"#B",x:"31.3"}),t("use",{"xlink:href":"#B",x:"20.87"}),t("use",{"xlink:href":"#B",x:"10.43"}),t("use",{"xlink:href":"#B",x:"62.61"})]),t("rect",{x:"1.27",y:"294.67",width:"1.6",height:"1.38",ry:".11",fill:"#55d400",stroke:"#55d400","stroke-width":".22","paint-order":"normal"})])])],-1)),Ar={class:"app-container_status-label_text"},Sr={class:"text_info"},zr=P({props:{item:{type:Object,required:!0},transform:{type:Number,default:0}},setup(e){const a=e,o=Ve(),n=y(null),s=m=>{const p=m.target,{left:d,top:c}=p.getBoundingClientRect();o.portitemStyle.show=!0,o.portitemStyle.left=d,o.portitemStyle.top=c,o.portitemStyle.portitem=a.item},f=m=>{o.portitemStyle.show=!1};return(m,p)=>(i(),r("div",{class:"app-container_status-label_bg",style:Ot(`transform: translateX(${e.transform}px);`),ref_key:"el",ref:n,onMouseenter:s,onMouseleave:f},[e.item.linkState=="DOWN"?(i(),r(L,{key:0},[Cr,t("div",$r,[Dr,t("div",Br,g(e.item.name)+" "+g(e.item.interfaceNames?`(${e.item.interfaceNames.join(",").toLocaleUpperCase()})`:""),1)])],64)):(i(),r(L,{key:1},[Yr,t("div",Ar,[t("div",null,g(e.item.linkSpeed),1),t("div",Sr,g(e.item.name)+" "+g(e.item.interfaceNames?`(${e.item.interfaceNames.join(",").toLocaleUpperCase()})`:""),1)])],64))],36))}});var Xe=Y(zr,[["__scopeId","data-v-39248365"]]);const Ke=e=>(O("data-v-3470ca08"),e=e(),N(),e),Pr=Ke(()=>t("span",null,g("<"),-1)),Tr=[Pr],Ir=Ke(()=>t("span",null,g(">"),-1)),Lr=[Ir],Mr=P({props:{portList:{type:Array,required:!0}},setup(e){const a=y(),o=y(0),n=y(0),s=y(0),f=y(!1),m=()=>{if(s.value>=0){s.value=0;return}s.value+=100},p=()=>{if(s.value<=0-o.value+n.value){s.value=0-o.value+n.value;return}s.value-=100};return Dt(()=>{Ca(()=>{a.value&&(o.value=a.value.scrollWidth,n.value=a.value.clientWidth,f.value=o.value>n.value)})}),(d,c)=>(i(),r("div",{class:"app-interfaces",ref_key:"el",ref:a},[f.value?(i(),r(L,{key:0},[t("a",{class:"btn-f",onClick:m},Tr),t("a",{class:"btn-r",onClick:p},Lr)],64)):C("",!0),(i(!0),r(L,null,j(e.portList,(u,l)=>(i(),M(Xe,{item:u,transform:s.value},null,8,["item","transform"]))),256))],512))}});var Or=Y(Mr,[["__scopeId","data-v-3470ca08"]]);const Nr={},qr={width:"82px",height:"82px",viewBox:"0 0 82 82",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},jr=zt('icon_finished',2),Rr=[jr];function Gr(e,a){return i(),r("svg",qr,Rr)}var Ce=Y(Nr,[["render",Gr]]);const Rt=e=>(O("data-v-1e29113c"),e=e(),N(),e),Vr=["onSubmit"],Ur=Rt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u8F6F\u4EF6\u6E90\u914D\u7F6E")],-1)),Wr={class:"actioner-dns_body"},Zr={class:"label-item"},Hr=Rt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5F53\u524D\u8F6F\u4EF6\u6E90")],-1)),Jr={class:"label-item_value"},Xr={class:"item_info"},Kr={class:"label-item"},Qr=Rt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5207\u6362\u8F6F\u4EF6\u6E90")],-1)),ts={class:"label-item_value"},es=Rt(()=>t("option",{selected:"true",value:""},"\u8BF7\u9009\u62E9\u8F6F\u4EF6\u6E90",-1)),as=["value"],os={class:"actioner-dns_footer"},ns=["disabled"],is={key:1,class:"actioner-dns"},rs=Rt(()=>t("div",{class:"actioner-dns_header"},[t("span",{class:"softsource_tit"},"\u8F6F\u4EF6\u6E90\u914D\u7F6E")],-1)),ss={class:"actioner-dns_body"},ds={class:"finished"},us=Rt(()=>t("p",{class:"successed"},"\u914D\u7F6E\u6210\u529F\uFF01",-1)),ls=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y(""),s=y(),f=y();(()=>{z.Guide.SoftSourceList.GET().then(u=>{var l,b;if((l=u==null?void 0:u.data)!=null&&l.result){const h=(b=u==null?void 0:u.data)==null?void 0:b.result;f.value=h}}).then(()=>z.Guide.GetSoftSource.GET()).then(u=>{var l,b;if((l=u==null?void 0:u.data)!=null&&l.result){const h=u.data.result;s.value=h.softSource,(b=f.value)!=null&&b.softSourceList.find(v=>v.identity==h.softSource.identity)&&(n.value=h.softSource.identity)}})})();const p=u=>{u.preventDefault(),a.Close&&a.Close()},d=u=>{const l=E.Loading("\u6B63\u5728\u5207\u6362\u4E2D...");z.Guide.SoftSource.POST({softSourceIdentity:n.value}).then(b=>{if(b!=null&&b.data){if((b.data.success||0)==0){o.value=1;return}else if(b.data.error)throw b.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(b=>{E.Error(b)}).finally(()=>l.Close())},c=u=>{u.preventDefault(),location.reload()};return(u,l)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>{var b,h;return[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(d,["prevent"])},[Ur,t("div",Wr,[t("div",Zr,[Hr,t("div",Jr,[t("p",Xr,g((b=s.value)==null?void 0:b.name),1)])]),t("div",Kr,[Qr,t("div",ts,[S(t("select",{name:"",id:"","onUpdate:modelValue":l[0]||(l[0]=v=>n.value=v)},[es,(i(!0),r(L,null,j((h=f.value)==null?void 0:h.softSourceList,(v,_)=>(i(),r("option",{value:v.identity,key:_},g(v.name),9,as))),128))],512),[[Z,n.value,void 0,{trim:!0}]])])])]),t("div",os,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:n.value==""},"\u786E\u8BA4",8,ns),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:p},"\u53D6\u6D88")])],40,Vr)):C("",!0),o.value==1?(i(),r("form",is,[rs,t("div",ss,[t("div",ds,[A(Ce)]),us,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply softsource_successed",onClick:c},"\u786E\u5B9A")])])])):C("",!0)]}),_:1},8,["Close"]))}});var cs=Y(ls,[["__scopeId","data-v-1e29113c"]]);const Qe=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(cs,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},dt=e=>(O("data-v-f4854148"),e=e(),N(),e),ps={class:"app-container_status-label"},fs={class:"app-container_status-label_item"},ms={class:"app-container_status-container",style:{height:"100%"}},bs={key:0,class:"app-container_status-container_body"},vs=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("title",null,"icon_internet connected"),t("g",{id:"icon_internet-connected",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.0779329313",fill:"#553AFE"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#553AFE"}),t("path",{d:"M8,15 L13.2546984,20.2546984 C13.6452227,20.6452227 14.2783876,20.6452227 14.6689119,20.2546984 C14.6813066,20.2423037 14.6933732,20.2295853 14.7050993,20.2165563 L23,11 L23,11",id:"Path-3",stroke:"#FFFFFF","stroke-width":"2","stroke-linecap":"round"})])])])],-1)),gs={class:"app-container_status-info"},_s=dt(()=>t("span",{class:"container_success"},"\u5DF2\u8FDE\u63A5\u4E92\u8054\u7F51",-1)),hs={class:"container_time"},xs={key:1,class:"app-container_status-container_body"},ks=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),ws={class:"app-container_status-info"},ys=dt(()=>t("span",{class:"container_failure"},"DNS\u9519\u8BEF",-1)),Fs={class:"container_time"},Es={key:2,class:"app-container_status-container_body"},Cs=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),$s={class:"app-container_status-info"},Ds=dt(()=>t("span",{class:"container_failure"},"\u8F6F\u4EF6\u6E90\u9519\u8BEF",-1)),Bs={class:"container_time"},Ys={key:3,class:"app-container_status-container_body"},As=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),Ss={class:"app-container_status-info"},zs=dt(()=>t("span",{class:"container_failure"},"\u672A\u8FDE\u63A5\u4E92\u8054\u7F51",-1)),Ps={class:"container_time"},Ts={key:4,class:"app-container_status-container_body"},Is=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-launching",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#3ED4AB"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#3ED4AB"}),t("path",{d:"M11.5738525,15.0233901 C11.5738525,14.8431935 11.5023882,14.6703653 11.3750746,14.5429471 C11.2477609,14.4155288 11.0750745,14.3439644 10.8950258,14.3440059 L7.67882684,14.3440059 C7.49875102,14.3439644 7.326041,14.4155503 7.19872281,14.5430024 C7.07140462,14.6704545 6.99991721,14.8433228 7.00000007,15.0235465 C7.00000007,15.2037431 7.0714644,15.3765713 7.19877809,15.5039895 C7.32609178,15.6314078 7.4987781,15.7029722 7.67882684,15.7029307 L10.8950258,15.7029307 C11.0750745,15.7029722 11.2477609,15.6314078 11.3750746,15.5039895 C11.5023882,15.3765713 11.5738525,15.2037431 11.5738525,15.0235465 L11.5738525,15.0233901 Z M22.3211553,14.3440059 L19.1049564,14.3440059 C18.9248806,14.3439644 18.7521705,14.4155503 18.6248524,14.5430024 C18.4975342,14.6704545 18.4260468,14.8433228 18.4261296,15.0235465 C18.4261296,15.2037431 18.4975939,15.3765713 18.6249076,15.5039895 C18.7522213,15.6314078 18.9249076,15.7029722 19.1049564,15.7029307 L22.3211553,15.7029307 C22.5012041,15.7029722 22.6738904,15.6314078 22.8012041,15.5039895 C22.9285178,15.3765713 22.9999911,15.2037431 22.9999911,15.0235465 C23.0019042,14.6481319 22.6962619,14.3440059 22.3211553,14.3440059 Z M15.0075079,18.6494887 C14.8274565,18.6494887 14.6547678,18.7210138 14.5274536,18.8484354 C14.4001395,18.9758571 14.3286356,19.1486892 14.3286812,19.3288885 L14.3286812,22.3206158 C14.3286398,22.5008124 14.4001455,22.6736405 14.5274592,22.8010588 C14.6547729,22.928477 14.8274592,23 15.0075079,23 C15.1875567,23 15.360243,22.928477 15.4875567,22.8010588 C15.6148704,22.6736405 15.6863761,22.5008124 15.6863348,22.3206158 L15.6863348,19.3308123 C15.6866114,18.9551699 15.3828413,18.6502825 15.0075079,18.6494887 Z M15.0075079,7 C14.8274592,7 14.6547729,7.07152297 14.5274592,7.19894122 C14.4001455,7.32635946 14.3286398,7.49918761 14.3286812,7.67938422 L14.3286812,10.8982245 C14.3286398,11.0784212 14.4001455,11.2512493 14.5274592,11.3786675 C14.6547729,11.5060858 14.8274592,11.5776088 15.0075079,11.5776088 C15.1875567,11.5776088 15.360243,11.5060858 15.4875567,11.3786675 C15.6148704,11.2512493 15.6863761,11.0784212 15.6863346,10.8982245 L15.6863346,7.67938422 C15.6863761,7.49918761 15.6148704,7.32635946 15.4875567,7.19894122 C15.360243,7.07152297 15.1875567,7 15.0075079,7 Z M11.6020132,17.4145291 L9.32916742,19.6892415 C9.06467707,19.9548666 9.06467707,20.3845576 9.32916742,20.6501827 C9.45618492,20.7780764 9.62906847,20.8497648 9.80924376,20.8492554 C9.98367775,20.8492554 10.1560177,20.783579 10.2893201,20.6501827 L12.5637599,18.3738593 C12.8282503,18.1082342 12.8282503,17.6785432 12.5637599,17.4129181 C12.2975184,17.147886 11.8671244,17.1486768 11.601857,17.4146855 L11.6020132,17.4145291 Z M17.8766048,12.7750942 C18.0510388,12.7750942 18.2236912,12.7094361 18.3566811,12.5760242 L20.6314491,10.29956 C20.8959395,10.0339349 20.8959395,9.6042439 20.6314491,9.3386188 C20.366042,9.07391123 19.9367036,9.07391123 19.6712965,9.3386188 L17.3966847,11.6133312 C17.1321944,11.8789563 17.1321944,12.3086474 17.3966847,12.5742725 C17.5235351,12.7026276 17.6963754,12.7749288 17.8767611,12.7750942 L17.8766048,12.7750942 Z M18.5349595,17.572293 C18.2695524,17.3075854 17.8402139,17.3075854 17.5748068,17.572293 C17.3103165,17.8379181 17.3103165,18.2676091 17.5748068,18.5332342 L19.6882679,20.6501827 C19.8152854,20.7780764 19.988169,20.8497648 20.1683442,20.8492554 C20.342747,20.8492554 20.5152744,20.783579 20.6484206,20.6501827 C20.9129109,20.3845576 20.9129109,19.9548666 20.6484206,19.6892415 L18.5349595,17.5722773 L18.5349595,17.572293 Z M10.2891638,9.35734026 C10.0237567,9.09263269 9.59441827,9.09263269 9.32901114,9.35734026 C9.06452079,9.62296536 9.06452079,10.0526564 9.32901114,10.3182815 L11.6037635,12.594902 C11.7308042,12.7227441 11.9036849,12.7943806 12.0838399,12.7938344 C12.2582738,12.7938344 12.43077,12.7281576 12.5639162,12.594902 C12.8284065,12.3292769 12.8284065,11.8995859 12.5639162,11.6339608 L10.2891638,9.3573559 L10.2891638,9.35734026 Z",id:"Shape",fill:"#FFFFFF"})])])])],-1)),Ls=dt(()=>t("div",{class:"app-container_status-info"},[t("span",{class:"container_failure"},"\u68C0\u6D4B\u4E2D...")],-1)),Ms=[Is,Ls],Os={class:"app-container_status-label_item"},Ns={class:"app-container_status-container",style:{height:"100%"}},qs={class:"more_icon",title:"\u67E5\u770B\u8BBE\u5907\u4FE1\u606F"},js={class:"DeviceBlock"},Rs=dt(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/status/routes"},"\u8BBE\u5907\u8DEF\u7531")],-1)),Gs={class:"app-container_status-container_body"},Vs=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("title",null,"icon_device number"),t("g",{id:"icon_device-number",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.0804503114",fill:"#03C5FC"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#03C5FC"}),t("g",{id:"kehuduanIP",transform:"translate(5.000000, 7.000000)",fill:"#FFFFFF"},[t("path",{d:"M8.3164557,11.2822134 L2.39240506,11.2822134 C2.25316456,11.2822134 2.13924051,11.1683794 2.13924051,11.029249 L2.13924051,1.39130435 C2.13924051,1.25217391 2.25316456,1.13833992 2.39240506,1.13833992 L16.6075949,1.13833992 C16.7468354,1.13833992 16.8607595,1.25217391 16.8607595,1.39130435 L16.8607595,3.51620553 C17.2658228,3.5541502 17.6582278,3.69328063 18,3.9083004 L18,1.39130435 C18,0.619762846 17.3797468,0 16.6075949,0 L2.39240506,0 C1.62025316,0 1,0.619762846 1,1.39130435 L1,11.029249 C1,11.8007905 1.62025316,12.4205534 2.39240506,12.4205534 L7.15189873,12.4205534 L7.15189873,14.2798419 L6.40506329,14.2798419 C5.93670886,14.2798419 5.5443038,14.6592885 5.5443038,15.1399209 C5.5443038,15.6079051 5.92405063,16 6.40506329,16 L8.79746835,16 C8.48101266,15.5699605 8.3164557,15.0513834 8.3164557,14.5201581 L8.3164557,11.2822134 Z",id:"Path"}),t("path",{d:"M12.4062969,15.2371365 L12.4062969,14.0436242 L10.0074963,14.0436242 L10.0074963,6.39038031 C10.0074963,6.23042506 10.1394303,6.10738255 10.2833583,6.10738255 L15.6446777,6.10738255 C15.8005997,6.10738255 15.9205397,6.24272931 15.9205397,6.39038031 L15.9205397,8.77740492 L16.3283358,8.77740492 C16.5682159,8.77740492 16.7961019,8.85123043 17,8.97427293 L17,6.39038031 C17,5.62751678 16.3883058,5 15.6446777,5 L10.3313343,5 C9.58770615,5.0246085 9,5.63982103 9,6.39038031 L9,14.6465324 C9.02398801,15.3847875 9.61169415,15.9753915 10.3313343,16 L12.6581709,16 C12.5022489,15.7785235 12.4182909,15.50783 12.4062969,15.2371365 C12.4062969,15.2248322 12.4062969,15.2371365 12.4062969,15.2371365 L12.4062969,15.2371365 Z",id:"Path"}),t("path",{d:"M17.1515152,10 L13.8484848,10 C13.3787879,10 13,10.2857143 13,10.64 L13,15.36 C13,15.7142857 13.3787879,16 13.8484848,16 L17.1515152,16 C17.6212121,16 18,15.7142857 18,15.36 L18,10.64 C18,10.2857143 17.6212121,10 17.1515152,10 Z M14.0151515,10.7657143 L16.9848485,10.7657143 L16.9848485,14.8457143 L14.0151515,14.8457143 L14.0151515,10.7657143 L14.0151515,10.7657143 Z M15.4545455,15.6914286 C15.2575758,15.6914286 15.1060606,15.5657143 15.1060606,15.4285714 C15.1060606,15.28 15.2727273,15.1657143 15.469697,15.1657143 C15.6666667,15.1657143 15.8181818,15.2914286 15.8181818,15.44 C15.8181818,15.5085714 15.7727273,15.5885714 15.6969697,15.6342857 C15.6363636,15.68 15.5454545,15.7028571 15.4545455,15.6914286 C15.4545455,15.7028571 15.4545455,15.6914286 15.4545455,15.6914286 L15.4545455,15.6914286 Z",id:"Shape"})])])])])],-1)),Us={class:"app-container_status-info"},Ws={class:"container_content"},Zs=dt(()=>t("span",{class:"devise"},"\u5DF2\u8FDE\u63A5\u8BBE\u5907",-1)),Hs=dt(()=>t("em",null,null,-1)),Js={class:"app-container_status-container"},Xs={class:"more_icon",title:"\u6D4B\u901F"},Ks={class:"DeviceBlock"},Qs={class:"app-container_title"},t0={class:"app-container_status-label_block"},e0={class:"app-container_status-label_block"},a0={class:"app-container_title"},o0={class:"app-container_status-label_block"},n0=dt(()=>t("em",null,null,-1)),i0={class:"app-container_status-container"},r0={class:"app-container_title"},s0=dt(()=>t("span",null,"\u7F51\u7EDC\u63A5\u53E3\u72B6\u6001",-1)),d0={class:"more_icon",title:"\u67E5\u770B\u7F51\u7EDC\u63A5\u53E3\u4FE1\u606F"},u0={class:"DeviceBlock"},l0=U("\u7F51\u53E3\u914D\u7F6E"),c0={class:"app-container_body"},p0=P({props:{homebox:{type:Object}},setup(e){const a=()=>{Je()},o=()=>{Qe()},n=We(),s=G(()=>n.status),f=G(()=>n.deviceList),m=y(!1),p=y(!1),d=y(!1),c=nt({portList:[],load:!1}),u=B=>{switch(B){case"pppoe":return"\u62E8\u53F7\u4E0A\u7F51";case"static":return"\u9759\u6001\u7F51\u7EDC";case"dhcp":return"DHCP"}},l=B=>{switch(B){case"manual":return"\u624B\u52A8\u914D\u7F6E";case"auto":return"\u81EA\u52A8\u83B7\u53D6";default:return""}},b=()=>{z.Network.PortList.GET().then(B=>{if(B!=null&&B.data){const{result:R}=B==null?void 0:B.data;R&&(c.portList=R.ports||[])}}).finally(()=>{c.load=!0,h()})},h=()=>{setTimeout(()=>{b()},1e4)};b();const v=wt.stampForm,_=()=>{m.value=!m.value},x=()=>{p.value=!p.value},w=()=>{d.value=!d.value},F=()=>{_(),ft.installAndGo("app-meta-nlbwmon","\u5E26\u5BBD\u76D1\u63A7","/cgi-bin/luci/admin/services/nlbw")},D=()=>T(this,null,function*(){var B,R,et;if(x(),yield ft.checkAndInstallApp("app-meta-homebox","Homebox"))try{const tt=yield z.Network.Homebox.Enable.POST();(R=(B=tt==null?void 0:tt.data)==null?void 0:B.result)!=null&&R.port?Er({port:tt.data.result.port,setup:0}):((et=tt==null?void 0:tt.data)==null?void 0:et.success)==0?location.href="/cgi-bin/luci/admin/services/homebox":E.Warning("\u542F\u52A8\u5931\u8D25")}catch(tt){E.Warning("\u542F\u52A8\u5931\u8D25")}}),$=()=>{x(),ft.installAndGo("app-meta-systools","SysTools","/cgi-bin/luci/admin/system/systools/pages")};return(B,R)=>{var tt,at;const et=Q("router-link");return i(),r(L,null,[t("div",ps,[t("div",fs,[t("div",ms,[k(s)!=null?(i(),r(L,{key:0},[k(s).networkInfo=="netSuccess"?(i(),r("div",bs,[vs,t("div",gs,[_s,t("span",hs,g(k(v)(k(s).uptimeStamp)),1)])])):k(s).networkInfo=="dnsFailed"?(i(),r("div",xs,[ks,t("div",ws,[ys,t("span",Fs,g(k(v)(k(s).uptimeStamp)),1),t("div",{onClick:a,class:"container_configure"},"DNS\u914D\u7F6E")])])):k(s).networkInfo=="softSourceFailed"?(i(),r("div",Es,[Cs,t("div",$s,[Ds,t("span",Bs,g(k(v)(k(s).uptimeStamp)),1),t("div",{onClick:o,class:"container_configure"},"\u8F6F\u4EF6\u6E90\u914D\u7F6E")])])):k(s).networkInfo=="netFailed"?(i(),r("div",Ys,[As,t("div",Ss,[zs,t("span",Ps,g(k(v)(k(s).uptimeStamp)),1)])])):(i(),r("div",Ts,Ms))],64)):C("",!0)])]),t("div",Os,[t("div",Ns,[t("span",qs,[A($t,{onClick:_})]),S(t("div",js,[t("div",{class:"menu_background",onClick:_}),t("ul",null,[Rs,t("li",null,[t("a",{onClick:F},"\u5E26\u5BBD\u76D1\u63A7")])])],512),[[kt,m.value]]),t("div",Gs,[Vs,t("div",Us,[t("span",Ws,g(((at=(tt=k(f))==null?void 0:tt.devices)==null?void 0:at.length)||0),1),Zs])])])])]),Hs,t("div",Js,[t("span",Xs,[A($t,{onClick:x})]),S(t("div",Ks,[t("div",{class:"menu_background",onClick:x}),t("ul",null,[t("li",null,[t("a",{onClick:D},"\u5185\u7F51\u6D4B\u901F")]),t("li",null,[t("a",{onClick:$},"\u5916\u7F51\u6D4B\u901F")])])],512),[[kt,p.value]]),t("div",Qs,[t("span",null,"IP\u5730\u5740\uFF08"+g(k(s).defaultInterface)+"\uFF09",1)]),t("div",t0,[t("span",null," IPv4\uFF1A "+g(k(s).ipv4addr)+" \uFF08"+g(u(k(s).proto||""))+"\uFF09 ",1)]),t("div",e0,[t("span",null,"IPv6\uFF1A"+g(k(s).ipv6addr),1)]),t("div",a0,[t("span",null,"DNS\uFF08"+g(l(k(s).dnsProto))+"\uFF09",1)]),(i(!0),r(L,null,j(k(s).dnsList,xt=>(i(),r("div",o0,[t("span",null,g(xt),1)]))),256))]),n0,t("div",i0,[t("div",r0,[s0,t("span",d0,[A($t,{onClick:w})]),S(t("div",u0,[t("div",{class:"menu_background",onClick:w}),t("ul",null,[t("li",null,[A(et,{to:"/interfaceconfig"},{default:q(()=>[l0]),_:1})])])],512),[[kt,d.value]])]),t("div",c0,[k(c).load?(i(),M(Or,{key:0,portList:k(c).portList},null,8,["portList"])):C("",!0)])])],64)}}});var f0=Y(p0,[["__scopeId","data-v-f4854148"]]);const m0={class:"network-container"},b0={class:"network-container_flow"},v0={class:"network-container_flow-container"},g0={class:"network-container_status"},_0=P({setup(e){return(a,o)=>(i(),r("div",m0,[t("div",b0,[t("div",v0,[A(ni,{style:{height:"460px"}})])]),t("div",g0,[A(f0)])]))}});var h0=Y(_0,[["__scopeId","data-v-78a4e41a"]]);const x0={},k0={width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},w0=t("g",{id:"icon_alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"14",height:"14"}),t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])],-1),y0=[w0];function F0(e,a){return i(),r("svg",k0,y0)}var gt=Y(x0,[["render",F0]]);const E0={},C0={width:"18px",height:"18px",viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},$0=zt('\u5206\u533A\u4FE1\u606F',2),D0=[$0];function B0(e,a){return i(),r("svg",C0,D0)}var Oe=Y(E0,[["render",B0]]);const Y0={},A0={width:"18px",height:"18px",viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},S0=zt('\u5168\u76D8\u683C\u5F0F\u5316',2),z0=[S0];function P0(e,a){return i(),r("svg",A0,z0)}var T0=Y(Y0,[["render",P0]]);const Bt=e=>(O("data-v-3a0bca4c"),e=e(),N(),e),I0=["onSubmit"],L0=Bt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"\u786C\u76D8\u914D\u7F6E")],-1)),M0={class:"action-body"},O0={class:"disk-info"},N0=Bt(()=>t("div",{class:"disk-info_icon"},[t("svg",{t:"1642589762094",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11301",width:"128",height:"128"},[t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"11302"}),t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"11303"}),t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"11304"}),t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"11305"}),t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"11306"}),t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"11307"}),t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"11308"}),t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"11309"}),t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"11310"}),t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"11311"}),t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11312"}),t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11313"}),t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11314"}),t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11315"}),t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11316"}),t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"11317"}),t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"11318"}),t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"11319"}),t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"11320"})])],-1)),q0={key:0,class:"disk-info_mount-name"},j0={key:1,class:"disk-info_mount-name"},R0={key:0,class:"label-item"},G0=Bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A")],-1)),V0={class:"label-item_path"},U0={class:"label-item"},W0=Bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u683C\u5F0F\u5316\u9009\u9879")],-1)),Z0={class:"label-item_value"},H0=["disabled"],J0={key:0,value:""},X0=Bt(()=>t("option",{value:"format"},"\u683C\u5F0F\u5316",-1)),K0={key:1,value:"default"},Q0={class:"label-item_value"},td={key:0,class:"msg"},ed={key:1,class:"msg"},ad={class:"action-footer"},od=Bt(()=>t("div",{class:"auto"},null,-1)),nd=["disabled"],id=["disabled"],rd={key:1,class:"action result"},sd={class:"action-body"},dd=Bt(()=>t("div",{class:"action-body_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),ud=Bt(()=>t("div",{class:"action-body_msg"},"\u683C\u5F0F\u5316\u6210\u529F",-1)),ld={key:0,class:"action-body_info"},cd={key:1,class:"action-body_info"},pd=U(" \u5DF2\u7ECF\u6210\u529F\u521D\u59CB\u5316\u5206\u533A "),fd={class:"btns"},md=P({props:{action:String,disk:{type:Object,required:!0},mount:{type:Object},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){const a=e,o=()=>{a.Close&&a.Close()},n=w=>{w.preventDefault(),a.Cancel&&a.Cancel(),o()},s=w=>{a.Next&&a.Next(w),o()},f=y(!1),m=y(0),p=w=>{m.value=w},d=y(a.action=="nas"?"":"format"),c=y(),u=y(),l=()=>{switch(d.value){case"format":h();return;case"default":b();return;default:E.Warning("\u8BF7\u9009\u62E9\u9009\u7EBF");return}},b=()=>{let w="";const F=a.mount;if(F!=null&&F.mountPoint!=null&&(w=F.mountPoint),w!=""){s(w);return}E.Warning("\u65E0\u6CD5\u8BC6\u522B\u8DEF\u5F84")},h=()=>{const w=a.disk,F=a.mount;if(F){const D=F.mountPoint||F.path;if(!confirm(`\u8B66\u544A\uFF1A\u683C\u5F0F\u5316\u4F1A\u6E05\u7A7A ${D} \u5206\u533A\u6570\u636E\uFF0C\u8BF7\u4F60\u8C28\u614E\u64CD\u4F5C`)||!confirm(`\u662F\u5426\u786E\u5B9A\u683C\u5F0F\u5316 ${D}?`))return;_(F);return}if(w){if(!confirm(`\u8B66\u544A\uFF1A\u8BE5\u64CD\u4F5C\u5C06\u521D\u59CB\u5316 ${w.venderModel} \u786C\u76D8\u5E76\u521B\u5EFA\u5206\u533A\uFF0C\u8BF7\u4F60\u8C28\u614E\u64CD\u4F5C`)||!confirm("\u662F\u5426\u786E\u5B9A\u521D\u59CB\u5316?"))return;v(w);return}E.Warning("\u65E0\u6CD5\u8BC6\u522B\u6570\u636E")},v=w=>T(this,null,function*(){if(w.name==null||w.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u8BBE\u5907\u540D\u79F0");return}if(w.path==null||w.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u8BBE\u5907\u8DEF\u5F84");return}f.value=!0;const F=E.Loading("\u521D\u59CB\u5316\u4E2D...");try{const D=yield z.Nas.Disk.Init.POST({name:w.name,path:w.path});if(D!=null&&D.data){const{result:$,error:B}=D==null?void 0:D.data;B&&E.Warning(B),$&&($.errorInfo?E.Warning($.errorInfo):(E.Success("\u521D\u59CB\u5316\u6210\u529F"),$.childrens&&$.childrens.length>0&&(u.value=$.childrens[0]),c.value=$,p(1)))}}catch(D){E.Error(D)}F.Close(),f.value=!1}),_=w=>T(this,null,function*(){if(w.path==null||w.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A\u8DEF\u5F84");return}f.value=!0;const F=E.Loading("\u683C\u5F0F\u5316\u4E2D...");try{const D=yield z.Nas.Disk.Partition.Format.POST({path:w.path,uuid:w.uuid,mountPoint:w.mountPoint});if(D!=null&&D.data){const{result:$,error:B}=D==null?void 0:D.data;B&&E.Warning(B),$&&(E.Success("\u683C\u5F0F\u5316\u6210\u529F"),u.value=$,p(1))}}catch(D){E.Error(D)}F.Close(),f.value=!1}),x=()=>{if(u.value&&u.value.mountPoint){s(u.value.mountPoint);return}E.Warning("\u8BFB\u53D6\u7ED3\u679C\u5931\u8D25")};return(w,F)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>{var D;return[m.value==0?(i(),r("form",{key:0,class:"action format",onSubmit:ot(l,["prevent"])},[L0,t("div",M0,[t("div",O0,[N0,e.mount?(i(),r("div",q0,[t("span",null,"\u3010"+g(e.mount.total)+"\u3011",1),t("span",null,g(e.mount.mountPoint||e.mount.path),1)])):e.disk?(i(),r("div",j0,[t("span",null,"\u3010"+g(e.disk.size)+"\u3011",1),t("span",null,g(e.disk.venderModel),1)])):C("",!0)]),e.mount?(i(),r("div",R0,[G0,t("div",V0,g(e.mount.mountPoint||e.mount.path)+"\uFF08"+g(e.mount.total)+"\uFF09",1)])):C("",!0),t("div",U0,[W0,t("div",Z0,[S(t("select",{"onUpdate:modelValue":F[0]||(F[0]=$=>d.value=$),required:"",disabled:e.action=="disk"},[e.mount!=null?(i(),r("option",J0,"\u8BF7\u9009\u62E9\u9009\u9879")):C("",!0),X0,e.mount!=null?(i(),r("option",K0,"\u4E0D\u683C\u5F0F\u5316,\u4F7F\u7528\u539F\u6587\u4EF6\u7CFB\u7EDF")):C("",!0)],8,H0),[[Z,d.value]])]),t("div",Q0,[d.value=="format"?(i(),r("p",td,"\u683C\u5F0F\u5316\u4E3AEXT4\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u4F20\u8F93\u901F\u5EA6\u66F4\u5FEB")):d.value=="default"?(i(),r("p",ed)):C("",!0)])])]),t("div",ad,[od,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:n,type:"button",disabled:f.value},"\u8FD4\u56DE",8,nd),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:f.value},"\u4E0B\u4E00\u6B65",8,id)])],40,I0)):m.value==1?(i(),r("div",rd,[t("div",sd,[dd,ud,c.value?(i(),r("div",ld,[U(" \u5DF2\u7ECF\u6210\u529F\u683C\u5F0F\u5316\u78C1\u76D8 "+g(c.value.venderModel)+" \u5E76\u6302\u8F7D\u5230 ",1),t("a",null,g((D=u.value)==null?void 0:D.mountPoint),1)])):C("",!0),u.value?(i(),r("div",cd,[pd,t("a",null,g(u.value.mountPoint),1)])):C("",!0),t("div",fd,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",type:"button",onClick:x},g(e.action=="nas"?"\u4E0B\u4E00\u6B65":"\u5B8C\u6210"),1)])])])):C("",!0)]}),_:1})]),_:1}))}});var bd=Y(md,[["__scopeId","data-v-3a0bca4c"]]),$e=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(bd,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Pt=e=>(O("data-v-61e01d51"),e=e(),N(),e),vd=["onSubmit"],gd=Pt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"})],-1)),_d={class:"action-body"},hd={class:"disk-info"},xd=Pt(()=>t("div",{class:"disk-info_icon"},[t("svg",{t:"1642589762094",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11301",width:"128",height:"128"},[t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"11302"}),t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"11303"}),t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"11304"}),t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"11305"}),t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"11306"}),t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"11307"}),t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"11308"}),t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"11309"}),t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"11310"}),t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"11311"}),t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11312"}),t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11313"}),t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11314"}),t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11315"}),t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11316"}),t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"11317"}),t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"11318"}),t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"11319"}),t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"11320"})])],-1)),kd={key:0,class:"disk-info_mount-name"},wd={key:1,class:"disk-info_mount-name"},yd={key:0,class:"label-item"},Fd=Pt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A")],-1)),Ed={class:"label-item_path"},Cd={class:"label-item"},$d=Pt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u6302\u8F7D\u70B9")],-1)),Dd={class:"label-item_value"},Bd=["value"],Yd={class:"action-footer"},Ad=Pt(()=>t("div",{class:"auto"},null,-1)),Sd=["disabled"],zd=["disabled"],Pd={key:1,class:"action result"},Td={class:"action-body"},Id=Pt(()=>t("div",{class:"action-body_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),Ld=Pt(()=>t("div",{class:"action-body_msg"},"\u6302\u8F7D\u6210\u529F",-1)),Md={key:0,class:"action-body_info"},Od={class:"btns"},Nd=P({props:{action:String,disk:{type:Object,required:!0},mount:{type:Object},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){var h;const a=e,o=()=>{a.Close&&a.Close()},n=v=>{v.preventDefault(),a.Cancel&&a.Cancel(),o()},s=v=>{a.Next&&a.Next(v),o()},f=y(!1),m=y(0),p=y("/mnt/data_"+((h=a==null?void 0:a.mount)==null?void 0:h.name)),d=v=>{m.value=v};y(a.mount?"":"format"),y();const c=y(),u=()=>T(this,null,function*(){const v=a.mount;if(v==null){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A");return}if(v.path==null||v.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A\u8DEF\u5F84");return}if(v.uuid==null||v.uuid==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533AID");return}f.value=!0;const _=E.Loading("\u6302\u8F7D\u4E2D...");try{const x=yield z.Nas.Disk.Partition.Mount.POST({path:v.path,uuid:v.uuid,mountPoint:p.value});if(x!=null&&x.data){const{result:w,error:F}=x==null?void 0:x.data;F&&E.Warning(F),w&&(E.Success("\u6302\u8F7D\u6210\u529F"),c.value=w,d(1))}}catch(x){E.Error(x)}_.Close(),f.value=!1}),l=()=>{if(c.value&&c.value.mountPoint){s(c.value.mountPoint);return}E.Warning("\u8BFB\u53D6\u7ED3\u679C\u5931\u8D25")},b=()=>{};return(v,_)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>{var x,w;return[m.value==0?(i(),r("form",{key:0,class:"action format",onSubmit:ot(b,["prevent"])},[gd,t("div",_d,[t("div",hd,[xd,e.mount?(i(),r("div",kd,[t("span",null,"\u3010"+g(e.mount.total)+"\u3011",1),t("span",null,g(e.mount.mountPoint),1)])):e.disk?(i(),r("div",wd,[t("span",null,"\u3010"+g(e.disk.size)+"\u3011",1),t("span",null,g(e.disk.venderModel),1)])):C("",!0)]),e.mount?(i(),r("div",yd,[Fd,t("div",Ed,g(e.mount.path)+"\uFF08"+g(e.mount.total)+"\uFF0C"+g((w=(x=e.mount)==null?void 0:x.filesystem)==null?void 0:w.toUpperCase())+"\uFF09",1)])):C("",!0),t("div",Cd,[$d,t("div",Dd,[t("input",{type:"text",value:p.value},null,8,Bd)])])]),t("div",Yd,[Ad,t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:f.value,onClick:u},"\u786E\u5B9A",8,Sd),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:n,type:"button",disabled:f.value},"\u8FD4\u56DE",8,zd)])],40,vd)):m.value==1?(i(),r("div",Pd,[t("div",Td,[Id,Ld,c.value?(i(),r("div",Md,[U(" \u5DF2\u6210\u529F\u5C06\u5206\u533A "+g(c.value.path)+" \u6302\u8F7D\u5230 ",1),t("a",null,g(c.value.mountPoint),1)])):C("",!0),t("div",Od,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",type:"button",onClick:l},g(e.action=="nas"?"\u5B8C\u6210":"\u4E0B\u4E00\u6B65"),1)])])])):C("",!0)]}),_:1})]),_:1}))}});var qd=Y(Nd,[["__scopeId","data-v-61e01d51"]]),ta=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(qd,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const ea=e=>(O("data-v-31be4af0"),e=e(),N(),e),jd={class:"disk-content"},Rd={class:"disk-item"},Gd={class:"disk-item_name"},Vd={key:0},Ud={key:1},Wd={key:2},Zd={class:"disk_value"},Hd={key:0,class:"disk-item_value"},Jd={class:"value-data"},Xd={key:1,class:"disk-item_value"},Kd={key:0,class:"disk-item"},Qd={class:"disk-item_name"},tu=["href"],eu={class:"disk_status"},au={class:"disk_status_item"},ou={key:0,class:"tooltip-trigger disk_tip"},nu=ea(()=>t("div",{class:"tooltip-text tooltip-top"},[t("div",{class:"disk_dir_tip"},"\u5F53\u524D\u78C1\u76D8\u4E3A\u53EA\u8BFB\u72B6\u6001\uFF0C\u53EF\u80FD\u5BFC\u81F4\u65E0\u6CD5\u5199\u5165\u6570\u636E")],-1)),iu={class:"disk_status_item"},ru={key:0,class:"tooltip-trigger disk_tip"},su=ea(()=>t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u5F53\u524D\u78C1\u76D8\u786C\u76D8\u683C\u5F0F\u4E3ANTFS\uFF0C\u53EF\u80FD\u5BFC\u81F4\u786C\u76D8\u51FA\u73B0\u517C\u5BB9\u6027\u95EE\u9898\uFF0C\u5EFA\u8BAE\u683C\u5F0F\u5316\u6210EXT4\u6587\u4EF6\u7CFB\u7EDF")],-1)),du=P({props:{part:{type:Object,required:!0},disk:{type:Object,required:!0}},setup(e){const a=e,o=G(()=>a.part.filesystem=="No FileSystem"),n=G(()=>o.value||!a.part.isSystemRoot&&a.part.mountPoint&&(a.part.isReadOnly||a.part.filesystem=="ntfs")),s=function(){$e({action:"disk",disk:a.disk,mount:a.part,Cancel:()=>{},Next:c=>{location.reload()}})},f=()=>{ta({action:"nas",disk:a.disk,mount:a.part,Cancel:()=>{},Next:()=>{location.reload()}})},m=()=>T(this,null,function*(){const c=E.Loading("\u5904\u7406\u4E2D...");try{const u=yield z.Nas.Disk.InitRest.POST({name:a.disk.name,path:a.disk.path});if(u!=null&&u.data){const{result:l,error:b}=u==null?void 0:u.data;b&&E.Warning(b),l&&(E.Success("\u6302\u8F7D\u6210\u529F"),location.reload())}}catch(u){E.Error(u)}c.Close()}),p=G(()=>a.part.filesystem=="Free Space"),d=G(()=>{const c=a.part.mountPoint?a.part.mountPoint:"";return c.indexOf("/mnt/")==0?"/cgi-bin/luci/admin/services/linkease/file/?path=/"+c.substring(5):"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+c});return(c,u)=>{var b;const l=Q("progress-item");return i(),r("div",jd,[t("li",Rd,[t("div",Gd,[k(p)?(i(),r("span",Vd,"\u672A\u5206\u533A")):(i(),r("span",Ud,g(e.part.name)+g(e.part.mountPoint?"":k(o)?"\uFF08\u672A\u683C\u5F0F\u5316\uFF09":"\uFF08\u672A\u6302\u8F7D\uFF09"),1)),e.part.isSystemRoot?(i(),r("span",Wd,"\uFF08\u7CFB\u7EDF\u5206\u533A\uFF09")):C("",!0)]),t("div",Zd,[e.part.mountPoint||k(p)?(i(),r("div",Hd,[t("div",Jd,[A(l,{value:k(p)||!e.part.usage?0:e.part.usage,text:k(p)?"\u672A\u5206\u533A\uFF08"+e.part.total+"\uFF09":e.part.used+"/"+e.part.total,style:{backgroundColor:"#767676"}},null,8,["value","text"])])])):k(o)?C("",!0):(i(),r("div",Xd,[t("div",{class:"value-data buttondiv",onClick:f},"\u624B\u52A8\u6302\u8F7D")])),k(p)?(i(),r("button",{key:2,class:"cbi-button cbi-button-apply",onClick:m},"\u5206\u533A\u5E76\u683C\u5F0F\u5316")):k(n)?(i(),r("button",{key:3,class:"cbi-button cbi-button-apply",onClick:s},"\u683C\u5F0F\u5316\u5206\u533A")):C("",!0)])]),e.part.mountPoint?(i(),r("li",Kd,[t("span",Qd,[t("a",{href:k(d),target:"_blank"},g(e.part.mountPoint),9,tu)]),t("div",eu,[t("div",au,[t("div",null,"\u78C1\u76D8\u8BFB\u5199\u72B6\u6001\uFF1A"+g(e.part.isReadOnly?"\u53EA\u8BFB":"\u8BFB\u5199"),1),!e.part.isSystemRoot&&e.part.isReadOnly?(i(),r("div",ou,[A(gt),nu])):C("",!0)]),t("div",iu,[t("div",null,"\u78C1\u76D8\u683C\u5F0F\uFF1A"+g((b=e.part.filesystem)==null?void 0:b.toUpperCase()),1),e.part.filesystem=="ntfs"?(i(),r("div",ru,[A(gt),su])):C("",!0)])])])):C("",!0)])}}});var uu=Y(du,[["__scopeId","data-v-31be4af0"]]);const aa=e=>(O("data-v-5fa713aa"),e=e(),N(),e),lu={key:0,class:"action"},cu={class:"title"},pu=aa(()=>t("div",{class:"app-container_info"},[t("span",null,"\u5206\u533A / \u6302\u8F7D\u70B9"),t("span",null,"\u5BB9\u91CF")],-1)),fu={class:"app-container_body"},mu=aa(()=>t("div",{class:"auto"},null,-1)),bu=P({props:{disk:{type:Object,required:!0},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){const a=e,o=y(0),n=()=>{a.Close&&a.Close()},s=f=>{f.preventDefault(),a.Cancel&&a.Cancel(),n()};return(f,m)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[o.value==0?(i(),r("div",lu,[t("h2",cu,"\u5206\u533A\u4FE1\u606F - "+g((e.disk.name||"?")+(e.disk.isSystemRoot?"\uFF08\u7CFB\u7EDF\u76D8\uFF09":"")),1),t("ul",null,[t("li",null,[pu,t("div",fu,[(i(!0),r(L,null,j(e.disk.childrens,(p,d)=>(i(),M(uu,{key:d,part:p,disk:e.disk},null,8,["part","disk"]))),128))])])]),t("div",{class:"action-footer"},[mu,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:s,type:"button"},"\u8FD4\u56DE")])])):C("",!0)]),_:1})]),_:1},8,["Close"]))}});var vu=Y(bu,[["__scopeId","data-v-5fa713aa"]]),gu=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(vu,K(W({},e),{Close:()=>{n()}}));o.component("progress-item",Ze),o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const pe=e=>(O("data-v-eb0dbbd8"),e=e(),N(),e),_u={key:0,class:"disk-item error"},hu=["title"],xu={class:"disk-item_value"},ku={class:"value-data"},wu={class:"error"},yu={key:1,class:"disk-item"},Fu=["title"],Eu={key:0,class:"disk_value"},Cu=pe(()=>t("div",{class:"value-data"},[t("a",{href:"/cgi-bin/luci/admin/nas/smart"},[t("span",{class:"error"}," S.M.A.R.T\u5F02\u5E38")])],-1)),$u=[Cu],Du={key:1,class:"disk_value"},Bu={class:"disk-item_value"},Yu={class:"value-data"},Au=pe(()=>t("div",{class:"disk-item-tooltip"},[t("span",null,"\u4EC5\u7EDF\u8BA1\u5DF2\u6302\u8F7D\u5206\u533A")],-1)),Su={class:"disk_icon"},zu={key:0,class:"tooltip-trigger"},Pu={class:"disk_tip"},Tu=pe(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u60A8\u7684\u7CFB\u7EDF\u7A7A\u95F4\u5DF2\u4E0D\u8DB3\uFF0C\u68C0\u6D4B\u5230\u60A8\u7684Docker\u6839\u76EE\u5F55\u4F4D\u4E8E\u7CFB\u7EDF\u6839\u76EE\u5F55\u4E0A\uFF0C\u53EF\u80FD\u4F1A\u5F71\u54CD\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C\uFF0C\u5EFA\u8BAE\u4F7F\u7528Docker\u8FC1\u79FB\u5411\u5BFC\u5C06Docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\u4E0A\u3002")])],-1)),Iu={key:1,class:"tooltip-trigger"},Lu={class:"disk_tip"},Mu=pe(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u5206\u533A\u5B58\u5728\u5F02\u5E38\uFF0C\u70B9\u51FB\u5206\u533A\u5217\u8868\u67E5\u770B\u9519\u8BEF")])],-1)),Ou={key:2,class:"disk-item load"},Nu=["title"],qu={class:"disk_value"},ju={class:"disk-item_value"},Ru={class:"value-data"},Gu={key:3,class:"disk-item load"},Vu=["title"],Uu={class:"disk_value"},Wu={key:0,class:"disk-item_value"},Zu={class:"value-data"},Hu={key:1,class:"disk-item_value"},Ju={class:"value-data"},Xu={class:"disk_icon"},Ku=P({props:{disk:{type:Object,required:!0},smartWarning:{type:Boolean}},setup(e){const a=e,o=G(()=>a.disk.errorInfo?"error":a.disk.childrens==null||a.disk.childrens.length==0||a.disk.childrens.length==1&&a.disk.childrens[0].filesystem=="No FileSystem"?"load":a.disk.childrens.filter(p=>p.mountPoint).length==0?"unmounted":"success"),n=G(()=>{const p=a.disk;let d=p.name;return p.size&&(d+=`\u3010${p.size}\u3011`),p.venderModel&&(d+=`(${p.venderModel})`),d}),s=()=>{$e({action:"disk",disk:a.disk,Cancel:()=>{},Next:()=>{location.reload()}})},f=()=>{gu({action:"disk",disk:a.disk,Cancel:()=>{},Next:()=>{location.reload()}})},m=()=>{const p=a.disk,d=p.childrens||[];ta({action:"nas",disk:p,mount:d[0],Cancel:()=>{},Next:()=>{location.reload()}})};return(p,d)=>{var u,l,b,h,v;const c=Q("progress-item");return k(o)=="error"?(i(),r("li",_u,[t("div",{class:"disk-item_name",title:k(n)},[t("span",null,g(k(n)),1)],8,hu),t("div",xu,[t("div",ku,[t("span",wu,g(e.disk.errorInfo),1)])])])):k(o)=="success"?(i(),r("li",yu,[t("div",{class:"disk-item_name",title:k(n)},[t("span",null,g(k(n)),1)],8,Fu),e.disk.smartWarning&&e.smartWarning?(i(),r("div",Eu,$u)):(i(),r("div",Du,[t("div",Bu,[t("div",Yu,[A(c,{value:e.disk.usage||0,text:`${e.disk.used}/${e.disk.total}`,style:{backgroundColor:"#767676"}},null,8,["value","text"])]),Au]),t("div",Su,[e.disk.isDockerRoot&&e.disk.isSystemRoot&&e.disk.usage&&e.disk.usage>=90?(i(),r("span",zu,[t("span",Pu,[A(gt)]),Tu])):C("",!0),!e.disk.isSystemRoot&&(((u=e.disk.childrens)==null?void 0:u.filter(_=>_.isReadOnly||_.filesystem=="ntfs").length)||0)>0?(i(),r("span",Iu,[t("span",Lu,[A(gt)]),Mu])):C("",!0),!e.disk.isSystemRoot&&(((l=e.disk.childrens)==null?void 0:l.filter(_=>_.isReadOnly||_.filesystem=="ntfs").length)||0)>0?(i(),r("span",{key:2,class:"disk_infoicon",onClick:d[0]||(d[0]=_=>s())},[A(T0)])):C("",!0),t("span",{class:"disk_infoicon",onClick:d[1]||(d[1]=_=>f())},[A(Oe)])])]))])):k(o)=="load"?(i(),r("li",Ou,[t("div",{class:"disk-item_name",title:k(n)},[t("span",null,g(k(n)),1)],8,Nu),t("div",qu,[t("div",ju,[t("div",Ru,[t("button",{onClick:d[2]||(d[2]=_=>s())},"\u683C\u5F0F\u5316\u5E76\u6302\u8F7D")])])])])):k(o)=="unmounted"?(i(),r("li",Gu,[t("div",{class:"disk-item_name",title:k(n)},[t("span",null,g(k(n)),1)],8,Vu),t("div",Uu,[((b=e.disk.childrens)==null?void 0:b.length)==1?(i(),r("div",Wu,[t("div",Zu,[t("button",{onClick:d[3]||(d[3]=_=>m())},"\u624B\u52A8\u6302\u8F7D")])])):C("",!0),(((h=e.disk.childrens)==null?void 0:h.length)||0)>1?(i(),r("div",Hu,[t("div",Ju,[t("button",{onClick:d[4]||(d[4]=_=>f())},"\u624B\u52A8\u6302\u8F7D")])])):C("",!0),t("div",Xu,[(((v=e.disk.childrens)==null?void 0:v.length)||0)>1?(i(),r("span",{key:0,class:"disk_infoicon",onClick:d[5]||(d[5]=_=>f())},[A(Oe)])):C("",!0)])])])):C("",!0)}}});var xe=Y(Ku,[["__scopeId","data-v-eb0dbbd8"]]);const Gt=e=>(O("data-v-98e4aab2"),e=e(),N(),e),Qu={class:"app-container"},t1={class:"app-container_title"},e1=Gt(()=>t("span",{class:"disk_info"},"\u78C1\u76D8\u4FE1\u606F",-1)),a1={class:"more_icon",title:"\u67E5\u770B\u78C1\u76D8\u7BA1\u7406\u4FE1\u606F"},o1={class:"DeviceBlock"},n1=Gt(()=>t("ul",null,[t("li",null,[t("a",{href:"/cgi-bin/luci/admin/nas/raid"},"RAID\u7BA1\u7406")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/nas/smart"},"S.M.A.R.T.")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/diskman"},"\u78C1\u76D8\u7BA1\u7406")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/mounts"},"\u6302\u8F7D\u70B9")])],-1)),i1={key:0},r1={class:"disk_loading_icon"},s1=Gt(()=>t("span",{class:"disk_loading_info"},"\u6B63\u5728\u83B7\u53D6\u78C1\u76D8\u4FE1\u606F...",-1)),d1={key:1},u1=Gt(()=>t("div",{class:"app-container_info"},[t("span",null,"\u7CFB\u7EDF\u6839\u76EE\u5F55")],-1)),l1={class:"app-container_body"},c1={key:2},p1=Gt(()=>t("div",{class:"app-container_info"},[t("span",null,"\u5DF2\u6302\u8F7D\u78C1\u76D8")],-1)),f1={class:"app-container_body"},m1={key:3},b1=Gt(()=>t("div",{class:"app-container_info"},[t("span",null,"RAID\u8BBE\u5907")],-1)),v1={class:"app-container_body"},g1=P({setup(e){const a=y(!1),o=nt({disks:null,raidList:null}),n=()=>{z.Nas.Disk.Status.GET().then(m=>{var p;if((p=m==null?void 0:m.data)!=null&&p.result){const d=m.data.result;o.disks=d.disks||[]}})};(()=>T(this,null,function*(){try{const m=yield z.Raid.List.GET();if(m!=null&&m.data){const{success:p,error:d,result:c}=m.data;if(c&&(o.raidList=c.disks||[]),d)throw d}}catch(m){console.log(m)}}))(),n();const f=()=>{a.value=!a.value};return(m,p)=>{var c,u;const d=Q("icon-loading");return i(),r("div",Qu,[t("ul",null,[t("li",null,[t("div",t1,[e1,t("span",a1,[A($t,{onClick:f})]),S(t("div",o1,[t("div",{class:"menu_background",onClick:f}),n1],512),[[kt,a.value]])])]),!k(o).disks&&!k(o).raidList?(i(),r("li",i1,[t("div",r1,[A(d,{size:38,color:"currentColor"}),s1])])):C("",!0),k(o).disks?(i(),r("li",d1,[u1,t("div",l1,[(i(!0),r(L,null,j((c=k(o).disks)==null?void 0:c.filter(l=>l.isSystemRoot),(l,b)=>(i(),M(xe,{key:b,disk:l},null,8,["disk"]))),128))])])):C("",!0),k(o).disks?(i(),r("li",c1,[p1,t("div",f1,[(i(!0),r(L,null,j((u=k(o).disks)==null?void 0:u.filter(l=>!l.isSystemRoot),(l,b)=>(i(),M(xe,{key:b,disk:l,smartWarning:!0},null,8,["disk"]))),128))])])):C("",!0),k(o).raidList&&k(o).raidList.length>0?(i(),r("li",m1,[b1,t("div",v1,[(i(!0),r(L,null,j(k(o).raidList,(l,b)=>(i(),M(xe,{key:b,disk:l},null,8,["disk"]))),128))])])):C("",!0)])])}}});var _1=Y(g1,[["__scopeId","data-v-98e4aab2"]]);const oa=e=>(O("data-v-13ca629c"),e=e(),N(),e),h1={class:"app-container_samba"},x1={key:0,class:"sambas-item"},k1=oa(()=>t("div",{class:"sambas-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),w1={class:"sambas-item_value"},y1=oa(()=>t("li",{class:"sambas-item"},[t("div",{class:"sambas-item_name tit"},[t("span",null,"\u5730\u5740")]),t("div",{class:"sambas-item_value tit"},[t("span",null,"\u76EE\u5F55")])],-1)),F1={class:"samba-item"},E1={class:"samba-item_name"},C1=["title"],$1=["href"],D1=P({props:{sambas:{type:Array}},setup(e){const a=window.location.hostname;return(o,n)=>{var s;return i(),r("ul",h1,[e.sambas?(i(),r("li",x1,[k1,t("div",w1,[t("span",null,g((s=e.sambas)!=null&&s.length?"\u5DF2\u542F\u7528":"\u672A\u542F\u7528"),1)])])):C("",!0),y1,(i(!0),r(L,null,j(e.sambas,f=>(i(),r("li",F1,[t("div",E1,[t("span",null,"smb://"+g(k(a))+"/"+g(f.shareName),1)]),t("div",{class:"samba-item_value",title:f.path},[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+f.path},g(f.path),9,$1)],8,C1)]))),256))])}}});var B1=Y(D1,[["__scopeId","data-v-13ca629c"]]);const fe=e=>(O("data-v-b4608492"),e=e(),N(),e),Y1={class:"webdav-item"},A1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),S1={class:"webdav-item_value"},z1={key:0,class:"webdav-item"},P1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u6302\u8F7D\u8DEF\u5F84:")],-1)),T1={class:"webdav-item_value"},I1=["href"],L1={key:1,class:"webdav-item"},M1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u670D\u52A1\u8DEF\u5F84:")],-1)),O1={class:"webdav-item_value"},N1=["href"],q1={key:2,class:"webdav-item"},j1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u8D26\u53F7:")],-1)),R1={class:"webdav-item_value"},G1=P({props:{webdav:{type:Object}},setup(e){const a=e,o=G(()=>{var n;return`http://${location.hostname}:${(n=a.webdav)==null?void 0:n.port}`});return(n,s)=>{var f,m,p,d,c,u,l;return i(),r(L,null,[t("li",Y1,[A1,t("div",S1,[t("span",null,g((f=e.webdav)!=null&&f.path?"\u5DF2\u542F\u7528":"\u672A\u542F\u7528"),1)])]),(m=e.webdav)!=null&&m.path?(i(),r("li",z1,[P1,t("div",T1,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((p=e.webdav)==null?void 0:p.path)},g((d=e.webdav)==null?void 0:d.path),9,I1)])])):C("",!0),(c=e.webdav)!=null&&c.port?(i(),r("li",L1,[M1,t("div",O1,[t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,N1)])])):C("",!0),(u=e.webdav)!=null&&u.username?(i(),r("li",q1,[j1,t("div",R1,[t("span",null,g((l=e.webdav)==null?void 0:l.username),1)])])):C("",!0)],64)}}});var V1=Y(G1,[["__scopeId","data-v-b4608492"]]);const De=e=>(O("data-v-4a3b6e0a"),e=e(),N(),e),U1={class:"disk-item"},W1=De(()=>t("div",{class:"disk-item_icon"},[t("svg",{t:"1642563338465",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2216",width:"128",height:"128"},[t("path",{d:"M998.4 711.68l-119.467-512c-6.826-42.667-42.666-75.093-87.04-76.8H232.107c-44.374 1.707-80.214 35.84-87.04 78.507L25.6 711.68c-5.12 13.653-6.827 29.013-6.827 42.667 0 76.8 63.147 139.946 141.654 139.946H865.28c78.507 0 141.653-63.146 141.653-139.946 0-13.654-3.413-29.014-8.533-42.667zM394.24 366.933c1.707-51.2 56.32-92.16 124.587-92.16S640 315.733 640 365.227c44.373-1.707 81.92 23.893 83.627 58.026s-34.134 63.147-78.507 64.854h-6.827l-245.76 1.706c-44.373 0-80.213-27.306-80.213-59.733 0-35.84 37.547-63.147 81.92-63.147z m471.04 459.094H160.427c-39.254 0-69.974-30.72-69.974-69.974s32.427-69.973 69.974-69.973H865.28c39.253 0 69.973 30.72 69.973 69.973 1.707 37.547-30.72 69.974-69.973 69.974z m-35.84-92.16c-11.947 0-22.187 8.533-23.893 20.48 0 11.946 8.533 22.186 20.48 23.893h3.413c11.947 0 22.187-10.24 22.187-22.187 0-13.653-8.534-22.186-22.187-22.186z m-46.08 22.186c0-25.6 20.48-46.08 46.08-46.08s46.08 20.48 46.08 46.08-20.48 46.08-46.08 46.08-46.08-20.48-46.08-46.08z","p-id":"2217"})])],-1)),Z1={class:"disk-item_f"},H1={class:"disk-item_venderModel"},J1={class:"disk-item_used"},X1=De(()=>t("div",{class:"auto"},null,-1)),K1={class:"disk-item-r"},Q1={class:"disk-children"},tl=["onClick"],el=De(()=>t("div",{class:"disk-item_icon"},[t("svg",{t:"1642563581459",class:"icon",viewBox:"0 0 1228 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7132",width:"128",height:"128"},[t("path",{d:"M525.2096 145.3568c1.9968-45.568-35.6864-99.1232-57.4976-99.1232H57.4976C15.872 79.9232 17.8176 145.408 17.8176 145.408h507.392z",fill:"#ECC049","p-id":"7133"}),t("path",{d:"M21.8112 143.36L19.8144 825.1392c0 75.3152 75.3152 152.576 150.6304 152.576h887.9104c75.264 0 150.6304-75.264 150.6304-152.576V297.984c0-75.264-75.3152-152.576-150.6304-152.576h-434.0224L21.8112 143.36z",fill:"#FFD658","p-id":"7134"})])],-1)),al={key:0},ol={key:1},nl=P({props:{disk:{type:Object,required:!0},currDisk:{type:Object},currMountPoint:{type:Object},onDisk:{type:Function,required:!0}},setup(e){var s,f;const a=e,o=y(!1);a.currDisk!=null&&((s=a.currDisk)==null?void 0:s.venderModel)==((f=a.disk)==null?void 0:f.venderModel)&&(o.value=!0);const n=m=>{o.value=!o.value,a.onDisk(m,null)};return(m,p)=>{var d;return i(),r("ul",U1,[t("li",{class:st(["disk-info",{on:e.disk.venderModel==((d=e.currDisk)==null?void 0:d.venderModel),nopoint:e.disk.childrens==null||e.disk.childrens.length==0}]),onClick:p[0]||(p[0]=c=>n(e.disk))},[W1,t("div",Z1,[t("div",H1,g(e.disk.venderModel),1),t("div",J1,g(e.disk.used)+"/"+g(e.disk.size),1)]),X1,t("div",K1,g(e.disk.path),1)],2),S(t("div",Q1,[(i(!0),r(L,null,j(e.disk.childrens,c=>{var u,l;return i(),r("li",{class:st(["disk-children_item",{on:c.uuid==((u=e.currMountPoint)==null?void 0:u.uuid)&&c.path==((l=e.currMountPoint)==null?void 0:l.path)}]),onClick:b=>e.onDisk(e.disk,c)},[el,c.mountPoint?(i(),r("span",al," \u3010"+g(c.filesystem)+"\u3011 "+g(c.mountPoint)+" \uFF08"+g(c.used)+"/"+g(c.total)+"\uFF09 ["+g(c.uuid)+"] ",1)):(i(),r("span",ol," \u3010"+g(c.filesystem)+"\u3011 "+g(c.mountPoint||c.path||"\u672A\u6302\u8F7D\u78C1\u76D8")+" ["+g(c.uuid)+"] ",1))],10,tl)}),256))],512),[[kt,o.value]])])}}});var Ne=Y(nl,[["__scopeId","data-v-4a3b6e0a"]]);const Be=e=>(O("data-v-12d0f96b"),e=e(),N(),e),il={class:"action list"},rl=Be(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"\u8BF7\u9009\u62E9\u4E00\u4E2A\u786C\u76D8\u6216\u5206\u533A")],-1)),sl={class:"action-body"},dl={class:"disk-list"},ul=Be(()=>t("div",{class:"action-msg"},[t("span",null,[U(" \u60F3\u8981\u66F4\u7CBE\u786E\u7684\u914D\u7F6E\uFF1F\u8BF7\u524D\u5F80 "),t("a",{href:"/cgi-bin/luci/admin/system/diskman"},"\u9AD8\u7EA7\u8BBE\u7F6E")])],-1)),ll=Be(()=>t("div",{class:"auto"},null,-1)),cl=P({props:{Cancel:{type:Function},Next:{type:Function},Close:{type:Function}},setup(e){const a=e,o=y(!0),n=nt({disks:[],raids:[]});(()=>T(this,null,function*(){const b=yield Promise.all([z.Nas.Disk.Status.GET(),z.Raid.List.GET()]);try{if(b[0]){const h=b[0];h!=null&&h.data.result&&(n.disks=(h==null?void 0:h.data.result.disks)||[])}if(b[1]){const h=b[1];h.data.result&&(n.raids=h.data.result.disks||[])}}catch(h){E.Warning(h)}}))();const f=y(),m=y(),p=(b,h)=>{f.value=b,m.value=h},d=()=>{a.Close&&a.Close()},c=()=>{a.Cancel&&a.Cancel(),d()},u=b=>{a.Next&&a.Next(b),d()},l=()=>{if(f.value==null){E.Warning("\u8BF7\u9009\u62E9\u76EE\u6807\u786C\u76D8");return}if(f.value.childrens!=null&&f.value.childrens.length>0&&m.value==null){E.Warning("\u8BF7\u9009\u62E9\u786C\u76D8\u5206\u533A");return}if(m.value!=null&&(m.value.mountPoint==null||m.value.mountPoint=="")){E.Warning("\u8BE5\u5206\u533A\u5C1A\u672A\u6302\u8F7D\uFF0C\u8BF7\u5148\u53BB\u6302\u8F7D");return}o.value=!1,$e({action:"nas",disk:f.value,mount:m.value,Cancel:()=>{o.value=!0},Next:b=>{u(b)}})};return(b,h)=>o.value?(i(),M(X,{key:0,type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",il,[rl,t("div",sl,[t("div",dl,[(i(!0),r(L,null,j(k(n).disks,v=>(i(),M(Ne,{disk:v,onDisk:p,currDisk:f.value,currMountPoint:m.value},null,8,["disk","currDisk","currMountPoint"]))),256)),(i(!0),r(L,null,j(k(n).raids,v=>(i(),M(Ne,{disk:v,onDisk:p,currDisk:f.value,currMountPoint:m.value},null,8,["disk","currDisk","currMountPoint"]))),256))])]),ul,t("div",{class:"action-footer"},[ll,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:c,type:"button"},"\u8FD4\u56DE"),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:l,type:"button"},"\u4E0B\u4E00\u6B65")])])]),_:1})]),_:1})):C("",!0)}});var pl=Y(cl,[["__scopeId","data-v-12d0f96b"]]),fl=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(pl,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const me=e=>(O("data-v-530e728c"),e=e(),N(),e),ml={class:"action"},bl={class:"action-body"},vl=me(()=>t("div",{class:"icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),gl=me(()=>t("h2",{class:"title"},"\u670D\u52A1\u5DF2\u542F\u52A8",-1)),_l={class:"info"},hl=me(()=>t("span",null,"\u524D\u5F80",-1)),xl=["href"],kl=me(()=>t("span",null,"\u914D\u7F6E",-1)),wl=P({props:{Close:Function},setup(e){const a=e,o=y(""),n=G(()=>`http://${location.hostname}:${o.value}`);(()=>{z.Nas.Linkease.Enable.POST().then(m=>{var p,d;(p=m==null?void 0:m.data)!=null&&p.result&&(o.value=((d=m.data.result)==null?void 0:d.port)||"")})})();const f=()=>{a.Close&&a.Close(),location.reload()};return(m,p)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",ml,[t("div",bl,[vl,gl,t("div",_l,[hl,t("a",{href:k(n),target:"_blank",rel:"noopener noreferrer"},g(k(n)),9,xl),kl]),t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:f},"\u5173\u95ED")])])])]),_:1})]),_:1}))}});var yl=Y(wl,[["__scopeId","data-v-530e728c"]]),Fl=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(yl,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const te=e=>(O("data-v-30ef6ccb"),e=e(),N(),e),El=["onSubmit"],Cl=te(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"Webdav\u5171\u4EAB\u914D\u7F6E")],-1)),$l={class:"action-body"},Dl={class:"label-item"},Bl=te(()=>t("div",{class:"label-item_key"},[t("span",null,"\u670D\u52A1\u76EE\u5F55\u8DEF\u5F84")],-1)),Yl={class:"label-item_value"},Al=["value"],Sl={class:"label-item"},zl=te(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D")],-1)),Pl={class:"label-item_value"},Tl={class:"label-item"},Il=te(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801")],-1)),Ll={class:"label-item_value"},Ml={class:"action-footer"},Ol=te(()=>t("div",{class:"auto"},null,-1)),Nl=["disabled"],ql=["disabled"],jl=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=d=>{d.preventDefault(),a.Close&&a.Close()},n=y(!1),s=y({username:"root",password:"",rootPath:a.rootPath});(()=>T(this,null,function*(){const d=E.Loading("\u52A0\u8F7D\u4E2D...");n.value=!0;try{const c=yield z.Nas.Webdav.Status.GET();if(c!=null&&c.data){const{result:u,error:l}=c.data;if(l){E.Warning(l);return}u&&(u.username&&(s.value.username=u.username),u.password&&(s.value.password=u.password))}}catch(c){E.Error(c)}n.value=!1,d.Close()}))();const m=()=>{const d=s.value;if(d.rootPath==""){E.Warning("\u5171\u4EAB\u8DEF\u5F84\u4E0D\u80FD\u4E3A\u7A7A");return}if(d.username==""){E.Warning("\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A");return}if(d.password==""){E.Warning("\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A");return}p(d)},p=d=>T(this,null,function*(){n.value=!0;const c=E.Loading("\u521B\u5EFA\u4E2D...");try{const u=yield z.Nas.Webdav.Create.POST(d);if(u!=null&&u.data){const{error:l,result:b}=u.data;l&&E.Warning(l),b&&(E.Success("\u521B\u5EFA\u6210\u529F"),window.setTimeout(()=>{location.reload()},1e3))}}catch(u){E.Error(u)}c.Close(),n.value=!1});return(d,c)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[t("form",{class:"action",onSubmit:ot(m,["prevent"])},[Cl,t("div",$l,[t("div",Dl,[Bl,t("div",Yl,[t("input",{type:"text",value:s.value.rootPath,disabled:"",required:"",style:{backgroundColor:"#eee"}},null,8,Al)])]),t("div",Sl,[zl,t("div",Pl,[S(t("input",{type:"text",required:"",placeholder:"\u8D26\u53F7\u7528\u6237\u540D","onUpdate:modelValue":c[0]||(c[0]=u=>s.value.username=u)},null,512),[[V,s.value.username,void 0,{trim:!0}]])])]),t("div",Tl,[Il,t("div",Ll,[S(t("input",{type:"password","onUpdate:modelValue":c[1]||(c[1]=u=>s.value.password=u)},null,512),[[V,s.value.password,void 0,{trim:!0}]])])])]),t("div",Ml,[Ol,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:o,disabled:n.value},"\u5173\u95ED",8,Nl),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:n.value},"\u521B\u5EFA",8,ql)])],40,El)]),_:1})]),_:1}))}});var Rl=Y(jl,[["__scopeId","data-v-30ef6ccb"]]),Gl=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(Rl,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Yt=e=>(O("data-v-3ef9e48f"),e=e(),N(),e),Vl=["onSubmit"],Ul=Yt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"Samba\u5171\u4EAB\u914D\u7F6E")],-1)),Wl={class:"action-body"},Zl={class:"label-item"},Hl=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u670D\u52A1\u76EE\u5F55\u8DEF\u5F84")],-1)),Jl={class:"label-item_value"},Xl=["value"],Kl={class:"label-item"},Ql=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5171\u4EAB\u540D\uFF08\u5EFA\u8BAE\u4F7F\u7528\u82F1\u6587\u5B57\u6BCD\uFF09")],-1)),tc={class:"label-item_value"},ec={class:"label-item"},ac=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D")],-1)),oc={class:"label-item_value"},nc={class:"label-item"},ic=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801")],-1)),rc={class:"label-item_value"},sc={class:"samba-item"},dc={class:"samba-item_allow"},uc=Yt(()=>t("label",{for:"allow",class:"samba-allow"},"\u5141\u8BB8\u65E7\u534F\u8BAE\u4E0E\u8EAB\u4EFD\u9A8C\u8BC1(\u4E0D\u5B89\u5168)",-1)),lc={class:"samba-item_tips"},cc={class:"tooltip-trigger"},pc={class:"samba_tip"},fc=Yt(()=>t("span",{class:"samba_dir_tip"},"\u517C\u5BB9\u4E00\u4E9B\u7535\u89C6\u6216\u8005\u7535\u89C6\u76D2\u5B50",-1)),mc={class:"action-footer"},bc=Yt(()=>t("div",{class:"auto"},null,-1)),vc=["disabled"],gc=["disabled"],_c=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=p=>{p.preventDefault(),a.Close&&a.Close()},n=y(!1),s=y({shareName:"",username:"",password:"",rootPath:a.rootPath,allowLegacy:!1}),f=()=>{const p=s.value;if(p.rootPath==""){E.Warning("\u5171\u4EAB\u8DEF\u5F84\u4E0D\u80FD\u4E3A\u7A7A");return}if(p.shareName==""){E.Warning("\u5171\u4EAB\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A");return}if(p.username==""){E.Warning("\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A");return}if(p.password==""){E.Warning("\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A");return}const d=wt.checkSmabaUserName(p.username);if(d!==!0){E.Warning(`${d}`);return}m(p)},m=p=>T(this,null,function*(){n.value=!0;const d=E.Loading("\u521B\u5EFA\u4E2D...");try{const c=yield z.Nas.Samba.Create.POST(p);if(c!=null&&c.data){const{error:u,result:l}=c.data;u&&E.Warning(u),l&&(E.Success("\u521B\u5EFA\u6210\u529F"),window.setTimeout(()=>{location.reload()},1e3))}}catch(c){E.Error(c)}d.Close(),n.value=!1});return(p,d)=>(i(),M(X,{type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[t("form",{class:"action",onSubmit:ot(f,["prevent"])},[Ul,t("div",Wl,[t("div",Zl,[Hl,t("div",Jl,[t("input",{type:"text",value:s.value.rootPath,disabled:"",required:"",style:{backgroundColor:"#eee"}},null,8,Xl)])]),t("div",Kl,[Ql,t("div",tc,[S(t("input",{type:"text","onUpdate:modelValue":d[0]||(d[0]=c=>s.value.shareName=c),required:"",placeholder:"\u5171\u4EAB\u540D\u79F0"},null,512),[[V,s.value.shareName,void 0,{trim:!0}]])])]),t("div",ec,[ac,t("div",oc,[S(t("input",{type:"text",required:"",placeholder:"\u8D26\u53F7\u7528\u6237\u540D","onUpdate:modelValue":d[1]||(d[1]=c=>s.value.username=c)},null,512),[[V,s.value.username,void 0,{trim:!0}]])])]),t("div",nc,[ic,t("div",rc,[S(t("input",{type:"password","onUpdate:modelValue":d[2]||(d[2]=c=>s.value.password=c)},null,512),[[V,s.value.password,void 0,{trim:!0}]])])]),t("div",sc,[t("div",dc,[S(t("input",{type:"checkbox",id:"allow","onUpdate:modelValue":d[3]||(d[3]=c=>s.value.allowLegacy=c)},null,512),[[Nt,s.value.allowLegacy]]),uc]),t("div",lc,[t("span",cc,[t("span",pc,[A(gt)]),fc])])])]),t("div",mc,[bc,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:o,disabled:n.value},"\u5173\u95ED",8,vc),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:n.value},"\u521B\u5EFA",8,gc)])],40,Vl)]),_:1})]),_:1}))}});var hc=Y(_c,[["__scopeId","data-v-3ef9e48f"]]),xc=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(hc,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Xt=e=>!Array.isArray(window.quickstart_features)||window.quickstart_features.indexOf(e)!=-1,Vt=e=>(O("data-v-7244f123"),e=e(),N(),e),kc={key:0,class:"action"},wc=Vt(()=>t("h2",{class:"title"},"\u6B22\u8FCE\u4F7F\u7528 NAS \u914D\u7F6E\u5411\u5BFC",-1)),yc=Vt(()=>t("h3",{class:"desc"},"\u8BF7\u9009\u62E9\u9700\u8981\u6DFB\u52A0\u7684NAS\u670D\u52A1",-1)),Fc=Vt(()=>t("option",{value:"linkease"},"\u8DE8\u8BBE\u5907\u5171\u4EAB\uFF08\u6613\u6709\u4E91\uFF09",-1)),Ec=Vt(()=>t("option",{value:"samba"},"\u5C40\u57DF\u7F51\u6587\u4EF6\u5171\u4EAB\uFF08Samba\uFF09",-1)),Cc=Vt(()=>t("option",{value:"webdav"},"\u5C40\u57DF\u7F51\u6587\u4EF6\u5171\u4EAB\uFF08WebDAV\uFF09",-1)),$c=[Fc,Ec,Cc],Dc={key:0,class:"tips"},Bc=U("\u5982\u9700\u5BF9 Samba \u6216 WebDAV \u8FDB\u884C\u66F4\u7EC6\u81F4\u7684\u6743\u9650\u63A7\u5236\uFF0C\u8BF7\u4F7F\u7528\u201C"),Yc=Vt(()=>t("a",{href:"/cgi-bin/luci/admin/nas/unishare"},"\u7EDF\u4E00\u6587\u4EF6\u5171\u4EAB",-1)),Ac=U("\u201D"),Sc=[Bc,Yc,Ac],zc={class:"btns"},Pc=["disabled"],Tc=P({props:{setup:Number,Close:{type:Function,required:!0}},setup(e){const a=e,o=y(!0),n=y("linkease"),s=y(!1),f=y(a.setup||0),m=()=>{a.Close&&a.Close()},p=()=>T(this,null,function*(){switch(n.value){case"webdav":yield d();break;case"samba":yield u();break;case"linkease":yield c();break}}),d=()=>T(this,null,function*(){s.value=!0,(yield ft.checkAndInstallApp("app-meta-gowebdav","GoWebdav"))&&l(),s.value=!1}),c=()=>T(this,null,function*(){s.value=!0,(yield ft.checkAndInstallApp("linkease","\u6613\u6709\u4E91","app-meta-linkease"))&&b(),s.value=!1}),u=()=>T(this,null,function*(){s.value=!0;const _=E.Loading("\u914D\u7F6E\u4E2D...");l(),_.Close(),s.value=!1}),l=()=>{s.value=!1,o.value=!1,fl({Cancel:()=>{o.value=!0},Next:_=>{switch(n.value){case"webdav":h(_);break;case"samba":v(_);break}}})},b=()=>{Fl({}),m()},h=_=>{Gl({rootPath:_}),m()},v=_=>{xc({rootPath:_}),m()};return(_,x)=>o.value?(i(),M(X,{key:0,Close:e.Close,type:1},{default:q(()=>[A(_t,{name:"rotate",mode:"out-in"},{default:q(()=>[f.value==0?(i(),r("div",kc,[wc,yc,t("form",null,[t("label",null,[S(t("select",{"onUpdate:modelValue":x[0]||(x[0]=w=>n.value=w)},$c,512),[[Z,n.value]])])]),k(Xt)("unishare")?(i(),r("div",Dc,Sc)):C("",!0),t("div",zc,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:p,type:"button",disabled:s.value},"\u4E0B\u4E00\u6B65",8,Pc),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:m,type:"button"},"\u53D6\u6D88")])])):C("",!0)]),_:1})]),_:1},8,["Close"])):C("",!0)}});var Ic=Y(Tc,[["__scopeId","data-v-7244f123"]]),na=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(Ic,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Ye=e=>(O("data-v-edf68726"),e=e(),N(),e),Lc={class:"app-container_linkease"},Mc={class:"linkease-item"},Oc=Ye(()=>t("div",{class:"linkease-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),Nc={class:"linkease-item_value"},qc={key:0,class:"configure"},jc={key:0,class:"linkease-item"},Rc=Ye(()=>t("div",{class:"linkease-item_name"},[t("span",null,"\u670D\u52A1\u5730\u5740:")],-1)),Gc={class:"linkease-item_value"},Vc=["href"],Uc=Ye(()=>t("div",null,[t("a",{href:" https://app.linkease.com/",target:"_blank"},"\u4E0B\u8F7D\u6613\u6709\u4E91\u5BA2\u6237\u7AEF\uFF0C\u968F\u65F6\u968F\u5730\u76F8\u518C\u5907\u4EFD\u3001\u8FDC\u7A0B\u8BBF\u95EE")],-1)),Wc=P({props:{linkease:{type:Object}},setup(e){const a=e,o=G(()=>{var s;return`http://${location.hostname}:${(s=a.linkease)==null?void 0:s.port}`}),n=()=>{na({setup:0})};return(s,f)=>{var m,p,d;return i(),r("ul",Lc,[t("li",Mc,[Oc,t("div",Nc,[(m=e.linkease)!=null&&m.enabel?(i(),r("span",qc,"\u5DF2\u914D\u7F6E")):(i(),r("span",{key:1,class:"configure enabel",onClick:f[0]||(f[0]=c=>n())},"\u672A\u914D\u7F6E"))])]),(p=e.linkease)!=null&&p.enabel?(i(),r(L,{key:0},[(d=e.linkease)!=null&&d.port?(i(),r("li",jc,[Rc,t("div",Gc,[t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,Vc)])])):C("",!0)],64)):C("",!0),Uc])}}});var Zc=Y(Wc,[["__scopeId","data-v-edf68726"]]);const ia=e=>(O("data-v-62b7dbe8"),e=e(),N(),e),Hc={class:"app-container"},Jc={class:"app-container_title"},Xc=ia(()=>t("span",null,[t("span",null,"\u5B58\u50A8\u670D\u52A1")],-1)),Kc={class:"app-container_tool"},Qc={class:"more_icon",title:"\u67E5\u770B\u5B58\u50A8\u670D\u52A1\u4FE1\u606F"},t2={class:"DeviceBlock"},e2=ia(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/services/samba4"},"SAMBA\u9AD8\u7EA7\u914D\u7F6E")],-1)),a2={class:"app-container_body"},o2={class:"app-container_nas-menu"},n2=P({setup(e){const a=y(!1),o=y("linkease"),n=y(),s=Ue();(()=>{z.Nas.Service.Status.GET().then(c=>{var u;if((u=c==null?void 0:c.data)!=null&&u.result){const l=c.data.result;n.value=l,l.webdav&&(s.webdav=l.webdav)}})})();const m=()=>{na({setup:0})},p=()=>{a.value=!a.value},d=()=>{p(),ft.installAndGo("app-meta-gowebdav","GoWebDAV","/cgi-bin/luci/admin/nas/gowebdav")};return(c,u)=>{var l,b,h;return i(),r("div",Hc,[t("div",Jc,[Xc,t("div",Kc,[t("div",{class:"app-container_configure",onClick:m},"\u5FEB\u901F\u914D\u7F6E"),t("span",Qc,[A($t,{onClick:p})])]),S(t("div",t2,[t("div",{class:"menu_background",onClick:p}),t("ul",null,[e2,t("li",null,[t("a",{onClick:d},"WebDAV\u9AD8\u7EA7\u914D\u7F6E")])])],512),[[kt,a.value]])]),t("div",a2,[t("ul",o2,[t("button",{onClick:u[0]||(u[0]=v=>o.value="linkease"),class:st({on:o.value=="linkease"})},"\u6613\u6709\u4E91",2),t("button",{onClick:u[1]||(u[1]=v=>o.value="samba"),class:st({on:o.value=="samba"})},"SAMBA",2),t("button",{onClick:u[2]||(u[2]=v=>o.value="webdav"),class:st({on:o.value=="webdav"})},"WEBDAV",2)]),o.value=="samba"?(i(),M(B1,{key:0,sambas:(l=n.value)==null?void 0:l.sambas},null,8,["sambas"])):o.value=="webdav"?(i(),M(V1,{key:1,webdav:(b=n.value)==null?void 0:b.webdav},null,8,["webdav"])):o.value=="linkease"?(i(),M(Zc,{key:2,linkease:(h=n.value)==null?void 0:h.linkease},null,8,["linkease"])):C("",!0)])])}}});var i2=Y(n2,[["__scopeId","data-v-62b7dbe8"]]);const be=e=>(O("data-v-3fd3a42d"),e=e(),N(),e),r2={class:"app-container_docker"},s2={class:"docker-item"},d2=be(()=>t("div",{class:"docker-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),u2={key:0,class:"docker-item_value"},l2=be(()=>t("span",{class:"configure"},"\u672A\u5B89\u88C5",-1)),c2=[l2],p2={key:1,class:"docker-item_value"},f2={class:"input-switch"},m2=["value","disabled"],b2=be(()=>t("em",null,null,-1)),v2=[b2],g2={key:0,class:"docker-item"},_2=be(()=>t("div",{class:"docker-item_name"},[t("span",null,"Docker\u6839\u76EE\u5F55\uFF1A")],-1)),h2={class:"docker-item_value"},x2={class:"configure enabel"},k2={key:0},w2={class:"tooltip-trigger"},y2={class:"docker_tip"},F2={class:"tooltip-text tooltip-top"},E2={class:"docker_dir_tip"},C2=P({props:{docker:{type:Object}},setup(e){var f;const a=e,o=G(()=>{var m;return((m=a.docker)==null?void 0:m.status)!="not installed"}),n=nt({enable:((f=a.docker)==null?void 0:f.status)=="running",disabled:!1}),s=()=>T(this,null,function*(){n.disabled=!0;try{const m=yield z.Guide.DockerSwitch.POST({enable:n.enable});if(m!=null&&m.data){const{success:p,error:d}=m.data;if(d)throw n.enable=!n.enable,d;(p||0)==0}}catch(m){E.Warning(`${m}`)}finally{n.disabled=!1}});return(m,p)=>{var d,c,u,l;return i(),r("ul",r2,[t("li",s2,[d2,(d=a.docker)!=null&&d.status?(i(),r(L,{key:0},[k(o)?(i(),r("div",p2,[t("label",f2,[S(t("input",{type:"checkbox",hidden:"",value:!k(n).enable,"onUpdate:modelValue":p[0]||(p[0]=b=>k(n).enable=b),disabled:k(n).disabled,onChange:s},null,40,m2),[[Nt,k(n).enable]]),t("span",{class:st(k(n).enable?"enable":"close")},v2,2)])])):(i(),r("div",u2,c2))],64)):C("",!0)]),((c=e.docker)==null?void 0:c.status)=="running"?(i(),r("li",g2,[_2,t("div",h2,[t("span",x2,g((u=e.docker)==null?void 0:u.path),1),(l=e.docker)!=null&&l.errorInfo?(i(),r("span",k2,[t("span",w2,[t("span",y2,[A(gt)]),t("div",null,[t("div",F2,[t("span",E2,g(e.docker.errorInfo),1)])])])])):C("",!0)])])):C("",!0)])}}});var $2=Y(C2,[["__scopeId","data-v-3fd3a42d"]]);const D2={},B2={width:"128px",height:"128px",viewBox:"0 0 128 128",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Y2=t("g",{id:"icon_yellow",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"128",height:"128"}),t("path",{d:"M64,8 C33.075,8 8,33.075 8,64 C8,94.925 33.075,120 64,120 C94.925,120 120,94.925 120,64 C120,33.075 94.925,8 64,8 Z M60,37 C60,36.45 60.45,36 61,36 L67,36 C67.55,36 68,36.45 68,37 L68,71 C68,71.55 67.55,72 67,72 L61,72 C60.45,72 60,71.55 60,71 L60,37 Z M64,92 C60.6875,92 58,89.3125 58,86 C58,82.6875 60.6875,80 64,80 C67.3125,80 70,82.6875 70,86 C70,89.3125 67.3125,92 64,92 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])],-1),A2=[Y2];function S2(e,a){return i(),r("svg",B2,A2)}var z2=Y(D2,[["render",S2]]);const ut=e=>(O("data-v-83e05458"),e=e(),N(),e),P2={key:0,class:"action"},T2=ut(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),I2=ut(()=>t("p",{class:"desc"},"\u5F53\u7CFB\u7EDF\u6839\u76EE\u5F55\u7A7A\u95F4\u4E0D\u8DB3\u65F6\uFF0C\u53EF\u5C06docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\uFF0C\u4EE5\u4FDD\u8BC1\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C:",-1)),L2={key:1,class:"action"},M2=ut(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),O2=ut(()=>t("p",{class:"desc"},"\u5F53\u7CFB\u7EDF\u6839\u76EE\u5F55\u7A7A\u95F4\u4E0D\u8DB3\u65F6\uFF0C\u53EF\u5C06docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\uFF0C\u4EE5\u4FDD\u8BC1\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C:",-1)),N2={class:"roots"},q2=ut(()=>t("span",{class:"roots_tit"},"Docker\u6839\u76EE\u5F55\uFF1A",-1)),j2={class:"root"},R2={class:"move"},G2=ut(()=>t("span",{class:"roots_tit"},"\u8FC1\u79FB\u5230\uFF1A",-1)),V2={key:0},U2=["onSubmit"],W2={class:"select-editable"},Z2=ut(()=>t("option",{selected:"",value:null},"\u8BF7\u9009\u62E9\u8FC1\u79FB\u5730\u5740",-1)),H2=["value"],J2=ut(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),X2={key:1,class:"tips"},K2={class:"tips_content"},Q2=ut(()=>t("span",{class:"tip"},"\u68C0\u6D4B\u5230\u60A8\u8FD8\u6CA1\u6709\u6302\u8F7D\u5916\u7F6E\u786C\u76D8\uFF0C\u9700\u8981\u60A8\u63A5\u4E0A\u786C\u76D8\u5E76\u683C\u5F0F\u5316\u6216\u624B\u52A8\u6302\u8F7D\u786C\u76D8\u540E\uFF0C\u518D\u6267\u884CDocker\u8FC1\u79FB\u5411\u5BFC\uFF0C\u5C06Docker\u8FC1\u79FB\u5230\u76EE\u6807\u786C\u76D8\u3002",-1)),t5={key:0,class:"btns"},e5={key:1,class:"btns"},a5={key:2,class:"action docker_success"},o5=ut(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),n5={class:"finished"},i5=ut(()=>t("p",{class:"successed"},"\u8FC1\u79FB\u6210\u529F\uFF01",-1)),r5={key:3,class:"action docker_download"},s5=ut(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),d5={class:"finished"},u5=ut(()=>t("p",{class:"successed"},"\u8BE5\u76EE\u6807\u8DEF\u5F84\u4E0D\u4E3A\u7A7A",-1)),l5={class:"docker_moves"},c5={class:"moves change"},p5=ut(()=>t("label",{for:"move"},"\u66F4\u6362\u76EE\u5F55\uFF08\u4E0D\u8986\u76D6\u76EE\u6807\u8DEF\u5F84\uFF0C\u4EC5\u5C06docker\u76EE\u5F55\u4FEE\u6539\u4E3A\u76EE\u6807\u8DEF\u5F84\uFF09",-1)),f5={class:"moves"},m5=ut(()=>t("label",{for:"cover"},"\u8986\u76D6\u8FC1\u79FB\uFF08\u8986\u76D6\u76EE\u6807\u8DEF\u5F84\uFF0C\u7EE7\u7EED\u8FC1\u79FB\u4F1A\u6E05\u7A7A\u8BE5\u76EE\u6807\u8DEF\u5F84\u4E0B\u7684\u6587\u4EF6\uFF09",-1)),b5={class:"btns"},v5=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=y(),n=y(),s=y(0),f=y("null"),m=y(""),p=y(),d=y(!1),c=y("");(()=>{z.Nas.Disk.Status.GET().then(w=>{w!=null&&w.data.result&&(p.value=w==null?void 0:w.data.result)}),z.Guide.DockerStatus.GET().then(w=>{var F;if((F=w==null?void 0:w.data)!=null&&F.result){const D=w.data.result;o.value=D}}),z.Guide.DockerPartitionList.GET().then(w=>{var F;if((F=w==null?void 0:w.data)!=null&&F.result){const D=w.data.result;n.value=D}})})();const l=w=>{let F=f.value;if(F=="useInput"&&(F=m.value),F==null||F=="null"||F=="")return;const D=E.Loading("\u6B63\u5728\u8FC1\u79FB\u4E2D...");z.Guide.DockerTransfer.POST({path:F,force:w,overwriteDir:!!c.value}).then($=>{var B;if($!=null&&$.data){if(($.data.success||0)==0){if((B=$.data.result)!=null&&B.emptyPathWarning){d.value=!0,s.value=2;return}s.value=1;return}else if($.data.error)throw $.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch($=>{E.Error($)}).finally(()=>D.Close())},b=()=>{d.value=!1,l(!1)},h=w=>{w.preventDefault(),a.Close&&a.Close()},v=w=>{w.preventDefault(),location.reload()},_=w=>{w.preventDefault(),s.value=0},x=w=>{w.preventDefault(),l(!0)};return(w,F)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>{var D,$,B,R,et,tt;return[s.value==-1?(i(),r("div",P2,[T2,I2,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:h},"\u53D6\u6D88")])])):s.value==0?(i(),r("div",L2,[M2,O2,t("div",N2,[q2,t("span",j2,g((D=o.value)==null?void 0:D.path),1)]),t("div",R2,[G2,(B=($=n.value)==null?void 0:$.partitionList)!=null&&B.length?(i(),r("div",V2,[t("form",{onSubmit:ot(b,["prevent"])},[t("label",null,[t("div",W2,[S(t("select",{"onUpdate:modelValue":F[0]||(F[0]=at=>f.value=at)},[Z2,(i(!0),r(L,null,j((R=n.value)==null?void 0:R.partitionList,(at,xt)=>(i(),r("option",{value:at,key:xt},g(at),9,H2))),128)),J2],512),[[Z,f.value,void 0,{trim:!0}]]),f.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":F[1]||(F[1]=at=>m.value=at),required:"",placeholder:"\u8BF7\u8F93\u5165\u8FC1\u79FB\u5730\u5740"},null,512)),[[V,m.value,void 0,{trim:!0}]]):C("",!0)])])],40,U2)])):n.value?(i(),r("div",X2,[t("div",K2,[A(gt),Q2])])):C("",!0)]),(tt=(et=n.value)==null?void 0:et.partitionList)!=null&&tt.length?(i(),r("div",t5,[t("button",{class:"cbi-button cbi-button-apply",onClick:b},"\u786E\u5B9A"),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:h},"\u53D6\u6D88")])):(i(),r("div",e5,[t("button",{class:"cbi-button cbi-button-apply",onClick:h},"\u786E\u5B9A")]))])):s.value==1?(i(),r("div",a5,[o5,t("div",n5,[A(Ce)]),i5,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply",onClick:v},"\u786E\u5B9A")])])):s.value==2?(i(),r("div",r5,[s5,t("div",d5,[A(z2)]),u5,t("div",l5,[t("div",c5,[S(t("input",{type:"radio",id:"move",name:"moves","onUpdate:modelValue":F[2]||(F[2]=at=>c.value=at),value:""},null,512),[[pt,c.value]]),p5]),t("div",f5,[S(t("input",{type:"radio",id:"cover",name:"moves","onUpdate:modelValue":F[3]||(F[3]=at=>c.value=at),value:"true"},null,512),[[pt,c.value]]),m5])]),t("div",b5,[d.value?(i(),r("button",{key:0,class:"cbi-button cbi-button-apply",onClick:x},"\u786E\u5B9A")):C("",!0),t("button",{class:"cbi-button cbi-button-apply",onClick:_},"\u8FD4\u56DE"),d.value?C("",!0):(i(),r("button",{key:1,class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:v},"\u53D6\u6D88"))])])):C("",!0)]}),_:1},8,["Close"]))}});var g5=Y(v5,[["__scopeId","data-v-83e05458"]]);const _5=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(g5,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},ra=e=>(O("data-v-45f6b8cc"),e=e(),N(),e),h5={class:"app-container"},x5={class:"app-container_title"},k5=ra(()=>t("span",null,[t("span",null,"Docker")],-1)),w5={key:0,class:"app-container_tool"},y5={key:1,class:"more_icon",title:"\u67E5\u770BDocker\u4FE1\u606F"},F5={class:"DeviceBlock"},E5=ra(()=>t("ul",null,[t("li",null,[t("a",{href:"/cgi-bin/luci/admin/docker/overview"},"Docker\u9AD8\u7EA7\u914D\u7F6E")])],-1)),C5={key:1,class:"loading_placeholder"},$5=P({props:{docker:{type:Object}},setup(e){const a=y(!1),o=y(),n=y(!1),s=()=>{n.value=!n.value},f=()=>{_5()};return setTimeout(()=>{z.Guide.DockerStatus.GET().then(p=>{var d;if((d=p==null?void 0:p.data)!=null&&d.result){const c=p.data.result;o.value=c}}).finally(()=>{a.value=!0})},3e3),(p,d)=>{var u,l;const c=Q("icon-loading");return i(),r("div",h5,[t("div",x5,[k5,a.value?(i(),r("div",w5,[((u=o.value)==null?void 0:u.status)!="not installed"?(i(),r("div",{key:0,class:"app-container_configure",onClick:f},"\u5FEB\u901F\u914D\u7F6E ")):C("",!0),((l=o.value)==null?void 0:l.status)==="running"?(i(),r("span",y5,[A($t,{onClick:s})])):C("",!0)])):C("",!0),S(t("div",F5,[t("div",{class:"menu_background",onClick:s}),E5],512),[[kt,n.value]])]),t("div",null,[a.value?(i(),M($2,{key:0,docker:o.value},null,8,["docker"])):(i(),r("div",C5,[A(c,{size:50,color:"currentColor"})]))])])}}});var D5=Y($5,[["__scopeId","data-v-45f6b8cc"]]);const ee=e=>(O("data-v-dbe287b2"),e=e(),N(),e),B5={class:"app-container_aria2"},Y5={class:"aria2-item"},A5=ee(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),S5={class:"aria2-item_value"},z5={key:0,class:"configure"},P5={key:1,class:"configure enabel"},T5={class:"aria2-item"},I5=ee(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),L5={class:"aria2-item_value"},M5=["href"],O5={class:"aria2-item"},N5=ee(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),q5={class:"aria2-item_value"},j5=["href"],R5={class:"aria2-item"},G5=ee(()=>t("div",{class:"aria2-item_name right"},[t("span",null,"\u8BA4\u8BC1\u5931\u8D25\uFF1F")],-1)),V5={class:"aria2-item_value"},U5=["href"],W5=ee(()=>t("div",{class:"use-url_app"},[t("a",{href:"https://doc.linkease.com/zh/guide/linkease_app/tutorial.html#%E8%BF%9C%E7%A8%8B%E4%B8%8B%E8%BD%BD",target:"_blank"},"\u4F7F\u7528\u6613\u6709\u4E91APP\uFF0C\u968F\u65F6\u968F\u5730\u8FDC\u7A0B\u4E0B\u8F7D")],-1)),Z5=P({props:{aria2:{type:Object}},setup(e){const a=e,o=G(()=>{var s;return`${location.origin}${(s=a.aria2)==null?void 0:s.webPath}`}),n=G(()=>{var m,p,d;let s=(m=a.aria2)==null?void 0:m.rpcToken;s&&(s=encodeURIComponent(btoa(s)));const f=encodeURIComponent(location.hostname);return`${location.origin}${(p=a.aria2)==null?void 0:p.webPath}/#!/settings/rpc/set/http/${f}/${(d=a.aria2)==null?void 0:d.rpcPort}/jsonrpc/${s}`});return(s,f)=>{var m,p,d,c;return i(),r("ul",B5,[t("li",Y5,[A5,t("div",S5,[((m=e.aria2)==null?void 0:m.status)=="running"?(i(),r("span",z5,"\u5DF2\u542F\u52A8")):(i(),r("span",P5,"\u672A\u542F\u52A8"))])]),((p=e.aria2)==null?void 0:p.status)=="running"?(i(),r(L,{key:0},[t("li",T5,[I5,t("div",L5,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((d=e.aria2)==null?void 0:d.downloadPath)},g((c=e.aria2)==null?void 0:c.downloadPath),9,M5)])]),t("li",O5,[N5,t("div",q5,[t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,j5)])]),t("li",R5,[G5,t("div",V5,[t("a",{href:k(n),target:"_blank",rel:"noopener noreferrer"},"\u70B9\u6B64\u81EA\u52A8\u914D\u7F6E AriaNg",8,U5)])])],64)):C("",!0),W5])}}});var H5=Y(Z5,[["__scopeId","data-v-dbe287b2"]]);const Ae=e=>(O("data-v-030a7bea"),e=e(),N(),e),J5={class:"app-container_qbittorrent"},X5={class:"qbittorrent-item"},K5=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),Q5={class:"qbittorrent-item_value"},t6={key:0,class:"configure"},e6={key:1,class:"configure enabel"},a6={class:"qbittorrent-item"},o6=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),n6={class:"qbittorrent-item_value"},i6=["href"],r6={class:"qbittorrent-item"},s6=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),d6={class:"qbittorrent-item_value"},u6=["href"],l6=P({props:{qbittorrent:{type:Object}},setup(e){const a=e,o=G(()=>{var n;return`http://${location.hostname}${(n=a.qbittorrent)==null?void 0:n.webPath}`});return(n,s)=>{var f,m,p,d;return i(),r("ul",J5,[t("li",X5,[K5,t("div",Q5,[((f=e.qbittorrent)==null?void 0:f.status)=="running"?(i(),r("span",t6,"\u5DF2\u542F\u52A8")):(i(),r("span",e6,"\u672A\u542F\u52A8"))])]),((m=e.qbittorrent)==null?void 0:m.status)=="running"?(i(),r(L,{key:0},[t("li",a6,[o6,t("div",n6,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((p=e.qbittorrent)==null?void 0:p.downloadPath)},g((d=e.qbittorrent)==null?void 0:d.downloadPath),9,i6)])]),t("li",r6,[s6,t("div",d6,[t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,u6)])])],64)):C("",!0)])}}});var c6=Y(l6,[["__scopeId","data-v-030a7bea"]]);const Se=e=>(O("data-v-31717210"),e=e(),N(),e),p6={class:"app-container_transmission"},f6={class:"transmission-item"},m6=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),b6={class:"transmission-item_value"},v6={key:0,class:"configure"},g6={key:1,class:"configure enabel"},_6={class:"transmission-item"},h6=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),x6={class:"transmission-item_value"},k6=["href"],w6={class:"transmission-item"},y6=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),F6={class:"transmission-item_value"},E6=["href"],C6=P({props:{transmission:{type:Object}},setup(e){const a=e,o=G(()=>{var n;return`http://${location.hostname}${(n=a.transmission)==null?void 0:n.webPath}`});return(n,s)=>{var f,m,p,d;return i(),r("ul",p6,[t("li",f6,[m6,t("div",b6,[((f=e.transmission)==null?void 0:f.status)=="running"?(i(),r("span",v6,"\u5DF2\u542F\u52A8")):(i(),r("span",g6,"\u672A\u542F\u52A8"))])]),((m=e.transmission)==null?void 0:m.status)=="running"?(i(),r(L,{key:0},[t("li",_6,[h6,t("div",x6,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((p=e.transmission)==null?void 0:p.downloadPath)},g((d=e.transmission)==null?void 0:d.downloadPath),9,k6)])]),t("li",w6,[y6,t("div",F6,[t("a",{href:k(o),target:"_blank",rel:"noopener noreferrer"},g(k(o)),9,E6)])])],64)):C("",!0)])}}});var $6=Y(C6,[["__scopeId","data-v-31717210"]]);const D6={},B6={width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Y6=t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6","fill-opacity":"0.65"},null,-1),A6=[Y6];function S6(e,a){return i(),r("svg",B6,A6)}var re=Y(D6,[["render",S6]]);const H=e=>(O("data-v-e7bddcca"),e=e(),N(),e),z6={key:0,class:"action"},P6=H(()=>t("h2",{class:"title"},"\u4E0B\u8F7D\u670D\u52A1\u914D\u7F6E\u5411\u5BFC",-1)),T6={class:"load_service input_row"},I6=H(()=>t("div",{class:"left"},[t("span",null,"\u4E0B\u8F7D\u670D\u52A1\uFF1A")],-1)),L6={class:"radios"},M6=H(()=>t("label",{for:"Aria2"},"Aria2",-1)),O6={class:"radios"},N6=H(()=>t("label",{for:"qB"},"qBittorrent",-1)),q6={class:"radios"},j6=H(()=>t("label",{for:"Tr"},"Transmission",-1)),R6={key:0},G6={class:"input_row"},V6={class:"left"},U6={class:"tooltip-trigger"},W6=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),Z6=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),H6=["onSubmit"],J6={class:"select-editable"},X6=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),K6=["value"],Q6=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),t3={class:"input_row"},e3={class:"left"},a3={class:"tooltip-trigger"},o3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-bottom"},[t("span",{class:"dowload_rpc_tip"},"\u7528\u4E8E\u8FDC\u7A0B\u8BBF\u95EE\u7684\u4EE4\u724C\u3002")])],-1)),n3=H(()=>t("span",null,"RPC \u4EE4\u724C\uFF1A",-1)),i3={class:"input_row"},r3=H(()=>t("div",{class:""},[t("span",null,"\u9644\u52A0\u7684 BT Tracker\uFF1A")],-1)),s3={class:"radios"},d3=H(()=>t("label",{for:"default"},"\u9ED8\u8BA4",-1)),u3={class:"radios"},l3=H(()=>t("label",{for:"add"},"\u81EA\u5DF1\u6DFB\u52A0",-1)),c3={class:"input_row"},p3=H(()=>t("div",{class:"left"},null,-1)),f3={class:"myinput_wrap Tracker_input"},m3={key:1},b3={class:"load"},v3={class:"left"},g3={class:"tooltip-trigger"},_3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),h3=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),x3=["onSubmit"],k3={class:"select-editable"},w3=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),y3=["value"],F3=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),E3={key:2},C3={class:"load"},$3={class:"left"},D3={class:"tooltip-trigger"},B3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),Y3=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),A3=["onSubmit"],S3={class:"select-editable"},z3=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),P3=["value"],T3=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),I3={class:"btns"},L3={key:1,class:"action"},M3={class:"title"},O3={class:"finished"},N3=H(()=>t("p",{class:"successed"},"\u914D\u7F6E\u6210\u529F\uFF01",-1)),q3=P({props:{services:{type:Object,required:!0},partitionList:{type:Array,required:!0},defaultTab:{type:String,required:!1},Close:Function},setup(e){const a=e,o=y(""),n=y(""),s=y("null"),f=y(""),m=y("default"),p=y("Aria2"),d=y("null"),c=y(""),u=y("null"),l=y(""),b=y(0);Dt(()=>{var R,et,tt,at,xt,Mt,Te;switch(a.defaultTab){case"aria2":p.value="Aria2";break;case"qbittorrent":p.value="qBittorrent";break;case"transmission":p.value="Transmission";break}const F=((R=a.services.aria2)==null?void 0:R.downloadPath)||((et=a.services.qbittorrent)==null?void 0:et.downloadPath)||((tt=a.services.transmission)==null?void 0:tt.downloadPath);F&&(a.partitionList.find(Wt=>Wt==F)?s.value=F:(f.value=F,s.value="useInput"));const D=(at=a.services.aria2)==null?void 0:at.rpcToken;D&&(o.value=D);const $=((xt=a.services.qbittorrent)==null?void 0:xt.downloadPath)||F||((Mt=a.services.transmission)==null?void 0:Mt.downloadPath);$&&(a.partitionList.find(Wt=>Wt==$)?d.value=$:(c.value=$,d.value="useInput"));const B=((Te=a.services.transmission)==null?void 0:Te.downloadPath)||F||$;B&&(a.partitionList.find(Wt=>Wt==B)?u.value=B:(l.value=B,u.value="useInput"))});const h=()=>{let F=s.value;F=="useInput"&&(F=f.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield ft.checkAndInstallApp("app-meta-aria2","Aria2")){const $=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.Aria2Init.POST({downloadPath:F,rpcToken:o.value,btTracker:m.value=="add"?n.value:""}).then(B=>{var R;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((R=B.data)!=null&&R.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>$.Close())}})},v=()=>{let F=d.value;F=="useInput"&&(F=c.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield ft.checkAndInstallApp("app-meta-qbittorrent","qBittorrent")){const $=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.qbitorrentInit.POST({downloadPath:F}).then(B=>{var R;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((R=B.data)!=null&&R.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>$.Close())}})},_=()=>{let F=u.value;F=="useInput"&&(F=l.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield ft.checkAndInstallApp("app-meta-transmission","Transmission")){const $=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.transmissionInit.POST({downloadPath:F}).then(B=>{var R;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((R=B.data)!=null&&R.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>$.Close())}})},x=F=>{F.preventDefault(),a.Close&&a.Close()},w=F=>{F.preventDefault(),location.reload()};return(F,D)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[b.value==0?(i(),r("div",z6,[P6,t("ul",null,[t("li",null,[t("div",T6,[I6,t("div",L6,[S(t("input",{type:"radio",value:"Aria2","onUpdate:modelValue":D[0]||(D[0]=$=>p.value=$),name:"download",id:"Aria2"},null,512),[[pt,p.value]]),M6]),t("div",O6,[S(t("input",{type:"radio",value:"qBittorrent","onUpdate:modelValue":D[1]||(D[1]=$=>p.value=$),name:"download",id:"qB"},null,512),[[pt,p.value]]),N6]),t("div",q6,[S(t("input",{type:"radio",value:"Transmission","onUpdate:modelValue":D[2]||(D[2]=$=>p.value=$),name:"download",id:"Tr"},null,512),[[pt,p.value]]),j6])])])]),p.value=="Aria2"?(i(),r("ul",R6,[t("li",null,[t("div",G6,[t("div",V6,[t("span",U6,[A(re),W6]),Z6]),t("form",{class:"myinput_wrap",onSubmit:ot(h,["prevent"])},[t("label",null,[t("div",J6,[S(t("select",{"onUpdate:modelValue":D[3]||(D[3]=$=>s.value=$),autocomplete:"off"},[X6,(i(!0),r(L,null,j(e.partitionList,($,B)=>(i(),r("option",{value:$,key:B},g($),9,K6))),128)),Q6],512),[[Z,s.value,void 0,{trim:!0}]]),s.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[4]||(D[4]=$=>f.value=$),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,f.value,void 0,{trim:!0}]]):C("",!0)])])],40,H6)])]),t("li",null,[t("div",t3,[t("div",e3,[t("span",a3,[A(re),o3]),n3]),S(t("input",{type:"text",class:"RPC_input",placeholder:"\u8BF7\u8F93\u5165RPC\u4EE4\u724C","onUpdate:modelValue":D[5]||(D[5]=$=>o.value=$)},null,512),[[V,o.value,void 0,{trim:!0}]])])]),t("li",null,[t("div",i3,[r3,t("div",s3,[S(t("input",{type:"radio",value:"default",name:"BT",id:"default","onUpdate:modelValue":D[6]||(D[6]=$=>m.value=$)},null,512),[[pt,m.value]]),d3]),t("div",u3,[S(t("input",{type:"radio",value:"add",name:"BT",id:"add","onUpdate:modelValue":D[7]||(D[7]=$=>m.value=$)},null,512),[[pt,m.value]]),l3])])]),t("li",null,[t("div",c3,[p3,t("div",f3,[m.value=="add"?S((i(),r("textarea",{key:0,"onUpdate:modelValue":D[8]||(D[8]=$=>n.value=$),rows:"4",placeholder:"\u8BF7\u8F93\u5165bt\u670D\u52A1\u5668\u5730\u5740"},null,512)),[[V,n.value,void 0,{trim:!0}]]):C("",!0)])])])])):C("",!0),p.value=="qBittorrent"?(i(),r("ul",m3,[t("li",null,[t("div",b3,[t("div",v3,[t("span",g3,[A(re),_3]),h3]),t("form",{class:"myinput_wrap",onSubmit:ot(v,["prevent"])},[t("label",null,[t("div",k3,[S(t("select",{"onUpdate:modelValue":D[9]||(D[9]=$=>d.value=$),autocomplete:"off"},[w3,(i(!0),r(L,null,j(e.partitionList,($,B)=>(i(),r("option",{value:$,key:B},g($),9,y3))),128)),F3],512),[[Z,d.value,void 0,{trim:!0}]]),d.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[10]||(D[10]=$=>c.value=$),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,c.value,void 0,{trim:!0}]]):C("",!0)])])],40,x3)])])])):C("",!0),p.value=="Transmission"?(i(),r("ul",E3,[t("li",null,[t("div",C3,[t("div",$3,[t("span",D3,[A(re),B3]),Y3]),t("form",{class:"myinput_wrap",onSubmit:ot(_,["prevent"])},[t("label",null,[t("div",S3,[S(t("select",{"onUpdate:modelValue":D[11]||(D[11]=$=>u.value=$),autocomplete:"off"},[z3,(i(!0),r(L,null,j(e.partitionList,($,B)=>(i(),r("option",{value:$,key:B},g($),9,P3))),128)),T3],512),[[Z,u.value,void 0,{trim:!0}]]),u.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[12]||(D[12]=$=>l.value=$),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,l.value,void 0,{trim:!0}]]):C("",!0)])])],40,A3)])])])):C("",!0),t("div",I3,[p.value=="Aria2"?(i(),r("button",{key:0,class:"cbi-button cbi-button-apply",onClick:h},"\u542F\u7528")):C("",!0),p.value=="qBittorrent"?(i(),r("button",{key:1,class:"cbi-button cbi-button-apply",onClick:v},"\u542F\u7528")):C("",!0),p.value=="Transmission"?(i(),r("button",{key:2,class:"cbi-button cbi-button-apply",onClick:_},"\u542F\u7528")):C("",!0),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:x},"\u53D6\u6D88")])])):b.value==1?(i(),r("div",L3,[t("h2",M3,g(p.value)+"\u4E0B\u8F7D\u670D\u52A1\u914D\u7F6E\u5411\u5BFC",1),t("div",O3,[A(Ce)]),N3,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply",onClick:w},"\u786E\u5B9A")])])):C("",!0)]),_:1},8,["Close"]))}});var j3=Y(q3,[["__scopeId","data-v-e7bddcca"]]);const R3=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(j3,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},G3=e=>(O("data-v-432c38b6"),e=e(),N(),e),V3={class:"app-container"},U3={class:"app-container_title"},W3=G3(()=>t("span",null,[t("span",null,"\u4E0B\u8F7D\u670D\u52A1")],-1)),Z3={class:"app-container_tool"},H3=["disabled"],J3={class:"more_icon",title:"\u67E5\u770B\u9AD8\u7EA7\u914D\u7F6E"},X3={class:"DeviceBlock"},K3={class:"app-container_body"},Q3={class:"app-container_nas-menu"},t4=P({setup(e){y(!1);const a=y("aria2"),o=y();Ue(),(()=>{z.Guide.DownloadService.Status.GET().then(b=>{var h;if((h=b==null?void 0:b.data)!=null&&h.result){const v=b.data.result;o.value=v}})})();const s=y(!1),f=y(!1),m=()=>{f.value=!f.value},p=()=>{z.Guide.DownloadPartition.List.GET().then(b=>{var v,_;let h=[];(_=(v=b==null?void 0:b.data)==null?void 0:v.result)!=null&&_.partitionList&&(h=b.data.result.partitionList),R3({services:o.value,partitionList:h,defaultTab:a.value})})},d=(b,h,v)=>T(this,null,function*(){m(),ft.installAndGo(b,h,v)}),c=()=>{d("app-meta-aria2","Aria2","/cgi-bin/luci/admin/services/aria2")},u=()=>{d("app-meta-qbittorrent","qBittorrent","/cgi-bin/luci/admin/nas/qBittorrent")},l=()=>{d("app-meta-transmission","Transmission","/cgi-bin/luci/admin/services/transmission")};return(b,h)=>{var v,_,x;return i(),r("div",V3,[t("div",U3,[W3,t("div",Z3,[o.value?(i(),r("div",{key:0,class:"app-container_configure",onClick:p,disabled:s.value},"\u5FEB\u901F\u914D\u7F6E ",8,H3)):C("",!0),t("span",J3,[A($t,{onClick:m})])]),S(t("div",X3,[t("div",{class:"menu_background",onClick:m}),t("ul",null,[t("li",null,[t("a",{onClick:c},"Aria2\u9AD8\u7EA7\u914D\u7F6E")]),t("li",null,[t("a",{onClick:u},"qBittorrent\u9AD8\u7EA7\u914D\u7F6E")]),t("li",null,[t("a",{onClick:l},"Transmission\u9AD8\u7EA7\u914D\u7F6E")])])],512),[[kt,f.value]])]),t("div",K3,[t("ul",Q3,[t("button",{onClick:h[0]||(h[0]=w=>a.value="aria2"),class:st({on:a.value=="aria2"})},"Aria2",2),t("button",{onClick:h[1]||(h[1]=w=>a.value="qbittorrent"),class:st({on:a.value=="qbittorrent"})},"qBittorrent",2),t("button",{onClick:h[2]||(h[2]=w=>a.value="transmission"),class:st({on:a.value=="transmission"})},"Transmission",2)]),a.value=="aria2"?(i(),M(H5,{key:0,aria2:(v=o.value)==null?void 0:v.aria2},null,8,["aria2"])):a.value=="qbittorrent"?(i(),M(c6,{key:1,qbittorrent:(_=o.value)==null?void 0:_.qbittorrent},null,8,["qbittorrent"])):a.value=="transmission"?(i(),M($6,{key:2,transmission:(x=o.value)==null?void 0:x.transmission},null,8,["transmission"])):C("",!0)])])}}});var e4=Y(t4,[["__scopeId","data-v-432c38b6"]]);const Ft=e=>(O("data-v-43beecef"),e=e(),N(),e),a4={class:"actioner-container"},o4=Ft(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),n4={class:"actioner-container_body"},i4={class:"label-item"},r4=Ft(()=>t("span",null,"DDNSTO",-1)),s4=Ft(()=>t("p",{class:"label_info"},"DDNSTO \u662F\u4E00\u4E2A\u4E0D\u9700\u8981\u516C\u7F51IP\u4E5F\u53EF\u4EE5\u5728\u5916\u7F51\u8BBF\u95EE\u7684\u7A7F\u900F\u57DF\u540D\u670D\u52A1\uFF0C\u4E00\u4E2A\u6D4F\u89C8\u5668\u641E\u5B9A\u5185\u7F51\u7A7F\u900F\uFF0C\u8FDC\u7A0B\u8BBF\u95EEOpenwrt\u3001\u8FDC\u7A0B\u7EC8\u7AEF\u3001\u8FDC\u7A0B\u684C\u9762...",-1)),d4={class:"label-item"},u4=Ft(()=>t("span",null,"\u963F\u91CC\u4E91",-1)),l4=Ft(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),c4={class:"label-item"},p4=Ft(()=>t("span",null,"Dnspod",-1)),f4=Ft(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),m4={class:"label-item"},b4=Ft(()=>t("span",null,"\u82B1\u751F\u58F3",-1)),v4=Ft(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),g4=P({props:{onSetup:{type:Function,required:!0},active:{type:String,default:"ddnsto"}},emits:["update:active"],setup(e,{emit:a}){const o=e,n=()=>{o.onSetup()},s=y(o.active),f=()=>{switch(a("update:active",s.value),s.value){case"ddnsto":o.onSetup("ddnsto");break;case"ali":o.onSetup("ddns-ali");break;case"dnspod":o.onSetup("ddns-dnspod");break;case"oray":o.onSetup("ddns-oray");break}};return(m,p)=>(i(),r("div",a4,[o4,t("div",n4,[t("div",i4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":p[0]||(p[0]=d=>s.value=d),value:"ddnsto"},null,512),[[pt,s.value]]),r4]),s4]),t("div",d4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":p[1]||(p[1]=d=>s.value=d),value:"ali"},null,512),[[pt,s.value]]),u4]),l4]),t("div",c4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":p[2]||(p[2]=d=>s.value=d),value:"dnspod"},null,512),[[pt,s.value]]),p4]),f4]),t("div",m4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":p[3]||(p[3]=d=>s.value=d),value:"oray"},null,512),[[pt,s.value]]),b4]),v4])]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:n},"\u53D6\u6D88"),t("div",{class:"next",onClick:f},"\u4E0B\u4E00\u6B65")])]))}});var _4=Y(g4,[["__scopeId","data-v-43beecef"]]);const ae=e=>(O("data-v-43dd65a2"),e=e(),N(),e),h4={class:"actioner-container"},x4={class:"actioner-container_body"},k4=ae(()=>t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})],-1)),w4=ae(()=>t("div",{class:"body-title"},"\u6DFB\u52A0\u6210\u529F",-1)),y4=ae(()=>t("p",{class:"body-tips"},"\u8BF7\u7A0D\u7B491\u5206\u949F\u751F\u6548\u540E\u518D\u4F7F\u7528\u3002",-1)),F4={class:"body-info"},E4=ae(()=>t("span",null,"\u8BBF\u95EE\u5730\u5740\uFF1A",-1)),C4=["href"],$4=ae(()=>t("div",null,[t("span",null,"\u53EF\u524D\u5F80"),t("a",{href:"/cgi-bin/luci/admin/services/ddns",target:"_blank"},"\u670D\u52A1-\u52A8\u6001DNS"),t("span",null,"\u67E5\u770B\u66F4\u591A\u8BE6\u60C5")],-1)),D4=P({props:{target:{type:String,required:!0},onSetup:{type:Function,required:!0}},setup(e){const a=()=>{location.reload()};return(o,n)=>(i(),r("div",h4,[t("div",x4,[k4,w4,y4,t("div",F4,[E4,t("a",{href:e.target,target:"_blank",rel:"noopener noreferrer"},g(e.target),9,C4)]),$4]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:a},"\u5173\u95ED")])]))}});var B4=Y(D4,[["__scopeId","data-v-43dd65a2"]]);const sa=e=>(O("data-v-7790f1da"),e=e(),N(),e),Y4={class:"actioner-container"},A4=sa(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),S4=sa(()=>t("div",{class:"actioner-container_body ddnsto-login"},[t("iframe",{src:"https://www.kooldns.cn/bind/#/auth?send=1&source=openwrt&callback=*"})],-1)),z4=P({props:{onSetup:{type:Function,required:!0},onDdnstoConfig:{type:Function,required:!0}},setup(e){const a=e,o=()=>{a.onSetup()},n=s=>{if(s.data.auth=="ddnsto"){const f=s.data.sign,m=s.data.token;f&&m&&(removeEventListener("message",n),a.onDdnstoConfig(f,m),a.onSetup("ddnsto-run"))}};return Dt(()=>{window.addEventListener("message",n)}),qt(()=>{removeEventListener("message",n)}),(s,f)=>(i(),r("div",Y4,[A4,S4,t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u53D6\u6D88")])]))}});var P4=Y(z4,[["__scopeId","data-v-7790f1da"]]);const T4=e=>(O("data-v-7b3ee72a"),e=e(),N(),e),I4={class:"actioner-container"},L4=T4(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),M4={class:"actioner-container_body ddnsto-bind"},O4=["src"],N4=P({props:{onSetup:{type:Function,required:!0},config:{type:Object,required:!0},domain:{type:String,required:!0}},emits:["update:domain"],setup(e,{emit:a}){const o=e,n=G(()=>{const{domain:m,token:p,sign:d,routerId:c,netaddr:u}=o.config,l=encodeURIComponent(m),b=encodeURIComponent(u);return`https://www.kooldns.cn/bind/#/domain?domain=${l}&sign=${d}&token=${p}&routerId=${c}&netaddr=${b}`}),s=m=>{if(m.data){const{auth:p,url:d}=m.data;p==="ddnsto"&&d&&f(d)}},f=m=>T(this,null,function*(){var p;try{const d=yield z.Guide.DdnstoAddress.POST({address:m});d!=null&&d.data&&(((p=d==null?void 0:d.data)==null?void 0:p.success)||0)==0&&(a("update:domain",m),o.onSetup("ddnsto-save"))}catch(d){}});return Dt(()=>{window.addEventListener("message",s)}),qt(()=>{removeEventListener("message",s)}),(m,p)=>(i(),r("div",I4,[L4,t("div",M4,[t("iframe",{src:k(n)},null,8,O4)])]))}});var q4=Y(N4,[["__scopeId","data-v-7b3ee72a"]]);const oe=e=>(O("data-v-7f5a8953"),e=e(),N(),e),j4={class:"actioner-container"},R4={class:"actioner-container_body"},G4=oe(()=>t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})],-1)),V4=oe(()=>t("div",{class:"body-title"},"\u6DFB\u52A0\u6210\u529F",-1)),U4=oe(()=>t("p",{class:"body-tips"},"\u8BF7\u7A0D\u7B491\u5206\u949F\u751F\u6548\u540E\u518D\u4F7F\u7528\u3002",-1)),W4={class:"body-info"},Z4=oe(()=>t("span",null,"\u8BBF\u95EE\u5730\u5740\uFF1A",-1)),H4=["href"],J4=oe(()=>t("div",null,[t("span",null,"\u53EF\u524D\u5F80"),t("a",{href:"https://www.ddnsto.com/app/#/devices",target:"_blank"},"DDNSTO\u63A7\u5236\u53F0"),t("span",null,"\u67E5\u770B\u66F4\u591A\u8BE6\u60C5")],-1)),X4=P({props:{onSetup:{type:Function,required:!0},target:{type:String,required:!0}},setup(e){const a=()=>{location.reload()};return(o,n)=>(i(),r("div",j4,[t("div",R4,[G4,V4,U4,t("div",W4,[Z4,t("a",{href:e.target,target:"_blank",rel:"noopener noreferrer"},g(e.target),9,H4)]),J4]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:a},"\u5173\u95ED")])]))}});var K4=Y(X4,[["__scopeId","data-v-7f5a8953"]]);const Q4=e=>(O("data-v-d60389d6"),e=e(),N(),e),t8={class:"actioner-container"},e8=Q4(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),a8={class:"actioner-container_body"},o8={class:"actioner-container_footer"},n8=P({props:{onSetup:{type:Function,required:!0}},setup(e){const a=e,o=()=>{a.onSetup()},n=()=>T(this,null,function*(){if(m.value)return;m.value=!0;const d=E.Loading("\u5B89\u88C5\u4E2D...");try{if(yield ft.installApp("app-meta-ddnsto",30)){a.onSetup("ddnsto-login");return}else s.value="\u5B89\u88C5\u5931\u8D25"}catch(c){s.value=c}finally{d.Close()}m.value=!1}),s=y("\u6B63\u5728\u68C0\u6D4B\u4E2D..."),f=y(!1),m=y(!1);return(()=>T(this,null,function*(){try{const d=yield z.App.Check.POST({name:"ddnsto"});if(d!=null&&d.data){const{result:c,error:u}=d.data;if(u){s.value=u;return}if(c){if(c.status=="installed"){a.onSetup("ddnsto-login");return}c.status=="uninstalled"&&(s.value="\u9700\u8981\u5B89\u88C5DDNSTO\u63D2\u4EF6\uFF0C\u70B9\u51FB\u201C\u786E\u5B9A\u201D\u5F00\u59CB\u5B89\u88C5")}}}catch(d){s.value=d}f.value=!0}))(),(d,c)=>(i(),r("div",t8,[e8,t("div",a8,[t("span",null,g(s.value),1)]),t("div",o8,[f.value?(i(),r(L,{key:0},[t("div",{class:"close",onClick:o},"\u53D6\u6D88"),t("div",{class:"next",onClick:n},"\u786E\u5B9A")],64)):C("",!0)])]))}});var i8=Y(n8,[["__scopeId","data-v-d60389d6"]]);const r8=e=>(O("data-v-1e0ebd66"),e=e(),N(),e),s8={class:"actioner-container"},d8=r8(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),u8={class:"actioner-container_body"},l8=P({props:{onSetup:{type:Function,required:!0},token:{type:String,required:!0},onDdnstoLocalConfig:{type:Function,required:!0}},setup(e){const a=e,o=y("\u6B63\u5728\u68C0\u6D4B\u63D2\u4EF6\u662F\u5426\u5DF2\u542F\u52A8...");(d=>T(this,null,function*(){var c;try{const u=yield z.Guide.Ddnsto.POST({token:a.token});u!=null&&u.data&&(u.data.error&&(o.value=u.data.error),(((c=u==null?void 0:u.data)==null?void 0:c.success)||0)==0&&f())}catch(u){o.value=u}}))(a.token);const s=y(),f=()=>{const d=()=>T(this,null,function*(){if((yield m())===!0){p();return}s.value=window.setTimeout(d,2e3)});d()},m=()=>T(this,null,function*(){try{const d=yield z.App.Check.POST({name:"ddnsto",checkRunning:!0});if(d!=null&&d.data){d.data.error&&(o.value=d.data.error);const c=d.data.result;if((c==null?void 0:c.status)=="running")return!0}}catch(d){o.value=d}return!1});qt(()=>{s.value&&clearInterval(s.value)});const p=()=>T(this,null,function*(){var d;try{const c=yield z.Guide.DdntoConfig.GET();if(c!=null&&c.data&&(c.data.error&&(o.value=c.data.error),(((d=c==null?void 0:c.data)==null?void 0:d.success)||0)==0&&c.data.result)){const u=c.data.result;a.onDdnstoLocalConfig(u.netAddr,u.deviceId),a.onSetup("ddnsto-bind")}}catch(c){o.value=c}});return(d,c)=>(i(),r("div",s8,[d8,t("div",u8,g(o.value),1)]))}});var c8=Y(l8,[["__scopeId","data-v-1e0ebd66"]]);const p8={class:"action-main"},f8=P({props:{Close:{type:Function,required:!0},url:{type:String,required:!0}},setup(e){const a=e,o=y("ddnsto-install"),n=d=>{d!=null?o.value=d:s()},s=()=>{a.Close&&a.Close()},f=nt({sign:"",token:"",domain:a.url,netaddr:"",routerId:""}),m=(d,c)=>{f.sign=d,f.token=c},p=(d,c)=>{f.netaddr=d,f.routerId=c};return(d,c)=>(i(),M(X,{type:1},{default:q(()=>[t("div",p8,[o.value=="ddnsto-install"?(i(),M(i8,{key:0,onSetup:n})):o.value=="ddnsto-login"?(i(),M(P4,{key:1,onSetup:n,onDdnstoConfig:m})):o.value=="ddnsto-run"?(i(),M(c8,{key:2,onSetup:n,token:k(f).token,onDdnstoLocalConfig:p},null,8,["token"])):o.value=="ddnsto-bind"?(i(),M(q4,{key:3,onSetup:n,config:{token:k(f).token,sign:k(f).sign,domain:k(f).domain,netaddr:k(f).netaddr,routerId:k(f).routerId},domain:k(f).domain,"onUpdate:domain":c[0]||(c[0]=u=>k(f).domain=u)},null,8,["config","domain"])):o.value=="ddnsto-save"?(i(),M(K4,{key:4,onSetup:n,target:k(f).domain},null,8,["target"])):C("",!0)])]),_:1}))}});var m8=Y(f8,[["__scopeId","data-v-7a6bd385"]]);const b8=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(m8,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},v8={class:"action"},g8={class:"action-header"},_8=["innerHTML"],h8={class:"action-footer"},x8=P({props:{Close:Function,next:{type:Function},clear:{type:Function},continuer:{type:Function},nextTitle:{type:String,default:"\u786E\u5B9A"},clearTitle:{type:String,default:"\u8FD4\u56DE"},continuerTitle:{type:String,default:"\u7EE7\u7EED\u4FDD\u5B58"},title:{type:String,default:"\u63D0\u793A"},content:{type:String}},setup(e){const a=e,o=()=>{a.next&&a.next(),a.Close&&a.Close()},n=()=>{a.clear&&a.clear(),a.Close&&a.Close()},s=()=>{a.continuer&&a.continuer(),a.Close&&a.Close()};return(f,m)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[t("div",v8,[t("div",g8,g(e.title),1),t("div",{class:"action-body",innerHTML:e.content},null,8,_8),t("div",h8,[e.clear?(i(),r("div",{key:0,class:"clear",onClick:n},g(e.clearTitle),1)):C("",!0),t("div",{class:"next",onClick:o},g(e.nextTitle),1),e.continuer?(i(),r("div",{key:1,class:"next",onClick:s},g(e.continuerTitle),1)):C("",!0)])])]),_:1},8,["Close"]))}});var k8=Y(x8,[["__scopeId","data-v-4358e88c"]]);const se=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(k8,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},it=e=>(O("data-v-9435cfa6"),e=e(),N(),e),w8={class:"actioner-container"},y8=["onSubmit"],F8=it(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),E8={key:0,class:"title_info"},C8=it(()=>t("p",null," \u963F\u91CC\u4E91 ",-1)),$8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),D8=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#%E9%98%BF%E9%87%8C%E4%BA%91",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),B8=[C8,$8,D8],Y8={key:1,class:"title_info"},A8=it(()=>t("p",null," dnspod ",-1)),S8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),z8=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#dnspod",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),P8=[A8,S8,z8],T8={key:2,class:"title_info"},I8=it(()=>t("p",null," \u82B1\u751F\u58F3 ",-1)),L8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),M8=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#%E8%8A%B1%E7%94%9F%E5%A3%B3",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),O8=[I8,L8,M8],N8={class:"label-item"},q8=it(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u5730\u5740\u7248\u672C\uFF1A")],-1)),j8={class:"label-item_value"},R8=it(()=>t("option",{value:"ipv4"},"IPv4\u5730\u5740",-1)),G8=it(()=>t("option",{value:"ipv6"},"IPv6\u5730\u5740",-1)),V8=[R8,G8],U8=it(()=>t("div",{class:"label_tips"},[t("svg",{width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"14",height:"14"}),t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])])]),t("span",{class:"info"},"\u8BBE\u5B9A\u54EA\u4E00\u4E2A IP \u5730\u5740\uFF08IPv4 \u6216 IPv6\uFF09\u4F1A\u88AB\u53D1\u9001\u7ED9 DDNS \u63D0\u4F9B\u5546")],-1)),W8={class:"label-item"},Z8=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u57DF\u540D\uFF1A")],-1)),H8={class:"label-item_value"},J8={class:"label-item"},X8=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D\uFF1A")],-1)),K8={class:"label-item_value"},Q8={class:"label-item"},tp=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801\uFF1A")],-1)),ep={class:"label-item_value"},ap={class:"actioner-container_footer"},op=["disabled"],np=P({props:{name:{type:String,default:"ali"},onSetup:{type:Function,required:!0},target:{type:String,required:!0}},emits:["update:target"],setup(e,{emit:a}){const o=e,n=y("ipv4"),s=y(o.name),f=y(""),m=y(""),p=y(""),d=y(!1),c=()=>{o.onSetup("index")},u=()=>{d.value=!0;const v=E.Loading("\u68C0\u6D4B\u4E2D...");z.Network.CheckPublickNet.POST({ipVersion:n.value}).then(_=>{var x,w;if(_!=null&&_.data){if((x=_==null?void 0:_.data)!=null&&x.error){E.Warning(_==null?void 0:_.data.error);return}if((((w=_==null?void 0:_.data)==null?void 0:w.success)||0)==0){const F=_.data.result;F&&F.address?h():l();return}}throw"\u672A\u77E5\u9519\u8BEF"}).catch(_=>{E.Error(_)}).finally(()=>{v.Close(),d.value=!1})},l=()=>{se({title:"\u6E29\u99A8\u63D0\u793A",nextTitle:"\u4F7F\u7528DDNSTO",continuerTitle:"\u7EE7\u7EED\u4FDD\u5B58",content:"\u68C0\u6D4B\u5230\u60A8\u7684wan\u53E3\u6CA1\u6709\u516C\u7F51IP\u6216\u8005IPv6\u5730\u5740\uFF0C\u53EF\u4EE5\u4F7F\u7528DDNSTO\u914D\u7F6E\u8FDC\u7A0B\u57DF\u540D\u8BBF\u95EE",next(){b()},continuer(){h()},clear(){}})},b=()=>{o.onSetup("ddnsto")},h=()=>{d.value=!0;const v=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.PostDdns.POST({ipVersion:n.value,serviceName:s.value,domain:f.value,userName:m.value,password:p.value}).then(_=>{if(_!=null&&_.data){const{error:x,scope:w,success:F}=_.data;if(x=="-100"&&w=="guide.ddns"){se({title:"\u6E29\u99A8\u63D0\u793A",content:"\u68C0\u6D4B\u5230\u4F60\u6709\u672A\u4FDD\u5B58\u7684\u914D\u7F6E\uFF0C\u53EF\u524D\u5F80\u9875\u9762\u53F3\u4E0A\u89D2\u70B9\u51FB\u67E5\u770B\uFF0C\u4FDD\u5B58\u5E76\u5E94\u7528\u6216\u8005\u6062\u590D\u914D\u7F6E\u540E\u7EE7\u7EED",next(){}});return}if(x){E.Warning(x);return}if((F||0)==0){a("update:target",f.value),o.onSetup("ddns-success");return}}throw"\u672A\u77E5\u9519\u8BEF"}).catch(_=>{E.Error(_)}).finally(()=>{v.Close(),d.value=!1})};return(v,_)=>(i(),r("div",w8,[t("form",{class:"actioner-dns",onSubmit:ot(u,["prevent"])},[F8,t("div",{class:st(["actioner-container_body",e.name])},[e.name=="ali"?(i(),r("div",E8,B8)):e.name=="dnspod"?(i(),r("div",Y8,P8)):e.name=="oray"?(i(),r("div",T8,O8)):C("",!0),t("div",N8,[q8,t("div",j8,[S(t("select",{name:"",id:"","onUpdate:modelValue":_[0]||(_[0]=x=>n.value=x)},V8,512),[[Z,n.value]])]),U8]),t("div",W8,[Z8,t("div",H8,[S(t("input",{type:"text",placeholder:"myhost.example.com","onUpdate:modelValue":_[1]||(_[1]=x=>f.value=x),required:""},null,512),[[V,f.value,void 0,{trim:!0}]])])]),t("div",J8,[X8,t("div",K8,[S(t("input",{type:"text","onUpdate:modelValue":_[2]||(_[2]=x=>m.value=x),placeholder:"\u8BF7\u8F93\u5165\u7528\u6237\u540D",required:""},null,512),[[V,m.value,void 0,{trim:!0}]])])]),t("div",Q8,[tp,t("div",ep,[S(t("input",{type:"password","onUpdate:modelValue":_[3]||(_[3]=x=>p.value=x),placeholder:"\u8BF7\u8F93\u5165\u5BC6\u7801",required:""},null,512),[[V,p.value,void 0,{trim:!0}]])])])],2),t("div",ap,[t("div",{class:"close",onClick:c,type:"button"},"\u8FD4\u56DE"),t("button",{class:"next save",type:"submit",disabled:d.value},"\u4FDD\u5B58",8,op)])],40,y8)]))}});var ke=Y(np,[["__scopeId","data-v-9435cfa6"]]);const ip={class:"action-main"},rp=P({props:{Close:{type:Function,required:!0},url:{type:String,required:!0}},setup(e){const a=e,o=y(""),n=y("index"),s=d=>{if(d!=null){if(d=="ddnsto"){f();return}n.value=d}else m()},f=()=>{m(),b8({url:a.url})},m=()=>{a.Close&&a.Close()},p=y("ddnsto");return(d,c)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[t("div",ip,[n.value=="index"?(i(),M(_4,{key:0,onSetup:s,active:p.value,"onUpdate:active":c[0]||(c[0]=u=>p.value=u)},null,8,["active"])):n.value=="ddns-ali"?(i(),M(ke,{key:1,onSetup:s,target:o.value,"onUpdate:target":c[1]||(c[1]=u=>o.value=u),name:"ali"},null,8,["target"])):n.value=="ddns-dnspod"?(i(),M(ke,{key:2,onSetup:s,target:o.value,"onUpdate:target":c[2]||(c[2]=u=>o.value=u),name:"dnspod"},null,8,["target"])):n.value=="ddns-oray"?(i(),M(ke,{key:3,onSetup:s,target:o.value,"onUpdate:target":c[3]||(c[3]=u=>o.value=u),name:"oray"},null,8,["target"])):n.value=="ddns-success"?(i(),M(B4,{key:4,onSetup:s,target:o.value},null,8,["target"])):C("",!0)])]),_:1},8,["Close"]))}});var sp=Y(rp,[["__scopeId","data-v-6f1d92d9"]]);const dp=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(sp,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},Tt=e=>(O("data-v-10ce7ce8"),e=e(),N(),e),up={class:"app-container"},lp=Tt(()=>t("span",null,[t("span",null,"\u8FDC\u7A0B\u57DF\u540D")],-1)),cp={class:"app-container_domain"},pp={class:"domain-item"},fp=Tt(()=>t("div",{class:"domain-item_name"},[t("span",null,"DDNSTO\uFF1A")],-1)),mp={class:"domain-item_value"},bp=["href","title"],vp=Tt(()=>t("a",{class:"item_btn",href:"https://www.kooldns.cn/app/#/devices",target:"_blank"},"\u63A7\u5236\u53F0",-1)),gp={class:"domain-item"},_p=Tt(()=>t("div",{class:"domain-item_name"},[t("span",null,"myddns_ipv4\uFF1A")],-1)),hp={class:"domain-item_value"},xp={key:0},kp=["href"],wp={key:2,href:"/cgi-bin/luci/admin/services/ddns"},yp=Tt(()=>t("svg",{t:"1653625385794",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4476",width:"28",height:"28"},[t("path",{d:"M145.83060282785186 873.7309800675556h650.2280809434073c24.411293468444445 0 44.384169832296294-19.97287636385185 44.38416861866666-44.384169832296294V500.90395784533337c0-13.315251313777777-8.876834209185184-22.19208430933333-22.19208430933333-22.19208430933333s-22.19208430933333 8.876834209185184-22.19208430933333 22.19208430933333v326.22364444444446H145.83060282785186V179.1187305054815h616.9399532657777c13.315251313777777 0 22.19208430933333-8.876834209185184 22.19208552296296-22.19208552296296s-8.876834209185184-22.19208430933333-22.19208552296296-22.19208430933333H145.83060282785186c-24.411293468444445 0-44.384169832296294 19.97287636385185-44.38416861866666 44.384169832296294v650.2280797297777c0 24.411293468444445 19.97287636385185 44.384169832296294 44.38416861866666 44.384169832296294z",fill:"#666","p-id":"4477"}),t("path",{d:"M887.0462301677038 203.53002276029633l-488.225862087111 488.2258633007407c-8.876834209185184 8.876834209185184-8.876834209185184 22.19208430933333 0 31.06891851851852 4.438417104592592 4.438417104592592 11.096042154666666 6.657625050074073 15.53445925925926 6.657625050074073s11.096042154666666-2.2192079454814815 15.53445925925926-6.657625050074073l490.4450712462222-490.4450712462222c8.876834209185184-8.876834209185184 8.876834209185184-22.19208430933333 0-31.06891851851852s-24.411293468444445-6.657625050074073-33.288127677629625 2.2192079454814815z",fill:"#666","p-id":"4478"})],-1)),Fp=[yp],Ep={class:"domain-item"},Cp=Tt(()=>t("div",{class:"domain-item_name"},[t("span",null,"myddns_ipv6\uFF1A")],-1)),$p={class:"domain-item_value"},Dp={key:0},Bp=["href"],Yp={key:2,href:"/cgi-bin/luci/admin/services/ddns"},Ap=Tt(()=>t("svg",{t:"1653625385794",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4476",width:"28",height:"28"},[t("path",{d:"M145.83060282785186 873.7309800675556h650.2280809434073c24.411293468444445 0 44.384169832296294-19.97287636385185 44.38416861866666-44.384169832296294V500.90395784533337c0-13.315251313777777-8.876834209185184-22.19208430933333-22.19208430933333-22.19208430933333s-22.19208430933333 8.876834209185184-22.19208430933333 22.19208430933333v326.22364444444446H145.83060282785186V179.1187305054815h616.9399532657777c13.315251313777777 0 22.19208430933333-8.876834209185184 22.19208552296296-22.19208552296296s-8.876834209185184-22.19208430933333-22.19208552296296-22.19208430933333H145.83060282785186c-24.411293468444445 0-44.384169832296294 19.97287636385185-44.38416861866666 44.384169832296294v650.2280797297777c0 24.411293468444445 19.97287636385185 44.384169832296294 44.38416861866666 44.384169832296294z",fill:"#666","p-id":"4477"}),t("path",{d:"M887.0462301677038 203.53002276029633l-488.225862087111 488.2258633007407c-8.876834209185184 8.876834209185184-8.876834209185184 22.19208430933333 0 31.06891851851852 4.438417104592592 4.438417104592592 11.096042154666666 6.657625050074073 15.53445925925926 6.657625050074073s11.096042154666666-2.2192079454814815 15.53445925925926-6.657625050074073l490.4450712462222-490.4450712462222c8.876834209185184-8.876834209185184 8.876834209185184-22.19208430933333 0-31.06891851851852s-24.411293468444445-6.657625050074073-33.288127677629625 2.2192079454814815z",fill:"#666","p-id":"4478"})],-1)),Sp=[Ap],zp=P({setup(e){let a=!1,o;const n=y({}),s=function(){!a||z.Guide.GetDdns.GET().then(d=>{var c;d!=null&&d.data&&(((c=d==null?void 0:d.data)==null?void 0:c.success)||0)==0&&d.data.result&&(n.value=d.data.result)}).then(()=>{!a||(o=window.setTimeout(s,3e3))})};Dt(()=>{a=!0,s()}),qt(()=>{o!==void 0&&window.clearTimeout(o),a=!1});const f=()=>{dp({url:n.value.ddnstoDomain})},m=G(()=>{const d=n.value.ipv4Domain;return d!=null&&d!=""&&d!="Stopped"?`http://${d}`:d}),p=G(()=>{const d=n.value.ipv6Domain;return d!=null&&d!=""&&d!="Stopped"?`http://${d}`:d});return(d,c)=>{var u,l,b;return i(),r("div",up,[t("div",{class:"app-container_title"},[lp,t("div",{class:"app-container_tool"},[t("div",{class:"app-container_configure",onClick:f},"\u5FEB\u901F\u914D\u7F6E")])]),t("ul",cp,[t("li",pp,[fp,t("div",mp,[t("a",{class:"configure",href:(u=n.value)==null?void 0:u.ddnstoDomain,target:"_blank",rel:"noopener noreferrer",title:(l=n.value)==null?void 0:l.ddnstoDomain},g((b=n.value)==null?void 0:b.ddnstoDomain),9,bp),vp])]),t("li",gp,[_p,t("div",hp,[k(m)=="Stopped"?(i(),r("span",xp,g(k(m)),1)):(i(),r("a",{key:1,class:"configure",href:k(m),target:"_blank",rel:"noopener noreferrer"},g(k(m)),9,kp)),k(m)?(i(),r("a",wp,Fp)):C("",!0)])]),t("li",Ep,[Cp,t("div",$p,[k(p)=="Stopped"?(i(),r("span",Dp,g(k(p)),1)):(i(),r("a",{key:1,class:"configure",href:k(p),target:"_blank",rel:"noopener noreferrer"},g(k(p)),9,Bp)),k(p)?(i(),r("a",Yp,Sp)):C("",!0)])])])])}}});var Pp=Y(zp,[["__scopeId","data-v-10ce7ce8"]]);const Tp={class:"nas-container"},Ip={class:"nas-container_card"},Lp={class:"nas-container_card"},Mp={key:0,class:"nas-container_card"},Op={class:"nas-container_card"},Np={class:"nas-container_card"},qp=P({setup(e){return(a,o)=>(i(),r("div",Tp,[t("div",Ip,[A(_1)]),t("div",Lp,[A(i2)]),k(Xt)("dockerd")?(i(),r("div",Mp,[A(D5)])):C("",!0),t("div",Op,[A(e4)]),t("div",Np,[A(Pp)])]))}});var jp=Y(qp,[["__scopeId","data-v-66cc4e33"]]);const ht=e=>(O("data-v-20dfc9cc"),e=e(),N(),e),Rp={class:"app-container"},Gp={class:"app-container_title"},Vp=ht(()=>t("span",null,"\u7CFB\u7EDF\u4FE1\u606F",-1)),Up={class:"more_icon",title:"\u67E5\u770B\u7CFB\u7EDF\u4FE1\u606F"},Wp={class:"DeviceBlock"},Zp=ht(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/flash"},"\u5907\u4EFD\u5347\u7EA7")],-1)),Hp=ht(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/store/pages/maintance"},"\u63D2\u4EF6\u5907\u4EFD")],-1)),Jp={class:"item-label"},Xp=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"CPU\u6E29\u5EA6")],-1)),Kp={class:"item-label_value"},Qp={class:"item-label"},t7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"CPU\u4F7F\u7528\u7387")],-1)),e7={class:"item-label_value"},a7={class:"item-label"},o7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5185\u5B58\u4F7F\u7528\u7387")],-1)),n7={class:"item-label_value"},i7={class:"item-label"},r7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"\u56FA\u4EF6\u7248\u672C")],-1)),s7={class:"item-label_value"},d7={class:"item-label"},u7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5185\u6838\u7248\u672C")],-1)),l7={class:"item-label_value"},c7={class:"item-label"},p7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5DF2\u542F\u52A8")],-1)),f7={class:"item-label_value"},m7={class:"item-label"},b7=ht(()=>t("div",{class:"item-label_key"},[t("span",null,"\u7CFB\u7EDF\u65F6\u95F4")],-1)),v7={class:"item-label_value"},g7=P({setup(e){const a=Fe(),o=G(()=>a.version),n=G(()=>a.systemStatus),s=y(!1),f=G(()=>{var l;return((l=n.value)==null?void 0:l.cpuUsage)||0}),m=G(()=>{var l;return((l=n.value)==null?void 0:l.cpuTemperature)||0}),p=G(()=>{var b;const l=((b=n.value)==null?void 0:b.memAvailablePercentage)||100;return 100-l}),d=wt.stampForm;Dt(()=>{});const c=()=>{s.value=!s.value},u=()=>{c(),ft.installAndGo("app-meta-netdata","NetData","/cgi-bin/luci/admin/status/netdata")};return(l,b)=>{var v,_,x,w;const h=Q("progress-item");return i(),r("div",Rp,[t("div",Gp,[Vp,t("span",Up,[A($t,{onClick:c})]),S(t("div",Wp,[t("div",{class:"menu_background",onClick:c}),t("ul",null,[t("li",null,[t("a",{onClick:u},"\u7CFB\u7EDF\u76D1\u63A7")]),Zp,Hp])],512),[[kt,s.value]])]),t("div",Jp,[Xp,t("div",Kp,[A(h,{value:k(m)/1.5,text:`${k(m)}\u2103`},null,8,["value","text"])])]),t("div",Qp,[t7,t("div",e7,[A(h,{value:k(f),text:`${k(f)}%`},null,8,["value","text"])])]),t("div",a7,[o7,t("div",n7,[A(h,{value:k(p),text:`${k(p)}%`},null,8,["value","text"])])]),t("div",i7,[r7,t("div",s7,[t("span",null,g((v=k(o))==null?void 0:v.firmwareVersion),1)])]),t("div",d7,[u7,t("div",l7,[t("span",null,g((_=k(o))==null?void 0:_.kernelVersion),1)])]),t("div",c7,[p7,t("div",f7,[t("span",null,g(k(d)((x=k(n))==null?void 0:x.uptime)),1)])]),t("div",m7,[b7,t("div",v7,[t("span",null,g((w=k(n))==null?void 0:w.localtime),1)])])])}}});var _7=Y(g7,[["__scopeId","data-v-20dfc9cc"]]);const h7={},x7={t:"1649907260906",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2793","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"40",height:"40"},k7=t("path",{d:"M764.904497 251.418146 259.086289 251.418146c-143.076626 0-259.065314 115.989711-259.065314 259.065314 0 143.077649 115.988688 259.063267 259.065314 259.063267l505.818207 0c143.074579 0 259.063267-115.985618 259.063267-259.063267C1023.967764 367.407857 907.980099 251.418146 764.904497 251.418146zM764.904497 747.164974c-130.507356 0-236.682537-106.175181-236.682537-236.682537S634.397141 273.798876 764.904497 273.798876s236.683561 106.176205 236.683561 236.683561S895.411853 747.164974 764.904497 747.164974z","p-id":"2794",fill:"#52C41A"},null,-1),w7=[k7];function y7(e,a){return i(),r("svg",x7,w7)}var F7=Y(h7,[["render",y7]]);const E7={},C7={t:"1649902779464",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2617","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"40",height:"40"},$7=t("path",{d:"M309.794 819.848h404.239c169.953 0 307.726-137.774 307.726-307.727s-137.774-307.726-307.726-307.726h-404.239c-169.952 0-307.726 137.773-307.726 307.726s137.774 307.727 307.726 307.727zM309.445 233.5c154.23 0 279.268 125.031 279.268 279.268s-125.039 279.268-279.268 279.268c-154.24 0-279.269-125.033-279.269-279.268 0-154.238 125.030-279.268 279.269-279.268z",fill:"#bbb","p-id":"2618","data-spm-anchor-id":"a313x.7781069.0.i0",class:"selected"},null,-1),D7=[$7];function B7(e,a){return i(),r("svg",C7,D7)}var Y7=Y(E7,[["render",B7]]);const A7=e=>de.isValid(e),Ct=e=>{const a=de.IPv4.parse(e).toByteArray();return a[0]<<24|a[1]<<16|a[2]<<8|a[3]},qe=e=>de.fromByteArray([e>>24&255,e>>16&255,e>>8&255,e&255]).toString(),S7=e=>{if(!de.IPv4.isIPv4(e))return!1;let a=0,o=Ct(e);for(let n=31;n>=0&&(o&1<{let s=Ct(e)&Ct(a),f=Ct(o),m=Ct(n),d=~Ct(a);return fs+1&&m{let o=Ct(a),n=Ct(e)&o,s=~o,f;return s>=105?(f=n|s-5,n=n|100):s>=3?(f=n|s-1,n=n|2):(n=n|1,f=n),[qe(n),qe(f)]};var Et={isValidMask:S7,isValidIP:A7,isValidMaskRange:z7,calcMaskRange:P7};const mt=e=>(O("data-v-0e4e063a"),e=e(),N(),e),T7=["onSubmit"],I7=mt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u5185\u7F51\u914D\u7F6E")],-1)),L7={class:"actioner-dns_body"},M7={class:"label-item"},O7=mt(()=>t("div",{class:"label-item_key"},[t("span",null,"IPv4\u5730\u5740")],-1)),N7={class:"label-item_value"},q7={class:"label-item"},j7=mt(()=>t("div",{class:"label-item_key"},[t("span",null,"IPv4\u5B50\u7F51\u63A9\u7801")],-1)),R7={class:"label-item_value"},G7={class:"mobie_icon"},V7={key:1,class:"dhcp_info"},U7={key:2,class:"dhcp_info"},W7={class:"label-item"},Z7=mt(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u6C60\u8D77\u59CB\u5730\u5740")],-1)),H7={class:"label-item_value"},J7={class:"label-item"},X7=mt(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u6C60\u7ED3\u675F\u5730\u5740")],-1)),K7={class:"label-item_value"},Q7={class:"actioner-dns_footer"},tf=["disabled"],ef={key:1,class:"actioner-dns"},af=mt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u66F4\u6362\u914D\u7F6E")],-1)),of={class:"actioner-dns_body"},nf={key:0,class:"setting_status"},rf=mt(()=>t("div",{class:"success_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128"},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063"})])],-1)),sf=mt(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u6210\u529F",-1)),df=["href"],uf={key:1,class:"setting_status"},lf=mt(()=>t("div",{class:"success_icon"},[t("svg",{t:"1642063200324",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5898",width:"128",height:"128"},[t("path",{d:"M549.044706 512l166.189176-166.249412a26.383059 26.383059 0 0 0 0-36.98447 26.383059 26.383059 0 0 0-37.044706 0L512 475.015529l-166.249412-166.249411a26.383059 26.383059 0 0 0-36.98447 0 26.383059 26.383059 0 0 0 0 37.044706L475.015529 512l-166.249411 166.249412a26.383059 26.383059 0 0 0 0 36.98447 26.383059 26.383059 0 0 0 37.044706 0L512 548.984471l166.249412 166.249411a26.383059 26.383059 0 0 0 36.98447 0 26.383059 26.383059 0 0 0 0-37.044706L548.984471 512zM512 1024a512 512 0 1 1 0-1024 512 512 0 0 1 0 1024z",fill:"#E84335","p-id":"5899"})])],-1)),cf=mt(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u5931\u8D25",-1)),pf=mt(()=>t("p",null,"\u8BF7\u5C1D\u8BD5\u91CD\u65B0\u914D\u7F6E",-1)),ff={key:2,class:"setting_status"},mf=mt(()=>t("div",{class:"success_icon"},[t("svg",{width:"128px",height:"128px",viewBox:"0 0 128 128",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_yellow",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"128",height:"128"}),t("path",{d:"M64,8 C33.075,8 8,33.075 8,64 C8,94.925 33.075,120 64,120 C94.925,120 120,94.925 120,64 C120,33.075 94.925,8 64,8 Z M60,37 C60,36.45 60.45,36 61,36 L67,36 C67.55,36 68,36.45 68,37 L68,71 C68,71.55 67.55,72 67,72 L61,72 C60.45,72 60,71.55 60,71 L60,37 Z M64,92 C60.6875,92 58,89.3125 58,86 C58,82.6875 60.6875,80 64,80 C67.3125,80 70,82.6875 70,86 C70,89.3125 67.3125,92 64,92 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])])])],-1)),bf=mt(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u8D85\u65F6",-1)),vf=mt(()=>t("p",null,"\u8DEF\u7531\u5668 IP \u53EF\u80FD\u5DF2\u7ECF\u4FEE\u6539\u6210\u529F\u3002\u82E5\u5237\u65B0\u9875\u9762\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u8FDE\u63A5\u8DEF\u7531\u5668\uFF0C\u5426\u5219\u8BF7\u5C1D\u8BD5\u91CD\u65B0\u914D\u7F6E\u3002",-1)),gf=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y({lanIp:"",netMask:"255.255.255.0",enableDhcp:!1,dhcpStart:"",dhcpEnd:""});y("");const s=y(!1);y(!0),y(!1);const f=y(""),m=y(2),p=y("timeout"),d=()=>{n.value.enableDhcp=!1},c=()=>{n.value.enableDhcp=!0};let u=!0;(()=>{z.Guide.GetLan.GET().then(x=>{x.data.result&&(x.data.result.enableDhcp=x.data.result.enableDhcp||!1,n.value=x.data.result,x.data.result.lanIp!==location.hostname&&(u=!1))})})();const b=()=>{const x=n.value;if(!Et.isValidIP(x.lanIp)){E.Warning("IPv4\u5730\u5740\u683C\u5F0F\u9519\u8BEF");return}if(!Et.isValidMask(x.netMask)){E.Warning("IPv4\u5B50\u7F51\u63A9\u7801\u683C\u5F0F\u9519\u8BEF");return}const w=Et.calcMaskRange(x.lanIp,x.netMask);x.dhcpStart=w[0],x.dhcpEnd=w[1],n.value=x},h=()=>{const x=n.value;if(!Et.isValidIP(x.lanIp)){E.Warning("IPv4\u5730\u5740\u683C\u5F0F\u9519\u8BEF");return}if(!Et.isValidMask(x.netMask)){E.Warning("IPv4\u5B50\u7F51\u63A9\u7801\u683C\u5F0F\u9519\u8BEF");return}if(x.enableDhcp&&!Et.isValidIP(x.dhcpStart)||!Et.isValidIP(x.dhcpEnd)||!Et.isValidMaskRange(x.lanIp,x.netMask,x.dhcpStart,x.dhcpEnd)){E.Warning("DHCP\u7684IP\u6C60\u683C\u5F0F\u9519\u8BEF\u6216\u8D85\u51FA\u5B50\u7F51\u8303\u56F4");return}const w=E.Loading("\u6B63\u5728\u914D\u7F6E\u2026\u8BF7\u7A0D\u7B49",30);let F=0;const D=B=>{p.value=B,o.value=1,F=1,w.Close()},$=()=>{const B=new Date().getTime()+3e4,R=u?location.protocol+"//"+x.lanIp+(location.port?":"+location.port:""):location.origin,et=R+"/luci-static/resources/icons/loading.gif",tt=()=>{F==0&&(new Date().getTime()>B?D("timeout"):window.setTimeout(xt,2e3))},at=()=>{F==0&&(f.value=R+location.pathname,D("success"),window.setTimeout(()=>{m.value=1},1e3),window.setTimeout(()=>{location.href=f.value},2e3))},xt=()=>{if(F!=0)return;console.log("check online ",et);const Mt=new Image;Mt.onload=at,Mt.onerror=tt,Mt.src=et};window.setTimeout(xt,5e3)};z.Guide.LanIp.POST(x).then(B=>{var R;if(B!=null&&B.data){if((B.data.success||0)==0)return;if((R=B.data)!=null&&R.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>{F==0&&(D("fail"),E.Error(B))}),$(),window.setTimeout(()=>{F==0&&D("timeout")},3e4)},v=x=>{x.preventDefault(),a.Close&&a.Close()},_=x=>{location.reload()};return(x,w)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(h,["prevent"])},[I7,t("div",L7,[t("div",M7,[O7,t("div",N7,[S(t("input",{type:"text",placeholder:"192.168.100.1","onUpdate:modelValue":w[0]||(w[0]=F=>n.value.lanIp=F),onChange:b},null,544),[[V,n.value.lanIp,void 0,{trim:!0}]])])]),t("div",q7,[j7,t("div",R7,[S(t("input",{type:"text",placeholder:"255.255.255.0","onUpdate:modelValue":w[1]||(w[1]=F=>n.value.netMask=F),onChange:b},null,544),[[V,n.value.netMask,void 0,{trim:!0}]])])]),t("div",G7,[n.value.enableDhcp?(i(),r("span",{key:0,onClick:d},[A(F7)])):C("",!0),t("span",null,[n.value.enableDhcp?C("",!0):(i(),M(Y7,{key:0,onClick:c}))]),n.value.enableDhcp?(i(),r("span",V7,"\u4FEE\u6539DHCP\u670D\u52A1")):(i(),r("span",U7,"\u4FDD\u6301DHCP\u670D\u52A1\u8BBE\u7F6E"))]),n.value.enableDhcp?(i(),r(L,{key:0},[t("div",W7,[Z7,t("div",H7,[S(t("input",{type:"text",placeholder:"192.168.100.100","onUpdate:modelValue":w[2]||(w[2]=F=>n.value.dhcpStart=F)},null,512),[[V,n.value.dhcpStart,void 0,{trim:!0}]])])]),t("div",J7,[X7,t("div",K7,[S(t("input",{type:"text",placeholder:"192.168.100.100","onUpdate:modelValue":w[3]||(w[3]=F=>n.value.dhcpEnd=F)},null,512),[[V,n.value.dhcpEnd,void 0,{trim:!0}]])])])],64)):C("",!0)]),t("div",Q7,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:s.value},"\u786E\u8BA4",8,tf),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:v},"\u53D6\u6D88")])],40,T7)):o.value==1?(i(),r("div",ef,[af,t("div",of,[p.value=="success"?(i(),r("div",nf,[rf,sf,t("a",{href:f.value,class:"NewAdress"},g(m.value)+"s\u540E \u8DF3\u8F6C\u65B0\u5730\u5740",9,df)])):p.value=="fail"?(i(),r("div",uf,[lf,cf,pf,t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:_},"\u6211\u77E5\u9053\u4E86")])):p.value=="timeout"?(i(),r("div",ff,[mf,bf,vf,t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:_},"\u5237\u65B0\u9875\u9762")])):C("",!0)])])):C("",!0)]),_:1},8,["Close"]))}});var _f=Y(gf,[["__scopeId","data-v-0e4e063a"]]);const hf=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(_f,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},bt=e=>(O("data-v-d700df2e"),e=e(),N(),e),xf={key:0,class:"actioner-dns"},kf=bt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u6C99\u7BB1\u6A21\u5F0F\u914D\u7F6E\u5411\u5BFC")],-1)),wf={class:"actioner-dns_body"},yf=bt(()=>t("p",{class:"sandbox_info"},"\u4E00\u4E2A\u7B80\u6613\u6C99\u7BB1\uFF0C\u65B9\u4FBF\u7528\u6765\u5B9E\u9A8C\u7CFB\u7EDF\u914D\u7F6E\u548C\u7A0B\u5E8F\uFF0C\u65B9\u4FBF\u5F00\u53D1\u672A\u5B8C\u6210\u7684\u8F6F\u4EF6\uFF0C\u4F46\u4E0D\u4FDD\u62A4Docker\u548C\u786C\u76D8\u7684\u6570\u636E",-1)),Ff={key:0,class:"disk_loading_icon"},Ef=bt(()=>t("span",{class:"disk_loading_info"},"\u6B63\u5728\u52A0\u8F7D\u4E2D...",-1)),Cf={key:1,class:"disk_tips"},$f=bt(()=>t("span",null,"\u68C0\u6D4B\u4E0D\u5230\u6302\u8F7D\u7684\u78C1\u76D8\u4FE1\u606F\uFF0C\u8BF7\u5148\u63D2\u4E0A\u78C1\u76D8\uFF0C\u5EFA\u8BAE\u4F7F\u7528U\u76D8\u6216\u8005\u79FB\u52A8\u786C\u76D8\uFF0C\u65B9\u4FBF\u88C5\u5378",-1)),Df={class:"label-item"},Bf=bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u78C1\u76D8\uFF08\u5EFA\u8BAE\u9009\u62E9U\u76D8\u6216\u8005\u79FB\u52A8\u786C\u76D8\uFF0C\u65B9\u4FBF\u88C5\u5378\uFF09")],-1)),Yf={class:"label-item_value"},Af=bt(()=>t("option",{value:""},"\u8BF7\u9009\u62E9\u76EE\u6807\u78C1\u76D8",-1)),Sf=["value"],zf={class:"label-item"},Pf=bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A\uFF08\u5206\u533A\u5927\u5C0F\u987B\u5927\u4E8E2G\uFF0C\u5C06\u6B64\u5206\u533A\u4F5C\u4E3A\u5916\u90E8 overlay \u4F7F\u7528\uFF09")],-1)),Tf={class:"label-item_value"},If=bt(()=>t("option",{selected:"true",value:""},"\u8BF7\u9009\u62E9\u76EE\u6807\u5206\u533A",-1)),Lf=["value","disabled"],Mf={class:"sandbox_tips"},Of=bt(()=>t("span",null,"\u6B64\u64CD\u4F5C\u4F1A\u5C06\u4F1A\u5220\u9664\u8BE5\u5206\u533A\u5168\u90E8\u6570\u636E",-1)),Nf={class:"sandbox_info timeout"},qf=U("\u5373\u5C06\u91CD\u542F\u8BBE\u5907 "),jf=bt(()=>t("p",{class:"sandbox_roboot_tips"},[U("\u7B49\u5F85\u8BBE\u5907\u91CD\u542F\uFF0C\u91CD\u542F\u5B8C\u6210\u540E"),t("span",{class:"sandbox_roboot_refresh"},"\u8BF7\u5237\u65B0\u754C\u9762")],-1)),Rf={key:0,class:"actioner-dns_footer"},Gf=["disabled"],Vf={key:1,class:"actioner-tips"},Uf=bt(()=>t("div",{class:"actioner-tips_header"},[t("span",null,"\u6E29\u99A8\u63D0\u793A")],-1)),Wf=bt(()=>t("div",{class:"actioner-tips_body"},[t("p",{class:"sandbox_info"},"\u6B64\u64CD\u4F5C\u4F1A\u5C06\u4F1A\u5220\u9664\u8BE5\u5206\u533A\u5168\u90E8\u6570\u636E\uFF0C\u5E76\u683C\u5F0F\u5316\u6210EXT4\uFF0C\u968F\u540E\u81EA\u52A8\u91CD\u542F\u8FDB\u5165\u6C99\u7BB1\u6A21\u5F0F\uFF0C\u662F\u5426\u7EE7\u7EED\uFF1F")],-1)),Zf={key:2,class:"actioner-tips"},Hf=bt(()=>t("div",{class:"actioner-tips_header"},[t("span",null,"\u9519\u8BEF")],-1)),Jf={class:"actioner-tips_body"},Xf={class:"sandbox_info"},Kf=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0);y("disk");const n=y(""),s=y(3),f=y(""),m=y([]),p=y(""),d=y(null);(()=>{z.Nas.SandboxDisks.GET().then(w=>{var F;if(w!=null&&w.data&&(F=w.data)!=null&&F.result){d.value=w.data.result;return}throw"\u52A0\u8F7D\u78C1\u76D8\u4FE1\u606F\u5931\u8D25"}).catch(w=>{n.value=w,o.value=3})})();const u=()=>z.System.Reboot.POST({name:f.value,path:p.value}).then(w=>{var F;if(!(w!=null&&w.data&&(((F=w==null?void 0:w.data)==null?void 0:F.success)||0)==0))throw"\u672A\u77E5\u9519\u8BEF"}),l=w=>{var F,D;p.value="",m.value=f.value&&((D=(F=d.value)==null?void 0:F.disks.find($=>$.path==f.value))==null?void 0:D.childrens)||[]},b=()=>{s.value>0&&(s.value-=1,window.setTimeout(b,1e3))},h=w=>{w.preventDefault(),a.Close&&a.Close()},v=()=>{new Promise((w,F)=>{const D="/luci-static/resources/icons/loading.gif",$=()=>{window.setTimeout(B,2e3)},B=()=>{const R=new Image;R.onload=w,R.onerror=$,R.src=D};window.setTimeout(B,1e4)}).then(()=>{window.setTimeout(()=>{location.reload()},2e3)})},_=w=>{const F=E.Loading("\u914D\u7F6E\u6C99\u7BB1\u91CD\u542F\u4E2D...");z.Nas.Sandbox.POST({path:p.value}).then(D=>{var $;if(D!=null&&D.data){if((D.data.success||0)==0)return o.value=2,window.setTimeout(b,1e3),u();if(($=D.data)!=null&&$.error)throw D.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).then(v).catch(D=>E.Warning(D)).finally(()=>F.Close())},x=()=>{o.value=0};return(w,F)=>{const D=Q("icon-loading");return i(),M(X,{Close:e.Close,type:1},{default:q(()=>[o.value==0||o.value==2?(i(),r("div",xf,[kf,t("div",wf,[yf,o.value==0?(i(),r(L,{key:0},[d.value?C("",!0):(i(),r("div",Ff,[A(D,{size:38,color:"currentColor"}),Ef])),d.value&&d.value.disks.length==0?(i(),r("div",Cf,[A(gt),$f])):C("",!0),d.value&&d.value.disks.length>0?(i(),r(L,{key:2},[t("div",Df,[Bf,t("div",Yf,[S(t("select",{name:"",id:"",onChange:l,"onUpdate:modelValue":F[0]||(F[0]=$=>f.value=$)},[Af,(i(!0),r(L,null,j(d.value.disks,($,B)=>(i(),r("option",{value:$.path,key:B},g($.venderModel)+"\uFF08"+g($.size)+"\uFF09 ",9,Sf))),128))],544),[[Z,f.value]])])]),t("div",zf,[Pf,t("div",Tf,[S(t("select",{name:"",id:"","onUpdate:modelValue":F[1]||(F[1]=$=>p.value=$)},[If,(i(!0),r(L,null,j(m.value,($,B)=>(i(),r("option",{value:$.path,key:B,disabled:$.sizeInt<(1<<30)*1||$.isSystemRoot},g($.name)+"\uFF08"+g($.filesystem||"\u672A\u683C\u5F0F\u5316")+"\uFF09"+g($.total),9,Lf))),128))],512),[[Z,p.value]])])]),t("div",Mf,[A(gt),Of])],64)):C("",!0)],64)):C("",!0),o.value==2?(i(),r(L,{key:1},[t("p",Nf,[qf,t("span",null,"\uFF08"+g(s.value)+"s\uFF09",1)]),jf],64)):C("",!0)]),o.value==0?(i(),r("div",Rf,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:!p.value,onClick:F[2]||(F[2]=$=>o.value=1)},"\u5F00\u542F\u6C99\u7BB1",8,Gf),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u53D6\u6D88")])):C("",!0)])):C("",!0),o.value==1?(i(),r("div",Vf,[Uf,Wf,t("div",{class:"actioner-tips_footer"},[t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:_},"\u7EE7\u7EED"),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:x},"\u53D6\u6D88")])])):C("",!0),o.value==3?(i(),r("div",Zf,[Hf,t("div",Jf,[t("p",Xf,g(n.value),1)]),t("div",{class:"actioner-tips_footer"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:x},"\u53D6\u6D88")])])):C("",!0)]),_:1},8,["Close"])}}});var Qf=Y(Kf,[["__scopeId","data-v-d700df2e"]]);const t9=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(Qf,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},da=e=>(O("data-v-4db2efb4"),e=e(),N(),e),e9={key:0,class:"actioner-dns"},a9=da(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u6C99\u7BB1\u6A21\u5F0F\u914D\u7F6E\u5411\u5BFC")],-1)),o9=da(()=>t("div",{class:"actioner-dns_body"},[t("p",{class:"sandbox_info"},"\u4E00\u4E2A\u7B80\u6613\u6C99\u7BB1\uFF0C\u65B9\u4FBF\u7528\u6765\u5B9E\u9A8C\u7CFB\u7EDF\u914D\u7F6E\u548C\u7A0B\u5E8F\uFF0C\u65B9\u4FBF\u5F00\u53D1\u672A\u5B8C\u6210\u7684\u8F6F\u4EF6\uFF0C\u4F46\u4E0D\u4FDD\u62A4 Docker \u548C\u786C\u76D8\u7684\u6570\u636E"),t("div",{class:"sandbox_environment"},[t("p",null,"\u5F53\u524D\u5904\u4E8E\u6C99\u7BB1\u73AF\u5883\uFF1A"),t("p",null,"1\u3001\u70B9\u51FB\u201C\u63D0\u4EA4\u201D\u53EF\u5C06\u53D8\u66F4\u5408\u5E76\u5230\u975E\u6C99\u7BB1\u73AF\u5883"),t("p",null,"2\u3001\u70B9\u51FB\u201C\u91CD\u7F6E\u201D\u53EF\u5C06\u6C99\u7BB1\u6062\u590D\u5230\u521D\u59CB\u72B6\u6001"),t("p",null,"3\u3001\u70B9\u51FB\u201C\u9000\u51FA\u201D\u53EF\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\uFF0C\u5E76\u653E\u5F03\u6C99\u7BB1\u4E2D\u7684\u6570\u636E")]),t("div",{class:"sandbox_environment_info"},[U("\u4EE5\u4E0A\u64CD\u4F5C\u90FD\u5C06\u91CD\u542F\u8BBE\u5907\uFF0C\u8BBE\u5907\u91CD\u542F\u5B8C\u6210\u540E\u4F1A\u81EA\u52A8\u5237\u65B0\u9875\u9762\u3002\u5982\u679C IP \u53D8\u5316\u53EF\u80FD\u9700\u8981"),t("span",{class:"sandbox_environment_reboot"},"\u624B\u52A8\u5728\u5730\u5740\u680F\u8F93\u5165\u5730\u5740"),t("p",{class:"sandbox_environment_tex"},[U(" \u5982\u9700"),t("b",null,"\u4E34\u65F6"),U("\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\uFF0C\u8BF7\u5C06\u8BBE\u5907\u5173\u673A\u540E\u62D4\u51FA\u76F8\u5173\u78C1\u76D8\uFF0C\u542F\u52A8\u524D\u63D2\u5165\u76F8\u5173\u78C1\u76D8\u53EF\u518D\u6B21\u8FDB\u5165\u6C99\u7BB1\u3002"),t("br"),U(" \u6CE8\u610F\u4E34\u65F6\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\u4EE5\u540E\u5347\u7EA7\u56FA\u4EF6\u4F1A\u5BFC\u81F4\u4E4B\u524D\u7684\u6C99\u7BB1\u6570\u636E\u65E0\u6548 ")])])],-1)),n9={class:"actioner-dns_footer"},i9=["disabled"],r9=["disabled"],s9=["disabled"],d9=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y(!1),s=()=>{new Promise((c,u)=>{const l="/luci-static/resources/icons/loading.gif",b=()=>{window.setTimeout(h,2e3)},h=()=>{const v=new Image;v.onload=c,v.onerror=b,v.src=l};window.setTimeout(h,1e4)}).then(()=>{window.setTimeout(()=>{location.reload()},2e3)})},f=()=>{n.value=!0;const c=E.Loading("\u63D0\u4EA4\u4E2D...");z.Nas.SandboxCommit.POST().then(u=>{var l,b;if(u!=null&&u.data)if((((l=u==null?void 0:u.data)==null?void 0:l.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D...");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>c.Close())},m=()=>{n.value=!0;const c=E.Loading("\u91CD\u7F6E\u4E2D...");z.Nas.SandboxReset.POST().then(u=>{var l,b;if(u!=null&&u.data)if((((l=u==null?void 0:u.data)==null?void 0:l.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D... \u82E5\u9875\u9762\u957F\u65F6\u95F4\u672A\u5237\u65B0\u53EF\u80FD\u9700\u8981\u624B\u52A8\u586B\u5199\u5730\u5740");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>c.Close())},p=()=>{if(!confirm("\u786E\u5B9A\u653E\u5F03\u6C99\u7BB1\u4E2D\u7684\u6570\u636E\uFF1F\u518D\u6B21\u8FDB\u5165\u6C99\u7BB1\u9700\u8981\u91CD\u65B0\u683C\u5F0F\u5316\u76F8\u5E94\u78C1\u76D8\u5206\u533A"))return;n.value=!0;const c=E.Loading("\u6267\u884C\u4E2D...");z.Nas.SandboxExit.POST().then(u=>{var l,b;if(u!=null&&u.data)if((((l=u==null?void 0:u.data)==null?void 0:l.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D... \u82E5\u9875\u9762\u957F\u65F6\u95F4\u672A\u5237\u65B0\u53EF\u80FD\u9700\u8981\u624B\u52A8\u586B\u5199\u5730\u5740");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>c.Close())},d=c=>{c.preventDefault(),a.Close&&a.Close()};return(c,u)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("div",e9,[a9,o9,t("div",n9,[t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:f,disabled:n.value},"\u63D0\u4EA4",8,i9),t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:m,disabled:n.value},"\u91CD\u7F6E",8,r9),t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:p,disabled:n.value},"\u9000\u51FA",8,s9),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:d},"\u53D6\u6D88")])])):C("",!0)]),_:1},8,["Close"]))}});var u9=Y(d9,[["__scopeId","data-v-4db2efb4"]]);const l9=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=J(u9,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},c9={class:"nav-container"},p9=["onClick"],f9={key:0,class:"btn_styles color3 app-update-button",onclick:"window.location.href='/cgi-bin/luci/admin/system/ota'"},m9=U(" \u56FA\u4EF6\u66F4\u65B0 "),b9={key:0,style:{display:"inline-block"}},v9={key:1},g9=P({setup(e){const a=Fe();y(!1),y(!0);const o=y(),n=()=>{Je()},s=()=>{t9()},f=()=>{l9()},m=()=>{alert("\u8BE5\u56FA\u4EF6\u4E0D\u652F\u6301\u6C99\u7BB1\u6A21\u5F0F")},p=()=>{hf()},d=()=>{Qe()},c=()=>{window.open(`http://${window.location.hostname}:7681/`,"_blank")};return Xt("sandbox")&&z.Nas.GetSandbox.GET().then(l=>{var b,h,v;l!=null&&l.data&&((((b=l==null?void 0:l.data)==null?void 0:b.success)||0)==0?(h=l==null?void 0:l.data)!=null&&h.result&&(o.value=l.data.result):(v=l==null?void 0:l.data)!=null&&v.error&&alert(l.data.error))}).catch(l=>E.Warning(l)),(u,l)=>{var v,_,x,w;const b=Q("router-link"),h=Q("icon-loading");return i(),r("div",c9,[A(b,{to:"/network",custom:""},{default:q(({navigate:F})=>[t("button",{class:"btn_styles color1",onClick:F},"\u7F51\u7EDC\u5411\u5BFC",8,p9)]),_:1}),t("button",{class:"btn_styles color2 app-btn-ttyd",onClick:c},"\u7EC8\u7AEF"),k(Xt)("ota")?(i(),r("button",f9,[m9,k(a).checkUpdate==null?(i(),r("span",b9,[A(h,{size:"0.8em",color:"currentColor"})])):(v=k(a).checkUpdate)!=null&&v.needUpdate?(i(),r("i",v9)):C("",!0)])):C("",!0),t("button",{class:"btn_styles color4",onClick:p},"\u5185\u7F51\u914D\u7F6E"),t("button",{class:"btn_styles color5",onClick:n},"DNS\u914D\u7F6E"),t("button",{class:"btn_styles color1",onClick:d},"\u8F6F\u4EF6\u6E90\u914D\u7F6E"),k(Xt)("sandbox")?(i(),r(L,{key:1},[((_=o.value)==null?void 0:_.status)=="unsupport"?(i(),r("button",{key:0,class:"btn_styles color2",onClick:m},"\u5F00\u542F\u6C99\u7BB1")):((x=o.value)==null?void 0:x.status)=="stopped"?(i(),r("button",{key:1,class:"btn_styles color3",onClick:s},"\u5F00\u542F\u6C99\u7BB1")):((w=o.value)==null?void 0:w.status)=="running"?(i(),r("button",{key:2,class:"btn_styles color4",onClick:f},"\u6C99\u7BB1\u5DF2\u5F00\u542F")):C("",!0)],64)):C("",!0)])}}});var _9=Y(g9,[["__scopeId","data-v-f9c34baa"]]);const ve=e=>(O("data-v-0a2eed64"),e=e(),N(),e),h9={id:"page"},x9=ve(()=>t("em",null,null,-1)),k9=ve(()=>t("em",null,null,-1)),w9=ve(()=>t("em",null,null,-1)),y9=ve(()=>t("em",null,null,-1)),F9=P({setup(e){return Ga(),(a,o)=>(i(),r("div",h9,[x9,A(h0),k9,A(_9),A(jp),w9,A(_7),y9]))}});var E9=Y(F9,[["__scopeId","data-v-0a2eed64"]]);const C9={};function $9(e,a){const o=Q("router-view");return i(),M(o)}var D9=Y(C9,[["render",$9]]);const B9={},Y9={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},A9=zt('icon_router',3),S9=[A9];function z9(e,a){return i(),r("svg",Y9,S9)}var P9=Y(B9,[["render",z9]]);const T9={},I9={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},L9=zt('icon_dial',3),M9=[L9];function O9(e,a){return i(),r("svg",I9,M9)}var N9=Y(T9,[["render",O9]]);const q9={},j9={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},R9=zt('icon_side router',3),G9=[R9];function V9(e,a){return i(),r("svg",j9,G9)}var U9=Y(q9,[["render",V9]]);const Ut=e=>(O("data-v-082ffcaf"),e=e(),N(),e),W9={id:"page"},Z9=Ut(()=>t("div",{class:"title"},"\u6B22\u8FCE\u4F7F\u7528\u7F51\u7EDC\u914D\u7F6E\u5411\u5BFC",-1)),H9=Ut(()=>t("div",{class:"desc"},"\u9009\u62E9\u4E00\u79CD\u8FDE\u63A5\u65B9\u5F0F\u4EE5\u5F00\u59CB",-1)),J9={class:"network-containers"},X9={class:"network-container_item"},K9={class:"cover"},Q9={class:"thumbnail"},tm=Ut(()=>t("span",null,"\u5BBD\u5E26\u62E8\u53F7\u8FDE\u63A5",-1)),em={class:"network-container_item"},am={class:"cover"},om={class:"thumbnail"},nm=Ut(()=>t("span",null,"\u8FDE\u63A5\u73B0\u6709\u8DEF\u7531\u5668",-1)),im={class:"network-container_item"},rm={class:"cover"},sm={class:"thumbnail"},dm=Ut(()=>t("span",null,"\u914D\u7F6E\u4E3A\u65C1\u8DEF\u7531",-1)),um=Ut(()=>t("div",{class:"info"},[U(" \u6CA1\u627E\u5230\u60F3\u8981\u7684\u914D\u7F6E\uFF1F\u8BF7\u4F7F\u7528 "),t("a",{href:"/cgi-bin/luci/admin/network/network"},"\u9AD8\u7EA7\u6A21\u5F0F")],-1)),lm=P({setup(e){return(a,o)=>{const n=Q("router-link");return i(),r("div",W9,[Z9,H9,t("div",J9,[t("div",X9,[A(n,{to:"/network/pppoe"},{default:q(()=>[t("div",K9,[t("div",Q9,[A(N9),tm])])]),_:1})]),t("div",em,[A(n,{to:"/network/dhcp"},{default:q(()=>[t("div",am,[t("div",om,[A(P9),nm])])]),_:1})]),t("div",im,[A(n,{to:"/network/gateway"},{default:q(()=>[t("div",rm,[t("div",sm,[A(U9),dm])])]),_:1})])]),um])}}});var cm=Y(lm,[["__scopeId","data-v-082ffcaf"]]);const It=e=>(O("data-v-5f4b0260"),e=e(),N(),e),pm={key:0,id:"page"},fm=It(()=>t("h2",{class:"title"},"\u914D\u7F6E\u5BBD\u5E26\u8D26\u53F7",-1)),mm=It(()=>t("h3",{class:"desc"},"\u8BF7\u786E\u4FDD\u60A8\u5DF2\u5C06\u8DEF\u7531 WAN \u53E3\u8FDE\u63A5\u5230\u5149\u732B",-1)),bm={class:"network-message"},vm={key:0},gm=U(" \u56E0\u4E3A\u60A8\u7684\u8BBE\u5907"),_m=It(()=>t("span",null,"\u6CA1\u6709 WAN \u53E3",-1)),hm=U("\uFF0C\u65E0\u6CD5\u8D70\u672C\u8BBE\u7F6E\u5411\u5BFC\uFF0C\u5177\u4F53\u8BF7\u770B "),xm=It(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/question.html#%E7%BD%91%E7%BB%9C",target:"_blank",rel:"noopener noreferrer"},"\u94FE\u63A5",-1)),km=[gm,_m,hm,xm],wm=["onSubmit"],ym=It(()=>t("div",{class:"label-key"},[t("span",null,"\u5BBD\u5E26\u8D26\u53F7")],-1)),Fm=["disabled"],Em=It(()=>t("div",{class:"label-key"},[t("span",null,"\u5BC6\u7801")],-1)),Cm=["disabled"],$m={key:0,class:"msg"},Dm={class:"btns"},Bm=["disabled"],Ym=["onClick"],Am={key:1,id:"page"},Sm=It(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),zm={class:"btns"},Pm=["onClick"],Tm=["onClick"],Im=P({setup(e){const a=y(0),o=y({account:"",password:""}),n=y(""),s=y(!1),f=y(0);(()=>T(this,null,function*(){s.value=!0;try{const d=yield z.Guide.Pppoe.GET();if(d.data){const{success:c,error:u,result:l}=d.data;l&&(o.value=l),c==-1011&&(s.value=!0,f.value=c)}}catch(d){n.value=d}f.value==0&&(s.value=!1)}))();const p=()=>T(this,null,function*(){const d=o.value.account||"",c=o.value.password||"";if(d==""){n.value="\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A";return}if(c==""){n.value="\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A";return}s.value=!0;const u=E.Loading("\u914D\u7F6E\u4E2D...");try{const l=yield z.Guide.Pppoe.POST({account:d,password:c});if(l!=null&&l.data){const{error:b,success:h}=l.data;b&&(n.value=b),(h==null||h==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),a.value=1)}}catch(l){n.value=l}s.value=!1,u.Close()});return(d,c)=>{const u=Q("router-link");return a.value==0?(i(),r("div",pm,[fm,mm,t("div",bm,[f.value==-1011?(i(),r("li",vm,km)):C("",!0)]),t("form",{onSubmit:ot(p,["prevent"])},[t("label",null,[ym,S(t("input",{type:"text","onUpdate:modelValue":c[0]||(c[0]=l=>o.value.account=l),placeholder:"\u5BBD\u5E26\u8D26\u53F7",required:"",disabled:s.value},null,8,Fm),[[V,o.value.account,void 0,{trim:!0}]])]),t("label",null,[Em,S(t("input",{type:"password","onUpdate:modelValue":c[1]||(c[1]=l=>o.value.password=l),placeholder:"\u5BBD\u5E26\u5BC6\u7801",required:"",disabled:s.value},null,8,Cm),[[V,o.value.password,void 0,{trim:!0}]])]),n.value?(i(),r("div",$m,g(n.value),1)):C("",!0),t("div",Dm,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:s.value},"\u4FDD\u5B58\u914D\u7F6E",8,Bm),A(u,{to:"/network",custom:""},{default:q(({navigate:l})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:l},"\u8FD4\u56DE",8,Ym)]),_:1})])],40,wm)])):a.value==1?(i(),r("div",Am,[Sm,t("div",zm,[A(u,{to:"/",custom:""},{default:q(({navigate:l})=>[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:l},"\u8FDB\u5165\u63A7\u5236\u53F0",8,Pm)]),_:1}),A(u,{to:"/network",custom:""},{default:q(({navigate:l})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:l},"\u8FD4\u56DE",8,Tm)]),_:1})])])):C("",!0)}}});var Lm=Y(Im,[["__scopeId","data-v-5f4b0260"]]);const rt=e=>(O("data-v-2c6e90b7"),e=e(),N(),e),Mm={key:0,id:"page"},Om=rt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u4E92\u8054\u7F51",-1)),Nm=rt(()=>t("h3",{class:"desc"},"\u8BF7\u786E\u4FDD\u60A8\u5DF2\u5C06\u8DEF\u7531 WAN \u53E3\u8FDE\u63A5\u5230\u4E0A\u7EA7\u8DEF\u7531\u5C40\u57DF\u7F51\uFF08 LAN \uFF09\u63A5\u53E3",-1)),qm={class:"network-message"},jm={key:0},Rm=U(" \u56E0\u4E3A\u60A8\u7684\u8BBE\u5907"),Gm=rt(()=>t("span",null,"\u6CA1\u6709 WAN \u53E3",-1)),Vm=U("\uFF0C\u65E0\u6CD5\u8D70\u672C\u8BBE\u7F6E\u5411\u5BFC\uFF0C\u5177\u4F53\u8BF7\u770B "),Um=rt(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/question.html#%E7%BD%91%E7%BB%9C",target:"_blank",rel:"noopener noreferrer"},"\u94FE\u63A5",-1)),Wm=[Rm,Gm,Vm,Um],Zm=["onSubmit"],Hm=rt(()=>t("div",{class:"label-key"},[t("span",null,"WAN \u63A5\u53E3\u914D\u7F6E\u65B9\u5F0F")],-1)),Jm=rt(()=>t("option",{value:"dhcp"},"\u81EA\u52A8\u83B7\u53D6IP\u5730\u5740\uFF08DHCP\uFF09",-1)),Xm=rt(()=>t("option",{value:"static"},"\u9759\u6001IP\u5730\u5740",-1)),Km=[Jm,Xm],Qm=rt(()=>t("div",{class:"label-key"},[t("span",null,"IP\u5730\u5740")],-1)),tb=["disabled"],eb={key:0,class:"msg"},ab=rt(()=>t("div",{class:"label-key"},[t("span",null,"\u5B50\u7F51\u63A9\u7801")],-1)),ob=["disabled"],nb={key:1,class:"msg"},ib=rt(()=>t("div",{class:"label-key"},[t("span",null,"\u7F51\u5173\u5730\u5740")],-1)),rb=["disabled"],sb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS \u914D\u7F6E\u65B9\u5F0F")],-1)),db=rt(()=>t("option",{value:"auto"},"\u81EA\u52A8\u83B7\u53D6\uFF08DHCP\uFF09",-1)),ub=rt(()=>t("option",{value:"manual"},"\u624B\u5DE5\u914D\u7F6E",-1)),lb=[db,ub],cb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),pb=["onUpdate:modelValue","disabled"],fb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),mb=["disabled"],bb=rt(()=>t("div",{class:"label-key"},"\u5907\u7528DNS\u670D\u52A1\u5668",-1)),vb=["disabled"],gb={key:2,class:"msgs"},_b={class:"btns"},hb=["disabled"],xb=["onClick"],kb={key:1,id:"page"},wb=rt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),yb={class:"btns"},Fb=["onClick"],Eb=["onClick"],Cb=P({setup(e){const a=y(0),o=y({}),n=y(""),s=y(""),f=y(""),m=y(""),p=y(!1),d=y(""),c=y(""),u=y(0),l=wt.checkIsIP;(()=>T(this,null,function*(){var F;p.value=!0;try{const D=yield Promise.all([z.Guide.ClientModel.GET(),z.Network.Status.GET()]);if(D[0]){const $=D[0];if($.data){const{success:B,error:R,result:et}=$.data;et&&(o.value=et),B==-1011&&(u.value=B,p.value=!0)}}if(D[1]){const $=D[1];if((F=$==null?void 0:$.data)!=null&&F.result){const B=$.data.result;B.ipv4addr&&(n.value=B.ipv4addr)}}}catch(D){s.value=D}u.value==0&&(p.value=!1)}))();const h=F=>{F.target.value=="static"&&((o.value.staticIp==null||o.value.staticIp=="")&&(o.value.staticIp=n.value),(o.value.subnetMask==null||o.value.subnetMask=="")&&(o.value.subnetMask="255.255.255.0"))},v=F=>{F.target.value=="manual"},_=F=>{const D=F.target;if(D.value==""){d.value="";return}l(D.value)?d.value="":d.value="\u8BF7\u8F93\u5165\u5408\u6CD5\u7684IP\u5730\u5740"},x=F=>{const D=F.target;if(D.value==""){c.value="";return}l(D.value)?c.value="":c.value="\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u5730\u5740"},w=()=>T(this,null,function*(){const F={};switch(o.value.wanProto){case"dhcp":break;case"static":F.staticIp=o.value.staticIp,F.subnetMask=o.value.subnetMask,F.gateway=o.value.gateway;break}switch(o.value.dnsProto){case"auto":break;case"manual":F.manualDnsIp=[],o.value.manualDnsIp!=null&&o.value.manualDnsIp.length>0?F.manualDnsIp=o.value.manualDnsIp:(F.manualDnsIp.push(f.value),m.value&&F.manualDnsIp.push(m.value));break}F.dnsProto=o.value.dnsProto,F.wanProto=o.value.wanProto;const D=E.Loading("\u914D\u7F6E\u4E2D....");p.value=!0;try{const $=yield z.Guide.ClientModel.POST(F);if($!=null&&$.data){const{success:B,error:R}=$==null?void 0:$.data;R&&(s.value=R),(B==null||B==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),a.value=1)}}catch($){s.value=$}p.value=!1,D.Close()});return(F,D)=>{const $=Q("router-link");return a.value==0?(i(),r("div",Mm,[Om,Nm,t("div",qm,[u.value==-1011?(i(),r("li",jm,Wm)):C("",!0)]),t("form",{onSubmit:ot(w,["prevent"])},[t("label",null,[Hm,S(t("select",{"onUpdate:modelValue":D[0]||(D[0]=B=>o.value.wanProto=B),onInput:h},Km,544),[[Z,o.value.wanProto]])]),o.value.wanProto=="static"?(i(),r(L,{key:0},[t("label",null,[Qm,S(t("input",{type:"text","onUpdate:modelValue":D[1]||(D[1]=B=>o.value.staticIp=B),placeholder:"\u9759\u6001IP\u5730\u5740",required:"",disabled:p.value,onInput:_},null,40,tb),[[V,o.value.staticIp,void 0,{trim:!0}]])]),d.value?(i(),r("p",eb,g(d.value),1)):C("",!0),t("label",null,[ab,S(t("input",{type:"text","onUpdate:modelValue":D[2]||(D[2]=B=>o.value.subnetMask=B),placeholder:"\u5B50\u7F51\u63A9\u7801",required:"",disabled:p.value,onInput:x},null,40,ob),[[V,o.value.subnetMask,void 0,{trim:!0}]])]),c.value?(i(),r("p",nb,g(c.value),1)):C("",!0),t("label",null,[ib,S(t("input",{type:"text","onUpdate:modelValue":D[3]||(D[3]=B=>o.value.gateway=B),placeholder:"\u7F51\u5173\u5730\u5740",required:"",disabled:p.value},null,8,rb),[[V,o.value.gateway,void 0,{trim:!0}]])])],64)):C("",!0),t("label",null,[sb,S(t("select",{"onUpdate:modelValue":D[4]||(D[4]=B=>o.value.dnsProto=B),onInput:v},lb,544),[[Z,o.value.dnsProto]])]),o.value.dnsProto=="manual"?(i(),r(L,{key:1},[o.value.manualDnsIp!=null&&o.value.manualDnsIp.length>0?(i(!0),r(L,{key:0},j(o.value.manualDnsIp,(B,R)=>(i(),r("label",null,[cb,S(t("input",{type:"text","onUpdate:modelValue":et=>o.value.manualDnsIp[R]=et,placeholder:"DNS\u670D\u52A1\u5668",required:"",disabled:p.value},null,8,pb),[[V,o.value.manualDnsIp[R],void 0,{trim:!0}]])]))),256)):(i(),r(L,{key:1},[t("label",null,[fb,S(t("input",{type:"text","onUpdate:modelValue":D[5]||(D[5]=B=>f.value=B),placeholder:"DNS\u670D\u52A1\u5668",required:"",disabled:p.value},null,8,mb),[[V,f.value,void 0,{trim:!0}]])]),t("label",null,[bb,S(t("input",{type:"text","onUpdate:modelValue":D[6]||(D[6]=B=>m.value=B),placeholder:"\u5907\u7528DNS\u670D\u52A1\u5668",disabled:p.value},null,8,vb),[[V,m.value,void 0,{trim:!0}]])])],64))],64)):C("",!0),s.value?(i(),r("div",gb,g(s.value),1)):C("",!0),t("div",_b,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:p.value},"\u4FDD\u5B58\u914D\u7F6E",8,hb),A($,{to:"/network",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:B},"\u8FD4\u56DE",8,xb)]),_:1})])],40,Zm)])):a.value==1?(i(),r("div",kb,[wb,t("div",yb,[A($,{to:"/",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:B},"\u8FDB\u5165\u63A7\u5236\u53F0",8,Fb)]),_:1}),A($,{to:"/network",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:B},"\u8FD4\u56DE",8,Eb)]),_:1})])])):C("",!0)}}});var $b=Y(Cb,[["__scopeId","data-v-2c6e90b7"]]);const lt=e=>(O("data-v-d8a42090"),e=e(),N(),e),Db={key:0,id:"page"},Bb=lt(()=>t("h2",{class:"title"},"\u65C1\u8DEF\u7531\u914D\u7F6E\u524D\u7684\u51C6\u5907\u5DE5\u4F5C",-1)),Yb=lt(()=>t("code",null,[U(" \u65C1\u8DEF\u7531\u6A21\u5F0F\uFF0C\u4E5F\u53EB\u5355\u81C2\u8DEF\u7531\u6A21\u5F0F\u3002 "),t("br"),U("\u60A8\u53EF\u4EE5\u7528\u4E0A\u4E00\u7EA7\u8DEF\u7531\u62E8\u53F7\uFF0C\u7136\u540E\u7528\u672C\u8DEF\u7531\u6765\u5B9E\u73B0\u4E00\u4E9B\u9AD8\u7EA7\u529F\u80FD\u3002 ")],-1)),Ab=lt(()=>t("h3",{class:"desc"},"\u8BF7\u60A8\u83B7\u5F97\u4E3B\u8DEF\u7531\u5668\u7684IP\u5730\u5740\uFF08\u4F8B\u5982 192.168.2.1 \uFF09\uFF0C\u8BB0\u5F55\u4EE5\u5907\u4F7F\u7528",-1)),Sb=lt(()=>t("div",{class:"info"},[U(" \u4F60\u53EF\u4EE5\u67E5\u770B\u6211\u4EEC\u7684 "),t("a",{target:"_blank",href:"https://doc.linkease.com/zh/guide/easepi/common.html#%E6%97%81%E8%B7%AF%E7%94%B1%E6%A8%A1%E5%BC%8F"},"\u914D\u7F6E\u6559\u7A0B")],-1)),zb={class:"btns"},Pb=["disabled"],Tb=["onClick"],Ib={key:1,id:"page"},Lb=lt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u65C1\u8DEF\u7531\u7F51\u7EDC",-1)),Mb=lt(()=>t("h3",{class:"desc"},"\u73B0\u5728\uFF0C\u8BF7\u4F60\u914D\u7F6E\u65C1\u8DEF\u7531\u4FE1\u606F",-1)),Ob=["onSubmit"],Nb=lt(()=>t("div",{class:"label-key"},[t("span",null,"LAN \u63A5\u53E3\u914D\u7F6E\u65B9\u5F0F")],-1)),qb={class:"label-value"},jb=lt(()=>t("option",null,"\u65C1\u8DEF\u7531\u6A21\u5F0F\u4EC5\u652F\u6301\u9759\u6001IP\u5730\u5740",-1)),Rb=[jb],Gb=lt(()=>t("div",{class:"label-key"},[t("span",null,"IP \u5730\u5740\uFF08\u8BF7\u548C\u4E0A\u4E00\u6B65\u8BB0\u5F55\u7684\u4E3B\u8DEF\u7531\u5730\u5740\u5728\u540C\u4E00\u7F51\u6BB5\uFF09")],-1)),Vb=["disabled"],Ub=lt(()=>t("div",{class:"label-key"},[t("span",null,"\u5B50\u7F51\u63A9\u7801")],-1)),Wb=["disabled"],Zb=lt(()=>t("div",{class:"label-key"},[t("span",null,"\u7F51\u5173\u5730\u5740")],-1)),Hb=["disabled"],Jb=lt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),Xb=["disabled"],Kb={key:0,class:"msgs"},Qb={class:"chose_dhcp"},tv={class:"chose_dhcp_icon"},ev=lt(()=>t("svg",{t:"1649907260906",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2793","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"40",height:"40"},[t("path",{d:"M764.904497 251.418146 259.086289 251.418146c-143.076626 0-259.065314 115.989711-259.065314 259.065314 0 143.077649 115.988688 259.063267 259.065314 259.063267l505.818207 0c143.074579 0 259.063267-115.985618 259.063267-259.063267C1023.967764 367.407857 907.980099 251.418146 764.904497 251.418146zM764.904497 747.164974c-130.507356 0-236.682537-106.175181-236.682537-236.682537S634.397141 273.798876 764.904497 273.798876s236.683561 106.176205 236.683561 236.683561S895.411853 747.164974 764.904497 747.164974z","p-id":"2794",fill:"#52C41A"})],-1)),av=[ev],ov=lt(()=>t("svg",{t:"1649907515643",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2971","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"40",height:"40"},[t("path",{d:"M764.867148 249.793136 259.0735 249.793136c-143.070486 0-259.052011 115.984594-259.052011 259.052011 0 143.07151 115.982548 259.050987 259.052011 259.050987l505.793648 0c143.067416 0 259.050987-115.979478 259.050987-259.050987C1023.917112 365.778754 907.933541 249.793136 764.867148 249.793136zM259.0735 745.516428c-130.501216 0-236.671281-106.172111-236.671281-236.671281 0-130.501216 106.170065-236.671281 236.671281-236.671281S495.744781 378.344954 495.744781 508.84617C495.744781 639.34534 389.574716 745.516428 259.0735 745.516428z","p-id":"2972",fill:"#999"})],-1)),nv=[ov],iv={key:0,class:"dhcp_info"},rv={class:"btns"},sv=["disabled"],dv=["onClick"],uv={key:2,id:"page"},lv=lt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),cv={class:"btns"},pv=["onClick"],fv=["onClick"],mv=P({setup(e){const a=y(0),o=y(!1),n=y(""),s=y({subnetMask:"255.255.255.0",staticDnsIp:"223.5.5.5",staticLanIp:"",gateway:"",enableDhcp:!0}),f=()=>{s.value.enableDhcp=!1},m=()=>{s.value.enableDhcp=!0},p=c=>{a.value=c},d=()=>T(this,null,function*(){const c=s.value,u=E.Loading("\u914D\u7F6E\u4E2D...");try{const l=yield z.Guide.GatewayRouter.POST(c);if(l!=null&&l.data){const{success:b,error:h}=l==null?void 0:l.data;h&&(n.value=h),(b==null||b==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),a.value=2)}}catch(l){n.value=l}u.Close()});return(c,u)=>{const l=Q("router-link");return a.value==0?(i(),r("div",Db,[Bb,Yb,Ab,Sb,t("div",zb,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:o.value,onClick:u[0]||(u[0]=b=>p(1))},"\u4E0B\u4E00\u6B65",8,Pb),A(l,{to:"/network",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u8FD4\u56DE",8,Tb)]),_:1})])])):a.value==1?(i(),r("div",Ib,[Lb,Mb,t("form",{onSubmit:ot(d,["prevent"])},[t("label",null,[Nb,t("div",qb,[t("select",{disabled:"",style:Ot({backgroundColor:"rgba(215, 215, 215, 1)",color:"#333"})},Rb,4)])]),t("label",null,[Gb,S(t("input",{type:"text","onUpdate:modelValue":u[1]||(u[1]=b=>s.value.staticLanIp=b),placeholder:"IP\u5730\u5740",required:"",disabled:o.value},null,8,Vb),[[V,s.value.staticLanIp,void 0,{trim:!0}]])]),t("label",null,[Ub,S(t("input",{type:"text","onUpdate:modelValue":u[2]||(u[2]=b=>s.value.subnetMask=b),placeholder:"\u5B50\u7F51\u63A9\u7801",required:"",disabled:o.value},null,8,Wb),[[V,s.value.subnetMask,void 0,{trim:!0}]])]),t("label",null,[Zb,S(t("input",{type:"text","onUpdate:modelValue":u[3]||(u[3]=b=>s.value.gateway=b),placeholder:"\u7F51\u5173\u5730\u5740",required:"",disabled:o.value},null,8,Hb),[[V,s.value.gateway,void 0,{trim:!0}]])]),t("label",null,[Jb,S(t("input",{type:"text","onUpdate:modelValue":u[4]||(u[4]=b=>s.value.staticDnsIp=b),placeholder:"223.5.5.5",required:"",disabled:o.value},null,8,Xb),[[V,s.value.staticDnsIp,void 0,{trim:!0}]])]),n.value?(i(),r("div",Kb,g(n.value),1)):C("",!0),t("div",Qb,[t("div",tv,[s.value.enableDhcp?(i(),r("span",{key:0,class:"mobie_open",onClick:f},av)):C("",!0),s.value.enableDhcp?C("",!0):(i(),r("span",{key:1,class:"mobie_close",onClick:m},nv))]),s.value.enableDhcp?(i(),r("span",iv,"\u662F\u5426\u63D0\u4F9B DHCP\uFF08\u5982\u679C\u662F\u63D0\u4F9B DHCP\uFF0C\u5219\u9700\u8981\u5173\u95ED\u4E3B\u8DEF\u7531 DHCP\uFF09")):C("",!0)]),t("div",rv,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:o.value},"\u4FDD\u5B58\u914D\u7F6E",8,sv),A(l,{to:"/network",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u8FD4\u56DE",8,dv)]),_:1})])],40,Ob)])):a.value==2?(i(),r("div",uv,[lv,t("div",cv,[A(l,{to:"/",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:b},"\u8FDB\u5165\u63A7\u5236\u53F0",8,pv)]),_:1}),A(l,{to:"/network",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u8FD4\u56DE",8,fv)]),_:1})])])):C("",!0)}}});var bv=Y(mv,[["__scopeId","data-v-d8a42090"]]);const At=e=>(O("data-v-7fc91c6d"),e=e(),N(),e),vv={class:"actioner-container"},gv=At(()=>t("div",{class:"actioner-container_header"},[t("span",null,"RAID\u521B\u5EFA\u5411\u5BFC")],-1)),_v={class:"actioner-container_body"},hv=At(()=>t("p",null,"RAID\u78C1\u76D8\u9635\u5217\u662F\u7528\u591A\u4E2A\u72EC\u7ACB\u7684\u78C1\u76D8\u7EC4\u6210\u5728\u4E00\u8D77\u5F62\u6210\u4E00\u4E2A\u5927\u7684\u78C1\u76D8\u7CFB\u7EDF\uFF0C \u4ECE\u800C\u5B9E\u73B0\u6BD4\u5355\u5757\u78C1\u76D8\u66F4\u597D\u7684\u5B58\u50A8\u6027\u80FD\u548C\u66F4\u9AD8\u7684\u53EF\u9760\u6027\u3002",-1)),xv={class:"label-item"},kv=At(()=>t("div",{class:"label-item_key"},[t("span",null,"RAID\u7EA7\u522B\uFF1A")],-1)),wv={class:"label-item_value"},yv=["value"],Fv={class:"label-item_tips"},Ev={class:"label-item"},Cv=At(()=>t("div",{class:"label-item_key"},[t("span",null,"\u78C1\u76D8\u9635\u5217\u6210\u5458\uFF1A")],-1)),$v={key:0,class:"label-item_value"},Dv=At(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),Bv=[Dv],Yv={key:1,class:"label-item_value"},Av=["value"],Sv={key:1,class:"msg-warning"},zv={class:"label-item_tips"},Pv=U(" \u9009\u62E9\u5C06\u8981\u7528\u4E8E\u521B\u5EFA RAID \u7684\u786C\u76D8\uFF0C\u901A\u8FC7 USB \u63A5\u5165\u7684\u8BBE\u5907\u4E0D\u4F1A\u5728\u5217\u8868\u4E2D\u663E\u793A\uFF08USB\u63A5\u5165\u4E0D\u7A33\u5B9A\uFF09\u3002 "),Tv={class:"actioner-container_footer"},Iv=["disabled"],Lv=["disabled"],Mv={key:1,class:"actioner-container_body setup-loading"},Ov=At(()=>t("span",null,"\u6B63\u5728\u521B\u5EFA\u4E2D...",-1)),Nv={class:"actioner-container_body setup-error"},qv={class:"actioner-container_footer"},jv=["disabled"],Rv={class:"actioner-container_body setup-success"},Gv=At(()=>t("div",{class:"body-title"},"\u521B\u5EFA\u6210\u529F",-1)),Vv=At(()=>t("div",{class:"body-info"},[t("span",null," \u5982\u9700\u5BF9raid\u8BBE\u5907\u8FDB\u884C\u8BFB\u5199\u64CD\u4F5C\uFF0C\u9700\u8981\u5BF9raid\u8BBE\u5907\u683C\u5F0F\u5316\u5E76\u6302\u8F7D\u6587\u4EF6\u7CFB\u7EDF "),t("br"),t("span",null,[U(" \u53EF\u524D\u5F80 "),t("a",{href:"/cgi-bin/luci/",target:"_blank",rel:"noopener noreferrer"},"\u9996\u9875-\u78C1\u76D8\u4FE1\u606F"),U(" \u8FDB\u884C\u6302\u8F7D ")])],-1)),Uv=P({props:{Close:{type:Function,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=y("init"),f=y(""),m=[{name:"jbod",title:"JBOD (\u7EBF\u6027)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u5C06\u591A\u4E2A\u786C\u76D8\u5408\u5E76\u4E3A\u5355\u4E2A\u5B58\u50A8\u7A7A\u95F4\uFF0C\u5176\u5BB9\u91CF\u7B49\u4E8E\u6240\u6709\u786C\u76D8\u5BB9\u91CF\u7684\u603B\u548C\u3002\u4E0D\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid0",title:"RAID 0 (\u6761\u5E26)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u201C\u533A\u5757\u5EF6\u5C55\u201D\u529F\u80FD\u662F\u5C06\u6570\u636E\u5206\u6210\u591A\u4E2A\u5757\uFF0C\u5E76\u5C06\u6570\u636E\u5757\u5206\u6563\u5230\u7EC4\u6210\u7684\u591A\u4E2A\u786C\u76D8\u4E0A\u4EE5\u63D0\u9AD8\u6027\u80FD\u7684\u8FC7\u7A0B\u3002\u4E0D\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid1",title:"RAID 1 (\u955C\u50CF)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u540C\u65F6\u5411\u6240\u6709\u786C\u76D8\u5199\u5165\u76F8\u540C\u7684\u6570\u636E\u3002\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid5",title:"RAID 5 ",info:"\u81F3\u5C11\u9700\u89813\u5757\u786C\u76D8\uFF0C\u6267\u884C\u6BB5\u843D\u5206\u5757\u5EF6\u5C55\uFF0C\u5E76\u5BF9\u5206\u5E03\u5230\u6240\u6709\u7EC4\u6210\u786C\u76D8\u4E0A\u7684\u6570\u636E\u6267\u884C\u5947\u5076\u6821\u9A8C\uFF0C\u4ECE\u800C\u63D0\u4F9B\u6BD4 RAID 1 \u66F4\u6709\u6548\u7684\u6570\u636E\u5197\u4F59\u3002",select:3},{name:"raid6",title:"RAID 6 ",info:"\u81F3\u5C11\u9700\u89814\u5757\u786C\u76D8\uFF0C\u6267\u884C\u4E24\u4E2A\u5C42\u7EA7\u7684\u6570\u636E\u5947\u5076\u6821\u9A8C\u4EE5\u5B58\u50A8\u7B49\u4E8E 2 \u4E2A\u786C\u76D8\u5BB9\u91CF\u7684\u5197\u4F59\u6570\u636E\uFF0C\u63D0\u4F9B\u6BD4 RAID 5 \u66F4\u5927\u7A0B\u5EA6\u7684\u6570\u636E\u5197\u4F59\u3002",select:4},{name:"raid10",title:"RAID 10",info:"\u81F3\u5C11\u9700\u89814\u5757\u786C\u76D8\uFF0C\u63D0\u4F9B RAID 0 \u7684\u6027\u80FD\u548C RAID 1 \u7684\u6570\u636E\u4FDD\u62A4\u7EA7\u522B\uFF0C\u5C06\u786C\u76D8\u7EC4\u5408\u8FDB\u955C\u50CF\u6570\u636E\u7684\u7531\u4E24\u4E2A\u786C\u76D8\u7EC4\u6210\u7684\u7EC4\u3002",select:4}],p=y("raid5"),d=y([]),c=_=>{let x="";return m.forEach(w=>{w.name===_&&(x=w.info)}),x},u=y(!1),l=nt({loading:!1,members:[]}),b=_=>{};(()=>T(this,null,function*(){l.loading=!0;try{const _=yield z.Raid.CreateList.GET();if(_!=null&&_.data){const{success:x,error:w,result:F}=_.data;if(F&&(l.members=F.members||[]),w)throw w}}catch(_){console.log(_)}finally{l.loading=!1}}))();const v=()=>T(this,null,function*(){const _=m.filter(w=>w.name===p.value)[0],x=d.value;if(!_){E.Warning("\u8BF7\u9009\u62E9raid\u7C7B\u578B");return}if(x.length==0){E.Warning("\u8BF7\u9009\u62E9\u78C1\u76D8");return}if(_.select>x.length){E.Warning("\u8BF7\u9009\u62E9\u81F3\u5C11"+_.select+"\u5757\u78C1\u76D8");return}if(!!confirm(`\u662F\u5426\u7ACB\u5373\u521B\u5EFA ${_.name}\uFF1F\u9009\u62E9\u7684\u786C\u76D8\u6240\u6709\u5206\u533A\u5C06\u4F1A\u88AB\u6E05\u9664\uFF0C\u6B64\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u786C\u76D8\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002`)&&!!confirm(`\u786E\u5B9A\u521B\u5EFA ${_.name}\uFF1F\u8BE5\u64CD\u4F5C\u4E0D\u53EF\u9006,\u8BF7\u8C28\u614E\u64CD\u4F5C`)){u.value=!0,s.value="loading";try{const w=yield z.Raid.Create.POST({level:_.name,devicePaths:x});if(w.data){const{success:F,error:D,result:$}=w.data;if(D)throw D;(F||0)==0&&(s.value="success",n())}}catch(w){f.value=w,s.value="error"}finally{u.value=!1}}});return(_,x)=>{const w=Q("icon-loading"),F=Q("icon-error"),D=Q("icon-success");return i(),r("div",vv,[gv,s.value=="init"?(i(),r(L,{key:0},[t("div",_v,[hv,t("div",xv,[kv,t("div",wv,[S(t("select",{"onUpdate:modelValue":x[0]||(x[0]=$=>p.value=$),onChange:b},[(i(),r(L,null,j(m,$=>t("option",{value:$.name},g($.title),9,yv)),64))],544),[[Z,p.value]])]),t("div",Fv,[A(gt),U(" "+g(c(p.value)),1)])]),t("div",Ev,[Cv,k(l).loading?(i(),r("div",$v,Bv)):(i(),r("div",Yv,[k(l).members.length>0?(i(!0),r(L,{key:0},j(k(l).members,$=>(i(),r("label",null,[S(t("input",{type:"checkbox","onUpdate:modelValue":x[1]||(x[1]=B=>d.value=B),value:$.path},null,8,Av),[[Nt,d.value]]),U(" \u3010"+g($.model)+"\u3011"+g($.name)+" "+g($.path)+" ["+g($.sizeStr)+"] ",1)]))),256)):(i(),r("span",Sv," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))])),t("div",zv,[A(gt),Pv])])]),t("div",Tv,[t("div",{class:"close",onClick:o,disabled:u.value},"\u53D6\u6D88",8,Iv),t("div",{class:"next",onClick:v,disabled:u.value},"\u521B\u5EFA",8,Lv)])],64)):s.value=="loading"?(i(),r("div",Mv,[A(w,{size:60,color:"#666"}),Ov])):s.value=="error"?(i(),r(L,{key:2},[t("div",Nv,[A(F),t("span",null,g(f.value),1)]),t("div",qv,[t("div",{class:"close",onClick:o},"\u5173\u95ED"),t("div",{class:"next",onClick:v,disabled:u.value},"\u91CD\u65B0\u521B\u5EFA",8,jv)])],64)):s.value=="success"?(i(),r(L,{key:3},[t("div",Rv,[A(D),Gv,Vv]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u5173\u95ED")])],64)):C("",!0)])}}});var Wv=Y(Uv,[["__scopeId","data-v-7fc91c6d"]]);const Zv={class:"actioner-container"},Hv={class:"actioner-container_body"},Jv=["value"],Xv=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0}},setup(e){const a=e,o=()=>{a.Close()},n=y("");return(()=>{z.Raid.Detail.POST({path:a.raid.path}).then(f=>{if(f.data){const{result:m,error:p}=f.data;p?n.value=p:n.value=(m==null?void 0:m.detail)||""}}).catch(f=>{n.value=f.message})})(),(f,m)=>(i(),r("div",Zv,[t("div",Hv,[t("textarea",{value:n.value},null,8,Jv)]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u5173\u95ED")])]))}});var Kv=Y(Xv,[["__scopeId","data-v-51f9d7a2"]]);const ze=e=>(O("data-v-c07c8244"),e=e(),N(),e),Qv={class:"actioner-container"},tg={class:"actioner-container_header"},eg={class:"actioner-container_body"},ag={class:"label-item"},og=ze(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),ng={class:"label-item_value"},ig={disabled:""},rg={class:"label-item"},sg=ze(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u88AB\u6DFB\u52A0\u5230RAID\u7684\u786C\u76D8\uFF09\uFF1A ",-1)),dg={key:0,class:"label-item_value"},ug=ze(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),lg=[ug],cg={key:1,class:"label-item_value"},pg=["value"],fg={key:1,class:"msg-warning"},mg={class:"actioner-container_footer"},bg=["disabled"],vg=["disabled"],gg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const c=p.value;if(c==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u6DFB\u52A0\u7684\u786C\u76D8");return}m.value=!0;const u=E.Loading("\u4FDD\u5B58\u4E2D...");try{const l=yield z.Raid.Add.POST({path:a.raid.path,memberPath:c});if(l.data){const{error:b,success:h}=l.data;if(b)throw b;(h||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(l){E.Error(`${l}`)}finally{m.value=!1,u.Close()}}),f=nt({loading:!1,members:[]}),m=y(!1),p=y("");return(()=>T(this,null,function*(){f.loading=!0,m.value=!0;try{const c=yield z.Raid.CreateList.GET();if(c!=null&&c.data){const{success:u,error:l,result:b}=c.data;if(b&&(f.members=b.members||[]),l)throw l}}catch(c){console.log(c)}finally{m.value=!1,f.loading=!1}}))(),(c,u)=>(i(),r("div",Qv,[t("div",tg,[t("span",null,"RAID - "+g(e.raid.name)+" \u4FEE\u6539",1)]),t("div",eg,[t("div",ag,[og,t("div",ng,[t("select",ig,[t("option",null,g(e.raid.name)+"_"+g(e.raid.venderModel)+" ("+g(e.raid.path)+"\uFF0C"+g(e.raid.level)+"\uFF0C"+g(e.raid.size)+") ",1)])])]),t("div",rg,[sg,k(f).loading?(i(),r("div",dg,lg)):(i(),r("div",cg,[k(f).members.length>0?(i(!0),r(L,{key:0},j(k(f).members,l=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":u[0]||(u[0]=b=>p.value=b),value:l.path},null,8,pg),[[pt,p.value]]),U(" \u3010"+g(l.model)+"\u3011"+g(l.name)+" "+g(l.path)+" ["+g(l.sizeStr)+"] ",1)]))),256)):(i(),r("span",fg," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))]))])]),t("div",mg,[t("div",{class:"close",onClick:o,disabled:m.value},"\u53D6\u6D88",8,bg),t("div",{class:"next",onClick:s,disabled:m.value},"\u4FDD\u5B58",8,vg)])]))}});var _g=Y(gg,[["__scopeId","data-v-c07c8244"]]);const ua=e=>(O("data-v-13dc2cd6"),e=e(),N(),e),hg={class:"actioner-container"},xg={class:"actioner-container_header"},kg={class:"actioner-container_body"},wg={class:"label-item"},yg=ua(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),Fg={class:"label-item_value"},Eg={disabled:""},Cg={class:"label-item"},$g=ua(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u8981\u4ECERAID\u9635\u5217\u4E2D\u5220\u9664\u7684\u786C\u76D8\uFF09\uFF1A ",-1)),Dg={class:"label-item_value"},Bg=["value"],Yg={class:"actioner-container_footer"},Ag=["disabled"],Sg=["disabled"],zg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const p=m.value;if(p==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u786C\u76D8");return}f.value=!0;const d=E.Loading("\u4FDD\u5B58\u4E2D...");try{const c=yield z.Raid.Remove.POST({path:a.raid.path,memberPath:p});if(c.data){const{error:u,success:l}=c.data;if(u)throw u;(l||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(c){E.Error(`${c}`)}finally{f.value=!1,d.Close()}}),f=y(!1),m=y("");return(p,d)=>(i(),r("div",hg,[t("div",xg,[t("span",null,"RAID - "+g(e.raid.name)+" \u79FB\u9664",1)]),t("div",kg,[t("div",wg,[yg,t("div",Fg,[t("select",Eg,[t("option",null,g(e.raid.name)+"_"+g(e.raid.venderModel)+" ("+g(e.raid.path)+"\uFF0C"+g(e.raid.level)+"\uFF0C"+g(e.raid.size)+") ",1)])])]),t("div",Cg,[$g,t("div",Dg,[(i(!0),r(L,null,j(e.raid.members,c=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":d[0]||(d[0]=u=>m.value=u),value:c},null,8,Bg),[[pt,m.value]]),U(" "+g(c),1)]))),256))])])]),t("div",Yg,[t("div",{class:"close",onClick:o,disabled:f.value},"\u53D6\u6D88",8,Ag),t("div",{class:"next",onClick:s,disabled:f.value},"\u4FDD\u5B58",8,Sg)])]))}});var Pg=Y(zg,[["__scopeId","data-v-13dc2cd6"]]);const Pe=e=>(O("data-v-5643983d"),e=e(),N(),e),Tg={class:"actioner-container"},Ig={class:"actioner-container_header"},Lg={class:"actioner-container_body"},Mg={class:"label-item"},Og=Pe(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),Ng={class:"label-item_value"},qg={disabled:""},jg={class:"label-item"},Rg=Pe(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u7A7A\u95F2\u7684\u786C\u76D8\u6062\u590DRAID\u8BBE\u5907\uFF09\uFF1A ",-1)),Gg={key:0,class:"label-item_value"},Vg=Pe(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),Ug=[Vg],Wg={key:1,class:"label-item_value"},Zg=["value"],Hg={key:1,class:"msg-warning"},Jg={class:"actioner-container_footer"},Xg=["disabled"],Kg=["disabled"],Qg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const c=p.value;if(c==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u6DFB\u52A0\u7684\u786C\u76D8");return}m.value=!0;const u=E.Loading("\u4FDD\u5B58\u4E2D...");try{const l=yield z.Raid.Recover.POST({path:a.raid.path,memberPath:c});if(l.data){const{error:b,success:h}=l.data;if(b)throw b;(h||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(l){E.Error(`${l}`)}finally{m.value=!1,u.Close()}}),f=nt({loading:!1,members:[]}),m=y(!1),p=y("");return(()=>T(this,null,function*(){f.loading=!0,m.value=!0;try{const c=yield z.Raid.CreateList.GET();if(c!=null&&c.data){const{success:u,error:l,result:b}=c.data;if(b&&(f.members=b.members||[]),l)throw l}}catch(c){console.log(c)}finally{m.value=!1,f.loading=!1}}))(),(c,u)=>(i(),r("div",Tg,[t("div",Ig,[t("span",null,"RAID - "+g(e.raid.name)+" \u6062\u590D",1)]),t("div",Lg,[t("div",Mg,[Og,t("div",Ng,[t("select",qg,[t("option",null,g(e.raid.name)+"_"+g(e.raid.venderModel)+" ("+g(e.raid.path)+"\uFF0C"+g(e.raid.level)+"\uFF0C"+g(e.raid.size)+") ",1)])])]),t("div",jg,[Rg,k(f).loading?(i(),r("div",Gg,Ug)):(i(),r("div",Wg,[k(f).members.length>0?(i(!0),r(L,{key:0},j(k(f).members,l=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":u[0]||(u[0]=b=>p.value=b),value:l.path},null,8,Zg),[[pt,p.value]]),U(" \u3010"+g(l.model)+"\u3011"+g(l.name)+" "+g(l.path)+" ["+g(l.sizeStr)+"] ",1)]))),256)):(i(),r("span",Hg," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))]))])]),t("div",Jg,[t("div",{class:"close",onClick:o,disabled:m.value},"\u53D6\u6D88",8,Xg),t("div",{class:"next",onClick:s,disabled:m.value},"\u4FDD\u5B58",8,Kg)])]))}});var t_=Y(Qg,[["__scopeId","data-v-5643983d"]]);const e_={class:"action-main"},a_=P({props:{Close:{type:Function,required:!0},setup:{type:String,default:"create"},raid:{type:Object},success:{type:Function}},setup(e){return(a,o)=>(i(),M(X,{type:2},{default:q(()=>[t("div",e_,[e.setup=="create"?(i(),M(Wv,{key:0,Close:e.Close},null,8,["Close"])):e.setup=="info"&&e.raid!=null?(i(),M(Kv,{key:1,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="edit"&&e.raid!=null?(i(),M(_g,{key:2,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="remove"&&e.raid!=null?(i(),M(Pg,{key:3,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="recover"&&e.raid!=null?(i(),M(t_,{key:4,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):C("",!0)])]),_:1}))}});var o_=Y(a_,[["__scopeId","data-v-6ef94d02"]]);const Ht=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(o_,K(W({},e),{Close:()=>{n()}}));o.use(He),o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},ne=e=>(O("data-v-535a673b"),e=e(),N(),e),n_={id:"page"},i_=ne(()=>t("h2",{name:"content"}," RAID\u7BA1\u7406",-1)),r_=ne(()=>t("div",{class:"cbi-map-descr"},[t("p",null," RAID \uFF08 Redundant Array of Independent Disks \uFF09\u5373\u72EC\u7ACB\u78C1\u76D8\u5197\u4F59\u9635\u5217\uFF0C\u7B80\u79F0\u4E3A\u300C\u78C1\u76D8\u9635\u5217\u300D\uFF0C \u5C31\u662F\u7528\u591A\u4E2A\u72EC\u7ACB\u7684\u78C1\u76D8\u7EC4\u6210\u5728\u4E00\u8D77\u5F62\u6210\u4E00\u4E2A\u5927\u7684\u78C1\u76D8\u7CFB\u7EDF\uFF0C\u4ECE\u800C\u5B9E\u73B0\u6BD4\u5355\u5757\u78C1\u76D8\u66F4\u597D\u7684\u5B58\u50A8\u6027\u80FD\u548C\u66F4\u9AD8\u7684\u53EF\u9760\u6027\u3002 "),t("p",{style:{color:"#f5365b","margin-top":"10px"}}," * RAID\u529F\u80FD\u6B63\u5728\u516C\u6D4B\u4E2D\uFF0C\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u5982\u9020\u6210\u6570\u636E\u4E22\u5931\u7B49\u95EE\u9898\uFF0C\u6982\u4E0D\u8D1F\u8D23\uFF0C\u8BF7\u8C28\u614E\u4F7F\u7528\u3002 "),t("p",{style:{color:"#f5365b","margin-top":"10px"}}," * \u5982\u679C\u7531\u4E8E\u7CFB\u7EDF\u91CD\u7F6E\u6216\u91CD\u542F\u5BFC\u81F4\u7684RAID\u8BBE\u5907\u4E22\u5931\u53EF\u4EE5\u5C1D\u8BD5\u901A\u8FC7\u4E0B\u65B9'\u626B\u63CF\u6062\u590DRAID'\u6309\u94AE\u6062\u590D ")],-1)),s_={class:"btns"},d_=["disabled"],u_={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},l_={class:"table cbi-section-table"},c_={style:{}},p_=ne(()=>t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u540D\u79F0"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u72B6\u6001"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u7EA7\u522B"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5BB9\u91CF"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6210\u5458"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6302\u8F7D\u4FE1\u606F"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u64CD\u4F5C")],-1)),f_={class:"tr cbi-section-table-row"},m_={class:"td cbi-value-field"},b_={class:"td cbi-value-field"},v_=["title"],g_={class:"item-status"},__={key:0,class:"item-status item-status-detail"},h_={class:"td cbi-value-field"},x_={class:"td cbi-value-field"},k_={class:"td cbi-value-field"},w_=ne(()=>t("br",null,null,-1)),y_={class:"td cbi-value-field"},F_=ne(()=>t("br",null,null,-1)),E_={key:1,href:"/cgi-bin/luci/admin/quickstart/"},C_={class:"td cbi-section-table-cell nowrap cbi-section-actions"},$_=["disabled","onClick"],D_=["disabled","onClick"],B_=["onClick"],Y_=["onClick"],A_=["onClick"],S_=P({setup(e){const a=nt({disksList:[]}),o=()=>T(this,null,function*(){try{const v=yield z.Raid.List.GET();if(v!=null&&v.data){const{success:_,error:x,result:w}=v.data;if(w&&(a.disksList=w.disks||[]),x)throw x}}catch(v){console.log(v)}}),n=wt.easyInterval(o,5e3);we(()=>{n()});const s=v=>{switch(v.level){case"raid0":case"jbod":return!0}return v.status.indexOf("degraded")!=-1||v.status.indexOf("resyncing(")!=-1},f=v=>{let _=[];return v.childrens&&v.childrens.forEach(x=>{x.mountPoint&&_.push(`${x.name}(${x.mountPoint})`)}),_},m=()=>T(this,null,function*(){Ht({setup:"create",success:()=>{o()}})}),p=v=>{Ht({setup:"info",raid:v})},d=v=>T(this,null,function*(){if(v.childrens&&v.childrens.length>0&&v.childrens.filter(w=>w.mountPoint).length>0){se({content:"\u5220\u9664 RAID \u8BBE\u5907\u4E4B\u524D\u8BF7\u5148\u5378\u8F7D\u6587\u4EF6\u7CFB\u7EDF",nextTitle:"\u53BB\u5378\u8F7D",next:()=>{location.href="/cgi-bin/luci/admin/system/mounts"},clearTitle:"\u53D6\u6D88",clear:()=>{}});return}if(!confirm(`\u786E\u5B9A\u8981\u5220\u9664 ${v.name} \u8BE5\u78C1\u76D8\u9635\u5217\u5417\uFF1F\u5220\u9664\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002\u5220\u9664\u6210\u529F\u540E\uFF0C\u5982\u9700\u53E6\u5916\u7EC4RAID\uFF0C\u5EFA\u8BAE\u7A0D\u7B49\u51E0\u5206\u949F\u540E\u518D\u8BD5\u3002`)||!confirm(`\u786E\u5B9A\u8981\u5220\u9664 ${v.name} \u5417?`))return;const _=E.Loading("\u5220\u9664\u4E2D...");try{const x=yield z.Raid.Delete.POST({path:v.path,members:v.members});if(x.data){const{success:w,error:F}=x.data;if(F)throw F;(w||0)==0&&(E.Success("\u5220\u9664\u6210\u529F"),o())}}catch(x){E.Error(`${x}`)}finally{_.Close()}}),c=v=>{Ht({setup:"edit",raid:v,success:()=>{o()}})},u=v=>{Ht({setup:"remove",raid:v,success:()=>{o()}})},l=v=>{Ht({setup:"recover",raid:v,success:()=>{o()}})},b=y(!1),h=()=>{se({content:"\u5C06\u626B\u63CF\u78C1\u76D8\u91CC RAID \u7684\u78C1\u76D8\u9635\u5217\u914D\u7F6E\u5E76\u6062\u590D\uFF0C\u786E\u5B9A\u8981\u6062\u590D RAID \u78C1\u76D8\u9635\u5217\u5417\uFF1F",nextTitle:"\u786E\u5B9A",next:()=>T(this,null,function*(){b.value=!0;const v=E.Loading("\u626B\u63CF\u4E2D...");try{const _=yield z.Raid.Autofix.GET();if(_.data){const{error:x,success:w}=_.data;if(x)throw x;(w||0)==0&&(E.Success("\u6062\u590D\u5B8C\u6210"),o())}}catch(_){E.Error(`${_}`)}finally{v.Close(),b.value=!1}}),clearTitle:"\u53D6\u6D88",clear:()=>{}})};return(v,_)=>(i(),r("div",n_,[i_,r_,t("div",s_,[t("button",{class:"btn cbi-button cbi-button-apply",onClick:_[0]||(_[0]=x=>m())},"\u521B\u5EFARAID"),t("button",{class:"btn cbi-button cbi-button-apply",onClick:_[1]||(_[1]=x=>h()),disabled:b.value},"\u626B\u63CF\u6062\u590DRAID",8,d_)]),t("div",null,[t("div",u_,[t("table",l_,[t("tbody",c_,[p_,(i(!0),r(L,null,j(k(a).disksList,x=>(i(),r("tr",f_,[t("td",m_,[t("b",null,g(x.name),1)]),t("td",b_,[t("b",null,g(x.path),1)]),t("td",{class:"td cbi-value-field",title:x.status+(x.rebuildStatus||"")},[t("b",g_,g(x.status),1),x.rebuildStatus?(i(),r("b",__," \u2026 ")):C("",!0)],8,v_),t("td",h_,[t("b",null,g(x.level),1)]),t("td",x_,[t("b",null,g(x.size),1)]),t("td",k_,[(i(!0),r(L,null,j(x.members,w=>(i(),r("b",null,[U(g(w)+" ",1),w_]))),256))]),t("td",y_,[f(x).length>0?(i(!0),r(L,{key:0},j(f(x),w=>(i(),r("b",null,[U(g(w)+" ",1),F_]))),256)):(i(),r("a",E_,"\u53BB\u6302\u8F7D"))]),t("td",C_,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u6269\u5145",disabled:s(x),onClick:w=>c(x)},"\u6269\u5145",8,$_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u79FB\u9664",disabled:s(x),onClick:w=>u(x)},"\u79FB\u9664",8,D_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u6062\u590D",onClick:w=>l(x)},"\u6062\u590D",8,B_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8BE6\u60C5",onClick:w=>p(x)},"\u8BE6\u60C5",8,Y_),t("button",{class:"cbi-button cbi-button-remove",title:"\u5982\u679C\u60A8\u5728RAID\u78C1\u76D8\u9635\u5217\u4E2D\u521B\u5EFA\u4E86\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u5148\u5378\u8F7D\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u540E\u5220\u9664\u6587\u4EF6\u7CFB\u7EDF\u5220\u9664\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002",onClick:w=>d(x)},"\u5220\u9664",8,A_)])]))),256))])])])])]))}});var z_=Y(S_,[["__scopeId","data-v-535a673b"]]);const la=e=>(O("data-v-2bc40d1c"),e=e(),N(),e),P_={id:"page"},T_=la(()=>t("h2",{name:"content"},"S.M.A.R.T.",-1)),I_=la(()=>t("div",{class:"cbi-map-descr"},[t("p",null," S.M.A.R.T.\uFF0C\u5168\u79F0\u4E3A\u201CSelf-Monitoring Analysis and Reporting Technology\u201D\uFF0C\u5373\u201C\u81EA\u6211\u76D1\u6D4B\u3001\u5206\u6790\u53CA\u62A5\u544A\u6280\u672F\u201D\uFF0C "),t("p",null," \u662F\u4E00\u79CD\u81EA\u52A8\u7684\u786C\u76D8\u72B6\u6001\u68C0\u6D4B\u4E0E\u9884\u8B66\u7CFB\u7EDF\u548C\u89C4\u8303\u3002\u901A\u8FC7\u5728\u786C\u76D8\u786C\u4EF6\u5185\u7684\u68C0\u6D4B\u6307\u4EE4\u5BF9\u786C\u76D8\u7684\u786C\u4EF6\u5982\u78C1\u5934\u3001\u76D8\u7247\u3001\u9A6C\u8FBE\u3001 "),t("p",null," \u7535\u8DEF\u7684\u8FD0\u884C\u60C5\u51B5\u8FDB\u884C\u76D1\u63A7\u3001\u8BB0\u5F55\u5E76\u4E0E\u5382\u5546\u6240\u8BBE\u5B9A\u7684\u9884\u8BBE\u5B89\u5168\u503C\u8FDB\u884C\u6BD4\u8F83\uFF0C\u82E5\u76D1\u63A7\u60C5\u51B5\u5C06\u8981\u6216\u5DF2\u8D85\u51FA\u9884\u8BBE\u5B89\u5168\u503C\u7684\u5B89\u5168\u8303\u56F4\uFF0C "),t("p",null," \u5C31\u53EF\u4EE5\u901A\u8FC7\u4E3B\u673A\u7684\u76D1\u63A7\u786C\u4EF6\u6216\u8F6F\u4EF6\u81EA\u52A8\u5411\u7528\u6237\u4F5C\u51FA\u8B66\u544A\u5E76\u8FDB\u884C\u8F7B\u5FAE\u7684\u81EA\u52A8\u4FEE\u590D\uFF0C\u4EE5\u63D0\u524D\u4FDD\u969C\u786C\u76D8\u6570\u636E\u7684\u5B89\u5168\u3002 ")],-1)),L_={class:"tabs"},M_=["href","onClick"],O_=P({setup(e){const a=[{to:"/smart",name:"\u5E38\u89C4\u8BBE\u7F6E"},{to:"/smart/task",name:"\u8BA1\u5212\u4EFB\u52A1"},{to:"/smart/log",name:"\u67E5\u770B\u65E5\u5FD7"}],o=y(!1),n=nt({global:{enable:!1,powermode:"never",tmpDiff:0,tmpMax:0},devices:[],tasks:[]}),s=p=>{const{global:d,devices:c,tasks:u}=p;d&&(n.global.enable=d.enable||!1,n.global.powermode=d.powermode||"never"),n.devices=c||[],n.tasks=u||[]};(()=>T(this,null,function*(){try{const p=yield z.Smart.Config.GET();if(p.data){const{result:d}=p.data;d&&s(d)}}catch(p){}finally{o.value=!0}}))();const m=p=>T(this,null,function*(){const d=E.Loading("\u4FDD\u5B58\u4E2D...");try{const c=yield z.Smart.Config.POST(p);if(c.data){console.log(c.data);const{success:u,error:l,result:b}=c.data;if(l)throw l;(u||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),b&&s(b))}}catch(c){E.Error(`${c}`)}finally{d.Close()}});return(p,d)=>{const c=Q("router-link"),u=Q("router-view");return i(),r("div",P_,[T_,I_,t("ul",L_,[(i(),r(L,null,j(a,l=>A(c,{to:l.to,custom:"",key:l.to},{default:q(({route:b,href:h,navigate:v,isActive:_,isExactActive:x})=>[t("li",{class:st({"active cbi-tab":_&&x})},[t("a",{href:h,onClick:v},g(l.name),9,M_)],2)]),_:2},1032,["to"])),64))]),o.value?(i(),M(u,{key:0,name:"default"},{default:q(({Component:l,route:b})=>[(i(),M($a,null,{default:q(()=>[(i(),M(Da(l),{key:b.path,config:k(n),saveData:m},null,8,["config"]))]),_:2},1024))]),_:1})):C("",!0)])}}});var N_=Y(O_,[["__scopeId","data-v-2bc40d1c"]]);const q_={class:"action-main"},j_=P({setup(e){return(a,o)=>(i(),M(X,{type:2},{default:q(()=>[t("div",q_,[St(a.$slots,"default",{},void 0,!0)])]),_:3}))}});var ge=Y(j_,[["__scopeId","data-v-742230ae"]]);const R_={class:"actioner-container"},G_={class:"actioner-container_header"},V_={class:"actioner-container_body"},U_={class:"cbi-value"},W_=t("label",{class:"cbi-value-title"}," \u78C1\u76D8 ",-1),Z_={class:"cbi-value-field"},H_={class:"cbi-value-description"},J_={class:"cbi-value"},X_=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u5DEE\u5F02\uFF09 ",-1),K_={class:"cbi-value-field"},Q_={class:"cbi-checkbox"},th=t("option",{value:-1},"\u4F7F\u7528\u5168\u5C40\u914D\u7F6E",-1),eh=t("option",{value:0},"\u7981\u7528",-1),ah=["value"],oh=t("div",{class:"cbi-value-description"}," \u81EA\u4E0A\u6B21\u62A5\u544A\u4EE5\u6765\u6E29\u5EA6\u53D8\u5316\u81F3\u5C11 N \u5EA6\uFF0C\u5219\u9700\u62A5\u544A. ",-1),nh={class:"cbi-value"},ih=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u6700\u5927\uFF09 ",-1),rh={class:"cbi-value-field"},sh={class:"cbi-checkbox"},dh=t("option",{value:-1},"\u4F7F\u7528\u5168\u5C40\u914D\u7F6E",-1),uh=t("option",{value:0},"\u7981\u7528",-1),lh=["value"],ch=t("div",{class:"cbi-value-description"}," \u5982\u679C\u6E29\u5EA6\u5927\u4E8E\u6216\u7B49\u4E8E N \u6444\u6C0F\u5EA6\u5219\u62A5\u544A. ",-1),ph={class:"actioner-container_footer"},fh=["disabled"],mh=["disabled"],bh=P({props:{close:{type:Function,required:!0},disk:{type:Object,required:!0},device:{type:Object},next:{type:Function,required:!0}},setup(e){var m,p,d;const a=e;console.log(a.device);const o=y(!1),n=nt({tmpDiff:((m=a.device)==null?void 0:m.tmpDiff)||0,tmpMax:((p=a.device)==null?void 0:p.tmpMax)||0,devicePath:((d=a.device)==null?void 0:d.devicePath)||""}),s=()=>{o.value=!0,a.close()},f=()=>T(this,null,function*(){o.value=!0;try{yield a.next({tmpDiff:n.tmpDiff,tmpMax:n.tmpMax,devicePath:n.devicePath}),o.value=!1,s()}catch(c){}});return(c,u)=>(i(),M(ge,null,{default:q(()=>[t("div",R_,[t("div",G_,[t("span",null," S.M.A.R.T. \xBB \u8BBE\u5907 \xBB "+g(e.disk.path),1)]),t("div",V_,[t("div",U_,[W_,t("div",Z_,[t("div",H_,g(e.disk.model)+" [ "+g(e.disk.path)+"\uFF0C"+g(e.disk.sizeStr)+" ] ",1)])]),t("div",J_,[X_,t("div",K_,[t("div",Q_,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":u[0]||(u[0]=l=>k(n).tmpDiff=l)},[th,eh,(i(),r(L,null,j(20,l=>t("option",{value:l},g(l)+"\xB0C",9,ah)),64))],512),[[Z,k(n).tmpDiff,void 0,{number:!0}]])]),oh])]),t("div",nh,[ih,t("div",rh,[t("div",sh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":u[1]||(u[1]=l=>k(n).tmpMax=l)},[dh,uh,(i(),r(L,null,j(20,l=>t("option",{value:l*5},g(l*5)+"\xB0C",9,lh)),64))],512),[[Z,k(n).tmpMax,void 0,{number:!0}]])]),ch])])]),t("div",ph,[t("button",{class:"close",onClick:s,disabled:o.value},"\u53D6\u6D88",8,fh),t("button",{class:"next",onClick:f,disabled:o.value},"\u4FDD\u5B58",8,mh)])])]),_:1}))}}),vh={class:"actioner-container"},gh=t("div",{class:"actioner-container_header"},[t("span",null," \u521B\u5EFA\u8BA1\u5212\u4EFB\u52A1 ")],-1),_h={class:"actioner-container_body"},hh={class:"cbi-value"},xh=t("label",{class:"cbi-value-title"}," \u78C1\u76D8 ",-1),kh={class:"cbi-value-field"},wh={class:"cbi-checkbox"},yh=t("option",{value:""},"\u9009\u62E9\u78C1\u76D8",-1),Fh=["value"],Eh={class:"cbi-value"},Ch=t("label",{class:"cbi-value-title"}," \u7C7B\u578B ",-1),$h={class:"cbi-value-field"},Dh={class:"cbi-checkbox"},Bh=t("option",{value:"short"},"\u77ED\u6682\u81EA\u68C0",-1),Yh=t("option",{value:"long"},"\u957F\u65F6\u81EA\u68C0",-1),Ah=t("option",{value:"conveyance"},"\u4F20\u8F93\u65F6\u81EA\u68C0",-1),Sh=t("option",{value:"offline"},"\u79BB\u7EBF\u65F6\u81EA\u68C0",-1),zh=[Bh,Yh,Ah,Sh],Ph={class:"cbi-value"},Th=t("label",{class:"cbi-value-title"}," \u5C0F\u65F6 ",-1),Ih={class:"cbi-value-field"},Lh={class:"cbi-checkbox"},Mh=t("option",{value:"*"},"*",-1),Oh=["value"],Nh=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u5C0F\u65F6 ",-1),qh={class:"cbi-value"},jh=t("label",{class:"cbi-value-title"}," \u5929 ",-1),Rh={class:"cbi-value-field"},Gh={class:"cbi-checkbox"},Vh=t("option",{value:"*"},"*",-1),Uh=["value"],Wh=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u5929 ",-1),Zh={class:"cbi-value"},Hh=t("label",{class:"cbi-value-title"}," \u6708 ",-1),Jh={class:"cbi-value-field"},Xh={class:"cbi-checkbox"},Kh=t("option",{value:"*"},"*",-1),Qh=["value"],tx=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u6708 ",-1),ex={class:"actioner-container_footer"},ax=["disabled"],ox=["disabled"],nx=P({props:{close:{type:Function,required:!0},config:{type:Object,required:!0},next:{type:Function,required:!0}},setup(e){const a=e,o=y(!1),n=nt({type:"short",devicePath:"",month:"*",dayPerMonth:"*",hour:"*"}),s=y([]);(()=>T(this,null,function*(){try{const d=yield z.Smart.List.GET();if(d.data){const{result:c,error:u}=d.data;c&&c.disks&&(s.value=c.disks)}}catch(d){}}))();const m=()=>{o.value=!0,a.close()},p=()=>T(this,null,function*(){if(n.devicePath==""){E.Warning("\u8BF7\u9009\u62E9\u78C1\u76D8");return}o.value=!0;try{yield a.next(n),m()}catch(d){}finally{o.value=!1}});return(d,c)=>(i(),M(ge,null,{default:q(()=>[t("div",vh,[gh,t("div",_h,[t("div",hh,[xh,t("div",kh,[t("div",wh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":c[0]||(c[0]=u=>k(n).devicePath=u)},[yh,(i(!0),r(L,null,j(s.value,u=>(i(),r("option",{value:u.path},g(u.model)+" [ "+g(u.path)+"\uFF0C"+g(u.sizeStr)+" ] ",9,Fh))),256))],512),[[Z,k(n).devicePath,void 0,{trim:!0}]])])])]),t("div",Eh,[Ch,t("div",$h,[t("div",Dh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":c[1]||(c[1]=u=>k(n).type=u)},zh,512),[[Z,k(n).type,void 0,{trim:!0}]])])])]),t("div",Ph,[Th,t("div",Ih,[t("div",Lh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":c[2]||(c[2]=u=>k(n).hour=u)},[Mh,(i(),r(L,null,j(24,(u,l)=>t("option",{value:`${l}`},g(l),9,Oh)),64))],512),[[Z,k(n).hour,void 0,{trim:!0}]])]),Nh])]),t("div",qh,[jh,t("div",Rh,[t("div",Gh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":c[3]||(c[3]=u=>k(n).dayPerMonth=u)},[Vh,(i(),r(L,null,j(31,u=>t("option",{value:`${u}`},g(u),9,Uh)),64))],512),[[Z,k(n).dayPerMonth,void 0,{trim:!0}]])]),Wh])]),t("div",Zh,[Hh,t("div",Jh,[t("div",Xh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":c[4]||(c[4]=u=>k(n).month=u)},[Kh,(i(),r(L,null,j(12,(u,l)=>t("option",{value:`${u}`},g(u),9,Qh)),64))],512),[[Z,k(n).month,void 0,{trim:!0}]])]),tx])])]),t("div",ex,[t("button",{class:"close",onClick:m,disabled:o.value},"\u53D6\u6D88",8,ax),t("button",{class:"next",onClick:p,disabled:o.value},"\u4FDD\u5B58",8,ox)])])]),_:1}))}}),ix=e=>(O("data-v-3f7c551e"),e=e(),N(),e),rx={class:"actioner-container"},sx=ix(()=>t("div",{class:"actioner-container_header"},[t("span",null," \u8FD0\u884C\u8C03\u8BD5 ")],-1)),dx={class:"actioner-container_body"},ux=["value"],lx={class:"actioner-container_footer"},cx=["disabled"],px=["disabled"],fx=P({props:{close:{type:Function,required:!0},task:{type:Object,required:!0}},setup(e){const a=e,o=y(!1),n=y(""),s=y(""),f=y(""),m=()=>T(this,null,function*(){n.value+=".";try{const u=yield z.Smart.Test.Result.POST({type:"selftest",devicePath:a.task.devicePath||""});if(u.data){const{result:l,error:b}=u.data;l&&l.result&&(f.value=l.result),b&&(f.value=b)}}catch(u){u&&(f.value=u)}}),p=wt.easyInterval(m,5e3);we(()=>{p()});const d=()=>{o.value=!0,p(),a.close()},c=()=>T(this,null,function*(){o.value=!0;try{const u=yield z.Smart.Test.POST({type:a.task.type||"short",devicePath:a.task.devicePath||""});if(u.data){const{success:l,error:b,result:h}=u.data;b&&(s.value=b),h&&h.result&&(s.value=h.result)}}catch(u){s.value=u}finally{}});return(u,l)=>(i(),M(ge,null,{default:q(()=>[t("div",rx,[sx,t("div",dx,[t("textarea",{value:s.value+` -`+f.value+` -`+n.value,disabled:""},null,8,ux)]),t("div",lx,[t("div",{class:"close",onClick:d,disabled:o.value},"\u5173\u95ED",8,cx),o.value?C("",!0):(i(),r("div",{key:0,class:"next",onClick:c,disabled:o.value},"\u8FD0\u884C",8,px))])])]),_:1}))}});var mx=Y(fx,[["__scopeId","data-v-3f7c551e"]]);const Lt=e=>(O("data-v-7d3ebf99"),e=e(),N(),e),bx={class:"actioner-container"},vx={class:"actioner-container_header"},gx={class:"tabs"},_x=Lt(()=>t("a",null,"\u8BBE\u5907\u4FE1\u606F",-1)),hx=[_x],xx=Lt(()=>t("a",null,"\u5C5E\u6027",-1)),kx=[xx],wx=Lt(()=>t("a",null,"\u81EA\u68C0\u65E5\u5FD7",-1)),yx=[wx],Fx=Lt(()=>t("a",null,"\u6269\u5C55\u4FE1\u606F",-1)),Ex=[Fx],Cx={class:"actioner-container_body"},$x={key:0,class:"table"},Dx={class:"tr"},Bx=Lt(()=>t("td",{class:"td left"},"\u8BBE\u5907",-1)),Yx={class:"td left"},Ax={class:"tr"},Sx=Lt(()=>t("td",{class:"td left"},"\u578B\u53F7",-1)),zx={class:"td left"},Px={class:"tr"},Tx=Lt(()=>t("td",{class:"td left"},"\u5E8F\u53F7",-1)),Ix={class:"td left"},Lx=["value"],Mx=["value"],Ox=["value"],Nx={class:"actioner-container_footer"},qx=["disabled"],jx=P({props:{close:{type:Function,required:!0},disk:{type:Object,required:!0}},setup(e){const a=e,o=y(!1),n=y("info"),s=u=>{switch(n.value=u,u){case"info":break;case"attribute":d();break;case"log":p();break;case"extend":c();break}},f=()=>{o.value=!0,a.close()},m=nt({log:"",attribute:"",extend:""}),p=()=>T(this,null,function*(){try{const u=yield z.Smart.Test.Result.POST({type:"selftest",devicePath:a.disk.path||""});if(u.data){const{result:l,error:b}=u.data;l&&l.result&&(m.log=l.result),b&&(m.log=b)}}catch(u){m.log=u}}),d=()=>T(this,null,function*(){try{const u=yield z.Smart.Attribute.Result.POST({devicePath:a.disk.path||""});if(u.data){const{result:l,error:b}=u.data;l&&l.result&&(m.attribute=l.result),b&&(m.attribute=b)}}catch(u){m.attribute=u}}),c=()=>T(this,null,function*(){try{const u=yield z.Smart.Extend.Result.POST({devicePath:a.disk.path||""});if(u.data){const{result:l,error:b}=u.data;l&&l.result&&(m.extend=l.result),b&&(m.extend=b)}}catch(u){m.extend=u}});return(u,l)=>(i(),M(ge,null,{default:q(()=>[t("div",bx,[t("div",vx,[t("ul",gx,[t("li",{class:st({"active cbi-tab":n.value=="info"}),onClick:l[0]||(l[0]=b=>s("info"))},hx,2),t("li",{class:st({"active cbi-tab":n.value=="attribute"}),onClick:l[1]||(l[1]=b=>s("attribute"))},kx,2),t("li",{class:st({"active cbi-tab":n.value=="log"}),onClick:l[2]||(l[2]=b=>s("log"))},yx,2),t("li",{class:st({"active cbi-tab":n.value=="extend"}),onClick:l[3]||(l[3]=b=>s("extend"))},Ex,2)])]),t("div",Cx,[n.value=="info"?(i(),r("table",$x,[t("tr",Dx,[Bx,t("td",Yx,g(e.disk.path),1)]),t("tr",Ax,[Sx,t("td",zx,g(e.disk.model),1)]),t("tr",Px,[Tx,t("td",Ix,g(e.disk.serial),1)])])):n.value=="attribute"?(i(),r("textarea",{key:1,disabled:"",value:k(m).attribute},null,8,Lx)):n.value=="log"?(i(),r("textarea",{key:2,disabled:"",value:k(m).log},null,8,Mx)):n.value=="extend"?(i(),r("textarea",{key:3,disabled:"",value:k(m).extend},null,8,Ox)):C("",!0)]),t("div",Nx,[t("div",{class:"close",onClick:f,disabled:o.value},"\u5173\u95ED",8,qx)])])]),_:1}))}});var Rx=Y(jx,[["__scopeId","data-v-7d3ebf99"]]);const Gx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(bh,K(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};ue(o,a)},Vx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(nx,K(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};ue(o,a)},Ux=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(mx,K(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};ue(o,a)},Wx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(Rx,K(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};ue(o,a)},Zx={class:"cbi-section"},Hx={class:"cbi-value"},Jx=t("label",{class:"cbi-value-title"}," \u542F\u7528 ",-1),Xx={class:"cbi-value-field"},Kx={class:"cbi-checkbox"},Qx=["value"],tk={class:"cbi-value"},ek=t("label",{class:"cbi-value-title"}," \u7535\u6E90\u6A21\u5F0F ",-1),ak={class:"cbi-value-field"},ok={class:"cbi-checkbox"},nk=t("option",{value:"never"},"\u6C38\u4E0D",-1),ik=t("option",{value:"sleep"},"\u7761\u7720",-1),rk=t("option",{value:"standby"},"\u5F85\u673A",-1),sk=t("option",{value:"idle"},"\u95F2\u7F6E",-1),dk=[nk,ik,rk,sk],uk=t("div",{class:"cbi-value-description"},[t("span",null," \u6D4B\u8BD5\u65F6\u78C1\u76D8\u4F1A\u8F6C\u52A8\uFF0C\u8BF7\u9009\u62E9\u5408\u9002\u7684\u6A21\u5F0F\u6765\u63A7\u5236\u78C1\u76D8\u8F6C\u52A8\u3002"),t("br"),t("span",null,".\u6C38\u8FDC-\u65E0\u8BBA\u662F\u4EC0\u4E48\u529F\u8017\u6A21\u5F0F\u4E0B\u90FD\u6D4B\u8BD5(\u68C0\u67E5)\u78C1\u76D8\uFF0C\u5F53\u68C0\u67E5\u65F6\uFF0C\u8FD9\u53EF\u80FD\u4F1A\u4F7F\u505C\u8F6C\u7684\u78C1\u76D8\u5F00\u59CB\u8F6C\u52A8\u3002"),t("br"),t("span",null,".\u7761\u7720-\u5904\u4E8E\u7761\u7720\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\u3002"),t("br"),t("span",null,".\u5F85\u673A-\u5904\u4E8E\u5F85\u673A\u548C\u7761\u7720\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\u3002\u6B64\u6A21\u5F0F\u4E0B\u78C1\u76D8\u4E00\u822C\u4E0D\u65CB\u8F6C\uFF0C\u5982\u679C\u4F60\u4E0D\u60F3\u6BCF\u6B21\u68C0\u67E5\u90FD\u8F6C\u52A8\u78C1\u76D8\uFF0C\u90A3\u4E48\u8FD9\u4E2A\u6A21\u5F0F\u6BD4\u8F83\u9002\u5408\u3002"),t("br"),t("span",null,".\u95F2\u7F6E-\u5904\u4E8E\u5F85\u673A\u3001\u7761\u7720\u3001\u95F2\u7F6E\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\uFF0C\u5728\u95F2\u7F6E\u72B6\u6001\u4E0B\uFF0C\u5927\u591A\u6570\u78C1\u76D8\u8FD8\u5728\u8F6C\u52A8\uFF0C\u6240\u4EE5\u8FD9\u53EF\u80FD\u4E0D\u9002\u5408\u4F60\u3002")],-1),lk={class:"cbi-value"},ck=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u5DEE\u5F02\uFF09 ",-1),pk={class:"cbi-value-field"},fk={class:"cbi-checkbox"},mk=t("option",{value:0},"\u7981\u7528",-1),bk=["value"],vk=t("div",{class:"cbi-value-description"}," \u81EA\u4E0A\u6B21\u62A5\u544A\u4EE5\u6765\u6E29\u5EA6\u53D8\u5316\u81F3\u5C11 N \u5EA6\uFF0C\u5219\u9700\u62A5\u544A. ",-1),gk={class:"cbi-value"},_k=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u6700\u5927\uFF09 ",-1),hk={class:"cbi-value-field"},xk={class:"cbi-checkbox"},kk=t("option",{value:0},"\u7981\u7528",-1),wk=["value"],yk=t("div",{class:"cbi-value-description"}," \u5982\u679C\u6E29\u5EA6\u5927\u4E8E\u6216\u7B49\u4E8E N \u6444\u6C0F\u5EA6\u5219\u62A5\u544A. ",-1),Fk={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Ek={class:"table cbi-section-table"},Ck=t("thead",null,[t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u578B\u53F7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5E8F\u53F7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5BB9\u91CF"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6E29\u5EA6"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u72B6\u6001"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5065\u5EB7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u64CD\u4F5C")])],-1),$k={class:"tr cbi-section-table-row"},Dk={class:"td cbi-value-field"},Bk={class:"td cbi-value-field"},Yk={class:"td cbi-value-field"},Ak={class:"td cbi-value-field"},Sk={class:"td cbi-value-field"},zk={class:"td cbi-value-field"},Pk={class:"td cbi-value-field"},Tk={class:"td cbi-value-field"},Ik=["onClick"],Lk=["onClick"],Mk=P({props:{config:{type:Object,required:!0},saveData:{type:Function,required:!0}},setup(e){const a=e,o=nt(a.config),n=()=>{o.global.tmpDiff=a.config.global.tmpDiff||0,o.global.tmpMax=a.config.global.tmpMax||0,o.global.enable=a.config.global.enable||!1,o.global.powermode=a.config.global.powermode||"never",o.devices=a.config.devices||[],o.tasks=a.config.tasks||[]},s=y([]),f=()=>T(this,null,function*(){try{const u=yield z.Smart.List.GET();if(u.data){const{result:l,error:b}=u.data;l&&l.disks&&(s.value=l.disks||[])}}catch(u){}}),m=wt.easyInterval(f,5e3);we(()=>{m()});const p=()=>T(this,null,function*(){yield a.saveData({global:o.global,devices:a.config.devices,tasks:a.config.tasks}),n()}),d=u=>{Wx({disk:u})},c=(u,l)=>T(this,null,function*(){let b=null,h=-1;if(o.devices){for(let v=0;vT(this,null,function*(){v.tmpDiff==-1&&(v.tmpDiff=o.global.tmpDiff),v.tmpMax==-1&&(v.tmpMax=o.global.tmpMax),v.devicePath==""&&(v.devicePath=u.path);let _=[...o.devices];h>=0&&(_[h]=v);const x=new Map;_.forEach(w=>{w.devicePath!=null&&x.set(w.devicePath,null)});for(let w=0;w(i(),r(L,null,[t("fieldset",Zx,[t("div",Hx,[Jx,t("div",Xx,[t("div",Kx,[S(t("input",{type:"checkbox","onUpdate:modelValue":l[0]||(l[0]=b=>k(o).global.enable=b),value:!k(o).global.enable},null,8,Qx),[[Nt,k(o).global.enable]])])])]),t("div",tk,[ek,t("div",ak,[t("div",ok,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[1]||(l[1]=b=>k(o).global.powermode=b)},dk,512),[[Z,k(o).global.powermode,void 0,{trim:!0}]])]),uk])]),t("div",lk,[ck,t("div",pk,[t("div",fk,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[2]||(l[2]=b=>k(o).global.tmpDiff=b)},[mk,(i(),r(L,null,j(15,b=>t("option",{value:b},g(b)+"\xB0C",9,bk)),64))],512),[[Z,k(o).global.tmpDiff,void 0,{number:!0}]])]),vk])]),t("div",gk,[_k,t("div",hk,[t("div",xk,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[3]||(l[3]=b=>k(o).global.tmpMax=b)},[kk,(i(),r(L,null,j(20,b=>t("option",{value:b*5},g(b*5)+"\xB0C",9,wk)),64))],512),[[Z,k(o).global.tmpMax,void 0,{number:!0}]])]),yk])])]),t("div",Fk,[t("table",Ek,[Ck,t("tbody",null,[(i(!0),r(L,null,j(s.value,(b,h)=>(i(),r("tr",$k,[t("td",Dk,[t("b",null,g(b.path),1)]),t("td",Bk,[t("b",null,g(b.model),1)]),t("td",Yk,[t("b",null,g(b.serial),1)]),t("td",Ak,[t("b",null,g(b.sizeStr),1)]),t("td",Sk,[t("b",null,g(b.temp),1)]),t("td",zk,[t("b",null,g(b.status),1)]),t("td",Pk,[t("b",null,g(b.health),1)]),t("td",Tk,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:v=>c(b)},"\u7F16\u8F91",8,Ik),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8BE6\u60C5",onClick:v=>d(b)},"\u8BE6\u60C5",8,Lk)])]))),256))])])]),t("span",{class:"cbi-page-actions control-group"},[t("input",{class:"btn cbi-button cbi-button-apply",type:"button",value:"\u4FDD\u5B58\u5E76\u5E94\u7528",onClick:p})])],64))}}),Ok={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Nk={class:"table cbi-section-table"},qk=t("thead",null,[t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u7C7B\u578B"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8C03\u5EA6"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u529F\u80FD")])],-1),jk={class:"tr cbi-section-table-row"},Rk={class:"td cbi-value-field"},Gk={class:"td cbi-value-field"},Vk={class:"td cbi-value-field"},Uk={class:"td cbi-value-field"},Wk=["onClick"],Zk=["onClick"],Hk=P({props:{config:{type:Object,required:!0},saveData:{type:Function,required:!0}},setup(e){const a=e,o=nt(a.config),n=p=>{switch(p){case"short":return"\u77ED\u6682\u81EA\u68C0";case"long":return"\u957F\u65F6\u81EA\u68C0";case"conveyance":return"\u4F20\u8F93\u65F6\u81EA\u68C0";case"offline":return"\u79BB\u7EBF\u65F6\u81EA\u68C0";default:return"\u672A\u77E5"}},s=()=>{Vx({config:a.config,disks:[],next:p=>T(this,null,function*(){yield a.saveData({tasks:[...o.tasks,p],global:a.config.global,devices:a.config.devices}),o.tasks=a.config.tasks||[]})})},f=p=>T(this,null,function*(){const d=[...o.tasks];d.splice(p,1),yield a.saveData({tasks:d,global:a.config.global,devices:a.config.devices}),o.tasks=a.config.tasks||[]}),m=p=>{Ux({task:p})};return(p,d)=>(i(),r(L,null,[t("button",{class:"btn cbi-button cbi-button-apply",onClick:d[0]||(d[0]=c=>s())},"\u65B0\u5EFA"),t("div",Ok,[t("table",Nk,[qk,t("tbody",null,[(i(!0),r(L,null,j(k(o).tasks,(c,u)=>(i(),r("tr",jk,[t("td",Rk,[t("b",null,g(c.devicePath),1)]),t("td",Gk,[t("b",null,g(n(c.type)),1)]),t("td",Vk,[t("b",null,g(c.month)+"/"+g(c.dayPerMonth)+"/"+g(c.hour),1)]),t("td",Uk,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8C03\u8BD5",onClick:l=>m(c)},"\u9884\u89C8",8,Wk),t("button",{class:"cbi-button cbi-button-remove",title:"\u5220\u9664",onClick:l=>f(u)},"\u5220\u9664",8,Zk)])]))),256))])])])],64))}}),Jk={class:"cbi-section"},Xk=["value"],Kk=P({setup(e){return T(this,null,function*(){let a,o;const n=y(""),s=()=>T(this,null,function*(){try{const f=yield z.Smart.Log.GET();if(f.data){const{result:m,error:p}=f.data;m&&m.result&&(n.value=m.result),p&&(n.value=p)}}catch(f){n.value=f}});return[a,o]=Ba(()=>s()),yield a,o(),(f,m)=>(i(),r("fieldset",Jk,[t("textarea",{value:n.value,disabled:""},null,8,Xk)]))})}});var Qk=Y(Kk,[["__scopeId","data-v-76197cba"]]);const tw={},ew={t:"1659511092204",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2332","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},aw=t("path",{d:"M514.048 62.464q93.184 0 175.616 35.328t143.872 96.768 96.768 143.872 35.328 175.616q0 94.208-35.328 176.128t-96.768 143.36-143.872 96.768-175.616 35.328q-94.208 0-176.64-35.328t-143.872-96.768-96.768-143.36-35.328-176.128q0-93.184 35.328-175.616t96.768-143.872 143.872-96.768 176.64-35.328zM772.096 576.512q26.624 0 45.056-18.944t18.432-45.568-18.432-45.056-45.056-18.432l-192.512 0 0-192.512q0-26.624-18.944-45.568t-45.568-18.944-45.056 18.944-18.432 45.568l0 192.512-192.512 0q-26.624 0-45.056 18.432t-18.432 45.056 18.432 45.568 45.056 18.944l192.512 0 0 191.488q0 26.624 18.432 45.568t45.056 18.944 45.568-18.944 18.944-45.568l0-191.488 192.512 0z","p-id":"2333"},null,-1),ow=[aw];function nw(e,a){return i(),r("svg",ew,ow)}var je=Y(tw,[["render",nw]]);const _e=e=>(O("data-v-2f7b866f"),e=e(),N(),e),iw=["onSubmit"],rw={class:"actioner-dns_header"},sw={key:0},dw={key:1},uw={class:"actioner-dns_body"},lw={class:"label-item"},cw=_e(()=>t("div",{class:"label-item_key"},[t("span",null,"\u540D\u79F0")],-1)),pw={class:"label-item_value"},fw={class:"label-item"},mw=_e(()=>t("div",{class:"label-item_key"},[t("span",null,"\u534F\u8BAE\uFF08\u7F51\u7EDC\u83B7\u53D6\u65B9\u5F0F\uFF09")],-1)),bw={class:"label-item_value"},vw=_e(()=>t("option",{value:"dhcp"},"DHCP\u5BA2\u6237\u7AEF",-1)),gw={key:0,value:"pppoe"},_w=_e(()=>t("option",{value:"static"},"\u9759\u6001\u5730\u5740",-1)),hw={class:"actioner-dns_footer"},xw=["disabled"],kw=P({props:{Close:{type:Function,required:!0},e:{type:String,required:!0},name:{type:String,required:!0},inface:{type:Object,required:!0},next:{type:Function,required:!0}},setup(e){const a=e,o=y(!1),n=y(a.inface),s=()=>T(this,null,function*(){E.Loading("\u914D\u7F6E\u4E2D...").Close(),a.next(n.value),f()}),f=()=>{a.Close&&a.Close()};return(m,p)=>(i(),M(X,{Close:e.Close,type:1},{default:q(()=>[t("form",{class:"actioner-dns",onSubmit:ot(s,["prevent"])},[t("div",rw,[e.name=="wan"?(i(),r("span",sw,g(e.e=="edit"?"\u7F16\u8F91WAN":"\u6DFB\u52A0WAN"),1)):(i(),r("span",dw,g(e.e=="edit"?"\u7F16\u8F91LAN":"\u6DFB\u52A0LAN"),1))]),t("div",uw,[t("div",lw,[cw,t("div",pw,[t("span",null,g(n.value.name.toLocaleUpperCase()),1)])]),t("div",fw,[mw,t("div",bw,[S(t("select",{"onUpdate:modelValue":p[0]||(p[0]=d=>n.value.proto=d)},[vw,e.name=="wan"?(i(),r("option",gw,"PPPoE")):C("",!0),_w],512),[[Z,n.value.proto]])])])]),t("div",hw,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:o.value},"\u4FDD\u5B58",8,xw),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:f},"\u53D6\u6D88")])],40,iw)]),_:1},8,["Close"]))}});var ww=Y(kw,[["__scopeId","data-v-2f7b866f"]]);const Re=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=J(ww,K(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()}},vt=e=>(O("data-v-589588f0"),e=e(),N(),e),yw={id:"page"},Fw=vt(()=>t("h2",{name:"content"}," \u7F51\u53E3\u914D\u7F6E",-1)),Ew={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Cw={class:"table cbi-section-table"},$w={width:"200"},Dw=vt(()=>t("col",null,null,-1)),Bw=vt(()=>t("col",null,null,-1)),Yw=vt(()=>t("col",{width:"200"},null,-1)),Aw={class:"tr cbi-section-table-cell"},Sw={class:"th cbi-section-table-cell interface-device","data-widget":"value"},zw={class:"interface-device-flex"},Pw=vt(()=>t("th",{style:{width:"10px"}},null,-1)),Tw=vt(()=>t("th",{style:{width:"32px"}},null,-1)),Iw=vt(()=>t("th",null,null,-1)),Lw={class:"tr cbi-section-table-row cbi-rowstyle-1"},Mw={class:"td cbi-value-field interface-device info"},Ow=["name","value","onUpdate:modelValue","onInput"],Nw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),qw={class:"td cbi-value-field"},jw={class:"td cbi-value-field btns"},Rw=["onClick"],Gw=["onClick"],Vw={class:"tr cbi-section-table-row cbi-rowstyle-1"},Uw={class:"td cbi-value-field"},Ww=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Zw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Hw={class:"tr cbi-section-table-row cbi-rowstyle-1"},Jw={class:"td cbi-value-field interface-device info","data-widget":"value"},Xw=["name","value","onUpdate:modelValue","onInput"],Kw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Qw={class:"td cbi-value-field"},ty={class:"td cbi-value-field btns"},ey=["onClick"],ay=["onClick"],oy={class:"tr cbi-section-table-row cbi-rowstyle-1"},ny={class:"td cbi-value-field"},iy=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),ry=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),sy={class:"cbi-page-actions control-group"},dy=["disabled"],uy=P({setup(e){const a=nt({devices:[],interfaces:[]}),o=y(!1),n=nt({lan:[],wan:[]});(()=>{z.Network.GetInterfaceConfig.GET().then(l=>{if(l.data){const{result:b}=l.data;if(b){a.devices=b.devices||[],a.interfaces=b.interfaces||[];for(let h=0;h{l=="wan"?n.wan.splice(b,1):l=="lan"&&n.lan.splice(b,1)},m=(l,b)=>{if(b==null){let h=l=="wan"?n.wan.length:n.lan.length;h==6&&l=="wan"&&h++,Re({e:"add",name:l,inface:{name:l+`${h}`,proto:"dhcp",ipv4Addr:"",ipv6Addr:"",portName:"",deviceNames:[],ports:[],firewallType:l},next:v=>{l=="wan"?n.wan.push(v):n.lan.push(v),E.Message("\u8BF7\u5728\u4FDD\u5B58\u4EE5\u540E\u524D\u5F80'\u7F51\u7EDC-\u63A5\u53E3'\u9875\u9762\u914D\u7F6E\u63A5\u53E3\u8BE6\u7EC6\u53C2\u6570")}})}else Re({e:"edit",name:l,inface:l=="wan"?n.wan[b]:n.lan[b],next:h=>{l=="wan"?n.wan[b]=h:n.lan[b]=h}})},p=(l,b)=>l?l.indexOf(b):-1,d=(l,b)=>{const v=l.target.value;for(let x=0;x{const v=l.target.value;for(let _=0;_T(this,null,function*(){o.value=!0;const l=[];for(let h=0;h(i(),r("div",yw,[Fw,t("div",null,[t("div",Ew,[t("table",Cw,[t("colgroup",null,[(i(!0),r(L,null,j(k(a).devices,h=>(i(),r("col",$w))),256)),Dw,Bw,Yw]),t("thead",null,[t("tr",Aw,[(i(!0),r(L,null,j(k(a).devices,h=>(i(),r("th",Sw,[t("div",zw,[A(Xe,{item:h},null,8,["item"])])]))),256)),Pw,Tw,Iw])]),t("tbody",null,[(i(!0),r(L,null,j(k(n).lan,(h,v)=>(i(),r("tr",Lw,[(i(!0),r(L,null,j(k(a).devices,_=>(i(),r("td",Mw,[S(t("input",{type:"checkbox",name:_.name,value:_.name,"onUpdate:modelValue":x=>h.deviceNames=x,onInput:x=>d(x,v)},null,40,Ow),[[Nt,h.deviceNames]])]))),256)),Nw,t("td",qw,[t("b",null,g(h.name),1)]),t("td",jw,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:_=>m("lan",v)},"\u7F16\u8F91",8,Rw),v!=0?(i(),r("button",{key:0,class:"cbi-button cbi-button-remove",onClick:_=>f("lan",v)},"\u5220\u9664 ",8,Gw)):C("",!0)])]))),256)),t("tr",Vw,[(i(!0),r(L,null,j(k(a).devices,h=>(i(),r("td",Uw))),256)),Ww,Zw,t("td",{class:"td cbi-value-field btns",onClick:b[0]||(b[0]=h=>m("lan"))},[A(je,{class:"icon"})])]),(i(!0),r(L,null,j(k(n).wan,(h,v)=>(i(),r("tr",Hw,[(i(!0),r(L,null,j(k(a).devices,_=>(i(),r("td",Jw,[S(t("input",{type:"checkbox",name:_.name,value:_.name,"onUpdate:modelValue":x=>h.deviceNames=x,onInput:x=>c(x,v)},null,40,Xw),[[Nt,h.deviceNames]])]))),256)),Kw,t("td",Qw,[t("b",null,g(h.name),1)]),t("td",ty,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:_=>m("wan",v)},"\u7F16\u8F91",8,ey),v!=0?(i(),r("button",{key:0,class:"cbi-button cbi-button-remove",onClick:_=>f("wan",v)},"\u5220\u9664",8,ay)):C("",!0)])]))),256)),t("tr",oy,[(i(!0),r(L,null,j(k(a).devices,h=>(i(),r("td",ny))),256)),iy,ry,t("td",{class:"td cbi-value-field btns",onClick:b[1]||(b[1]=h=>m("wan"))},[A(je,{class:"icon"})])])])])]),t("div",sy,[t("input",{class:"btn cbi-button cbi-button-apply",type:"button",value:"\u4FDD\u5B58\u5E76\u5E94\u7528",onClick:u,disabled:o.value},null,8,dy)])])]))}});var ly=Y(uy,[["__scopeId","data-v-589588f0"]]);const cy=()=>window.vue_base||"/cgi-bin/luci/admin/quickstart",ca=Ya({history:Aa(cy()),routes:[{name:"IndexPage",path:"/",meta:{title:"\u63A7\u5236\u53F0"},component:E9},{name:"NetworkPage",path:"/network",meta:{title:"\u7F51\u7EDC\u8BBE\u7F6E\u5411\u5BFC"},component:D9,children:[{path:"",component:cm},{path:"pppoe",component:Lm},{path:"dhcp",component:$b},{path:"gateway",component:bv}]},{name:"RaidPage",path:"/raid",meta:{title:"raid\u5411\u5BFC"},component:z_},{name:"SmartPage",path:"/smart",meta:{title:"smart\u68C0\u6D4B"},component:N_,children:[{path:"",component:Mk},{path:"task",component:Hk},{path:"log",component:Qk}]},{path:"/interfaceconfig",component:ly}]});ca.beforeEach((e,a)=>(e.meta.title,!0));const ct=J(Ha);ct.component("svg-menu",ao);ct.component("svg-system",uo);ct.component("svg-download",bo);ct.component("svg-store",yo);ct.component("svg-info",Bo);ct.component("svg-disk",Qo);ct.component("svg-nav",rn);ct.component("progress-item",Ze);ct.component("svg-view-show",mn);ct.component("svg-view-hidden",xn);ct.component("article-item",$n);ct.use(He);ct.use(ca);ct.use(Sa());ct.mount("#app")});export default py(); +var fa=Object.defineProperty,ma=Object.defineProperties;var ba=Object.getOwnPropertyDescriptors;var Le=Object.getOwnPropertySymbols;var va=Object.prototype.hasOwnProperty,ga=Object.prototype.propertyIsEnumerable;var he=(e,a,o)=>a in e?fa(e,a,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[a]=o,W=(e,a)=>{for(var o in a||(a={}))va.call(a,o)&&he(e,o,a[o]);if(Le)for(var o of Le(a))ga.call(a,o)&&he(e,o,a[o]);return e},tt=(e,a)=>ma(e,ba(a));var _a=(e,a)=>()=>(a||e((a={exports:{}}).exports,a),a.exports);var Wt=(e,a,o)=>(he(e,typeof a!="symbol"?a+"":a,o),o);var T=(e,a,o)=>new Promise((n,s)=>{var p=d=>{try{f(o.next(d))}catch(l){s(l)}},c=d=>{try{f(o.throw(d))}catch(l){s(l)}},f=d=>d.done?n(d.value):Promise.resolve(d.value).then(p,c);f((o=o.apply(e,a)).next())});import{d as Kt,a as P,c as R,u as w,o as i,b as r,e as t,t as _,n as Pt,f as $,r as J,g as A,h as st,i as $t,w as S,v as Tt,j as ha,k as M,l as q,m as It,p as xa,q as y,s as Dt,x as Nt,y as ka,z as wa,A as ya,B as Fa,C as Ea,D as Ca,E as $a,F as ot,T as ht,G as O,H as N,I as X,J as L,K as Z,L as j,M as V,N as Da,O as nt,P as kt,Q as U,R as ct,S as se,U as we,V as Ba,W as Ya,X as de,Y as Aa,Z as Sa,_ as za,$ as Pa}from"./vendor.js?v=a03fce7d";var vy=_a(Xt=>{const Ta=function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))n(s);new MutationObserver(s=>{for(const p of s)if(p.type==="childList")for(const c of p.addedNodes)c.tagName==="LINK"&&c.rel==="modulepreload"&&n(c)}).observe(document,{childList:!0,subtree:!0});function o(s){const p={};return s.integrity&&(p.integrity=s.integrity),s.referrerpolicy&&(p.referrerPolicy=s.referrerpolicy),s.crossorigin==="use-credentials"?p.credentials="include":s.crossorigin==="anonymous"?p.credentials="omit":p.credentials="same-origin",p}function n(s){if(s.ep)return;s.ep=!0;const p=o(s);fetch(s.href,p)}};Ta();const Ia=(e,a)=>T(Xt,null,function*(){return new Promise((o,n)=>T(Xt,null,function*(){try{const s=yield fetch(e,a);if(Math.floor(s.status/100)!=2)throw s.status+" "+s.statusText;const p=W({},s);p.data=yield s.json(),o(p)}catch(s){const p=s;n("\u7F51\u7EDC\u5F02\u5E38\uFF1A"+((p==null?void 0:p.message)||s))}}))});class ye{constructor(a){Wt(this,"config",{baseURL:"",headers:{}});Wt(this,"useRequest",a=>a);Wt(this,"useResponse",a=>a);Wt(this,"useError",a=>a);a.baseURL&&(this.config.baseURL=a.baseURL),a.headers&&(this.config.headers=a.headers)}static create(a){return new ye(a)}Do(a,o){return T(this,null,function*(){return new Promise((n,s)=>T(this,null,function*(){try{const p=this.useRequest({baseURL:this.config.baseURL,headers:this.config.headers});a=`${p.baseURL||""}${a}`,o.headers==null&&(o.headers={}),p.headers&&(o.headers=W({},p.headers));const f=yield fetch(a,o),d=W({},f);d.data=yield f.json(),n(this.useResponse(d))}catch(p){this.useError(p),s(p)}}))})}TEXT(a,o){return T(this,null,function*(){return new Promise((n,s)=>T(this,null,function*(){try{const p=this.useRequest({baseURL:this.config.baseURL,headers:this.config.headers});a=`${p.baseURL||""}${a}`,o.headers==null&&(o.headers={}),p.headers&&(o.headers=W({},p.headers));const f=yield fetch(a,o),d=W({},f);d.data=yield f.text(),n(d)}catch(p){this.useError(p),s(p)}}))})}interceptors(){const a=this;return{requset:{use(o){a.useRequest=o}},response:{use(o,n){a.useResponse=o,n&&(a.useError=n)}}}}}const Ve=ye.create({});Ve.interceptors().requset.use(e=>e);Ve.interceptors().response.use(e=>(e.data&&e.data.success==null&&e.data.success==0,e));const La="/cgi-bin/luci/istore";let Me=!1;const I=(e,a)=>(e.indexOf("//")==-1&&(e=`${La}${e}`),Ia(e,a).then(o=>(o!=null&&o.data&&o.data.success==-1001&&o.data.error=="Forbidden"&&(Me||(Me=!0,alert("\u767B\u5F55\u8FC7\u671F\uFF0C\u8BF7\u91CD\u65B0\u767B\u5F55"),location.reload())),o))),Ma={Statistics:{GET(){return I("/network/statistics/",{method:"GET"})}},Status:{GET(){return I("/network/status/",{method:"GET"})}},Device:{List:{GET(){return I("/network/device/list/",{method:"GET"})}}},Homebox:{Enable:{POST(){return I("/network/homebox/enable/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},CheckPublickNet:{POST(e){return I("/network/checkPublicNet/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetInterfaceConfig:{GET(){return I("/network/interface/config/",{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"}})}},POSTInterfaceConfig:{POST(e){return I("/network/interface/config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},PortList:{GET(){return I("/network/port/list/",{method:"GET",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},Oa={Version:{GET(){return I("/system/version/",{method:"GET"})}},CheckUpdate:{GET(){return I("/system/check-update/",{method:"GET"})}},Reboot:{POST(e){return I("/system/reboot/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Status:{GET(){return I("/system/status/",{method:"GET"})}}},Na={Disk:{Status:{GET(){return I("/nas/disk/status/",{method:"GET"})}},Erase:{POST(e){return I("/nas/disk/erase",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Init:{POST:e=>I("/nas/disk/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},InitRest:{POST:e=>I("/nas/disk/initrest/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Partition:{Format:{POST:e=>I("/nas/disk/partition/format",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Mount:{POST:e=>I("/nas/disk/partition/mount",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Service:{Status:{GET(){return I("/nas/service/status/",{method:"GET"})}}},Samba:{Create:{POST(e){return I("/nas/samba/create",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Webdav:{Create:{POST(e){return I("/nas/webdav/create",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Status:{GET(){return I("/nas/webdav/status/",{method:"GET"})}}},Linkease:{Enable:{POST(){return I("/nas/linkease/enable",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},Sandbox:{POST(e){return I("/nas/sandbox/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetSandbox:{GET(){return I("/nas/sandbox/",{method:"GET"})}},SandboxDisks:{GET(){return I("/nas/sandbox/disks/",{method:"GET"})}},SandboxCommit:{POST(){return I("/nas/sandbox/commit/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify({})})}},SandboxReset:{POST(){return I("/nas/sandbox/reset/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}},SandboxExit:{POST(){return I("/nas/sandbox/exit/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"}})}}},qa={Check:{POST(e){return I("/app/check/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Install:{POST(e){return I("/app/install/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},ja={Pppoe:{GET(){return I("/guide/pppoe/",{method:"GET"})},POST(e){return I("/guide/pppoe/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DnsConfig:{GET(){return I("/guide/dns-config/",{method:"GET"})},POST(e){return I("/guide/dns-config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DhcpClient:{POST(e){return I("/guide/dhcp-client/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},ClientModel:{GET(){return I("/guide/client-mode/",{method:"GET"})},POST(e){return I("/guide/client-mode/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GatewayRouter:{POST(e){return I("/guide/gateway-router/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DockerStatus:{GET(){return I("/guide/docker/status/",{method:"GET"})}},DockerPartitionList:{GET(){return I("/guide/docker/partition/list/",{method:"GET"})}},DockerTransfer:{POST(e){return I("/guide/docker/transfer/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DockerSwitch:{POST(e){return I("/guide/docker/switch/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DownloadService:{Status:{GET(){return I("/guide/download-service/status/",{method:"GET"})}}},DownloadPartition:{List:{GET(){return I("/guide/download/partition/list/",{method:"GET"})}}},Aria2Init:{POST(e){return I("/guide/aria2/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},qbitorrentInit:{POST(e){return I("/guide/qbittorrent/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},transmissionInit:{POST(e){return I("/guide/transmission/init/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetLan:{GET(){return I("/guide/lan/",{method:"GET"})}},LanIp:{POST(e){return I("/guide/lan/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},SoftSource:{POST(e){return I("/guide/soft-source/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetSoftSource:{GET(){return I("/guide/soft-source/",{method:"GET"})}},SoftSourceList:{GET(){return I("/guide/soft-source/list/",{method:"GET"})}},PostDdns:{POST(e){return I("/guide/ddns/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},GetDdns:{GET(){return I("/guide/ddns/",{method:"GET"})}},Ddnsto:{POST(e){return I("/guide/ddnsto/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},DdntoConfig:{GET(){return I("/guide/ddnsto/config/",{method:"GET"})}},DdnstoAddress:{POST(e){return I("/guide/ddnsto/address/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Ra={Create:{POST(e){return I("/raid/create/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Delete:{POST(e){return I("/raid/delete/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Add:{POST(e){return I("/raid/add/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Remove:{POST(e){return I("/raid/remove/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Recover:{POST(e){return I("/raid/recover/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Detail:{POST(e){return I("/raid/detail/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},List:{GET(){return I("/raid/list/",{method:"GET"})}},CreateList:{GET(){return I("/raid/create/list/",{method:"GET"})}},Autofix:{GET(){return I("/raid/autofix/",{method:"GET"})}}},Ga={Log:{GET(){return I("/smart/log/",{method:"GET"})}},List:{GET(){return I("/smart/list/",{method:"GET"})}},Config:{GET(){return I("/smart/config/",{method:"GET"})},POST(e){return I("/smart/config/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}},Test:{POST(e){return I("/smart/test/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})},Result:{POST(e){return I("/smart/test/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Attribute:{Result:{POST(e){return I("/smart/attribute/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}},Extend:{Result:{POST(e){return I("/smart/extend/result/",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify(e)})}}}};var Va=Object.freeze(Object.defineProperty({__proto__:null,Network:Ma,System:Oa,Nas:Na,App:qa,Guide:ja,Raid:Ra,Smart:Ga},Symbol.toStringTag,{value:"Module"})),z=W({},Va);const Ue=Kt("app",{state:()=>({portitemStyle:{show:!1,left:0,top:0,portitem:{name:"",macAddress:"",linkSpeed:"",linkState:"",rx_packets:"",tx_packets:"",interfaceNames:[],master:"",duplex:""}}})});Kt("guide",{});const We=Kt("nas",{state:()=>({webdav:{}})}),ue=Kt("network",{state:()=>({status:{},statistics:{},deviceList:{}}),getters:{},actions:{updateNetworkStatus(e){this.status=e},requestNetworkStatistics(){return T(this,null,function*(){try{const e=yield z.Network.Statistics.GET();e!=null&&e.data&&e.data.result&&(this.statistics=e.data.result)}catch(e){console.log(e)}})},requestDeviceList(){z.Network.Device.List.GET().then(e=>{if(e!=null&&e.data){const{result:a}=e==null?void 0:e.data;a&&(this.deviceList=a)}})},incrTime(){this.status.uptimeStamp&&this.status.uptimeStamp++}}}),Fe=Kt("system",{state:()=>({version:{},checkUpdate:null,systemStatus:{}}),getters:{},actions:{incrTime(){var e;(e=this.systemStatus)!=null&&e.uptime&&this.systemStatus.uptime++},requestVersion(){z.System.Version.GET().then(e=>{var a;(a=e==null?void 0:e.data)!=null&&a.result&&(this.version=e.data.result)})},requestCheckUpdate(){z.System.CheckUpdate.GET().then(e=>{var a;(a=e==null?void 0:e.data)!=null&&a.result&&(this.checkUpdate=e.data.result)})},updateSystemStatus(e){this.systemStatus=e}}});let Oe=!1;const Ua=()=>{if(Oe)return;Oe=!0;let e=!0,a=!0;const o=ue(),n=Fe(),s=function(){return z.System.Status.GET().then(c=>{c!=null&&c.data.result&&n.updateSystemStatus(c.data.result)}).finally(()=>{setTimeout(s,5e3),e&&(setInterval(()=>{n.incrTime()},1e3),e=!1)})},p=function(){return z.Network.Status.GET().then(c=>{if(c!=null&&c.data){const{result:f}=c==null?void 0:c.data;f&&o.updateNetworkStatus(f)}}).finally(()=>{setTimeout(p,5e3),a&&(setInterval(()=>{o.incrTime()},1e3),a=!1)})};p(),o.requestDeviceList(),setTimeout(()=>{n.requestCheckUpdate()},2e3),setTimeout(()=>{n.requestVersion(),s()},4e3)};var Y=(e,a)=>{const o=e.__vccOpts||e;for(const[n,s]of a)o[n]=s;return o};const Wa=P({setup(e){const a=Ue(),o=R(()=>a.portitemStyle.portitem),n=R(()=>a.portitemStyle.show),s=R(()=>({bottom:`calc(100% - ${a.portitemStyle.top}px)`,left:`${a.portitemStyle.left}px`})),p=d=>{switch(d){case"full":return"\u5168\u53CC\u5DE5";case"half":return"\u534A\u53CC\u5DE5"}},c=d=>{a.portitemStyle.show=!0},f=d=>{a.portitemStyle.show=!1};return(d,l)=>w(n)?(i(),r("div",{key:0,class:"disk-item-tooltip",style:Pt(w(s)),onMouseenter:c,onMouseleave:f},[t("div",null,_(p(w(o).duplex)),1),t("div",null,"\u540D\u79F0\uFF1A"+_(w(o).name||"--"),1),t("div",null,"MAC\uFF1A"+_(w(o).macAddress||"--"),1),t("div",null,"\u63A5\u6536\uFF1A"+_(w(o).rx_packets||"--"),1),t("div",null,"\u53D1\u9001\uFF1A"+_(w(o).tx_packets||"--"),1)],36)):$("",!0)}});var Za=Y(Wa,[["__scopeId","data-v-57f1326f"]]);const Ha={id:"main"},Ja=P({setup(e){return(a,o)=>{const n=J("router-view");return i(),r("div",Ha,[A(n),A(Za)])}}});var Xa=Y(Ja,[["__scopeId","data-v-9bc295c2"]]);const Ka={},Qa={t:"1640593669834",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"54870",width:"128",height:"128"},to=t("path",{d:"M148.7872 57.4464h177.152c64.9216 0 118.0672 53.1456 118.0672 118.0672v295.2192H148.7872C83.8656 470.7328 30.72 417.5872 30.72 352.5632v-177.152C30.72 110.592 83.8656 57.4464 148.7872 57.4464z m0 531.3536h295.2192v295.2192c0 64.9216-53.1456 118.0672-118.0672 118.0672h-177.152C83.8656 1001.984 30.72 948.9408 30.72 883.9168v-177.152C30.72 641.9456 83.8656 588.8 148.7872 588.8z m0 0M768.7168 559.2064L562.0736 346.7264c-23.6544-17.7152-35.4304-53.1456-35.4304-82.6368s11.776-59.0848 35.4304-82.6368L686.08 57.4464C733.2864 10.24 810.0864 10.24 851.3536 57.4464l124.0064 124.0064c23.6544 23.6544 35.4304 53.1456 35.4304 82.6368s-11.776 59.0848-35.4304 82.6368L768.7168 559.2064z m0-478.208c-17.7152 0-29.4912 5.9392-41.3696 17.7152l-123.904 124.0064c-11.776 11.776-17.7152 23.6544-17.7152 41.3696s5.9392 29.4912 17.7152 41.3696l165.2736 165.2736 165.2736-165.2736c11.776-11.776 17.7152-23.6544 17.7152-41.3696s-5.9392-29.4912-17.7152-41.3696L809.984 98.7136c-11.776-11.776-23.552-17.7152-41.2672-17.7152z m0 0","p-id":"54871"},null,-1),eo=t("path",{d:"M562.0736 588.8h295.2192c64.9216 0 118.0672 53.1456 118.0672 118.0672v177.152c0 64.9216-53.1456 118.0672-118.0672 118.0672h-177.152c-64.9216 0-118.0672-53.1456-118.0672-118.0672V588.8z m0 0","p-id":"54872"},null,-1),ao=[to,eo];function oo(e,a){return i(),r("svg",Qa,ao)}var no=Y(Ka,[["render",oo]]);const io={},ro={t:"1640598743438",class:"icon",viewBox:"0 0 1036 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"65341",width:"128",height:"128"},so=t("path",{d:"M984.177778 432.355556l-45.511111 0c-22.755556 0-45.511111-17.066667-51.2-39.822222l-28.444444-68.266667C847.644444 312.888889 853.333333 284.444444 870.4 267.377778l34.133333-34.133333c17.066667-17.066667 17.066667-39.822222 0-56.888889l-56.888889-56.888889c-17.066667-17.066667-39.822222-17.066667-56.888889 0l-34.133333 34.133333C739.555556 170.666667 711.111111 176.355556 694.044444 164.977778L625.777778 136.533333c-22.755556-5.688889-39.822222-28.444444-39.822222-51.2L585.955556 39.822222c0-22.755556-17.066667-39.822222-39.822222-39.822222L472.177778 0C449.422222 0 432.355556 17.066667 432.355556 39.822222l0 45.511111c0 22.755556-17.066667 45.511111-39.822222 51.2L329.955556 164.977778C312.888889 176.355556 284.444444 170.666667 267.377778 153.6L233.244444 119.466667c-17.066667-17.066667-39.822222-17.066667-56.888889 0l-56.888889 56.888889c-17.066667 17.066667-17.066667 39.822222 0 56.888889l34.133333 34.133333C170.666667 284.444444 176.355556 312.888889 164.977778 329.955556L136.533333 398.222222C130.844444 415.288889 108.088889 432.355556 85.333333 432.355556l-45.511111 0C17.066667 432.355556 0 449.422222 0 472.177778l0 79.644444c0 22.755556 17.066667 39.822222 39.822222 39.822222l45.511111 0c22.755556 0 45.511111 17.066667 51.2 39.822222l28.444444 68.266667C176.355556 711.111111 170.666667 739.555556 153.6 756.622222l-34.133333 34.133333c-17.066667 17.066667-17.066667 39.822222 0 56.888889l56.888889 56.888889c17.066667 17.066667 39.822222 17.066667 56.888889 0l34.133333-34.133333C284.444444 853.333333 312.888889 847.644444 329.955556 859.022222L398.222222 887.466667c22.755556 5.688889 39.822222 28.444444 39.822222 51.2l0 45.511111c0 22.755556 17.066667 39.822222 39.822222 39.822222l79.644444 0c22.755556 0 39.822222-17.066667 39.822222-39.822222l0-45.511111c0-22.755556 17.066667-45.511111 39.822222-51.2l68.266667-28.444444c17.066667-11.377778 45.511111-5.688889 62.577778 11.377778l34.133333 34.133333c17.066667 17.066667 39.822222 17.066667 56.888889 0l56.888889-56.888889c17.066667-17.066667 17.066667-39.822222 0-56.888889l-34.133333-34.133333c-17.066667-17.066667-17.066667-45.511111-11.377778-62.577778l28.444444-68.266667c5.688889-22.755556 28.444444-39.822222 51.2-39.822222l45.511111 0c22.755556 0 39.822222-17.066667 39.822222-39.822222L1035.377778 472.177778C1024 449.422222 1006.933333 432.355556 984.177778 432.355556L984.177778 432.355556zM711.111111 512c0 108.088889-91.022222 199.111111-199.111111 199.111111-108.088889 0-199.111111-85.333333-199.111111-199.111111 0-108.088889 85.333333-199.111111 199.111111-199.111111C620.088889 312.888889 711.111111 403.911111 711.111111 512L711.111111 512zM711.111111 512","p-id":"65342"},null,-1),uo=[so];function lo(e,a){return i(),r("svg",ro,uo)}var co=Y(io,[["render",lo]]);const po={},fo={t:"1640599890701",class:"icon",viewBox:"0 0 1565 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"76947",width:"128",height:"128"},mo=t("path",{d:"M1206.477959 299.331595c-27.357038 0-53.867311 3.354494-79.465683 9.151581C1078.518669 130.792698 916.428217 0 723.365689 0 492.068443 0 304.575027 187.493416 304.575027 418.790662c0 16.055976 1.074741 31.786273 2.865975 47.386299-9.184149-0.911901-18.400865-1.40042-27.812989-1.40042C125.191018 464.743973 0 589.934991 0 744.371987c0 154.469563 125.191018 279.628013 279.595446 279.628013 59.990077 0 221.233764 0 394.527575 0l0-302.295274L496.986197 721.704726l285.457668-339.031868 285.457668 339.031868-177.136823 0 0 302.295274c139.748871 0 262.204185 0 315.71325 0 197.947713 0 358.40977-168.34349 358.40977-366.291203S1404.425673 299.331595 1206.477959 299.331595z","p-id":"76948"},null,-1),bo=[mo];function vo(e,a){return i(),r("svg",fo,bo)}var go=Y(po,[["render",vo]]);const _o={},ho={t:"1640599792937",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"68605",width:"128",height:"128"},xo=t("path",{d:"M512 825.6c-211.2 0-377.6-57.6-377.6-128l0 0L134.4 896l0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0 0-204.8 0 0C889.6 768 723.2 825.6 512 825.6L512 825.6z","p-id":"68606"},null,-1),ko=t("path",{d:"M512 544c-211.2 0-377.6-57.6-377.6-128l0 0 0 204.8 0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0L889.6 416l0 0C889.6 486.4 723.2 544 512 544L512 544z","p-id":"68607"},null,-1),wo=t("path",{d:"M889.6 128 889.6 128c0-70.4-166.4-128-377.6-128C300.8 0 134.4 57.6 134.4 128l0 0 0 0 0 204.8 0 0c6.4 70.4 172.8 128 377.6 128 204.8 0 371.2-57.6 377.6-128l0 0L889.6 128 889.6 128 889.6 128zM512 217.6c-153.6 0-281.6-44.8-281.6-96 0-51.2 128-96 281.6-96 153.6 0 281.6 44.8 281.6 96C793.6 179.2 665.6 217.6 512 217.6L512 217.6z","p-id":"68608"},null,-1),yo=[xo,ko,wo];function Fo(e,a){return i(),r("svg",ho,yo)}var Eo=Y(_o,[["render",Fo]]);const Co={},$o={t:"1640575557247",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4211",width:"128",height:"128"},Do=t("path",{d:"M560 800l-10.464-416h-75.072L464 800h96z m-14.144-493.984c9.44-9.312 14.144-20.672 14.144-34.016 0-13.6-4.704-24.992-14.144-34.208A46.784 46.784 0 0 0 512 224c-13.12 0-24.448 4.608-33.856 13.792A45.856 45.856 0 0 0 464 272c0 13.344 4.704 24.704 14.144 34.016 9.408 9.312 20.704 13.984 33.856 13.984 13.12 0 24.448-4.672 33.856-13.984zM512 32C246.912 32 32 246.912 32 512c0 265.088 214.912 480 480 480 265.088 0 480-214.912 480-480 0-265.088-214.912-480-480-480z m0 64c229.76 0 416 186.24 416 416s-186.24 416-416 416S96 741.76 96 512 282.24 96 512 96z","p-id":"4212"},null,-1),Bo=[Do];function Yo(e,a){return i(),r("svg",$o,Bo)}var Ao=Y(Co,[["render",Yo]]);const So={},zo={t:"1640681742480",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"80687",width:"128",height:"128"},Po=t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"80688"},null,-1),To=t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"80689"},null,-1),Io=t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"80690"},null,-1),Lo=t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"80691"},null,-1),Mo=t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"80692"},null,-1),Oo=t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"80693"},null,-1),No=t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"80694"},null,-1),qo=t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"80695"},null,-1),jo=t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"80696"},null,-1),Ro=t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"80697"},null,-1),Go=t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80698"},null,-1),Vo=t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"80699"},null,-1),Uo=t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80700"},null,-1),Wo=t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"80701"},null,-1),Zo=t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"80702"},null,-1),Ho=t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"80703"},null,-1),Jo=t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"80704"},null,-1),Xo=t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"80705"},null,-1),Ko=t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"80706"},null,-1),Qo=[Po,To,Io,Lo,Mo,Oo,No,qo,jo,Ro,Go,Vo,Uo,Wo,Zo,Ho,Jo,Xo,Ko];function tn(e,a){return i(),r("svg",zo,Qo)}var en=Y(So,[["render",tn]]);const an={},on={t:"1640775712185",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2996",width:"128",height:"128"},nn=t("path",{d:"M894.185422 128.023792 129.814578 445.743994 445.99982 577.744353 571.860343 893.929596Z","p-id":"2997"},null,-1),rn=[nn];function sn(e,a){return i(),r("svg",on,rn)}var dn=Y(an,[["render",sn]]);const un={class:"progress"},ln=P({props:{value:{type:Number,required:!0},text:{type:String}},setup(e){const a=e,o=R(()=>a.value>=80?"#e45e5e":a.value>=70?"#ff9800":a.value>=60?"#297ff3":a.value>0?"#53c31b":"");return(n,s)=>(i(),r("div",un,[t("div",{class:st(["progress-value",`${e.value>50}`]),style:Pt({width:`${e.value}%`,backgroundColor:w(o)})},[t("span",null,_(e.text),1)],6),$t(n.$slots,"default",{},void 0,!0)]))}});var Ze=Y(ln,[["__scopeId","data-v-733828e1"]]);const cn={},pn={t:"1649907260906",viewBox:"-8 248 1042 530",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2793","xmlns:xlink":"http://www.w3.org/1999/xlink"},fn=t("path",{d:"M764.904497 251.418146 259.086289 251.418146c-143.076626 0-259.065314 115.989711-259.065314 259.065314 0 143.077649 115.988688 259.063267 259.065314 259.063267l505.818207 0c143.074579 0 259.063267-115.985618 259.063267-259.063267C1023.967764 367.407857 907.980099 251.418146 764.904497 251.418146zM764.904497 747.164974c-130.507356 0-236.682537-106.175181-236.682537-236.682537S634.397141 273.798876 764.904497 273.798876s236.683561 106.176205 236.683561 236.683561S895.411853 747.164974 764.904497 747.164974z","p-id":"2794",fill:"#52C41A"},null,-1),mn=[fn];function bn(e,a){return i(),r("svg",pn,mn)}var vn=Y(cn,[["render",bn]]);const gn={},_n={t:"1649907515643",viewBox:"-8 248 1042 530",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2971","xmlns:xlink":"http://www.w3.org/1999/xlink"},hn=t("path",{d:"M764.867148 249.793136 259.0735 249.793136c-143.070486 0-259.052011 115.984594-259.052011 259.052011 0 143.07151 115.982548 259.050987 259.052011 259.050987l505.793648 0c143.067416 0 259.050987-115.979478 259.050987-259.050987C1023.917112 365.778754 907.933541 249.793136 764.867148 249.793136zM259.0735 745.516428c-130.501216 0-236.671281-106.172111-236.671281-236.671281 0-130.501216 106.170065-236.671281 236.671281-236.671281S495.744781 378.344954 495.744781 508.84617C495.744781 639.34534 389.574716 745.516428 259.0735 745.516428z","p-id":"2972",fill:"#999"},null,-1),xn=[hn];function kn(e,a){return i(),r("svg",_n,xn)}var wn=Y(gn,[["render",kn]]);const yn={class:"checkbox_switch_on"},Fn={class:"checkbox_switch_off"},En=P({props:{modelValue:{type:Boolean,required:!0},height:{type:String,default:"100%"}},emits:["update:modelValue"],setup(e,{emit:a}){const o=e,n=R({get:()=>o.modelValue.valueOf(),set:s=>a("update:modelValue",s)});return(s,p)=>(i(),r("label",{class:"checkbox_switch",style:Pt({height:e.height})},[S(t("input",{type:"checkbox","onUpdate:modelValue":p[0]||(p[0]=c=>ha(n)?n.value=c:null)},null,512),[[Tt,w(n)]]),t("span",yn,[A(vn)]),t("span",Fn,[A(wn)]),$t(s.$slots,"default",{},void 0,!0)],4))}});var He=Y(En,[["__scopeId","data-v-20f08566"]]);const Cn={},$n={t:"1641369474206",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7685",width:"128",height:"128"},Dn=t("path",{d:"M757.76 637.44l-218.88 245.76c-14.72 16.64-40.32 16.64-54.4 0L265.6 637.44C244.48 613.76 261.12 576 293.12 576l437.76 0C762.24 576 779.52 613.76 757.76 637.44z","p-id":"7686"},null,-1),Bn=[Dn];function Yn(e,a){return i(),r("svg",$n,Bn)}var An=Y(Cn,[["render",Yn]]);const Sn={},zn={t:"1641369492518",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7831",width:"128",height:"128"},Pn=t("path",{d:"M758.4 385.92 539.52 140.16c-14.72-16.64-40.32-16.64-54.4 0L266.24 385.92C244.48 409.6 261.76 448 293.12 448l437.76 0C762.88 448 779.52 409.6 758.4 385.92z","p-id":"7832"},null,-1),Tn=[Pn];function In(e,a){return i(),r("svg",zn,Tn)}var Ln=Y(Sn,[["render",In]]);const Mn={};function On(e,a){return i(),r("article",null,[$t(e.$slots,"default",{},void 0,!0)])}var Nn=Y(Mn,[["render",On],["__scopeId","data-v-bd286d4e"]]);const qn={class:"cover"},jn={class:"thumbnail"},Rn=P({emits:["click"],setup(e,{emit:a}){const o=()=>{a("click")};return(n,s)=>(i(),M(Nn,null,{default:q(()=>[t("a",{onClick:o},[t("div",qn,[t("div",jn,[$t(n.$slots,"default",{},void 0,!0)])])])]),_:3}))}});var Gn=Y(Rn,[["__scopeId","data-v-123deb20"]]);const Vn={t:"1631799919469",class:"icon",viewBox:"0 0 1047 1047",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3453",width:"128",height:"128"},Un=P({props:{size:{type:[Number,String],default:50},color:{type:String,default:"#fff"}},setup(e){const a=o=>{if(o==null)return;if(typeof o=="number")return o+"px";const n=o.toString();return parseInt(n)+""==n?n+"px":n};return(o,n)=>(i(),r("div",{class:"loading",style:Pt({width:a(e.size),height:a(e.size)})},[(i(),r("svg",Vn,[t("path",{d:"M522.695111 1.991111c-26.339556 0.170667-47.416889 21.475556-47.672889 48.753778-0.284444 26.453333-0.056889 52.963556-0.056889 79.445333 0 27.249778-0.369778 54.528 0.113778 81.777778 0.483556 27.050667 22.016 47.132444 49.351111 46.904889a47.786667 47.786667 0 0 0 47.729778-47.445333c0.284444-53.76 0.284444-107.52-0.028444-161.251556-0.170667-27.676444-21.902222-48.355556-49.436445-48.184889m-195.896889 88.092445c-8.334222-14.222222-21.646222-21.276444-38.314666-21.333334-35.128889 0-56.576 36.949333-38.968889 68.152889a11616.995556 11616.995556 0 0 0 78.961777 137.614222 44.942222 44.942222 0 0 0 61.838223 16.896c21.304889-12.202667 29.667556-38.968889 17.379555-60.871111-26.453333-47.104-53.560889-93.866667-80.896-140.458666m-228.693333 234.524444c44.316444 25.799111 88.746667 51.342222 133.176889 76.970667 6.712889 3.896889 13.681778 6.912 21.703111 6.428444 20.138667 0.142222 35.953778-11.946667 41.301333-31.573333 5.006222-18.261333-2.673778-36.721778-20.224-46.990222-44.629333-26.026667-89.372444-51.882667-134.115555-77.710223-22.528-12.999111-47.815111-7.025778-59.818667 13.909334-12.231111 21.248-4.977778 45.624889 17.948444 58.965333m34.161778 235.975111c26.396444 0 52.821333 0.199111 79.217778-0.085333 23.409778-0.256 39.139556-16.412444 38.798222-39.139556-0.341333-21.617778-16.924444-37.347556-39.594666-37.376-51.655111-0.056889-103.310222-0.056889-154.965334 0.028445-24.177778 0.056889-40.704 15.985778-40.561778 38.684444 0.142222 22.186667 16.583111 37.745778 40.192 37.859556 25.656889 0.142222 51.285333 0.028444 76.913778 0m151.722667 100.238222a34.247111 34.247111 0 0 0-46.876445-12.942222 13764.778667 13764.778667 0 0 0-139.008 80.583111c-11.093333 6.485333-16.327111 16.867556-16.497777 25.372444 0.085333 30.549333 27.249778 47.957333 50.403555 35.072 47.160889-26.197333 93.724444-53.475556 140.145778-80.924444 17.180444-10.154667 21.504-30.378667 11.832889-47.160889m91.875555 101.660444c-14.250667-4.067556-27.619556 1.422222-35.84 15.644445a24375.466667 24375.466667 0 0 0-77.312 134.485333c-10.012444 17.550222-5.859556 35.669333 9.784889 45.027556 16.014222 9.557333 34.247111 4.039111 44.714667-13.994667 25.543111-44.088889 50.915556-88.263111 76.373333-132.352 3.299556-5.745778 5.688889-11.690667 5.745778-14.933333 0-17.834667-9.272889-29.866667-23.466667-33.877334m147.456 44.288c-16.384 0.085333-27.306667 11.918222-27.448888 30.151111-0.142222 25.372444-0.028444 50.716444-0.028445 76.060445h-0.085333c0 26.112-0.113778 52.252444 0.056889 78.364444 0.113778 18.261333 11.064889 30.065778 27.448889 30.208 16.952889 0.142222 28.046222-11.832889 28.103111-30.748444 0.113778-51.086222 0.142222-102.172444 0.056889-153.258667 0-18.773333-11.207111-30.862222-28.103112-30.776889m177.208889-26.112c-7.509333-12.8-21.902222-16.014222-33.792-8.874666a23.722667 23.722667 0 0 0-8.533333 32.995555c26.282667 46.279111 52.906667 92.330667 79.644444 138.353778 4.494222 7.765333 11.633778 11.946667 20.906667 11.804444 18.545778-0.142222 30.520889-19.342222 21.219556-35.868444-26.026667-46.392889-52.650667-92.444444-79.473778-138.410667m239.957333-41.187555c-45.283556-26.254222-90.595556-52.48-135.964444-78.648889-4.693333-2.702222-9.728-4.323556-15.36-2.958222-9.102222 2.247111-14.933333 8.049778-16.497778 17.095111-1.877333 10.894222 3.84 18.204444 12.885333 23.438222 29.809778 17.180444 59.562667 34.417778 89.344 51.598222 15.217778 8.789333 30.236444 17.976889 45.738667 26.225778 14.677333 7.793778 31.061333-2.048 31.061333-18.033778-0.056889-8.448-4.096-14.592-11.207111-18.716444m48.867556-234.638222c-24.888889-0.085333-49.749333 0-74.609778 0v-0.085334c-25.258667 0-50.517333-0.056889-75.776 0.028445-13.425778 0.056889-20.963556 6.343111-21.162667 17.294222-0.199111 11.150222 7.082667 17.521778 20.679111 17.550222 50.488889 0.113778 100.977778 0.142222 151.495112 0.085333 13.368889 0 21.191111-6.485333 21.390222-17.152 0.227556-10.808889-8.106667-17.664-22.016-17.720888m-187.960889-127.146667c45.084444-26.026667 90.140444-52.110222 135.168-78.222222 4.864-2.844444 8.248889-6.855111 8.135111-12.942223-0.142222-11.036444-11.207111-17.436444-21.504-11.548444-45.511111 26.055111-90.851556 52.394667-136.135111 78.819556-7.68 4.494222-10.524444 11.52-5.575111 19.569777 4.835556 7.850667 12.088889 8.817778 19.911111 4.323556m-122.311111-115.114667c5.205333-0.256 8.220444-3.413333 10.609778-7.651555 4.920889-8.647111 10.040889-17.208889 14.990222-25.827556 20.48-35.555556 40.931556-71.025778 61.297778-106.609778 5.091556-8.874667 3.015111-16.668444-4.778667-18.517333-7.68-1.848889-10.894222 3.697778-14.051556 9.159111l-68.778666 119.495111c-2.844444 4.977778-6.030222 9.870222-8.305778 15.104-3.128889 7.196444 1.678222 14.648889 9.045333 14.848","p-id":"3454",style:Pt({fill:e.color})},null,4)]))],4))}});var Wn=Y(Un,[["__scopeId","data-v-0a8a31e2"]]);const Zn={},Hn={t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},Jn=t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""},null,-1),Xn=[Jn];function Kn(e,a){return i(),r("svg",Hn,Xn)}var Qn=Y(Zn,[["render",Kn]]);const ti={},ei={width:"128",height:"128",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},ai=It('',1),oi=[ai];function ni(e,a){return i(),r("svg",ei,oi)}var ii=Y(ti,[["render",ni]]),Je={install:e=>{e.component("icon-loading",Wn),e.component("icon-success",Qn),e.component("icon-error",ii)}};const ri=e=>{},si=()=>new Date().getTime(),di=e=>{if(e<1e3)return`${e} B`;let o=1e3,n=0;for(let c=e/1e3;c>=1e3;c/=1e3)o*=1e3,n++;let s=[" KB"," MB"," GB"," TB"," PB"," EB"];return(e/100/(o/100)).toFixed(1)+s[n]},ui=e=>{if(e==null)return 0;if(e<1e4)return e;let o=parseInt(`${e/1e4}`),n=e%1e4;return`${o}\u4E07${n}`},li=e=>{if(e)try{var a=new Date(e),o=a.getHours(),n=a.getMinutes(),s=a.getSeconds();return o<10&&(o=`0${o}`),n<10&&(n=`0${n}`),s<10&&(s=`0${s}`),`${o}:${n}:${s}`}catch(p){}return""},ci=e=>{if(e){let a=Math.floor(e/86400),o=Math.floor(e/3600)%24,n=Math.floor(e/60)%60,s=e%60;return a+"\u5929"+o+"\u5C0F\u65F6"+(n<10?"0"+n:n)+"\u5206"+(s<10?"0"+s:s)+"\u79D2"}},pi=e=>/^\d+\.\d+\.\d+\.\d+$/.test(e),fi=e=>e.length<3?"\u7528\u6237\u540D\u592A\u77ED":e.toLowerCase()!=e?"\u7528\u6237\u540D\u53EA\u80FD\u4E3A\u5C0F\u5199":new RegExp("^\\d").exec(e)?"\u7528\u6237\u540D\u4E0D\u80FD\u4EE5\u6570\u5B57\u5F00\u5934":new RegExp("^_").exec(e)?"\u7528\u6237\u540D\u4E0D\u80FD\u4EE5_\u5F00\u5934":new RegExp("^[a-z0-9_]+$").exec(e)?!0:"\u975E\u6CD5\u7684\u7528\u6237\u540D",mi=(e,a)=>{let o=!0,n=null;const s=()=>{n=null,o&&e().finally(()=>{o&&(n=setTimeout(s,a))})};return n=setTimeout(s,0),()=>{o=!1,n!=null&&clearTimeout(n)}};var bi=Object.freeze(Object.defineProperty({__proto__:null,formatDate:ri,UnixDate:si,byteToSize:di,numberToSum:ui,dateForm:li,stampForm:ci,checkIsIP:pi,checkSmabaUserName:fi,easyInterval:mi},Symbol.toStringTag,{value:"Module"})),wt=W({},bi);const vi={class:"flow"},gi={class:"flow-data"},_i={key:0},hi={key:1},xi=P({setup(e){xa([ka,wa,ya,Fa,Ea,Ca]);const a=y(),o=h=>{var g;const v=(g=a.value)==null?void 0:g[h];return!v||v.startTime==0?"":d(v.startTime*1e3)+"-"+d(v.endTime*1e3)},n=R(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(g=>{h.push({value:g.uploadSpeed})}),h}),s=R(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(g=>{h.push({value:g.downloadSpeed})}),h}),p=R(()=>{var v;let h="";if(a.value){let g=((v=a.value)==null?void 0:v.length)||0;if(g>0){let k=a.value[g-1];h=l(k.uploadSpeed)+"/s"}}return h}),c=R(()=>{var v;let h="";if(a.value){let g=((v=a.value)==null?void 0:v.length)||0;if(g>0){let k=a.value[g-1];h=l(k.downloadSpeed)+"/s"}}return h});R(()=>{var v;let h=[];return(v=a.value)==null||v.forEach(g=>{h.push({value:g.downloadSpeed+g.uploadSpeed})}),h});const f=()=>T(this,null,function*(){var h;try{const v=yield z.Network.Statistics.GET();if(v.data&&(h=v.data.result)!=null&&h.items){const g=v.data.result.slots||10;if(v.data.result.items.lengthg?a.value=v.data.result.items.slice(g-v.data.result.items.length):a.value=v.data.result.items}}catch(v){console.log(v)}}),d=wt.dateForm,l=wt.byteToSize,u=y();let m=null;const b=h=>(m=$a(h,"dark"),m.setOption({animation:!1,backgroundColor:"transparent",color:["transparent","transparent"],tooltip:{trigger:"axis",formatter:v=>{if(Array.isArray(v)){let g="";v.length>0&&(g=o(v[0].axisValue));for(let k=0;k${v[k].seriesName}: ${l(v[k].value)}/s`;return g.toString()}else{const g=v;return`${o(g.axisValue)}
${g.seriesName}: ${l(g.value)}/s`}}},xAxis:{type:"category",boundaryGap:!1,splitLine:{lineStyle:{color:["#999"]},show:!1},name:"",show:!1,nameGap:0,nameTextStyle:{height:0,lineHeight:0,padding:0}},title:{text:"\u6D41\u91CF\u7EDF\u8BA1",textStyle:{fontSize:12,color:"rgba(0, 0, 0, 0.6)"},top:"10px",left:"10px"},yAxis:{type:"value",name:"",minInterval:1e4,interval:1e3,axisLabel:{formatter:function(v,g){return`${l(v)}/s`},color:"#fff",show:!1},nameTextStyle:{color:"#fff"},splitLine:{lineStyle:{color:["#999"]},show:!1}},series:[{name:"\u4E0B\u8F7D",data:s.value,type:"line",smooth:!0,areaStyle:{color:{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"rgba(32, 199, 247, 1)"},{offset:1,color:"rgba(32, 199, 247, 0.1)"}],global:!1}}},{name:"\u4E0A\u4F20",data:n.value,type:"line",smooth:!0,areaStyle:{color:{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:"rgba(85, 58, 254, 1)"},{offset:1,color:"rgba(85, 58, 254, 0.1)"}],global:!1}}}],legend:{padding:0,align:"right",top:"10px",selected:{\u4E0A\u4F20:!0,\u4E0B\u8F7D:!0},textStyle:{color:"rgba(0, 0, 0, 0.6)"},itemStyle:{color:"#5e72e4"},lineStyle:{color:"#333"}},grid:{left:"2%",right:"2%",bottom:"0%",top:"10%",containLabel:!0}}),m);return Dt(()=>{setTimeout(()=>T(this,null,function*(){if(u.value){yield f();const h=b(u.value),v=u.value;h.resize({width:v.clientWidth,height:v.clientHeight}),window.addEventListener("resize",()=>{h.resize({width:v.clientWidth,height:v.clientHeight})});const g=()=>T(this,null,function*(){m!=null&&(yield f(),m!=null&&(h.setOption({series:[{name:"\u4E0B\u8F7D",data:s.value,type:"line",areaStyle:{},smooth:!0},{name:"\u4E0A\u4F20",data:n.value,type:"line",areaStyle:{},smooth:!0}]}),setTimeout(g,5e3)))});setTimeout(g,5e3)}}),1e3)}),Nt(()=>{m!=null&&(m.dispose(),m=null)}),(h,v)=>(i(),r("div",vi,[t("div",{ref_key:"el",ref:u,class:"echart"},null,512),t("div",gi,[w(p)?(i(),r("span",_i,"\u4E0A\u4F20: "+_(w(p)),1)):$("",!0),w(c)?(i(),r("span",hi,"\u4E0B\u8F7D: "+_(w(c)),1)):$("",!0)])]))}});var ki=Y(xi,[["__scopeId","data-v-54a7c83e"]]);const wi={},yi={t:"1649668202191",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2338","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"28px",height:"28px"},Fi=t("path",{d:"M288 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2339",fill:"#666"},null,-1),Ei=t("path",{d:"M512 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2340",fill:"#666"},null,-1),Ci=t("path",{d:"M736 512m-64 0a64 64 0 1 0 128 0 64 64 0 1 0-128 0Z","p-id":"2341",fill:"#666"},null,-1),$i=[Fi,Ei,Ci];function Di(e,a){return i(),r("svg",yi,$i)}var Ct=Y(wi,[["render",Di]]);let ne=0;const Bi={props:{type:String,message:String|Function,Close:Function,countdown:Number},data(){return{show:!1,remain:0}},mounted(){if(window.setTimeout(()=>{this.show=!0},0),this.countdown){this.remain=this.countdown;const e=()=>{this.show&&this.remain>0&&(this.remain=this.remain-1,ne=window.setTimeout(e,1e3))};ne=window.setTimeout(e,1e3)}},computed:{Message(){return this.message+(this.countdown?" "+this.remain+"s":"")}},methods:{Stop(){this.type!="loading"&&(this.show=!1,ne!=0&&clearTimeout(ne),this.Close())}}},le=e=>(O("data-v-6935a479"),e=e(),N(),e),Yi={key:0,class:"loading icon"},Ai=le(()=>t("svg",{t:"1631799919469",class:"icon",viewBox:"0 0 1047 1047",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"3453",width:"128",height:"128"},[t("path",{d:"M522.695111 1.991111c-26.339556 0.170667-47.416889 21.475556-47.672889 48.753778-0.284444 26.453333-0.056889 52.963556-0.056889 79.445333 0 27.249778-0.369778 54.528 0.113778 81.777778 0.483556 27.050667 22.016 47.132444 49.351111 46.904889a47.786667 47.786667 0 0 0 47.729778-47.445333c0.284444-53.76 0.284444-107.52-0.028444-161.251556-0.170667-27.676444-21.902222-48.355556-49.436445-48.184889m-195.896889 88.092445c-8.334222-14.222222-21.646222-21.276444-38.314666-21.333334-35.128889 0-56.576 36.949333-38.968889 68.152889a11616.995556 11616.995556 0 0 0 78.961777 137.614222 44.942222 44.942222 0 0 0 61.838223 16.896c21.304889-12.202667 29.667556-38.968889 17.379555-60.871111-26.453333-47.104-53.560889-93.866667-80.896-140.458666m-228.693333 234.524444c44.316444 25.799111 88.746667 51.342222 133.176889 76.970667 6.712889 3.896889 13.681778 6.912 21.703111 6.428444 20.138667 0.142222 35.953778-11.946667 41.301333-31.573333 5.006222-18.261333-2.673778-36.721778-20.224-46.990222-44.629333-26.026667-89.372444-51.882667-134.115555-77.710223-22.528-12.999111-47.815111-7.025778-59.818667 13.909334-12.231111 21.248-4.977778 45.624889 17.948444 58.965333m34.161778 235.975111c26.396444 0 52.821333 0.199111 79.217778-0.085333 23.409778-0.256 39.139556-16.412444 38.798222-39.139556-0.341333-21.617778-16.924444-37.347556-39.594666-37.376-51.655111-0.056889-103.310222-0.056889-154.965334 0.028445-24.177778 0.056889-40.704 15.985778-40.561778 38.684444 0.142222 22.186667 16.583111 37.745778 40.192 37.859556 25.656889 0.142222 51.285333 0.028444 76.913778 0m151.722667 100.238222a34.247111 34.247111 0 0 0-46.876445-12.942222 13764.778667 13764.778667 0 0 0-139.008 80.583111c-11.093333 6.485333-16.327111 16.867556-16.497777 25.372444 0.085333 30.549333 27.249778 47.957333 50.403555 35.072 47.160889-26.197333 93.724444-53.475556 140.145778-80.924444 17.180444-10.154667 21.504-30.378667 11.832889-47.160889m91.875555 101.660444c-14.250667-4.067556-27.619556 1.422222-35.84 15.644445a24375.466667 24375.466667 0 0 0-77.312 134.485333c-10.012444 17.550222-5.859556 35.669333 9.784889 45.027556 16.014222 9.557333 34.247111 4.039111 44.714667-13.994667 25.543111-44.088889 50.915556-88.263111 76.373333-132.352 3.299556-5.745778 5.688889-11.690667 5.745778-14.933333 0-17.834667-9.272889-29.866667-23.466667-33.877334m147.456 44.288c-16.384 0.085333-27.306667 11.918222-27.448888 30.151111-0.142222 25.372444-0.028444 50.716444-0.028445 76.060445h-0.085333c0 26.112-0.113778 52.252444 0.056889 78.364444 0.113778 18.261333 11.064889 30.065778 27.448889 30.208 16.952889 0.142222 28.046222-11.832889 28.103111-30.748444 0.113778-51.086222 0.142222-102.172444 0.056889-153.258667 0-18.773333-11.207111-30.862222-28.103112-30.776889m177.208889-26.112c-7.509333-12.8-21.902222-16.014222-33.792-8.874666a23.722667 23.722667 0 0 0-8.533333 32.995555c26.282667 46.279111 52.906667 92.330667 79.644444 138.353778 4.494222 7.765333 11.633778 11.946667 20.906667 11.804444 18.545778-0.142222 30.520889-19.342222 21.219556-35.868444-26.026667-46.392889-52.650667-92.444444-79.473778-138.410667m239.957333-41.187555c-45.283556-26.254222-90.595556-52.48-135.964444-78.648889-4.693333-2.702222-9.728-4.323556-15.36-2.958222-9.102222 2.247111-14.933333 8.049778-16.497778 17.095111-1.877333 10.894222 3.84 18.204444 12.885333 23.438222 29.809778 17.180444 59.562667 34.417778 89.344 51.598222 15.217778 8.789333 30.236444 17.976889 45.738667 26.225778 14.677333 7.793778 31.061333-2.048 31.061333-18.033778-0.056889-8.448-4.096-14.592-11.207111-18.716444m48.867556-234.638222c-24.888889-0.085333-49.749333 0-74.609778 0v-0.085334c-25.258667 0-50.517333-0.056889-75.776 0.028445-13.425778 0.056889-20.963556 6.343111-21.162667 17.294222-0.199111 11.150222 7.082667 17.521778 20.679111 17.550222 50.488889 0.113778 100.977778 0.142222 151.495112 0.085333 13.368889 0 21.191111-6.485333 21.390222-17.152 0.227556-10.808889-8.106667-17.664-22.016-17.720888m-187.960889-127.146667c45.084444-26.026667 90.140444-52.110222 135.168-78.222222 4.864-2.844444 8.248889-6.855111 8.135111-12.942223-0.142222-11.036444-11.207111-17.436444-21.504-11.548444-45.511111 26.055111-90.851556 52.394667-136.135111 78.819556-7.68 4.494222-10.524444 11.52-5.575111 19.569777 4.835556 7.850667 12.088889 8.817778 19.911111 4.323556m-122.311111-115.114667c5.205333-0.256 8.220444-3.413333 10.609778-7.651555 4.920889-8.647111 10.040889-17.208889 14.990222-25.827556 20.48-35.555556 40.931556-71.025778 61.297778-106.609778 5.091556-8.874667 3.015111-16.668444-4.778667-18.517333-7.68-1.848889-10.894222 3.697778-14.051556 9.159111l-68.778666 119.495111c-2.844444 4.977778-6.030222 9.870222-8.305778 15.104-3.128889 7.196444 1.678222 14.648889 9.045333 14.848","p-id":"3454"})],-1)),Si=[Ai],zi={key:1,class:"success icon"},Pi=le(()=>t("svg",{t:"1632451272305",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2204",width:"128",height:"128"},[t("path",{d:"M1001.305115 275.874141 431.461709 845.718571c-28.221762 28.221762-73.977875 28.221762-102.20066 0L22.661116 539.116591c-28.222785-28.221762-28.222785-73.979922 0-102.20066 28.221762-28.221762 73.977875-28.221762 102.20066 0l255.500115 255.502162 518.743588-518.743588c28.221762-28.221762 73.977875-28.221762 102.199637 0C1029.5279 201.89422 1029.5279 247.65238 1001.305115 275.874141z","p-id":"2205"})],-1)),Ti=[Pi],Ii={key:2,class:"error icon"},Li=le(()=>t("svg",{t:"1632451325789",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2204",width:"128",height:"128"},[t("path",{d:"M823.04 840.32 524.16 540.16l296.32-294.4c12.8-12.8 12.8-33.28 0-45.44-12.8-12.8-33.28-12.8-46.08 0L478.08 494.08 184.96 200.32c-12.8-12.8-33.28-12.8-45.44 0s-12.8 33.28 0 45.44l292.48 293.76-302.72 300.8c-12.8 12.8-12.8 33.28 0 45.44 12.8 12.8 33.28 12.8 46.08 0l302.72-300.16 299.52 300.16c12.8 12.8 33.28 12.8 45.44 0C835.2 873.6 835.2 853.12 823.04 840.32z","p-id":"2205"})],-1)),Mi=[Li],Oi={key:3,class:"warning icon"},Ni=le(()=>t("svg",{t:"1632451401172",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1638",width:"128",height:"128"},[t("path",{d:"M512 1021.45211835a60.32985613 60.32985613 0 1 1 60.32985613-60.32985611 60.32985613 60.32985613 0 0 1-60.32985613 60.32985611z m86.85823451-924.97400238L572.32985613 719.80283775a60.32985613 60.32985613 0 0 1-120.65971226 0l-26.52837838-623.32472178c-0.16758294-2.22885301-0.28489098-4.49122263-0.284891-6.78710881a87.14312551 87.14312551 0 0 1 174.28625102 0c0 2.2958862-0.11730806 4.5582558-0.284891 6.78710881z","p-id":"1639"})],-1)),qi=[Ni];function ji(e,a,o,n,s,p){return i(),M(ht,{name:"el-fade-in-linear"},{default:q(()=>[s.show?(i(),r("div",{key:0,class:"toast",onClick:a[1]||(a[1]=c=>p.Stop())},[o.type=="loading"?(i(),r("div",Yi,Si)):o.type=="success"?(i(),r("div",zi,Ti)):o.type=="error"?(i(),r("div",Ii,Mi)):o.type=="warning"?(i(),r("div",Oi,qi)):$("",!0),t("div",{class:"message",onClick:a[0]||(a[0]=ot(()=>{},["stop"]))},_(p.Message),1)])):$("",!0)]),_:1})}var Ri=Y(Bi,[["render",ji],["__scopeId","data-v-6935a479"]]);const Ht=new Map,qt=e=>{const a=X(Ri,tt(W({},e),{Close:()=>{n()}})),o=document.createElement("div");document.body.append(o),a.mount(o);const n=()=>{o.remove(),Ht.get(a._uid)&&Ht.delete(a._uid)};return e.type=="loading"&&Ht.set(a._uid,{Close:n}),(e==null?void 0:e.duration)==0||((e==null?void 0:e.duration)>0?setTimeout(()=>{n()},e==null?void 0:e.duration):setTimeout(()=>{n()},3e3)),{Close:n}},E=e=>qt(e);E.Loading=(e,a)=>qt({type:"loading",message:e||"\u52A0\u8F7D\u4E2D...",duration:0,countdown:a||0});E.Success=e=>qt({type:"success",message:e});E.Error=e=>qt({type:"error",message:e,duration:0});E.Warning=e=>qt({type:"warning",message:e});E.Message=e=>qt({message:e});E.Clear=()=>{Ht.forEach((e,a)=>{e.Close(),Ht.delete(a)})};const pt={installApp:(e,a)=>new Promise((o,n)=>{let s=0;z.App.Install.POST({name:e}).then(()=>{const p=setTimeout(()=>{s==0&&(s=1,o(!1))},(a||60)*1e3),c=()=>{s==0&&z.App.Check.POST({name:e}).then(f=>{if(s==0&&f!=null&&f.data){const{result:d}=f.data;if((d==null?void 0:d.status)=="installed"){clearTimeout(p),s=1,o(!0);return}}}).catch(f=>{}).finally(()=>{s==0&&setTimeout(c,3e3)})};setTimeout(c,3e3)}).catch(p=>{s==0&&(s=1,n("\u5B89\u88C5\u5931\u8D25\uFF0C"+p))})}),checkAndInstallApp:(e,a,o)=>T(Xt,null,function*(){let n=E.Loading("\u68C0\u67E5\u4E2D...");try{const s=yield z.App.Check.POST({name:e});if(n.Close(),s!=null&&s.data){const{result:p,error:c}=s.data;if(c)E.Warning(c);else if(p){if(p.status=="installed")return!0;if(confirm(`\u68C0\u6D4B\u5230\u4F60\u5C1A\u672A\u5B89\u88C5 ${a} \u63D2\u4EF6,\u662F\u5426\u5B89\u88C5\uFF1F`)){n=E.Loading("\u6B63\u5728\u5B89\u88C5\u4E2D...");const f=yield pt.installApp(o||e);if(n.Close(),f)return!0;E.Error("\u5B89\u88C5\u5931\u8D25\u6216\u8D85\u65F6\uFF0C\u8BF7\u68C0\u67E5\u8F6F\u4EF6\u6E90\u6216\u7A0D\u5019\u91CD\u8BD5")}}else E.Warning("\u68C0\u67E5\u63D2\u4EF6\u72B6\u6001\u5931\u8D25")}return!1}catch(s){return n.Close(),E.Warning(s),!1}}),installAndGo:(e,a,o)=>T(Xt,null,function*(){(yield pt.checkAndInstallApp(e,a))&&(location.href=o)})},Gi={},Vi={t:"1640746738262",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1216",width:"128",height:"128"},Ui=t("path",{d:"M511.232 438.8352L112.9984 40.6016A51.2 51.2 0 0 0 40.6016 112.9984L438.784 511.232 40.6016 909.4656a51.2 51.2 0 1 0 72.3968 72.448l398.2336-398.2848 398.2336 398.2848a51.2 51.2 0 1 0 72.448-72.448l-398.2848-398.2336 398.2848-398.2336A51.2 51.2 0 0 0 909.4656 40.6016L511.232 438.784z","p-id":"1217"},null,-1),Wi=[Ui];function Zi(e,a){return i(),r("svg",Vi,Wi)}var Hi=Y(Gi,[["render",Zi]]);const Ji=e=>(O("data-v-428d873e"),e=e(),N(),e),Xi={id:"actioner"},Ki={key:0,class:"action-container"},Qi={class:"action-container_header"},tr=Ji(()=>t("div",null,null,-1)),er={class:"title"},ar={class:"action-container_body"},or=P({props:{Close:{type:Function},type:{type:Number},title:String},setup(e){const a=e,o=y(!1);Dt(()=>{o.value=!0,document.body.setAttribute("lock-scroll","true")}),Nt(()=>{document.body.removeAttribute("lock-scroll")});const n=()=>{a.Close&&(o.value=!1,setTimeout(()=>{a.Close&&a.Close()},300))};return(s,p)=>(i(),r("div",Xi,[t("div",{class:"bg",onClick:n}),e.type!=null?$t(s.$slots,"default",{key:0},void 0,!0):(i(),r(L,{key:1},[o.value?(i(),r("div",Ki,[t("div",Qi,[tr,t("div",er,_(e.title),1),t("button",{class:"close",title:"\u5173\u95ED",onClick:n},[A(Hi)])]),t("div",ar,[$t(s.$slots,"default",{},void 0,!0)])])):$("",!0)],64))]))}});var nr=Y(or,[["__scopeId","data-v-428d873e"]]);const Q=P({props:{Close:{type:Function},type:{type:Number},title:String},setup(e){return(a,o)=>(i(),M(nr,{Close:e.Close,type:e.type,title:e.title},{default:q(()=>[$t(a.$slots,"default")]),_:3},8,["Close","type","title"]))}}),Bt=e=>(O("data-v-c4cdcce6"),e=e(),N(),e),ir=["onSubmit"],rr=Bt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"DNS\u914D\u7F6E")],-1)),sr={class:"actioner-dns_body"},dr={class:"label-item"},ur=Bt(()=>t("div",{class:"label-item_key"},[t("span",null,"DNS\u9009\u9879")],-1)),lr={class:"label-item_value"},cr=["disabled"],pr=Bt(()=>t("option",{value:"manual"},"\u81EA\u5B9A\u4E49DNS",-1)),fr={class:"label-item"},mr=Bt(()=>t("div",{class:"label-item_key"},"DNS\u670D\u52A1\u5668\u5730\u5740",-1)),br={class:"label-item_value"},vr=["onUpdate:modelValue"],gr={class:"label-item"},_r=Bt(()=>t("div",{class:"label-item_key"},[t("span",null,"DNS\u670D\u52A1\u5668\u5730\u5740")],-1)),hr={class:"label-item_value"},xr={class:"label-item"},kr=Bt(()=>t("div",{class:"label-item_key"},"\u5907\u7528DNS\u670D\u52A1\u5668\u5730\u5740",-1)),wr={class:"label-item_value"},yr={key:1,class:"label-message"},Fr={class:"actioner-dns_footer"},Er=["disabled"],Cr={key:1,class:"actioner-dns"},$r=Bt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"DNS\u914D\u7F6E")],-1)),Dr=Bt(()=>t("div",{class:"actioner-dns_body"},[t("div",{class:"config-message"},"DNS\u914D\u7F6E\u5DF2\u4FDD\u5B58")],-1)),Br=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=ue(),s=n.status,p=R(()=>n.status.proto!="static"),c=y({interfaceName:s.defaultInterface||"",dnsProto:s.dnsProto||"manual",manualDnsIp:s.dnsList||[]}),f=y(""),d=y(""),l=y(""),u=y(!1),m=()=>T(this,null,function*(){l.value="";let v={};switch(c.value.dnsProto){case"auto":break;case"manual":v.manualDnsIp=[],c.value.manualDnsIp!=null&&c.value.manualDnsIp.length>0?v.manualDnsIp=c.value.manualDnsIp:(v.manualDnsIp.push(f.value),d.value&&v.manualDnsIp.push(d.value));break}v.dnsProto=c.value.dnsProto,v.interfaceName=c.value.interfaceName;const g=E.Loading("\u914D\u7F6E\u4E2D...");try{const k=yield z.Guide.DnsConfig.POST(v);if(k!=null&&k.data){const{success:x,error:F}=k==null?void 0:k.data;F&&(l.value=F),(x==null||x==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),o.value=1)}}catch(k){l.value=k}g.Close()}),b=v=>{v.preventDefault(),a.Close&&a.Close()},h=v=>{location.reload()};return(v,g)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(m,["prevent"])},[rr,t("div",sr,[t("div",dr,[ur,t("div",lr,[S(t("select",{"onUpdate:modelValue":g[0]||(g[0]=k=>c.value.dnsProto=k)},[t("option",{value:"auto",disabled:!w(p)},"\u81EA\u52A8\u83B7\u53D6DNS",8,cr),pr],512),[[Z,c.value.dnsProto]])])]),c.value.dnsProto=="manual"?(i(),r(L,{key:0},[c.value.manualDnsIp!=null&&c.value.manualDnsIp.length>0?(i(!0),r(L,{key:0},j(c.value.manualDnsIp,(k,x)=>(i(),r("div",fr,[mr,t("div",br,[S(t("input",{type:"text",placeholder:"\u8BF7\u8F93\u5165DNS\u5730\u5740","onUpdate:modelValue":F=>c.value.manualDnsIp[x]=F},null,8,vr),[[V,c.value.manualDnsIp[x],void 0,{trim:!0}]])])]))),256)):(i(),r(L,{key:1},[t("div",gr,[_r,t("div",hr,[S(t("input",{type:"text",placeholder:"\u8BF7\u8F93\u5165DNS\u5730\u5740",required:"","onUpdate:modelValue":g[1]||(g[1]=k=>f.value=k)},null,512),[[V,f.value,void 0,{trim:!0}]])])]),t("div",xr,[kr,t("div",wr,[S(t("input",{type:"text",placeholder:"\u5907\u7528DNS\u5730\u5740","onUpdate:modelValue":g[2]||(g[2]=k=>d.value=k)},null,512),[[V,d.value,void 0,{trim:!0}]])])])],64))],64)):$("",!0),l.value?(i(),r("div",yr,_(l.value),1)):$("",!0)]),t("div",Fr,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:u.value},"\u786E\u8BA4",8,Er),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u53D6\u6D88")])],40,ir)):o.value==1?(i(),r("div",Cr,[$r,Dr,t("div",{class:"actioner-dns_footer"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u5B8C\u6210")])])):$("",!0)]),_:1},8,["Close"]))}});var Yr=Y(Br,[["__scopeId","data-v-c4cdcce6"]]);const Xe=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X(Yr,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},ce=e=>(O("data-v-ed442d72"),e=e(),N(),e),Ar={class:"action"},Sr={class:"action-body"},zr=ce(()=>t("div",{class:"icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),Pr=ce(()=>t("h2",{class:"title"},"\u670D\u52A1\u5DF2\u542F\u52A8",-1)),Tr={class:"info"},Ir=ce(()=>t("span",null,"\u524D\u5F80",-1)),Lr=["href"],Mr=ce(()=>t("span",null,"\u8FDB\u884C\u6D4B\u901F",-1)),Or=P({props:{port:Number,Close:Function},setup(e){const a=e,o=R(()=>`http://${location.hostname}:${a.port}`),n=()=>{a.Close&&(a.Close(),location.reload())};return(s,p)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",Ar,[t("div",Sr,[zr,Pr,t("div",Tr,[Ir,t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,Lr),Mr]),t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:n},"\u5173\u95ED")])])])]),_:1})]),_:1}))}});var Nr=Y(Or,[["__scopeId","data-v-ed442d72"]]),qr=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Nr,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Ee=e=>(O("data-v-39248365"),e=e(),N(),e),jr=Ee(()=>t("div",{class:"app-container_status-label_iconer"},[t("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","xmlns:v":"https://vecta.io/nano",width:"48",height:"38",viewBox:"0 0 12.7 10.05"},[t("defs",null,[t("filter",{id:"A","color-interpolation-filters":"sRGB"},[t("feColorMatrix",{result:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "}),t("feColorMatrix",{values:"0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"}),t("feColorMatrix",{in:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "})]),t("path",{id:"B",d:"M80.56 75.75h3.91v22.79h-3.91z"})]),t("g",{transform:"translate(0 -286.95)"},[t("rect",{x:".21",y:"287.25",width:"12.33",height:"9.5",ry:".57",fill:"#e6e6e6",stroke:"#e6e6e6","stroke-linejoin":"round","stroke-width":".37","paint-order":"normal"}),t("path",{transform:"matrix(.105 0 0 .0989 -6.0834 280.6)",d:"M73.96 75.66h89.41c2.31 0 4.17 1.86 4.17 4.17v52.65h-21.74v9.41h-8.69v12.59h-36.87v-12.59h-8.69v-9.41H69.79V79.83c0-2.31 1.86-4.17 4.17-4.17z",fill:"#999",filter:"url(#A)",stroke:"#999","stroke-width":"2.5"}),t("g",{transform:"matrix(.1048 0 0 .1048 -6.0999 280.7)",fill:"#fff",filter:"url(#A)",stroke:"#fff"},[t("use",{"xlink:href":"#B"}),t("use",{"xlink:href":"#B",x:"73.04"}),t("use",{"xlink:href":"#B",x:"52.17"}),t("use",{"xlink:href":"#B",x:"41.74"}),t("use",{"xlink:href":"#B",x:"31.3"}),t("use",{"xlink:href":"#B",x:"20.87"}),t("use",{"xlink:href":"#B",x:"10.43"}),t("use",{"xlink:href":"#B",x:"62.61"})]),t("rect",{x:"1.24",y:"294.55",width:"1.6",height:"1.38",ry:".11",fill:"#ccc",stroke:"#ccc","stroke-width":".22","paint-order":"normal"})])])],-1)),Rr={class:"app-container_status-label_text"},Gr=Ee(()=>t("div",{class:"text_status"},"\u5DF2\u65AD\u5F00",-1)),Vr={class:"text_info"},Ur=Ee(()=>t("div",{class:"app-container_status-label_iconer"},[t("svg",{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"48",height:"38",viewBox:"0 0 12.7 10.05","xmlns:v":"https://vecta.io/nano"},[t("defs",null,[t("filter",{id:"A","color-interpolation-filters":"sRGB"},[t("feColorMatrix",{result:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "}),t("feColorMatrix",{values:"0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"}),t("feColorMatrix",{in:"A",values:"2 -0.5 -0.5 0 0 -0.5 2 -0.5 0 0 -0.5 -0.5 2 0 0 0 0 0 1 0 "})]),t("path",{id:"B",d:"M80.56 75.75h3.91v22.79h-3.91z"})]),t("g",{transform:"translate(-.03 -287.07)"},[t("rect",{x:".24",y:"287.36",width:"12.33",height:"9.5",ry:".57",fill:"#e6e6e6",stroke:"#e6e6e6","stroke-linejoin":"round","stroke-width":".37","paint-order":"normal"}),t("path",{transform:"matrix(.105 0 0 .0989 -6.0532 280.72)",d:"M73.96 75.66h89.41c2.31 0 4.17 1.86 4.17 4.17v52.65h-21.74v9.41h-8.69v12.59h-36.87v-12.59h-8.69v-9.41H69.79V79.83c0-2.31 1.86-4.17 4.17-4.17z",fill:"#4d4d4d",filter:"url(#A)",stroke:"#4d4d4d","stroke-width":"2.5"}),t("g",{transform:"matrix(.1048 0 0 .1048 -6.0697 280.81)",fill:"#fff",filter:"url(#A)",stroke:"#fff"},[t("use",{"xlink:href":"#B"}),t("use",{"xlink:href":"#B",x:"73.04"}),t("use",{"xlink:href":"#B",x:"52.17"}),t("use",{"xlink:href":"#B",x:"41.74"}),t("use",{"xlink:href":"#B",x:"31.3"}),t("use",{"xlink:href":"#B",x:"20.87"}),t("use",{"xlink:href":"#B",x:"10.43"}),t("use",{"xlink:href":"#B",x:"62.61"})]),t("rect",{x:"1.27",y:"294.67",width:"1.6",height:"1.38",ry:".11",fill:"#55d400",stroke:"#55d400","stroke-width":".22","paint-order":"normal"})])])],-1)),Wr={class:"app-container_status-label_text"},Zr={class:"text_info"},Hr=P({props:{item:{type:Object,required:!0},transform:{type:Number,default:0}},setup(e){const a=e,o=Ue(),n=y(null),s=c=>{const f=c.target,{left:d,top:l}=f.getBoundingClientRect();o.portitemStyle.show=!0,o.portitemStyle.left=d,o.portitemStyle.top=l,o.portitemStyle.portitem=a.item},p=c=>{o.portitemStyle.show=!1};return(c,f)=>(i(),r("div",{class:"app-container_status-label_bg",style:Pt(`transform: translateX(${e.transform}px);`),ref_key:"el",ref:n,onMouseenter:s,onMouseleave:p},[e.item.linkState=="DOWN"?(i(),r(L,{key:0},[jr,t("div",Rr,[Gr,t("div",Vr,_(e.item.name)+" "+_(e.item.interfaceNames?`(${e.item.interfaceNames.join(",").toLocaleUpperCase()})`:""),1)])],64)):(i(),r(L,{key:1},[Ur,t("div",Wr,[t("div",null,_(e.item.linkSpeed),1),t("div",Zr,_(e.item.name)+" "+_(e.item.interfaceNames?`(${e.item.interfaceNames.join(",").toLocaleUpperCase()})`:""),1)])],64))],36))}});var Ke=Y(Hr,[["__scopeId","data-v-39248365"]]);const Qe=e=>(O("data-v-3470ca08"),e=e(),N(),e),Jr=Qe(()=>t("span",null,_("<"),-1)),Xr=[Jr],Kr=Qe(()=>t("span",null,_(">"),-1)),Qr=[Kr],ts=P({props:{portList:{type:Array,required:!0}},setup(e){const a=y(),o=y(0),n=y(0),s=y(0),p=y(!1),c=()=>{if(s.value>=0){s.value=0;return}s.value+=100},f=()=>{if(s.value<=0-o.value+n.value){s.value=0-o.value+n.value;return}s.value-=100};return Dt(()=>{Da(()=>{a.value&&(o.value=a.value.scrollWidth,n.value=a.value.clientWidth,p.value=o.value>n.value)})}),(d,l)=>(i(),r("div",{class:"app-interfaces",ref_key:"el",ref:a},[p.value?(i(),r(L,{key:0},[t("a",{class:"btn-f",onClick:c},Xr),t("a",{class:"btn-r",onClick:f},Qr)],64)):$("",!0),(i(!0),r(L,null,j(e.portList,(u,m)=>(i(),M(Ke,{item:u,transform:s.value},null,8,["item","transform"]))),256))],512))}});var es=Y(ts,[["__scopeId","data-v-3470ca08"]]);const as={},os={width:"82px",height:"82px",viewBox:"0 0 82 82",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},ns=It('icon_finished',2),is=[ns];function rs(e,a){return i(),r("svg",os,is)}var Ce=Y(as,[["render",rs]]);const jt=e=>(O("data-v-1e29113c"),e=e(),N(),e),ss=["onSubmit"],ds=jt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u8F6F\u4EF6\u6E90\u914D\u7F6E")],-1)),us={class:"actioner-dns_body"},ls={class:"label-item"},cs=jt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5F53\u524D\u8F6F\u4EF6\u6E90")],-1)),ps={class:"label-item_value"},fs={class:"item_info"},ms={class:"label-item"},bs=jt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5207\u6362\u8F6F\u4EF6\u6E90")],-1)),vs={class:"label-item_value"},gs=jt(()=>t("option",{selected:"true",value:""},"\u8BF7\u9009\u62E9\u8F6F\u4EF6\u6E90",-1)),_s=["value"],hs={class:"actioner-dns_footer"},xs=["disabled"],ks={key:1,class:"actioner-dns"},ws=jt(()=>t("div",{class:"actioner-dns_header"},[t("span",{class:"softsource_tit"},"\u8F6F\u4EF6\u6E90\u914D\u7F6E")],-1)),ys={class:"actioner-dns_body"},Fs={class:"finished"},Es=jt(()=>t("p",{class:"successed"},"\u914D\u7F6E\u6210\u529F\uFF01",-1)),Cs=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y(""),s=y(),p=y();(()=>{z.Guide.SoftSourceList.GET().then(u=>{var m,b;if((m=u==null?void 0:u.data)!=null&&m.result){const h=(b=u==null?void 0:u.data)==null?void 0:b.result;p.value=h}}).then(()=>z.Guide.GetSoftSource.GET()).then(u=>{var m,b;if((m=u==null?void 0:u.data)!=null&&m.result){const h=u.data.result;s.value=h.softSource,(b=p.value)!=null&&b.softSourceList.find(v=>v.identity==h.softSource.identity)&&(n.value=h.softSource.identity)}})})();const f=u=>{u.preventDefault(),a.Close&&a.Close()},d=u=>{const m=E.Loading("\u6B63\u5728\u5207\u6362\u4E2D...");z.Guide.SoftSource.POST({softSourceIdentity:n.value}).then(b=>{if(b!=null&&b.data){if((b.data.success||0)==0){o.value=1;return}else if(b.data.error)throw b.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(b=>{E.Error(b)}).finally(()=>m.Close())},l=u=>{u.preventDefault(),location.reload()};return(u,m)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>{var b,h;return[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(d,["prevent"])},[ds,t("div",us,[t("div",ls,[cs,t("div",ps,[t("p",fs,_((b=s.value)==null?void 0:b.name),1)])]),t("div",ms,[bs,t("div",vs,[S(t("select",{name:"",id:"","onUpdate:modelValue":m[0]||(m[0]=v=>n.value=v)},[gs,(i(!0),r(L,null,j((h=p.value)==null?void 0:h.softSourceList,(v,g)=>(i(),r("option",{value:v.identity,key:g},_(v.name),9,_s))),128))],512),[[Z,n.value,void 0,{trim:!0}]])])])]),t("div",hs,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:n.value==""},"\u786E\u8BA4",8,xs),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:f},"\u53D6\u6D88")])],40,ss)):$("",!0),o.value==1?(i(),r("form",ks,[ws,t("div",ys,[t("div",Fs,[A(Ce)]),Es,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply softsource_successed",onClick:l},"\u786E\u5B9A")])])])):$("",!0)]}),_:1},8,["Close"]))}});var $s=Y(Cs,[["__scopeId","data-v-1e29113c"]]);const ta=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X($s,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},dt=e=>(O("data-v-aa15207e"),e=e(),N(),e),Ds={class:"app-container_status-label"},Bs={class:"app-container_status-label_item",style:{"padding-right":"10px"}},Ys={class:"app-container_status-container",style:{height:"100%"}},As={key:0,class:"app-container_status-container_body"},Ss=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("title",null,"icon_internet connected"),t("g",{id:"icon_internet-connected",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.0779329313",fill:"#553AFE"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#553AFE"}),t("path",{d:"M8,15 L13.2546984,20.2546984 C13.6452227,20.6452227 14.2783876,20.6452227 14.6689119,20.2546984 C14.6813066,20.2423037 14.6933732,20.2295853 14.7050993,20.2165563 L23,11 L23,11",id:"Path-3",stroke:"#FFFFFF","stroke-width":"2","stroke-linecap":"round"})])])])],-1)),zs={class:"app-container_status-info"},Ps=dt(()=>t("span",{class:"container_success"},"\u5DF2\u8054\u7F51",-1)),Ts={class:"container_time"},Is={key:1,class:"app-container_status-container_body"},Ls=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),Ms={class:"app-container_status-info"},Os=dt(()=>t("span",{class:"container_failure"},"DNS\u9519\u8BEF",-1)),Ns={class:"container_time"},qs={key:2,class:"app-container_status-container_body"},js=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),Rs={class:"app-container_status-info"},Gs=dt(()=>t("span",{class:"container_failure"},"\u8F6F\u4EF6\u6E90\u9519\u8BEF",-1)),Vs={class:"container_time"},Us={key:3,class:"app-container_status-container_body"},Ws=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#FAAD14","fill-rule":"nonzero"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#FAAD14","fill-rule":"nonzero"}),t("path",{d:"M15,6 C15.8284271,6 16.5,6.67157288 16.5,7.5 L16.5,18.5 C16.5,19.3284271 15.8284271,20 15,20 C14.1715729,20 13.5,19.3284271 13.5,18.5 L13.5,7.5 C13.5,6.67157288 14.1715729,6 15,6 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"}),t("path",{d:"M15,25 C14.171875,25 13.5,24.328125 13.5,23.5 C13.5,22.671875 14.171875,22 15,22 C15.828125,22 16.5,22.671875 16.5,23.5 C16.5,24.328125 15.828125,25 15,25 Z",id:"\u8DEF\u5F84",fill:"#FFFFFF"})])])])],-1)),Zs={class:"app-container_status-info"},Hs=dt(()=>t("span",{class:"container_failure"},"\u672A\u8054\u7F51",-1)),Js={class:"container_time"},Xs={key:4,class:"app-container_status-container_body"},Ks=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_internet-launching",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.08",fill:"#3ED4AB"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#3ED4AB"}),t("path",{d:"M11.5738525,15.0233901 C11.5738525,14.8431935 11.5023882,14.6703653 11.3750746,14.5429471 C11.2477609,14.4155288 11.0750745,14.3439644 10.8950258,14.3440059 L7.67882684,14.3440059 C7.49875102,14.3439644 7.326041,14.4155503 7.19872281,14.5430024 C7.07140462,14.6704545 6.99991721,14.8433228 7.00000007,15.0235465 C7.00000007,15.2037431 7.0714644,15.3765713 7.19877809,15.5039895 C7.32609178,15.6314078 7.4987781,15.7029722 7.67882684,15.7029307 L10.8950258,15.7029307 C11.0750745,15.7029722 11.2477609,15.6314078 11.3750746,15.5039895 C11.5023882,15.3765713 11.5738525,15.2037431 11.5738525,15.0235465 L11.5738525,15.0233901 Z M22.3211553,14.3440059 L19.1049564,14.3440059 C18.9248806,14.3439644 18.7521705,14.4155503 18.6248524,14.5430024 C18.4975342,14.6704545 18.4260468,14.8433228 18.4261296,15.0235465 C18.4261296,15.2037431 18.4975939,15.3765713 18.6249076,15.5039895 C18.7522213,15.6314078 18.9249076,15.7029722 19.1049564,15.7029307 L22.3211553,15.7029307 C22.5012041,15.7029722 22.6738904,15.6314078 22.8012041,15.5039895 C22.9285178,15.3765713 22.9999911,15.2037431 22.9999911,15.0235465 C23.0019042,14.6481319 22.6962619,14.3440059 22.3211553,14.3440059 Z M15.0075079,18.6494887 C14.8274565,18.6494887 14.6547678,18.7210138 14.5274536,18.8484354 C14.4001395,18.9758571 14.3286356,19.1486892 14.3286812,19.3288885 L14.3286812,22.3206158 C14.3286398,22.5008124 14.4001455,22.6736405 14.5274592,22.8010588 C14.6547729,22.928477 14.8274592,23 15.0075079,23 C15.1875567,23 15.360243,22.928477 15.4875567,22.8010588 C15.6148704,22.6736405 15.6863761,22.5008124 15.6863348,22.3206158 L15.6863348,19.3308123 C15.6866114,18.9551699 15.3828413,18.6502825 15.0075079,18.6494887 Z M15.0075079,7 C14.8274592,7 14.6547729,7.07152297 14.5274592,7.19894122 C14.4001455,7.32635946 14.3286398,7.49918761 14.3286812,7.67938422 L14.3286812,10.8982245 C14.3286398,11.0784212 14.4001455,11.2512493 14.5274592,11.3786675 C14.6547729,11.5060858 14.8274592,11.5776088 15.0075079,11.5776088 C15.1875567,11.5776088 15.360243,11.5060858 15.4875567,11.3786675 C15.6148704,11.2512493 15.6863761,11.0784212 15.6863346,10.8982245 L15.6863346,7.67938422 C15.6863761,7.49918761 15.6148704,7.32635946 15.4875567,7.19894122 C15.360243,7.07152297 15.1875567,7 15.0075079,7 Z M11.6020132,17.4145291 L9.32916742,19.6892415 C9.06467707,19.9548666 9.06467707,20.3845576 9.32916742,20.6501827 C9.45618492,20.7780764 9.62906847,20.8497648 9.80924376,20.8492554 C9.98367775,20.8492554 10.1560177,20.783579 10.2893201,20.6501827 L12.5637599,18.3738593 C12.8282503,18.1082342 12.8282503,17.6785432 12.5637599,17.4129181 C12.2975184,17.147886 11.8671244,17.1486768 11.601857,17.4146855 L11.6020132,17.4145291 Z M17.8766048,12.7750942 C18.0510388,12.7750942 18.2236912,12.7094361 18.3566811,12.5760242 L20.6314491,10.29956 C20.8959395,10.0339349 20.8959395,9.6042439 20.6314491,9.3386188 C20.366042,9.07391123 19.9367036,9.07391123 19.6712965,9.3386188 L17.3966847,11.6133312 C17.1321944,11.8789563 17.1321944,12.3086474 17.3966847,12.5742725 C17.5235351,12.7026276 17.6963754,12.7749288 17.8767611,12.7750942 L17.8766048,12.7750942 Z M18.5349595,17.572293 C18.2695524,17.3075854 17.8402139,17.3075854 17.5748068,17.572293 C17.3103165,17.8379181 17.3103165,18.2676091 17.5748068,18.5332342 L19.6882679,20.6501827 C19.8152854,20.7780764 19.988169,20.8497648 20.1683442,20.8492554 C20.342747,20.8492554 20.5152744,20.783579 20.6484206,20.6501827 C20.9129109,20.3845576 20.9129109,19.9548666 20.6484206,19.6892415 L18.5349595,17.5722773 L18.5349595,17.572293 Z M10.2891638,9.35734026 C10.0237567,9.09263269 9.59441827,9.09263269 9.32901114,9.35734026 C9.06452079,9.62296536 9.06452079,10.0526564 9.32901114,10.3182815 L11.6037635,12.594902 C11.7308042,12.7227441 11.9036849,12.7943806 12.0838399,12.7938344 C12.2582738,12.7938344 12.43077,12.7281576 12.5639162,12.594902 C12.8284065,12.3292769 12.8284065,11.8995859 12.5639162,11.6339608 L10.2891638,9.3573559 L10.2891638,9.35734026 Z",id:"Shape",fill:"#FFFFFF"})])])])],-1)),Qs=dt(()=>t("div",{class:"app-container_status-info"},[t("span",{class:"container_failure"},"\u68C0\u6D4B\u4E2D...")],-1)),td=[Ks,Qs],ed={class:"app-container_status-label_item",style:{"padding-left":"10px"}},ad={class:"app-container_status-container",style:{height:"100%"}},od={class:"more_icon",title:"\u67E5\u770B\u8BBE\u5907\u4FE1\u606F"},nd={class:"DeviceBlock"},id=dt(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/status/routes"},"\u8BBE\u5907\u8DEF\u7531")],-1)),rd={class:"app-container_status-container_body"},sd=dt(()=>t("svg",{width:"50px",height:"50px",viewBox:"0 0 50 50",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("title",null,"icon_device number"),t("g",{id:"icon_device-number",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"wancheng","fill-rule":"nonzero"},[t("path",{d:"M0,25 C0,33.9316396 4.76497292,42.1848151 12.5,46.6506351 C20.2350269,51.116455 29.7649731,51.116455 37.5,46.6506351 C45.2350271,42.1848151 50,33.9316396 50,25 C50,11.1928812 38.8071187,0 25,0 C11.1928813,0 0,11.1928812 0,25 Z",id:"Path","fill-opacity":"0.0804503114",fill:"#03C5FC"}),t("g",{id:"Group-2",transform:"translate(10.000000, 10.000000)"},[t("path",{d:"M0,15 C0,20.3589838 2.85898375,25.3108891 7.5,27.990381 C12.1410161,30.669873 17.8589839,30.669873 22.5,27.990381 C27.1410162,25.3108891 30,20.3589838 30,15 C30,6.7157287 23.2842712,0 15,0 C6.71572875,0 0,6.7157287 0,15 Z",id:"Path",fill:"#03C5FC"}),t("g",{id:"kehuduanIP",transform:"translate(5.000000, 7.000000)",fill:"#FFFFFF"},[t("path",{d:"M8.3164557,11.2822134 L2.39240506,11.2822134 C2.25316456,11.2822134 2.13924051,11.1683794 2.13924051,11.029249 L2.13924051,1.39130435 C2.13924051,1.25217391 2.25316456,1.13833992 2.39240506,1.13833992 L16.6075949,1.13833992 C16.7468354,1.13833992 16.8607595,1.25217391 16.8607595,1.39130435 L16.8607595,3.51620553 C17.2658228,3.5541502 17.6582278,3.69328063 18,3.9083004 L18,1.39130435 C18,0.619762846 17.3797468,0 16.6075949,0 L2.39240506,0 C1.62025316,0 1,0.619762846 1,1.39130435 L1,11.029249 C1,11.8007905 1.62025316,12.4205534 2.39240506,12.4205534 L7.15189873,12.4205534 L7.15189873,14.2798419 L6.40506329,14.2798419 C5.93670886,14.2798419 5.5443038,14.6592885 5.5443038,15.1399209 C5.5443038,15.6079051 5.92405063,16 6.40506329,16 L8.79746835,16 C8.48101266,15.5699605 8.3164557,15.0513834 8.3164557,14.5201581 L8.3164557,11.2822134 Z",id:"Path"}),t("path",{d:"M12.4062969,15.2371365 L12.4062969,14.0436242 L10.0074963,14.0436242 L10.0074963,6.39038031 C10.0074963,6.23042506 10.1394303,6.10738255 10.2833583,6.10738255 L15.6446777,6.10738255 C15.8005997,6.10738255 15.9205397,6.24272931 15.9205397,6.39038031 L15.9205397,8.77740492 L16.3283358,8.77740492 C16.5682159,8.77740492 16.7961019,8.85123043 17,8.97427293 L17,6.39038031 C17,5.62751678 16.3883058,5 15.6446777,5 L10.3313343,5 C9.58770615,5.0246085 9,5.63982103 9,6.39038031 L9,14.6465324 C9.02398801,15.3847875 9.61169415,15.9753915 10.3313343,16 L12.6581709,16 C12.5022489,15.7785235 12.4182909,15.50783 12.4062969,15.2371365 C12.4062969,15.2248322 12.4062969,15.2371365 12.4062969,15.2371365 L12.4062969,15.2371365 Z",id:"Path"}),t("path",{d:"M17.1515152,10 L13.8484848,10 C13.3787879,10 13,10.2857143 13,10.64 L13,15.36 C13,15.7142857 13.3787879,16 13.8484848,16 L17.1515152,16 C17.6212121,16 18,15.7142857 18,15.36 L18,10.64 C18,10.2857143 17.6212121,10 17.1515152,10 Z M14.0151515,10.7657143 L16.9848485,10.7657143 L16.9848485,14.8457143 L14.0151515,14.8457143 L14.0151515,10.7657143 L14.0151515,10.7657143 Z M15.4545455,15.6914286 C15.2575758,15.6914286 15.1060606,15.5657143 15.1060606,15.4285714 C15.1060606,15.28 15.2727273,15.1657143 15.469697,15.1657143 C15.6666667,15.1657143 15.8181818,15.2914286 15.8181818,15.44 C15.8181818,15.5085714 15.7727273,15.5885714 15.6969697,15.6342857 C15.6363636,15.68 15.5454545,15.7028571 15.4545455,15.6914286 C15.4545455,15.7028571 15.4545455,15.6914286 15.4545455,15.6914286 L15.4545455,15.6914286 Z",id:"Shape"})])])])])],-1)),dd={class:"app-container_status-info"},ud={class:"container_content"},ld=dt(()=>t("span",{class:"devise"},"\u5DF2\u8FDE\u63A5\u8BBE\u5907",-1)),cd=dt(()=>t("em",null,null,-1)),pd={class:"app-container_status-container"},fd={class:"more_icon",title:"\u6D4B\u901F"},md={class:"DeviceBlock"},bd={class:"app-container_title"},vd={class:"app-container_status-label_block"},gd={class:"app-container_status-label_block"},_d={class:"app-container_title"},hd={class:"app-container_status-label_block"},xd=dt(()=>t("em",null,null,-1)),kd={class:"app-container_status-container"},wd={class:"app-container_title"},yd=dt(()=>t("span",null,"\u7F51\u7EDC\u63A5\u53E3\u72B6\u6001",-1)),Fd={class:"more_icon",title:"\u67E5\u770B\u7F51\u7EDC\u63A5\u53E3\u4FE1\u606F"},Ed={class:"DeviceBlock"},Cd=U("\u7F51\u53E3\u914D\u7F6E"),$d={class:"app-container_body"},Dd=P({props:{homebox:{type:Object}},setup(e){const a=()=>{Xe()},o=()=>{ta()},n=ue(),s=R(()=>n.status),p=R(()=>n.deviceList),c=y(!1),f=y(!1),d=y(!1),l=nt({portList:[],load:!1}),u=B=>{switch(B){case"pppoe":return"\u62E8\u53F7\u4E0A\u7F51";case"static":return"\u9759\u6001\u7F51\u7EDC";case"dhcp":return"DHCP"}},m=B=>{switch(B){case"manual":return"\u624B\u52A8\u914D\u7F6E";case"auto":return"\u81EA\u52A8\u83B7\u53D6";default:return""}},b=()=>{z.Network.PortList.GET().then(B=>{if(B!=null&&B.data){const{result:G}=B==null?void 0:B.data;G&&(l.portList=G.ports||[])}}).finally(()=>{l.load=!0,h()})},h=()=>{setTimeout(()=>{b()},1e4)};b();const v=wt.stampForm,g=()=>{c.value=!c.value},k=()=>{f.value=!f.value},x=()=>{d.value=!d.value},F=()=>{g(),pt.installAndGo("app-meta-nlbwmon","\u5E26\u5BBD\u76D1\u63A7","/cgi-bin/luci/admin/services/nlbw")},D=()=>T(this,null,function*(){var B,G,K;if(k(),yield pt.checkAndInstallApp("app-meta-homebox","Homebox"))try{const et=yield z.Network.Homebox.Enable.POST();(G=(B=et==null?void 0:et.data)==null?void 0:B.result)!=null&&G.port?qr({port:et.data.result.port,setup:0}):((K=et==null?void 0:et.data)==null?void 0:K.success)==0?location.href="/cgi-bin/luci/admin/services/homebox":E.Warning("\u542F\u52A8\u5931\u8D25")}catch(et){E.Warning("\u542F\u52A8\u5931\u8D25")}}),C=()=>{k(),pt.installAndGo("app-meta-systools","SysTools","/cgi-bin/luci/admin/system/systools/pages")};return(B,G)=>{var et,at;const K=J("router-link");return i(),r(L,null,[t("div",Ds,[t("div",Bs,[t("div",Ys,[w(s)!=null?(i(),r(L,{key:0},[w(s).networkInfo=="netSuccess"?(i(),r("div",As,[Ss,t("div",zs,[Ps,t("span",Ts,_(w(v)(w(s).uptimeStamp)),1)])])):w(s).networkInfo=="dnsFailed"?(i(),r("div",Is,[Ls,t("div",Ms,[Os,t("span",Ns,_(w(v)(w(s).uptimeStamp)),1),t("div",{onClick:a,class:"container_configure"},"DNS\u914D\u7F6E")])])):w(s).networkInfo=="softSourceFailed"?(i(),r("div",qs,[js,t("div",Rs,[Gs,t("span",Vs,_(w(v)(w(s).uptimeStamp)),1),t("div",{onClick:o,class:"container_configure"},"\u8F6F\u4EF6\u6E90\u914D\u7F6E")])])):w(s).networkInfo=="netFailed"?(i(),r("div",Us,[Ws,t("div",Zs,[Hs,t("span",Js,_(w(v)(w(s).uptimeStamp)),1)])])):(i(),r("div",Xs,td))],64)):$("",!0)])]),t("div",ed,[t("div",ad,[t("span",od,[A(Ct,{onClick:g})]),S(t("div",nd,[t("div",{class:"menu_background",onClick:g}),t("ul",null,[id,t("li",null,[t("a",{onClick:F},"\u5E26\u5BBD\u76D1\u63A7")])])],512),[[kt,c.value]]),t("div",rd,[sd,t("div",dd,[t("span",ud,_(((at=(et=w(p))==null?void 0:et.devices)==null?void 0:at.length)||0),1),ld])])])])]),cd,t("div",pd,[t("span",fd,[A(Ct,{onClick:k})]),S(t("div",md,[t("div",{class:"menu_background",onClick:k}),t("ul",null,[t("li",null,[t("a",{onClick:D},"\u5185\u7F51\u6D4B\u901F")]),t("li",null,[t("a",{onClick:C},"\u5916\u7F51\u6D4B\u901F")])])],512),[[kt,f.value]]),t("div",bd,[t("span",null,"IP\u5730\u5740\uFF08"+_(w(s).defaultInterface)+"\uFF09",1)]),t("div",vd,[t("span",null," IPv4\uFF1A "+_(w(s).ipv4addr)+" \uFF08"+_(u(w(s).proto||""))+"\uFF09 ",1)]),t("div",gd,[t("span",null,"IPv6\uFF1A"+_(w(s).ipv6addr),1)]),t("div",_d,[t("span",null,"DNS\uFF08"+_(m(w(s).dnsProto))+"\uFF09",1)]),(i(!0),r(L,null,j(w(s).dnsList,_t=>(i(),r("div",hd,[t("span",null,_(_t),1)]))),256))]),xd,t("div",kd,[t("div",wd,[yd,t("span",Fd,[A(Ct,{onClick:x})]),S(t("div",Ed,[t("div",{class:"menu_background",onClick:x}),t("ul",null,[t("li",null,[A(K,{to:"/interfaceconfig"},{default:q(()=>[Cd]),_:1})])])],512),[[kt,d.value]])]),t("div",$d,[w(l).load?(i(),M(es,{key:0,portList:w(l).portList},null,8,["portList"])):$("",!0)])])],64)}}});var Bd=Y(Dd,[["__scopeId","data-v-aa15207e"]]);const Yd={class:"network-container"},Ad={class:"network-container_flow"},Sd={class:"network-container_flow-container"},zd={class:"network-container_status"},Pd=P({setup(e){return(a,o)=>(i(),r("div",Yd,[t("div",Ad,[t("div",Sd,[A(ki,{style:{height:"460px"}})])]),t("div",zd,[A(Bd)])]))}});var Td=Y(Pd,[["__scopeId","data-v-78a4e41a"]]);const Id={},Ld={width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Md=t("g",{id:"icon_alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"14",height:"14"}),t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])],-1),Od=[Md];function Nd(e,a){return i(),r("svg",Ld,Od)}var gt=Y(Id,[["render",Nd]]);const qd={},jd={width:"18px",height:"18px",viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Rd=It('\u5206\u533A\u4FE1\u606F',2),Gd=[Rd];function Vd(e,a){return i(),r("svg",jd,Gd)}var Ne=Y(qd,[["render",Vd]]);const Ud={},Wd={width:"18px",height:"18px",viewBox:"0 0 18 18",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Zd=It('\u5168\u76D8\u683C\u5F0F\u5316',2),Hd=[Zd];function Jd(e,a){return i(),r("svg",Wd,Hd)}var Xd=Y(Ud,[["render",Jd]]);const Yt=e=>(O("data-v-3a0bca4c"),e=e(),N(),e),Kd=["onSubmit"],Qd=Yt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"\u786C\u76D8\u914D\u7F6E")],-1)),t0={class:"action-body"},e0={class:"disk-info"},a0=Yt(()=>t("div",{class:"disk-info_icon"},[t("svg",{t:"1642589762094",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11301",width:"128",height:"128"},[t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"11302"}),t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"11303"}),t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"11304"}),t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"11305"}),t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"11306"}),t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"11307"}),t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"11308"}),t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"11309"}),t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"11310"}),t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"11311"}),t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11312"}),t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11313"}),t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11314"}),t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11315"}),t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11316"}),t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"11317"}),t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"11318"}),t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"11319"}),t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"11320"})])],-1)),o0={key:0,class:"disk-info_mount-name"},n0={key:1,class:"disk-info_mount-name"},i0={key:0,class:"label-item"},r0=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A")],-1)),s0={class:"label-item_path"},d0={class:"label-item"},u0=Yt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u683C\u5F0F\u5316\u9009\u9879")],-1)),l0={class:"label-item_value"},c0=["disabled"],p0={key:0,value:""},f0=Yt(()=>t("option",{value:"format"},"\u683C\u5F0F\u5316",-1)),m0={key:1,value:"default"},b0={class:"label-item_value"},v0={key:0,class:"msg"},g0={key:1,class:"msg"},_0={class:"action-footer"},h0=Yt(()=>t("div",{class:"auto"},null,-1)),x0=["disabled"],k0=["disabled"],w0={key:1,class:"action result"},y0={class:"action-body"},F0=Yt(()=>t("div",{class:"action-body_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),E0=Yt(()=>t("div",{class:"action-body_msg"},"\u683C\u5F0F\u5316\u6210\u529F",-1)),C0={key:0,class:"action-body_info"},$0={key:1,class:"action-body_info"},D0=U(" \u5DF2\u7ECF\u6210\u529F\u521D\u59CB\u5316\u5206\u533A "),B0={class:"btns"},Y0=P({props:{action:String,disk:{type:Object,required:!0},mount:{type:Object},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){const a=e,o=()=>{a.Close&&a.Close()},n=x=>{x.preventDefault(),a.Cancel&&a.Cancel(),o()},s=x=>{a.Next&&a.Next(x),o()},p=y(!1),c=y(0),f=x=>{c.value=x},d=y(a.action=="nas"?"":"format"),l=y(),u=y(),m=()=>{switch(d.value){case"format":h();return;case"default":b();return;default:E.Warning("\u8BF7\u9009\u62E9\u9009\u7EBF");return}},b=()=>{let x="";const F=a.mount;if(F!=null&&F.mountPoint!=null&&(x=F.mountPoint),x!=""){s(x);return}E.Warning("\u65E0\u6CD5\u8BC6\u522B\u8DEF\u5F84")},h=()=>{const x=a.disk,F=a.mount;if(F){const D=F.mountPoint||F.path;if(!confirm(`\u8B66\u544A\uFF1A\u683C\u5F0F\u5316\u4F1A\u6E05\u7A7A ${D} \u5206\u533A\u6570\u636E\uFF0C\u8BF7\u4F60\u8C28\u614E\u64CD\u4F5C`)||!confirm(`\u662F\u5426\u786E\u5B9A\u683C\u5F0F\u5316 ${D}?`))return;g(F);return}if(x){if(!confirm(`\u8B66\u544A\uFF1A\u8BE5\u64CD\u4F5C\u5C06\u521D\u59CB\u5316 ${x.venderModel} \u786C\u76D8\u5E76\u521B\u5EFA\u5206\u533A\uFF0C\u8BF7\u4F60\u8C28\u614E\u64CD\u4F5C`)||!confirm("\u662F\u5426\u786E\u5B9A\u521D\u59CB\u5316?"))return;v(x);return}E.Warning("\u65E0\u6CD5\u8BC6\u522B\u6570\u636E")},v=x=>T(this,null,function*(){if(x.name==null||x.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u8BBE\u5907\u540D\u79F0");return}if(x.path==null||x.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u8BBE\u5907\u8DEF\u5F84");return}p.value=!0;const F=E.Loading("\u521D\u59CB\u5316\u4E2D...");try{const D=yield z.Nas.Disk.Init.POST({name:x.name,path:x.path});if(D!=null&&D.data){const{result:C,error:B}=D==null?void 0:D.data;B&&E.Warning(B),C&&(C.errorInfo?E.Warning(C.errorInfo):(E.Success("\u521D\u59CB\u5316\u6210\u529F"),C.childrens&&C.childrens.length>0&&(u.value=C.childrens[0]),l.value=C,f(1)))}}catch(D){E.Error(D)}F.Close(),p.value=!1}),g=x=>T(this,null,function*(){if(x.path==null||x.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A\u8DEF\u5F84");return}p.value=!0;const F=E.Loading("\u683C\u5F0F\u5316\u4E2D...");try{const D=yield z.Nas.Disk.Partition.Format.POST({path:x.path,uuid:x.uuid,mountPoint:x.mountPoint});if(D!=null&&D.data){const{result:C,error:B}=D==null?void 0:D.data;B&&E.Warning(B),C&&(E.Success("\u683C\u5F0F\u5316\u6210\u529F"),u.value=C,f(1))}}catch(D){E.Error(D)}F.Close(),p.value=!1}),k=()=>{if(u.value&&u.value.mountPoint){s(u.value.mountPoint);return}E.Warning("\u8BFB\u53D6\u7ED3\u679C\u5931\u8D25")};return(x,F)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>{var D;return[c.value==0?(i(),r("form",{key:0,class:"action format",onSubmit:ot(m,["prevent"])},[Qd,t("div",t0,[t("div",e0,[a0,e.mount?(i(),r("div",o0,[t("span",null,"\u3010"+_(e.mount.total)+"\u3011",1),t("span",null,_(e.mount.mountPoint||e.mount.path),1)])):e.disk?(i(),r("div",n0,[t("span",null,"\u3010"+_(e.disk.size)+"\u3011",1),t("span",null,_(e.disk.venderModel),1)])):$("",!0)]),e.mount?(i(),r("div",i0,[r0,t("div",s0,_(e.mount.mountPoint||e.mount.path)+"\uFF08"+_(e.mount.total)+"\uFF09",1)])):$("",!0),t("div",d0,[u0,t("div",l0,[S(t("select",{"onUpdate:modelValue":F[0]||(F[0]=C=>d.value=C),required:"",disabled:e.action=="disk"},[e.mount!=null?(i(),r("option",p0,"\u8BF7\u9009\u62E9\u9009\u9879")):$("",!0),f0,e.mount!=null?(i(),r("option",m0,"\u4E0D\u683C\u5F0F\u5316,\u4F7F\u7528\u539F\u6587\u4EF6\u7CFB\u7EDF")):$("",!0)],8,c0),[[Z,d.value]])]),t("div",b0,[d.value=="format"?(i(),r("p",v0,"\u683C\u5F0F\u5316\u4E3AEXT4\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u4F20\u8F93\u901F\u5EA6\u66F4\u5FEB")):d.value=="default"?(i(),r("p",g0)):$("",!0)])])]),t("div",_0,[h0,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:n,type:"button",disabled:p.value},"\u8FD4\u56DE",8,x0),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:p.value},"\u4E0B\u4E00\u6B65",8,k0)])],40,Kd)):c.value==1?(i(),r("div",w0,[t("div",y0,[F0,E0,l.value?(i(),r("div",C0,[U(" \u5DF2\u7ECF\u6210\u529F\u683C\u5F0F\u5316\u78C1\u76D8 "+_(l.value.venderModel)+" \u5E76\u6302\u8F7D\u5230 ",1),t("a",null,_((D=u.value)==null?void 0:D.mountPoint),1)])):$("",!0),u.value?(i(),r("div",$0,[D0,t("a",null,_(u.value.mountPoint),1)])):$("",!0),t("div",B0,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",type:"button",onClick:k},_(e.action=="nas"?"\u4E0B\u4E00\u6B65":"\u5B8C\u6210"),1)])])])):$("",!0)]}),_:1})]),_:1}))}});var A0=Y(Y0,[["__scopeId","data-v-3a0bca4c"]]),$e=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(A0,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Lt=e=>(O("data-v-61e01d51"),e=e(),N(),e),S0=["onSubmit"],z0=Lt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"})],-1)),P0={class:"action-body"},T0={class:"disk-info"},I0=Lt(()=>t("div",{class:"disk-info_icon"},[t("svg",{t:"1642589762094",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"11301",width:"128",height:"128"},[t("path",{d:"M899.892468 123.889088c0-44.342099-36.286708-80.620486-80.624646-80.620486H204.728017C160.385918 43.268602 124.107532 79.546988 124.107532 123.889088v802.847056c0 44.342099 36.278386 80.620486 80.620485 80.620486h614.539805c44.337938 0 80.624646-36.278386 80.624646-80.620486V123.889088z",fill:"#D0D0DB","p-id":"11302"}),t("path",{d:"M169.8768 977.7772V174.930143c0-44.342099 36.278386-80.620486 80.620486-80.620485h614.539804c9.936092 0 19.426974 1.905666 28.239639 5.23434-11.525534-30.507298-40.996782-52.389169-75.398629-52.389169H203.342457c-44.342099 0-80.620486 36.278386-80.620486 80.620486v802.851217c0 34.410168 21.881871 63.873094 52.385008 75.381985A79.730065 79.730065 0 0 1 169.8768 977.7772z",fill:"#FFFFFF","p-id":"11303"}),t("path",{d:"M820.657543 40.497481H206.117739c-44.342099 0-80.620486 36.278386-80.620486 80.620485v802.847057c0 44.342099 36.278386 80.620486 80.620486 80.620486h614.539804c44.337938 0 80.624646-36.278386 80.624647-80.620486V121.117966c0-44.342099-36.286708-80.620486-80.624647-80.620485z m19.60173 828.785749c0 40.846992-33.43237 74.279362-74.287684 74.279361H199.780776c-40.855313 0-74.279362-33.424048-74.279362-74.279361V129.593603c0-40.855313 33.424048-74.279362 74.279362-74.279362h566.203296c40.842831 0 74.283522 33.424048 74.283522 74.279362l-0.008321 739.689627z",fill:"#6E6E96","p-id":"11304"}),t("path",{d:"M815.106979 1024H200.567175C146.933914 1024 103.303319 980.369405 103.303319 926.736144V123.889088C103.303319 70.255827 146.933914 26.625232 200.567175 26.625232h614.539804c53.633261 0 97.268017 43.630595 97.268017 97.263856v802.847056c0 53.633261-43.634756 97.263856-97.268017 97.263856zM200.567175 59.911972C165.287391 59.911972 136.590059 88.609303 136.590059 123.889088v802.847056c0 35.279784 28.697331 63.977115 63.977116 63.977115h614.539804c35.279784 0 63.981276-28.697331 63.981276-63.977115V123.889088c0-35.279784-28.701492-63.977115-63.981276-63.977116H200.567175z",fill:"#6E6E96","p-id":"11305"}),t("path",{d:"M301.946104 941.515457h429.985632v65.841173H301.946104z",fill:"#8A8AA1","p-id":"11306"}),t("path",{d:"M731.931736 1024H301.946104a16.64337 16.64337 0 0 1-16.64337-16.64337V941.515457a16.64337 16.64337 0 0 1 16.64337-16.64337h429.985632a16.64337 16.64337 0 0 1 16.64337 16.64337v65.841173a16.64337 16.64337 0 0 1-16.64337 16.64337z m-413.342262-33.286741h396.698892v-32.554432H318.589474v32.554432z",fill:"#6E6E96","p-id":"11307"}),t("path",{d:"M337.230049 960.318304h20.804213v47.038326h-20.804213zM386.565159 960.318304h20.804213v47.038326h-20.804213zM435.891948 960.318304h20.804213v47.038326h-20.804213zM485.231219 960.318304h20.804213v47.038326h-20.804213zM534.558008 960.318304h20.804213v47.038326h-20.804213zM583.897279 960.318304h20.804213v47.038326h-20.804213zM633.224068 960.318304h20.804213v47.038326h-20.804213zM682.563339 960.318304h20.804213v47.038326h-20.804213z",fill:"#FFE599","p-id":"11308"}),t("path",{d:"M219.153659 140.794591m-26.874883 0a26.874882 26.874882 0 1 0 53.749765 0 26.874882 26.874882 0 1 0-53.749765 0Z",fill:"#ADADD1","p-id":"11309"}),t("path",{d:"M219.153659 184.312843c-23.995579 0-43.518252-19.522673-43.518253-43.518252s19.522673-43.518252 43.518253-43.518253 43.518252 19.522673 43.518252 43.518253-19.522673 43.518252-43.518252 43.518252z m0-53.749764c-5.642103 0-10.231512 4.589409-10.231512 10.231512s4.589409 10.231512 10.231512 10.231512 10.231512-4.589409 10.231511-10.231512-4.589409-10.231512-10.231511-10.231512z",fill:"#6E6E96","p-id":"11310"}),t("path",{d:"M801.28466 140.794591m-26.870721 0a26.870721 26.870721 0 1 0 53.741442 0 26.870721 26.870721 0 1 0-53.741442 0Z",fill:"#ADADD1","p-id":"11311"}),t("path",{d:"M801.28466 184.308683c-23.995579 0-43.514092-19.518512-43.514091-43.514092s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514092z m0-53.741443c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11312"}),t("path",{d:"M801.280499 905.23291m-26.870721 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11313"}),t("path",{d:"M801.280499 948.747001c-23.995579 0-43.514092-19.518512-43.514091-43.514091s19.518512-43.514092 43.514091-43.514092 43.514092 19.518512 43.514092 43.514092-19.518512 43.514092-43.514092 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11314"}),t("path",{d:"M219.153659 905.23291m-26.870722 0a26.870721 26.870721 0 1 0 53.741443 0 26.870721 26.870721 0 1 0-53.741443 0Z",fill:"#ADADD1","p-id":"11315"}),t("path",{d:"M219.153659 948.747001c-23.995579 0-43.514092-19.518512-43.514092-43.514091s19.518512-43.514092 43.514092-43.514092 43.514092 19.518512 43.514091 43.514092-19.522673 43.514092-43.514091 43.514091z m0-53.741442c-5.637942 0-10.227351 4.589409-10.227351 10.227351s4.589409 10.227351 10.227351 10.227351 10.227351-4.589409 10.227351-10.227351-4.589409-10.227351-10.227351-10.227351z",fill:"#6E6E96","p-id":"11316"}),t("path",{d:"M520.972857 777.43263c-142.542145 0-258.508988-115.971004-258.508988-258.52147a16.64337 16.64337 0 0 1 33.28674 0c0 124.19699 101.033579 225.23473 225.222248 225.23473s225.222248-101.03774 225.222248-225.23473c0-124.188668-101.033579-225.218087-225.222248-225.218087a16.64337 16.64337 0 0 1 0-33.286741c142.542145 0 258.508988 115.966843 258.508988 258.504828 0 142.550466-115.966843 258.521471-258.508988 258.52147z",fill:"#6E6E96","p-id":"11317"}),t("path",{d:"M520.968696 518.919481m-83.312551 0a83.312551 83.312551 0 1 0 166.625102 0 83.312551 83.312551 0 1 0-166.625102 0Z",fill:"#A9A9BA","p-id":"11318"}),t("path",{d:"M520.968696 618.875402c-55.114521 0-99.955921-44.83724-99.955921-99.95176 0-55.118682 44.8414-99.955921 99.955921-99.955921s99.95176 44.8414 99.95176 99.955921c0 55.11036-44.83724 99.95176-99.95176 99.95176z m0-166.625101c-36.761044 0-66.669181 29.908136-66.66918 66.66918s29.908136 66.66502 66.66918 66.66502 66.66502-29.908136 66.66502-66.66502c0-36.761044-29.903976-66.669181-66.66502-66.66918z",fill:"#6E6E96","p-id":"11319"}),t("path",{d:"M301.946104 941.515457h429.985632v36.977408H301.946104z",fill:"#6E6E96","p-id":"11320"})])],-1)),L0={key:0,class:"disk-info_mount-name"},M0={key:1,class:"disk-info_mount-name"},O0={key:0,class:"label-item"},N0=Lt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A")],-1)),q0={class:"label-item_path"},j0={class:"label-item"},R0=Lt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u6302\u8F7D\u70B9")],-1)),G0={class:"label-item_value"},V0=["value"],U0={class:"action-footer"},W0=Lt(()=>t("div",{class:"auto"},null,-1)),Z0=["disabled"],H0=["disabled"],J0={key:1,class:"action result"},X0={class:"action-body"},K0=Lt(()=>t("div",{class:"action-body_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),Q0=Lt(()=>t("div",{class:"action-body_msg"},"\u6302\u8F7D\u6210\u529F",-1)),tu={key:0,class:"action-body_info"},eu={class:"btns"},au=P({props:{action:String,disk:{type:Object,required:!0},mount:{type:Object},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){var h;const a=e,o=()=>{a.Close&&a.Close()},n=v=>{v.preventDefault(),a.Cancel&&a.Cancel(),o()},s=v=>{a.Next&&a.Next(v),o()},p=y(!1),c=y(0),f=y("/mnt/data_"+((h=a==null?void 0:a.mount)==null?void 0:h.name)),d=v=>{c.value=v};y(a.mount?"":"format"),y();const l=y(),u=()=>T(this,null,function*(){const v=a.mount;if(v==null){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A");return}if(v.path==null||v.path==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533A\u8DEF\u5F84");return}if(v.uuid==null||v.uuid==""){E.Warning("\u83B7\u53D6\u4E0D\u5230\u5206\u533AID");return}p.value=!0;const g=E.Loading("\u6302\u8F7D\u4E2D...");try{const k=yield z.Nas.Disk.Partition.Mount.POST({path:v.path,uuid:v.uuid,mountPoint:f.value});if(k!=null&&k.data){const{result:x,error:F}=k==null?void 0:k.data;F&&E.Warning(F),x&&(E.Success("\u6302\u8F7D\u6210\u529F"),l.value=x,d(1))}}catch(k){E.Error(k)}g.Close(),p.value=!1}),m=()=>{if(l.value&&l.value.mountPoint){s(l.value.mountPoint);return}E.Warning("\u8BFB\u53D6\u7ED3\u679C\u5931\u8D25")},b=()=>{};return(v,g)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>{var k,x;return[c.value==0?(i(),r("form",{key:0,class:"action format",onSubmit:ot(b,["prevent"])},[z0,t("div",P0,[t("div",T0,[I0,e.mount?(i(),r("div",L0,[t("span",null,"\u3010"+_(e.mount.total)+"\u3011",1),t("span",null,_(e.mount.mountPoint),1)])):e.disk?(i(),r("div",M0,[t("span",null,"\u3010"+_(e.disk.size)+"\u3011",1),t("span",null,_(e.disk.venderModel),1)])):$("",!0)]),e.mount?(i(),r("div",O0,[N0,t("div",q0,_(e.mount.path)+"\uFF08"+_(e.mount.total)+"\uFF0C"+_((x=(k=e.mount)==null?void 0:k.filesystem)==null?void 0:x.toUpperCase())+"\uFF09",1)])):$("",!0),t("div",j0,[R0,t("div",G0,[t("input",{type:"text",value:f.value},null,8,V0)])])]),t("div",U0,[W0,t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:p.value,onClick:u},"\u786E\u5B9A",8,Z0),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:n,type:"button",disabled:p.value},"\u8FD4\u56DE",8,H0)])],40,S0)):c.value==1?(i(),r("div",J0,[t("div",X0,[K0,Q0,l.value?(i(),r("div",tu,[U(" \u5DF2\u6210\u529F\u5C06\u5206\u533A "+_(l.value.path)+" \u6302\u8F7D\u5230 ",1),t("a",null,_(l.value.mountPoint),1)])):$("",!0),t("div",eu,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",type:"button",onClick:m},_(e.action=="nas"?"\u5B8C\u6210":"\u4E0B\u4E00\u6B65"),1)])])])):$("",!0)]}),_:1})]),_:1}))}});var ou=Y(au,[["__scopeId","data-v-61e01d51"]]),ea=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(ou,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const aa=e=>(O("data-v-31be4af0"),e=e(),N(),e),nu={class:"disk-content"},iu={class:"disk-item"},ru={class:"disk-item_name"},su={key:0},du={key:1},uu={key:2},lu={class:"disk_value"},cu={key:0,class:"disk-item_value"},pu={class:"value-data"},fu={key:1,class:"disk-item_value"},mu={key:0,class:"disk-item"},bu={class:"disk-item_name"},vu=["href"],gu={class:"disk_status"},_u={class:"disk_status_item"},hu={key:0,class:"tooltip-trigger disk_tip"},xu=aa(()=>t("div",{class:"tooltip-text tooltip-top"},[t("div",{class:"disk_dir_tip"},"\u5F53\u524D\u78C1\u76D8\u4E3A\u53EA\u8BFB\u72B6\u6001\uFF0C\u53EF\u80FD\u5BFC\u81F4\u65E0\u6CD5\u5199\u5165\u6570\u636E")],-1)),ku={class:"disk_status_item"},wu={key:0,class:"tooltip-trigger disk_tip"},yu=aa(()=>t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u5F53\u524D\u78C1\u76D8\u786C\u76D8\u683C\u5F0F\u4E3ANTFS\uFF0C\u53EF\u80FD\u5BFC\u81F4\u786C\u76D8\u51FA\u73B0\u517C\u5BB9\u6027\u95EE\u9898\uFF0C\u5EFA\u8BAE\u683C\u5F0F\u5316\u6210EXT4\u6587\u4EF6\u7CFB\u7EDF")],-1)),Fu=P({props:{part:{type:Object,required:!0},disk:{type:Object,required:!0}},setup(e){const a=e,o=R(()=>a.part.filesystem=="No FileSystem"),n=R(()=>o.value||!a.part.isSystemRoot&&a.part.mountPoint&&(a.part.isReadOnly||a.part.filesystem=="ntfs")),s=function(){$e({action:"disk",disk:a.disk,mount:a.part,Cancel:()=>{},Next:l=>{location.reload()}})},p=()=>{ea({action:"nas",disk:a.disk,mount:a.part,Cancel:()=>{},Next:()=>{location.reload()}})},c=()=>T(this,null,function*(){const l=E.Loading("\u5904\u7406\u4E2D...");try{const u=yield z.Nas.Disk.InitRest.POST({name:a.disk.name,path:a.disk.path});if(u!=null&&u.data){const{result:m,error:b}=u==null?void 0:u.data;b&&E.Warning(b),m&&(E.Success("\u6302\u8F7D\u6210\u529F"),location.reload())}}catch(u){E.Error(u)}l.Close()}),f=R(()=>a.part.filesystem=="Free Space"),d=R(()=>{const l=a.part.mountPoint?a.part.mountPoint:"";return l.indexOf("/mnt/")==0?"/cgi-bin/luci/admin/services/linkease/file/?path=/"+l.substring(5):"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+l});return(l,u)=>{var b;const m=J("progress-item");return i(),r("div",nu,[t("li",iu,[t("div",ru,[w(f)?(i(),r("span",su,"\u672A\u5206\u533A")):(i(),r("span",du,_(e.part.name)+_(e.part.mountPoint?"":w(o)?"\uFF08\u672A\u683C\u5F0F\u5316\uFF09":"\uFF08\u672A\u6302\u8F7D\uFF09"),1)),e.part.isSystemRoot?(i(),r("span",uu,"\uFF08\u7CFB\u7EDF\u5206\u533A\uFF09")):$("",!0)]),t("div",lu,[e.part.mountPoint||w(f)?(i(),r("div",cu,[t("div",pu,[A(m,{value:w(f)||!e.part.usage?0:e.part.usage,text:w(f)?"\u672A\u5206\u533A\uFF08"+e.part.total+"\uFF09":e.part.used+"/"+e.part.total,style:{backgroundColor:"#767676"}},null,8,["value","text"])])])):w(o)?$("",!0):(i(),r("div",fu,[t("div",{class:"value-data buttondiv",onClick:p},"\u624B\u52A8\u6302\u8F7D")])),w(f)?(i(),r("button",{key:2,class:"cbi-button cbi-button-apply",onClick:c},"\u5206\u533A\u5E76\u683C\u5F0F\u5316")):w(n)?(i(),r("button",{key:3,class:"cbi-button cbi-button-apply",onClick:s},"\u683C\u5F0F\u5316\u5206\u533A")):$("",!0)])]),e.part.mountPoint?(i(),r("li",mu,[t("span",bu,[t("a",{href:w(d),target:"_blank"},_(e.part.mountPoint),9,vu)]),t("div",gu,[t("div",_u,[t("div",null,"\u78C1\u76D8\u8BFB\u5199\u72B6\u6001\uFF1A"+_(e.part.isReadOnly?"\u53EA\u8BFB":"\u8BFB\u5199"),1),!e.part.isSystemRoot&&e.part.isReadOnly?(i(),r("div",hu,[A(gt),xu])):$("",!0)]),t("div",ku,[t("div",null,"\u78C1\u76D8\u683C\u5F0F\uFF1A"+_((b=e.part.filesystem)==null?void 0:b.toUpperCase()),1),e.part.filesystem=="ntfs"?(i(),r("div",wu,[A(gt),yu])):$("",!0)])])])):$("",!0)])}}});var Eu=Y(Fu,[["__scopeId","data-v-31be4af0"]]);const oa=e=>(O("data-v-5fa713aa"),e=e(),N(),e),Cu={key:0,class:"action"},$u={class:"title"},Du=oa(()=>t("div",{class:"app-container_info"},[t("span",null,"\u5206\u533A / \u6302\u8F7D\u70B9"),t("span",null,"\u5BB9\u91CF")],-1)),Bu={class:"app-container_body"},Yu=oa(()=>t("div",{class:"auto"},null,-1)),Au=P({props:{disk:{type:Object,required:!0},Close:{type:Function},Cancel:{type:Function},Next:{type:Function}},setup(e){const a=e,o=y(0),n=()=>{a.Close&&a.Close()},s=p=>{p.preventDefault(),a.Cancel&&a.Cancel(),n()};return(p,c)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[o.value==0?(i(),r("div",Cu,[t("h2",$u,"\u5206\u533A\u4FE1\u606F - "+_((e.disk.name||"?")+(e.disk.isSystemRoot?"\uFF08\u7CFB\u7EDF\u76D8\uFF09":"")),1),t("ul",null,[t("li",null,[Du,t("div",Bu,[(i(!0),r(L,null,j(e.disk.childrens,(f,d)=>(i(),M(Eu,{key:d,part:f,disk:e.disk},null,8,["part","disk"]))),128))])])]),t("div",{class:"action-footer"},[Yu,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:s,type:"button"},"\u8FD4\u56DE")])])):$("",!0)]),_:1})]),_:1},8,["Close"]))}});var Su=Y(Au,[["__scopeId","data-v-5fa713aa"]]),zu=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Su,tt(W({},e),{Close:()=>{n()}}));o.component("progress-item",Ze),o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const pe=e=>(O("data-v-eb0dbbd8"),e=e(),N(),e),Pu={key:0,class:"disk-item error"},Tu=["title"],Iu={class:"disk-item_value"},Lu={class:"value-data"},Mu={class:"error"},Ou={key:1,class:"disk-item"},Nu=["title"],qu={key:0,class:"disk_value"},ju=pe(()=>t("div",{class:"value-data"},[t("a",{href:"/cgi-bin/luci/admin/nas/smart"},[t("span",{class:"error"}," S.M.A.R.T\u5F02\u5E38")])],-1)),Ru=[ju],Gu={key:1,class:"disk_value"},Vu={class:"disk-item_value"},Uu={class:"value-data"},Wu=pe(()=>t("div",{class:"disk-item-tooltip"},[t("span",null,"\u4EC5\u7EDF\u8BA1\u5DF2\u6302\u8F7D\u5206\u533A")],-1)),Zu={class:"disk_icon"},Hu={key:0,class:"tooltip-trigger"},Ju={class:"disk_tip"},Xu=pe(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u60A8\u7684\u7CFB\u7EDF\u7A7A\u95F4\u5DF2\u4E0D\u8DB3\uFF0C\u68C0\u6D4B\u5230\u60A8\u7684Docker\u6839\u76EE\u5F55\u4F4D\u4E8E\u7CFB\u7EDF\u6839\u76EE\u5F55\u4E0A\uFF0C\u53EF\u80FD\u4F1A\u5F71\u54CD\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C\uFF0C\u5EFA\u8BAE\u4F7F\u7528Docker\u8FC1\u79FB\u5411\u5BFC\u5C06Docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\u4E0A\u3002")])],-1)),Ku={key:1,class:"tooltip-trigger"},Qu={class:"disk_tip"},t1=pe(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"disk_dir_tip"},"\u5206\u533A\u5B58\u5728\u5F02\u5E38\uFF0C\u70B9\u51FB\u5206\u533A\u5217\u8868\u67E5\u770B\u9519\u8BEF")])],-1)),e1={key:2,class:"disk-item load"},a1=["title"],o1={class:"disk_value"},n1={class:"disk-item_value"},i1={class:"value-data"},r1={key:3,class:"disk-item load"},s1=["title"],d1={class:"disk_value"},u1={key:0,class:"disk-item_value"},l1={class:"value-data"},c1={key:1,class:"disk-item_value"},p1={class:"value-data"},f1={class:"disk_icon"},m1=P({props:{disk:{type:Object,required:!0},smartWarning:{type:Boolean}},setup(e){const a=e,o=R(()=>a.disk.errorInfo?"error":a.disk.childrens==null||a.disk.childrens.length==0||a.disk.childrens.length==1&&a.disk.childrens[0].filesystem=="No FileSystem"?"load":a.disk.childrens.filter(f=>f.mountPoint).length==0?"unmounted":"success"),n=R(()=>{const f=a.disk;let d=f.name;return f.size&&(d+=`\u3010${f.size}\u3011`),f.venderModel&&(d+=`(${f.venderModel})`),d}),s=()=>{$e({action:"disk",disk:a.disk,Cancel:()=>{},Next:()=>{location.reload()}})},p=()=>{zu({action:"disk",disk:a.disk,Cancel:()=>{},Next:()=>{location.reload()}})},c=()=>{const f=a.disk,d=f.childrens||[];ea({action:"nas",disk:f,mount:d[0],Cancel:()=>{},Next:()=>{location.reload()}})};return(f,d)=>{var u,m,b,h,v;const l=J("progress-item");return w(o)=="error"?(i(),r("li",Pu,[t("div",{class:"disk-item_name",title:w(n)},[t("span",null,_(w(n)),1)],8,Tu),t("div",Iu,[t("div",Lu,[t("span",Mu,_(e.disk.errorInfo),1)])])])):w(o)=="success"?(i(),r("li",Ou,[t("div",{class:"disk-item_name",title:w(n)},[t("span",null,_(w(n)),1)],8,Nu),e.disk.smartWarning&&e.smartWarning?(i(),r("div",qu,Ru)):(i(),r("div",Gu,[t("div",Vu,[t("div",Uu,[A(l,{value:e.disk.usage||0,text:`${e.disk.used}/${e.disk.total}`,style:{backgroundColor:"#767676"}},null,8,["value","text"])]),Wu]),t("div",Zu,[e.disk.isDockerRoot&&e.disk.isSystemRoot&&e.disk.usage&&e.disk.usage>=90?(i(),r("span",Hu,[t("span",Ju,[A(gt)]),Xu])):$("",!0),!e.disk.isSystemRoot&&(((u=e.disk.childrens)==null?void 0:u.filter(g=>g.isReadOnly||g.filesystem=="ntfs").length)||0)>0?(i(),r("span",Ku,[t("span",Qu,[A(gt)]),t1])):$("",!0),!e.disk.isSystemRoot&&(((m=e.disk.childrens)==null?void 0:m.filter(g=>g.isReadOnly||g.filesystem=="ntfs").length)||0)>0?(i(),r("span",{key:2,class:"disk_infoicon",onClick:d[0]||(d[0]=g=>s())},[A(Xd)])):$("",!0),t("span",{class:"disk_infoicon",onClick:d[1]||(d[1]=g=>p())},[A(Ne)])])]))])):w(o)=="load"?(i(),r("li",e1,[t("div",{class:"disk-item_name",title:w(n)},[t("span",null,_(w(n)),1)],8,a1),t("div",o1,[t("div",n1,[t("div",i1,[t("button",{onClick:d[2]||(d[2]=g=>s())},"\u683C\u5F0F\u5316\u5E76\u6302\u8F7D")])])])])):w(o)=="unmounted"?(i(),r("li",r1,[t("div",{class:"disk-item_name",title:w(n)},[t("span",null,_(w(n)),1)],8,s1),t("div",d1,[((b=e.disk.childrens)==null?void 0:b.length)==1?(i(),r("div",u1,[t("div",l1,[t("button",{onClick:d[3]||(d[3]=g=>c())},"\u624B\u52A8\u6302\u8F7D")])])):$("",!0),(((h=e.disk.childrens)==null?void 0:h.length)||0)>1?(i(),r("div",c1,[t("div",p1,[t("button",{onClick:d[4]||(d[4]=g=>p())},"\u624B\u52A8\u6302\u8F7D")])])):$("",!0),t("div",f1,[(((v=e.disk.childrens)==null?void 0:v.length)||0)>1?(i(),r("span",{key:0,class:"disk_infoicon",onClick:d[5]||(d[5]=g=>p())},[A(Ne)])):$("",!0)])])])):$("",!0)}}});var xe=Y(m1,[["__scopeId","data-v-eb0dbbd8"]]);const Rt=e=>(O("data-v-98e4aab2"),e=e(),N(),e),b1={class:"app-container"},v1={class:"app-container_title"},g1=Rt(()=>t("span",{class:"disk_info"},"\u78C1\u76D8\u4FE1\u606F",-1)),_1={class:"more_icon",title:"\u67E5\u770B\u78C1\u76D8\u7BA1\u7406\u4FE1\u606F"},h1={class:"DeviceBlock"},x1=Rt(()=>t("ul",null,[t("li",null,[t("a",{href:"/cgi-bin/luci/admin/nas/raid"},"RAID\u7BA1\u7406")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/nas/smart"},"S.M.A.R.T.")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/diskman"},"\u78C1\u76D8\u7BA1\u7406")]),t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/mounts"},"\u6302\u8F7D\u70B9")])],-1)),k1={key:0},w1={class:"disk_loading_icon"},y1=Rt(()=>t("span",{class:"disk_loading_info"},"\u6B63\u5728\u83B7\u53D6\u78C1\u76D8\u4FE1\u606F...",-1)),F1={key:1},E1=Rt(()=>t("div",{class:"app-container_info"},[t("span",null,"\u7CFB\u7EDF\u6839\u76EE\u5F55")],-1)),C1={class:"app-container_body"},$1={key:2},D1=Rt(()=>t("div",{class:"app-container_info"},[t("span",null,"\u5DF2\u6302\u8F7D\u78C1\u76D8")],-1)),B1={class:"app-container_body"},Y1={key:3},A1=Rt(()=>t("div",{class:"app-container_info"},[t("span",null,"RAID\u8BBE\u5907")],-1)),S1={class:"app-container_body"},z1=P({setup(e){const a=y(!1),o=nt({disks:null,raidList:null}),n=()=>{z.Nas.Disk.Status.GET().then(c=>{var f;if((f=c==null?void 0:c.data)!=null&&f.result){const d=c.data.result;o.disks=d.disks||[]}})};(()=>T(this,null,function*(){try{const c=yield z.Raid.List.GET();if(c!=null&&c.data){const{success:f,error:d,result:l}=c.data;if(l&&(o.raidList=l.disks||[]),d)throw d}}catch(c){console.log(c)}}))(),n();const p=()=>{a.value=!a.value};return(c,f)=>{var l,u;const d=J("icon-loading");return i(),r("div",b1,[t("ul",null,[t("li",null,[t("div",v1,[g1,t("span",_1,[A(Ct,{onClick:p})]),S(t("div",h1,[t("div",{class:"menu_background",onClick:p}),x1],512),[[kt,a.value]])])]),!w(o).disks&&!w(o).raidList?(i(),r("li",k1,[t("div",w1,[A(d,{size:38,color:"currentColor"}),y1])])):$("",!0),w(o).disks?(i(),r("li",F1,[E1,t("div",C1,[(i(!0),r(L,null,j((l=w(o).disks)==null?void 0:l.filter(m=>m.isSystemRoot),(m,b)=>(i(),M(xe,{key:b,disk:m},null,8,["disk"]))),128))])])):$("",!0),w(o).disks?(i(),r("li",$1,[D1,t("div",B1,[(i(!0),r(L,null,j((u=w(o).disks)==null?void 0:u.filter(m=>!m.isSystemRoot),(m,b)=>(i(),M(xe,{key:b,disk:m,smartWarning:!0},null,8,["disk"]))),128))])])):$("",!0),w(o).raidList&&w(o).raidList.length>0?(i(),r("li",Y1,[A1,t("div",S1,[(i(!0),r(L,null,j(w(o).raidList,(m,b)=>(i(),M(xe,{key:b,disk:m},null,8,["disk"]))),128))])])):$("",!0)])])}}});var P1=Y(z1,[["__scopeId","data-v-98e4aab2"]]);const na=e=>(O("data-v-13ca629c"),e=e(),N(),e),T1={class:"app-container_samba"},I1={key:0,class:"sambas-item"},L1=na(()=>t("div",{class:"sambas-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),M1={class:"sambas-item_value"},O1=na(()=>t("li",{class:"sambas-item"},[t("div",{class:"sambas-item_name tit"},[t("span",null,"\u5730\u5740")]),t("div",{class:"sambas-item_value tit"},[t("span",null,"\u76EE\u5F55")])],-1)),N1={class:"samba-item"},q1={class:"samba-item_name"},j1=["title"],R1=["href"],G1=P({props:{sambas:{type:Array}},setup(e){const a=window.location.hostname;return(o,n)=>{var s;return i(),r("ul",T1,[e.sambas?(i(),r("li",I1,[L1,t("div",M1,[t("span",null,_((s=e.sambas)!=null&&s.length?"\u5DF2\u542F\u7528":"\u672A\u542F\u7528"),1)])])):$("",!0),O1,(i(!0),r(L,null,j(e.sambas,p=>(i(),r("li",N1,[t("div",q1,[t("span",null,"smb://"+_(w(a))+"/"+_(p.shareName),1)]),t("div",{class:"samba-item_value",title:p.path},[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+p.path},_(p.path),9,R1)],8,j1)]))),256))])}}});var V1=Y(G1,[["__scopeId","data-v-13ca629c"]]);const fe=e=>(O("data-v-b4608492"),e=e(),N(),e),U1={class:"webdav-item"},W1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),Z1={class:"webdav-item_value"},H1={key:0,class:"webdav-item"},J1=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u6302\u8F7D\u8DEF\u5F84:")],-1)),X1={class:"webdav-item_value"},K1=["href"],Q1={key:1,class:"webdav-item"},tl=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u670D\u52A1\u8DEF\u5F84:")],-1)),el={class:"webdav-item_value"},al=["href"],ol={key:2,class:"webdav-item"},nl=fe(()=>t("div",{class:"webdav-item_name"},[t("span",null,"\u8D26\u53F7:")],-1)),il={class:"webdav-item_value"},rl=P({props:{webdav:{type:Object}},setup(e){const a=e,o=R(()=>{var n;return`http://${location.hostname}:${(n=a.webdav)==null?void 0:n.port}`});return(n,s)=>{var p,c,f,d,l,u,m;return i(),r(L,null,[t("li",U1,[W1,t("div",Z1,[t("span",null,_((p=e.webdav)!=null&&p.path?"\u5DF2\u542F\u7528":"\u672A\u542F\u7528"),1)])]),(c=e.webdav)!=null&&c.path?(i(),r("li",H1,[J1,t("div",X1,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((f=e.webdav)==null?void 0:f.path)},_((d=e.webdav)==null?void 0:d.path),9,K1)])])):$("",!0),(l=e.webdav)!=null&&l.port?(i(),r("li",Q1,[tl,t("div",el,[t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,al)])])):$("",!0),(u=e.webdav)!=null&&u.username?(i(),r("li",ol,[nl,t("div",il,[t("span",null,_((m=e.webdav)==null?void 0:m.username),1)])])):$("",!0)],64)}}});var sl=Y(rl,[["__scopeId","data-v-b4608492"]]);const De=e=>(O("data-v-4a3b6e0a"),e=e(),N(),e),dl={class:"disk-item"},ul=De(()=>t("div",{class:"disk-item_icon"},[t("svg",{t:"1642563338465",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2216",width:"128",height:"128"},[t("path",{d:"M998.4 711.68l-119.467-512c-6.826-42.667-42.666-75.093-87.04-76.8H232.107c-44.374 1.707-80.214 35.84-87.04 78.507L25.6 711.68c-5.12 13.653-6.827 29.013-6.827 42.667 0 76.8 63.147 139.946 141.654 139.946H865.28c78.507 0 141.653-63.146 141.653-139.946 0-13.654-3.413-29.014-8.533-42.667zM394.24 366.933c1.707-51.2 56.32-92.16 124.587-92.16S640 315.733 640 365.227c44.373-1.707 81.92 23.893 83.627 58.026s-34.134 63.147-78.507 64.854h-6.827l-245.76 1.706c-44.373 0-80.213-27.306-80.213-59.733 0-35.84 37.547-63.147 81.92-63.147z m471.04 459.094H160.427c-39.254 0-69.974-30.72-69.974-69.974s32.427-69.973 69.974-69.973H865.28c39.253 0 69.973 30.72 69.973 69.973 1.707 37.547-30.72 69.974-69.973 69.974z m-35.84-92.16c-11.947 0-22.187 8.533-23.893 20.48 0 11.946 8.533 22.186 20.48 23.893h3.413c11.947 0 22.187-10.24 22.187-22.187 0-13.653-8.534-22.186-22.187-22.186z m-46.08 22.186c0-25.6 20.48-46.08 46.08-46.08s46.08 20.48 46.08 46.08-20.48 46.08-46.08 46.08-46.08-20.48-46.08-46.08z","p-id":"2217"})])],-1)),ll={class:"disk-item_f"},cl={class:"disk-item_venderModel"},pl={class:"disk-item_used"},fl=De(()=>t("div",{class:"auto"},null,-1)),ml={class:"disk-item-r"},bl={class:"disk-children"},vl=["onClick"],gl=De(()=>t("div",{class:"disk-item_icon"},[t("svg",{t:"1642563581459",class:"icon",viewBox:"0 0 1228 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"7132",width:"128",height:"128"},[t("path",{d:"M525.2096 145.3568c1.9968-45.568-35.6864-99.1232-57.4976-99.1232H57.4976C15.872 79.9232 17.8176 145.408 17.8176 145.408h507.392z",fill:"#ECC049","p-id":"7133"}),t("path",{d:"M21.8112 143.36L19.8144 825.1392c0 75.3152 75.3152 152.576 150.6304 152.576h887.9104c75.264 0 150.6304-75.264 150.6304-152.576V297.984c0-75.264-75.3152-152.576-150.6304-152.576h-434.0224L21.8112 143.36z",fill:"#FFD658","p-id":"7134"})])],-1)),_l={key:0},hl={key:1},xl=P({props:{disk:{type:Object,required:!0},currDisk:{type:Object},currMountPoint:{type:Object},onDisk:{type:Function,required:!0}},setup(e){var s,p;const a=e,o=y(!1);a.currDisk!=null&&((s=a.currDisk)==null?void 0:s.venderModel)==((p=a.disk)==null?void 0:p.venderModel)&&(o.value=!0);const n=c=>{o.value=!o.value,a.onDisk(c,null)};return(c,f)=>{var d;return i(),r("ul",dl,[t("li",{class:st(["disk-info",{on:e.disk.venderModel==((d=e.currDisk)==null?void 0:d.venderModel),nopoint:e.disk.childrens==null||e.disk.childrens.length==0}]),onClick:f[0]||(f[0]=l=>n(e.disk))},[ul,t("div",ll,[t("div",cl,_(e.disk.venderModel),1),t("div",pl,_(e.disk.used)+"/"+_(e.disk.size),1)]),fl,t("div",ml,_(e.disk.path),1)],2),S(t("div",bl,[(i(!0),r(L,null,j(e.disk.childrens,l=>{var u,m;return i(),r("li",{class:st(["disk-children_item",{on:l.uuid==((u=e.currMountPoint)==null?void 0:u.uuid)&&l.path==((m=e.currMountPoint)==null?void 0:m.path)}]),onClick:b=>e.onDisk(e.disk,l)},[gl,l.mountPoint?(i(),r("span",_l," \u3010"+_(l.filesystem)+"\u3011 "+_(l.mountPoint)+" \uFF08"+_(l.used)+"/"+_(l.total)+"\uFF09 ["+_(l.uuid)+"] ",1)):(i(),r("span",hl," \u3010"+_(l.filesystem)+"\u3011 "+_(l.mountPoint||l.path||"\u672A\u6302\u8F7D\u78C1\u76D8")+" ["+_(l.uuid)+"] ",1))],10,vl)}),256))],512),[[kt,o.value]])])}}});var qe=Y(xl,[["__scopeId","data-v-4a3b6e0a"]]);const Be=e=>(O("data-v-12d0f96b"),e=e(),N(),e),kl={class:"action list"},wl=Be(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"\u8BF7\u9009\u62E9\u4E00\u4E2A\u786C\u76D8\u6216\u5206\u533A")],-1)),yl={class:"action-body"},Fl={class:"disk-list"},El=Be(()=>t("div",{class:"action-msg"},[t("span",null,[U(" \u60F3\u8981\u66F4\u7CBE\u786E\u7684\u914D\u7F6E\uFF1F\u8BF7\u524D\u5F80 "),t("a",{href:"/cgi-bin/luci/admin/system/diskman"},"\u9AD8\u7EA7\u8BBE\u7F6E")])],-1)),Cl=Be(()=>t("div",{class:"auto"},null,-1)),$l=P({props:{Cancel:{type:Function},Next:{type:Function},Close:{type:Function}},setup(e){const a=e,o=y(!0),n=nt({disks:[],raids:[]});(()=>T(this,null,function*(){const b=yield Promise.all([z.Nas.Disk.Status.GET(),z.Raid.List.GET()]);try{if(b[0]){const h=b[0];h!=null&&h.data.result&&(n.disks=(h==null?void 0:h.data.result.disks)||[])}if(b[1]){const h=b[1];h.data.result&&(n.raids=h.data.result.disks||[])}}catch(h){E.Warning(h)}}))();const p=y(),c=y(),f=(b,h)=>{p.value=b,c.value=h},d=()=>{a.Close&&a.Close()},l=()=>{a.Cancel&&a.Cancel(),d()},u=b=>{a.Next&&a.Next(b),d()},m=()=>{if(p.value==null){E.Warning("\u8BF7\u9009\u62E9\u76EE\u6807\u786C\u76D8");return}if(p.value.childrens!=null&&p.value.childrens.length>0&&c.value==null){E.Warning("\u8BF7\u9009\u62E9\u786C\u76D8\u5206\u533A");return}if(c.value!=null&&(c.value.mountPoint==null||c.value.mountPoint=="")){E.Warning("\u8BE5\u5206\u533A\u5C1A\u672A\u6302\u8F7D\uFF0C\u8BF7\u5148\u53BB\u6302\u8F7D");return}o.value=!1,$e({action:"nas",disk:p.value,mount:c.value,Cancel:()=>{o.value=!0},Next:b=>{u(b)}})};return(b,h)=>o.value?(i(),M(Q,{key:0,type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",kl,[wl,t("div",yl,[t("div",Fl,[(i(!0),r(L,null,j(w(n).disks,v=>(i(),M(qe,{disk:v,onDisk:f,currDisk:p.value,currMountPoint:c.value},null,8,["disk","currDisk","currMountPoint"]))),256)),(i(!0),r(L,null,j(w(n).raids,v=>(i(),M(qe,{disk:v,onDisk:f,currDisk:p.value,currMountPoint:c.value},null,8,["disk","currDisk","currMountPoint"]))),256))])]),El,t("div",{class:"action-footer"},[Cl,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:l,type:"button"},"\u8FD4\u56DE"),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:m,type:"button"},"\u4E0B\u4E00\u6B65")])])]),_:1})]),_:1})):$("",!0)}});var Dl=Y($l,[["__scopeId","data-v-12d0f96b"]]),Bl=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Dl,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const me=e=>(O("data-v-530e728c"),e=e(),N(),e),Yl={class:"action"},Al={class:"action-body"},Sl=me(()=>t("div",{class:"icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})])],-1)),zl=me(()=>t("h2",{class:"title"},"\u670D\u52A1\u5DF2\u542F\u52A8",-1)),Pl={class:"info"},Tl=me(()=>t("span",null,"\u524D\u5F80",-1)),Il=["href"],Ll=me(()=>t("span",null,"\u914D\u7F6E",-1)),Ml=P({props:{Close:Function},setup(e){const a=e,o=y(""),n=R(()=>`http://${location.hostname}:${o.value}`);(()=>{z.Nas.Linkease.Enable.POST().then(c=>{var f,d;(f=c==null?void 0:c.data)!=null&&f.result&&(o.value=((d=c.data.result)==null?void 0:d.port)||"")})})();const p=()=>{a.Close&&a.Close(),location.reload()};return(c,f)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[t("div",Yl,[t("div",Al,[Sl,zl,t("div",Pl,[Tl,t("a",{href:w(n),target:"_blank",rel:"noopener noreferrer"},_(w(n)),9,Il),Ll]),t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:p},"\u5173\u95ED")])])])]),_:1})]),_:1}))}});var Ol=Y(Ml,[["__scopeId","data-v-530e728c"]]),Nl=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Ol,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Qt=e=>(O("data-v-30ef6ccb"),e=e(),N(),e),ql=["onSubmit"],jl=Qt(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"Webdav\u5171\u4EAB\u914D\u7F6E")],-1)),Rl={class:"action-body"},Gl={class:"label-item"},Vl=Qt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u670D\u52A1\u76EE\u5F55\u8DEF\u5F84")],-1)),Ul={class:"label-item_value"},Wl=["value"],Zl={class:"label-item"},Hl=Qt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D")],-1)),Jl={class:"label-item_value"},Xl={class:"label-item"},Kl=Qt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801")],-1)),Ql={class:"label-item_value"},tc={class:"action-footer"},ec=Qt(()=>t("div",{class:"auto"},null,-1)),ac=["disabled"],oc=["disabled"],nc=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=d=>{d.preventDefault(),a.Close&&a.Close()},n=y(!1),s=y({username:"root",password:"",rootPath:a.rootPath});(()=>T(this,null,function*(){const d=E.Loading("\u52A0\u8F7D\u4E2D...");n.value=!0;try{const l=yield z.Nas.Webdav.Status.GET();if(l!=null&&l.data){const{result:u,error:m}=l.data;if(m){E.Warning(m);return}u&&(u.username&&(s.value.username=u.username),u.password&&(s.value.password=u.password))}}catch(l){E.Error(l)}n.value=!1,d.Close()}))();const c=()=>{const d=s.value;if(d.rootPath==""){E.Warning("\u5171\u4EAB\u8DEF\u5F84\u4E0D\u80FD\u4E3A\u7A7A");return}if(d.username==""){E.Warning("\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A");return}if(d.password==""){E.Warning("\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A");return}f(d)},f=d=>T(this,null,function*(){n.value=!0;const l=E.Loading("\u521B\u5EFA\u4E2D...");try{const u=yield z.Nas.Webdav.Create.POST(d);if(u!=null&&u.data){const{error:m,result:b}=u.data;m&&E.Warning(m),b&&(E.Success("\u521B\u5EFA\u6210\u529F"),window.setTimeout(()=>{location.reload()},1e3))}}catch(u){E.Error(u)}l.Close(),n.value=!1});return(d,l)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[t("form",{class:"action",onSubmit:ot(c,["prevent"])},[jl,t("div",Rl,[t("div",Gl,[Vl,t("div",Ul,[t("input",{type:"text",value:s.value.rootPath,disabled:"",required:"",style:{backgroundColor:"#eee"}},null,8,Wl)])]),t("div",Zl,[Hl,t("div",Jl,[S(t("input",{type:"text",required:"",placeholder:"\u8D26\u53F7\u7528\u6237\u540D","onUpdate:modelValue":l[0]||(l[0]=u=>s.value.username=u)},null,512),[[V,s.value.username,void 0,{trim:!0}]])])]),t("div",Xl,[Kl,t("div",Ql,[S(t("input",{type:"password","onUpdate:modelValue":l[1]||(l[1]=u=>s.value.password=u)},null,512),[[V,s.value.password,void 0,{trim:!0}]])])])]),t("div",tc,[ec,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:o,disabled:n.value},"\u5173\u95ED",8,ac),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:n.value},"\u521B\u5EFA",8,oc)])],40,ql)]),_:1})]),_:1}))}});var ic=Y(nc,[["__scopeId","data-v-30ef6ccb"]]),rc=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(ic,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const At=e=>(O("data-v-3ef9e48f"),e=e(),N(),e),sc=["onSubmit"],dc=At(()=>t("div",{class:"action-header"},[t("div",{class:"action-header_title"},"Samba\u5171\u4EAB\u914D\u7F6E")],-1)),uc={class:"action-body"},lc={class:"label-item"},cc=At(()=>t("div",{class:"label-item_key"},[t("span",null,"\u670D\u52A1\u76EE\u5F55\u8DEF\u5F84")],-1)),pc={class:"label-item_value"},fc=["value"],mc={class:"label-item"},bc=At(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5171\u4EAB\u540D\uFF08\u5EFA\u8BAE\u4F7F\u7528\u82F1\u6587\u5B57\u6BCD\uFF09")],-1)),vc={class:"label-item_value"},gc={class:"label-item"},_c=At(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D")],-1)),hc={class:"label-item_value"},xc={class:"label-item"},kc=At(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801")],-1)),wc={class:"label-item_value"},yc={class:"samba-item"},Fc={class:"samba-item_allow"},Ec=At(()=>t("label",{for:"allow",class:"samba-allow"},"\u5141\u8BB8\u65E7\u534F\u8BAE\u4E0E\u8EAB\u4EFD\u9A8C\u8BC1(\u4E0D\u5B89\u5168)",-1)),Cc={class:"samba-item_tips"},$c={class:"tooltip-trigger"},Dc={class:"samba_tip"},Bc=At(()=>t("span",{class:"samba_dir_tip"},"\u517C\u5BB9\u4E00\u4E9B\u7535\u89C6\u6216\u8005\u7535\u89C6\u76D2\u5B50",-1)),Yc={class:"action-footer"},Ac=At(()=>t("div",{class:"auto"},null,-1)),Sc=["disabled"],zc=["disabled"],Pc=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=f=>{f.preventDefault(),a.Close&&a.Close()},n=y(!1),s=y({shareName:"",username:"",password:"",rootPath:a.rootPath,allowLegacy:!1}),p=()=>{const f=s.value;if(f.rootPath==""){E.Warning("\u5171\u4EAB\u8DEF\u5F84\u4E0D\u80FD\u4E3A\u7A7A");return}if(f.shareName==""){E.Warning("\u5171\u4EAB\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A");return}if(f.username==""){E.Warning("\u7528\u6237\u540D\u4E0D\u80FD\u4E3A\u7A7A");return}if(f.password==""){E.Warning("\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A");return}const d=wt.checkSmabaUserName(f.username);if(d!==!0){E.Warning(`${d}`);return}c(f)},c=f=>T(this,null,function*(){n.value=!0;const d=E.Loading("\u521B\u5EFA\u4E2D...");try{const l=yield z.Nas.Samba.Create.POST(f);if(l!=null&&l.data){const{error:u,result:m}=l.data;u&&E.Warning(u),m&&(E.Success("\u521B\u5EFA\u6210\u529F"),window.setTimeout(()=>{location.reload()},1e3))}}catch(l){E.Error(l)}d.Close(),n.value=!1});return(f,d)=>(i(),M(Q,{type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[t("form",{class:"action",onSubmit:ot(p,["prevent"])},[dc,t("div",uc,[t("div",lc,[cc,t("div",pc,[t("input",{type:"text",value:s.value.rootPath,disabled:"",required:"",style:{backgroundColor:"#eee"}},null,8,fc)])]),t("div",mc,[bc,t("div",vc,[S(t("input",{type:"text","onUpdate:modelValue":d[0]||(d[0]=l=>s.value.shareName=l),required:"",placeholder:"\u5171\u4EAB\u540D\u79F0"},null,512),[[V,s.value.shareName,void 0,{trim:!0}]])])]),t("div",gc,[_c,t("div",hc,[S(t("input",{type:"text",required:"",placeholder:"\u8D26\u53F7\u7528\u6237\u540D","onUpdate:modelValue":d[1]||(d[1]=l=>s.value.username=l)},null,512),[[V,s.value.username,void 0,{trim:!0}]])])]),t("div",xc,[kc,t("div",wc,[S(t("input",{type:"password","onUpdate:modelValue":d[2]||(d[2]=l=>s.value.password=l)},null,512),[[V,s.value.password,void 0,{trim:!0}]])])]),t("div",yc,[t("div",Fc,[S(t("input",{type:"checkbox",id:"allow","onUpdate:modelValue":d[3]||(d[3]=l=>s.value.allowLegacy=l)},null,512),[[Tt,s.value.allowLegacy]]),Ec]),t("div",Cc,[t("span",$c,[t("span",Dc,[A(gt)]),Bc])])])]),t("div",Yc,[Ac,t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:o,disabled:n.value},"\u5173\u95ED",8,Sc),t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:n.value},"\u521B\u5EFA",8,zc)])],40,sc)]),_:1})]),_:1}))}});var Tc=Y(Pc,[["__scopeId","data-v-3ef9e48f"]]),Ic=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Tc,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Jt=e=>!Array.isArray(window.quickstart_features)||window.quickstart_features.indexOf(e)!=-1,Gt=e=>(O("data-v-7244f123"),e=e(),N(),e),Lc={key:0,class:"action"},Mc=Gt(()=>t("h2",{class:"title"},"\u6B22\u8FCE\u4F7F\u7528 NAS \u914D\u7F6E\u5411\u5BFC",-1)),Oc=Gt(()=>t("h3",{class:"desc"},"\u8BF7\u9009\u62E9\u9700\u8981\u6DFB\u52A0\u7684NAS\u670D\u52A1",-1)),Nc=Gt(()=>t("option",{value:"linkease"},"\u8DE8\u8BBE\u5907\u5171\u4EAB\uFF08\u6613\u6709\u4E91\uFF09",-1)),qc=Gt(()=>t("option",{value:"samba"},"\u5C40\u57DF\u7F51\u6587\u4EF6\u5171\u4EAB\uFF08Samba\uFF09",-1)),jc=Gt(()=>t("option",{value:"webdav"},"\u5C40\u57DF\u7F51\u6587\u4EF6\u5171\u4EAB\uFF08WebDAV\uFF09",-1)),Rc=[Nc,qc,jc],Gc={key:0,class:"tips"},Vc=U("\u5982\u9700\u5BF9 Samba \u6216 WebDAV \u8FDB\u884C\u66F4\u7EC6\u81F4\u7684\u6743\u9650\u63A7\u5236\uFF0C\u8BF7\u4F7F\u7528\u201C"),Uc=Gt(()=>t("a",{href:"/cgi-bin/luci/admin/nas/unishare"},"\u7EDF\u4E00\u6587\u4EF6\u5171\u4EAB",-1)),Wc=U("\u201D"),Zc=[Vc,Uc,Wc],Hc={class:"btns"},Jc=["disabled"],Xc=P({props:{setup:Number,Close:{type:Function,required:!0}},setup(e){const a=e,o=y(!0),n=y("linkease"),s=y(!1),p=y(a.setup||0),c=()=>{a.Close&&a.Close()},f=()=>T(this,null,function*(){switch(n.value){case"webdav":yield d();break;case"samba":yield u();break;case"linkease":yield l();break}}),d=()=>T(this,null,function*(){s.value=!0,(yield pt.checkAndInstallApp("app-meta-gowebdav","GoWebdav"))&&m(),s.value=!1}),l=()=>T(this,null,function*(){s.value=!0,(yield pt.checkAndInstallApp("linkease","\u6613\u6709\u4E91","app-meta-linkease"))&&b(),s.value=!1}),u=()=>T(this,null,function*(){s.value=!0;const g=E.Loading("\u914D\u7F6E\u4E2D...");m(),g.Close(),s.value=!1}),m=()=>{s.value=!1,o.value=!1,Bl({Cancel:()=>{o.value=!0},Next:g=>{switch(n.value){case"webdav":h(g);break;case"samba":v(g);break}}})},b=()=>{Nl({}),c()},h=g=>{rc({rootPath:g}),c()},v=g=>{Ic({rootPath:g}),c()};return(g,k)=>o.value?(i(),M(Q,{key:0,Close:e.Close,type:1},{default:q(()=>[A(ht,{name:"rotate",mode:"out-in"},{default:q(()=>[p.value==0?(i(),r("div",Lc,[Mc,Oc,t("form",null,[t("label",null,[S(t("select",{"onUpdate:modelValue":k[0]||(k[0]=x=>n.value=x)},Rc,512),[[Z,n.value]])])]),w(Jt)("unishare")?(i(),r("div",Gc,Zc)):$("",!0),t("div",Hc,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:f,type:"button",disabled:s.value},"\u4E0B\u4E00\u6B65",8,Jc),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:c,type:"button"},"\u53D6\u6D88")])])):$("",!0)]),_:1})]),_:1},8,["Close"])):$("",!0)}});var Kc=Y(Xc,[["__scopeId","data-v-7244f123"]]),ia=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Kc,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}};const Ye=e=>(O("data-v-edf68726"),e=e(),N(),e),Qc={class:"app-container_linkease"},t2={class:"linkease-item"},e2=Ye(()=>t("div",{class:"linkease-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),a2={class:"linkease-item_value"},o2={key:0,class:"configure"},n2={key:0,class:"linkease-item"},i2=Ye(()=>t("div",{class:"linkease-item_name"},[t("span",null,"\u670D\u52A1\u5730\u5740:")],-1)),r2={class:"linkease-item_value"},s2=["href"],d2=Ye(()=>t("div",null,[t("a",{href:" https://app.linkease.com/",target:"_blank"},"\u4E0B\u8F7D\u6613\u6709\u4E91\u5BA2\u6237\u7AEF\uFF0C\u968F\u65F6\u968F\u5730\u76F8\u518C\u5907\u4EFD\u3001\u8FDC\u7A0B\u8BBF\u95EE")],-1)),u2=P({props:{linkease:{type:Object}},setup(e){const a=e,o=R(()=>{var s;return`http://${location.hostname}:${(s=a.linkease)==null?void 0:s.port}`}),n=()=>{ia({setup:0})};return(s,p)=>{var c,f,d;return i(),r("ul",Qc,[t("li",t2,[e2,t("div",a2,[(c=e.linkease)!=null&&c.enabel?(i(),r("span",o2,"\u5DF2\u914D\u7F6E")):(i(),r("span",{key:1,class:"configure enabel",onClick:p[0]||(p[0]=l=>n())},"\u672A\u914D\u7F6E"))])]),(f=e.linkease)!=null&&f.enabel?(i(),r(L,{key:0},[(d=e.linkease)!=null&&d.port?(i(),r("li",n2,[i2,t("div",r2,[t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,s2)])])):$("",!0)],64)):$("",!0),d2])}}});var l2=Y(u2,[["__scopeId","data-v-edf68726"]]);const ra=e=>(O("data-v-62b7dbe8"),e=e(),N(),e),c2={class:"app-container"},p2={class:"app-container_title"},f2=ra(()=>t("span",null,[t("span",null,"\u5B58\u50A8\u670D\u52A1")],-1)),m2={class:"app-container_tool"},b2={class:"more_icon",title:"\u67E5\u770B\u5B58\u50A8\u670D\u52A1\u4FE1\u606F"},v2={class:"DeviceBlock"},g2=ra(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/services/samba4"},"SAMBA\u9AD8\u7EA7\u914D\u7F6E")],-1)),_2={class:"app-container_body"},h2={class:"app-container_nas-menu"},x2=P({setup(e){const a=y(!1),o=y("linkease"),n=y(),s=We();(()=>{z.Nas.Service.Status.GET().then(l=>{var u;if((u=l==null?void 0:l.data)!=null&&u.result){const m=l.data.result;n.value=m,m.webdav&&(s.webdav=m.webdav)}})})();const c=()=>{ia({setup:0})},f=()=>{a.value=!a.value},d=()=>{f(),pt.installAndGo("app-meta-gowebdav","GoWebDAV","/cgi-bin/luci/admin/nas/gowebdav")};return(l,u)=>{var m,b,h;return i(),r("div",c2,[t("div",p2,[f2,t("div",m2,[t("div",{class:"app-container_configure",onClick:c},"\u5FEB\u901F\u914D\u7F6E"),t("span",b2,[A(Ct,{onClick:f})])]),S(t("div",v2,[t("div",{class:"menu_background",onClick:f}),t("ul",null,[g2,t("li",null,[t("a",{onClick:d},"WebDAV\u9AD8\u7EA7\u914D\u7F6E")])])],512),[[kt,a.value]])]),t("div",_2,[t("ul",h2,[t("button",{onClick:u[0]||(u[0]=v=>o.value="linkease"),class:st({on:o.value=="linkease"})},"\u6613\u6709\u4E91",2),t("button",{onClick:u[1]||(u[1]=v=>o.value="samba"),class:st({on:o.value=="samba"})},"SAMBA",2),t("button",{onClick:u[2]||(u[2]=v=>o.value="webdav"),class:st({on:o.value=="webdav"})},"WEBDAV",2)]),o.value=="samba"?(i(),M(V1,{key:0,sambas:(m=n.value)==null?void 0:m.sambas},null,8,["sambas"])):o.value=="webdav"?(i(),M(sl,{key:1,webdav:(b=n.value)==null?void 0:b.webdav},null,8,["webdav"])):o.value=="linkease"?(i(),M(l2,{key:2,linkease:(h=n.value)==null?void 0:h.linkease},null,8,["linkease"])):$("",!0)])])}}});var k2=Y(x2,[["__scopeId","data-v-62b7dbe8"]]);const be=e=>(O("data-v-3fd3a42d"),e=e(),N(),e),w2={class:"app-container_docker"},y2={class:"docker-item"},F2=be(()=>t("div",{class:"docker-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),E2={key:0,class:"docker-item_value"},C2=be(()=>t("span",{class:"configure"},"\u672A\u5B89\u88C5",-1)),$2=[C2],D2={key:1,class:"docker-item_value"},B2={class:"input-switch"},Y2=["value","disabled"],A2=be(()=>t("em",null,null,-1)),S2=[A2],z2={key:0,class:"docker-item"},P2=be(()=>t("div",{class:"docker-item_name"},[t("span",null,"Docker\u6839\u76EE\u5F55\uFF1A")],-1)),T2={class:"docker-item_value"},I2={class:"configure enabel"},L2={key:0},M2={class:"tooltip-trigger"},O2={class:"docker_tip"},N2={class:"tooltip-text tooltip-top"},q2={class:"docker_dir_tip"},j2=P({props:{docker:{type:Object}},setup(e){var p;const a=e,o=R(()=>{var c;return((c=a.docker)==null?void 0:c.status)!="not installed"}),n=nt({enable:((p=a.docker)==null?void 0:p.status)=="running",disabled:!1}),s=()=>T(this,null,function*(){n.disabled=!0;try{const c=yield z.Guide.DockerSwitch.POST({enable:n.enable});if(c!=null&&c.data){const{success:f,error:d}=c.data;if(d)throw n.enable=!n.enable,d;(f||0)==0}}catch(c){E.Warning(`${c}`)}finally{n.disabled=!1}});return(c,f)=>{var d,l,u,m;return i(),r("ul",w2,[t("li",y2,[F2,(d=a.docker)!=null&&d.status?(i(),r(L,{key:0},[w(o)?(i(),r("div",D2,[t("label",B2,[S(t("input",{type:"checkbox",hidden:"",value:!w(n).enable,"onUpdate:modelValue":f[0]||(f[0]=b=>w(n).enable=b),disabled:w(n).disabled,onChange:s},null,40,Y2),[[Tt,w(n).enable]]),t("span",{class:st(w(n).enable?"enable":"close")},S2,2)])])):(i(),r("div",E2,$2))],64)):$("",!0)]),((l=e.docker)==null?void 0:l.status)=="running"?(i(),r("li",z2,[P2,t("div",T2,[t("span",I2,_((u=e.docker)==null?void 0:u.path),1),(m=e.docker)!=null&&m.errorInfo?(i(),r("span",L2,[t("span",M2,[t("span",O2,[A(gt)]),t("div",null,[t("div",N2,[t("span",q2,_(e.docker.errorInfo),1)])])])])):$("",!0)])])):$("",!0)])}}});var R2=Y(j2,[["__scopeId","data-v-3fd3a42d"]]);const G2={},V2={width:"128px",height:"128px",viewBox:"0 0 128 128",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},U2=t("g",{id:"icon_yellow",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"128",height:"128"}),t("path",{d:"M64,8 C33.075,8 8,33.075 8,64 C8,94.925 33.075,120 64,120 C94.925,120 120,94.925 120,64 C120,33.075 94.925,8 64,8 Z M60,37 C60,36.45 60.45,36 61,36 L67,36 C67.55,36 68,36.45 68,37 L68,71 C68,71.55 67.55,72 67,72 L61,72 C60.45,72 60,71.55 60,71 L60,37 Z M64,92 C60.6875,92 58,89.3125 58,86 C58,82.6875 60.6875,80 64,80 C67.3125,80 70,82.6875 70,86 C70,89.3125 67.3125,92 64,92 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])],-1),W2=[U2];function Z2(e,a){return i(),r("svg",V2,W2)}var H2=Y(G2,[["render",Z2]]);const lt=e=>(O("data-v-83e05458"),e=e(),N(),e),J2={key:0,class:"action"},X2=lt(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),K2=lt(()=>t("p",{class:"desc"},"\u5F53\u7CFB\u7EDF\u6839\u76EE\u5F55\u7A7A\u95F4\u4E0D\u8DB3\u65F6\uFF0C\u53EF\u5C06docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\uFF0C\u4EE5\u4FDD\u8BC1\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C:",-1)),Q2={key:1,class:"action"},t6=lt(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),e6=lt(()=>t("p",{class:"desc"},"\u5F53\u7CFB\u7EDF\u6839\u76EE\u5F55\u7A7A\u95F4\u4E0D\u8DB3\u65F6\uFF0C\u53EF\u5C06docker\u6839\u76EE\u5F55\u8FC1\u79FB\u5230\u5916\u7F6E\u786C\u76D8\uFF0C\u4EE5\u4FDD\u8BC1\u7CFB\u7EDF\u7684\u6B63\u5E38\u8FD0\u884C:",-1)),a6={class:"roots"},o6=lt(()=>t("span",{class:"roots_tit"},"Docker\u6839\u76EE\u5F55\uFF1A",-1)),n6={class:"root"},i6={class:"move"},r6=lt(()=>t("span",{class:"roots_tit"},"\u8FC1\u79FB\u5230\uFF1A",-1)),s6={key:0},d6=["onSubmit"],u6={class:"select-editable"},l6=lt(()=>t("option",{selected:"",value:null},"\u8BF7\u9009\u62E9\u8FC1\u79FB\u5730\u5740",-1)),c6=["value"],p6=lt(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),f6={key:1,class:"tips"},m6={class:"tips_content"},b6=lt(()=>t("span",{class:"tip"},"\u68C0\u6D4B\u5230\u60A8\u8FD8\u6CA1\u6709\u6302\u8F7D\u5916\u7F6E\u786C\u76D8\uFF0C\u9700\u8981\u60A8\u63A5\u4E0A\u786C\u76D8\u5E76\u683C\u5F0F\u5316\u6216\u624B\u52A8\u6302\u8F7D\u786C\u76D8\u540E\uFF0C\u518D\u6267\u884CDocker\u8FC1\u79FB\u5411\u5BFC\uFF0C\u5C06Docker\u8FC1\u79FB\u5230\u76EE\u6807\u786C\u76D8\u3002",-1)),v6={key:0,class:"btns"},g6={key:1,class:"btns"},_6={key:2,class:"action docker_success"},h6=lt(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),x6={class:"finished"},k6=lt(()=>t("p",{class:"successed"},"\u8FC1\u79FB\u6210\u529F\uFF01",-1)),w6={key:3,class:"action docker_download"},y6=lt(()=>t("h2",{class:"title"},"Docker\u8FC1\u79FB\u5411\u5BFC",-1)),F6={class:"finished"},E6=lt(()=>t("p",{class:"successed"},"\u8BE5\u76EE\u6807\u8DEF\u5F84\u4E0D\u4E3A\u7A7A",-1)),C6={class:"docker_moves"},$6={class:"moves change"},D6=lt(()=>t("label",{for:"move"},"\u66F4\u6362\u76EE\u5F55\uFF08\u4E0D\u8986\u76D6\u76EE\u6807\u8DEF\u5F84\uFF0C\u4EC5\u5C06docker\u76EE\u5F55\u4FEE\u6539\u4E3A\u76EE\u6807\u8DEF\u5F84\uFF09",-1)),B6={class:"moves"},Y6=lt(()=>t("label",{for:"cover"},"\u8986\u76D6\u8FC1\u79FB\uFF08\u8986\u76D6\u76EE\u6807\u8DEF\u5F84\uFF0C\u7EE7\u7EED\u8FC1\u79FB\u4F1A\u6E05\u7A7A\u8BE5\u76EE\u6807\u8DEF\u5F84\u4E0B\u7684\u6587\u4EF6\uFF09",-1)),A6={class:"btns"},S6=P({props:{rootPath:{type:String,required:!0},Close:Function},setup(e){const a=e,o=y(),n=y(),s=y(0),p=y("null"),c=y(""),f=y(),d=y(!1),l=y("");(()=>{z.Nas.Disk.Status.GET().then(x=>{x!=null&&x.data.result&&(f.value=x==null?void 0:x.data.result)}),z.Guide.DockerStatus.GET().then(x=>{var F;if((F=x==null?void 0:x.data)!=null&&F.result){const D=x.data.result;o.value=D}}),z.Guide.DockerPartitionList.GET().then(x=>{var F;if((F=x==null?void 0:x.data)!=null&&F.result){const D=x.data.result;n.value=D}})})();const m=x=>{let F=p.value;if(F=="useInput"&&(F=c.value),F==null||F=="null"||F=="")return;const D=E.Loading("\u6B63\u5728\u8FC1\u79FB\u4E2D...");z.Guide.DockerTransfer.POST({path:F,force:x,overwriteDir:!!l.value}).then(C=>{var B;if(C!=null&&C.data){if((C.data.success||0)==0){if((B=C.data.result)!=null&&B.emptyPathWarning){d.value=!0,s.value=2;return}s.value=1;return}else if(C.data.error)throw C.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(C=>{E.Error(C)}).finally(()=>D.Close())},b=()=>{d.value=!1,m(!1)},h=x=>{x.preventDefault(),a.Close&&a.Close()},v=x=>{x.preventDefault(),location.reload()},g=x=>{x.preventDefault(),s.value=0},k=x=>{x.preventDefault(),m(!0)};return(x,F)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>{var D,C,B,G,K,et;return[s.value==-1?(i(),r("div",J2,[X2,K2,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:h},"\u53D6\u6D88")])])):s.value==0?(i(),r("div",Q2,[t6,e6,t("div",a6,[o6,t("span",n6,_((D=o.value)==null?void 0:D.path),1)]),t("div",i6,[r6,(B=(C=n.value)==null?void 0:C.partitionList)!=null&&B.length?(i(),r("div",s6,[t("form",{onSubmit:ot(b,["prevent"])},[t("label",null,[t("div",u6,[S(t("select",{"onUpdate:modelValue":F[0]||(F[0]=at=>p.value=at)},[l6,(i(!0),r(L,null,j((G=n.value)==null?void 0:G.partitionList,(at,_t)=>(i(),r("option",{value:at,key:_t},_(at),9,c6))),128)),p6],512),[[Z,p.value,void 0,{trim:!0}]]),p.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":F[1]||(F[1]=at=>c.value=at),required:"",placeholder:"\u8BF7\u8F93\u5165\u8FC1\u79FB\u5730\u5740"},null,512)),[[V,c.value,void 0,{trim:!0}]]):$("",!0)])])],40,d6)])):n.value?(i(),r("div",f6,[t("div",m6,[A(gt),b6])])):$("",!0)]),(et=(K=n.value)==null?void 0:K.partitionList)!=null&&et.length?(i(),r("div",v6,[t("button",{class:"cbi-button cbi-button-apply",onClick:b},"\u786E\u5B9A"),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:h},"\u53D6\u6D88")])):(i(),r("div",g6,[t("button",{class:"cbi-button cbi-button-apply",onClick:h},"\u786E\u5B9A")]))])):s.value==1?(i(),r("div",_6,[h6,t("div",x6,[A(Ce)]),k6,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply",onClick:v},"\u786E\u5B9A")])])):s.value==2?(i(),r("div",w6,[y6,t("div",F6,[A(H2)]),E6,t("div",C6,[t("div",$6,[S(t("input",{type:"radio",id:"move",name:"moves","onUpdate:modelValue":F[2]||(F[2]=at=>l.value=at),value:""},null,512),[[ct,l.value]]),D6]),t("div",B6,[S(t("input",{type:"radio",id:"cover",name:"moves","onUpdate:modelValue":F[3]||(F[3]=at=>l.value=at),value:"true"},null,512),[[ct,l.value]]),Y6])]),t("div",A6,[d.value?(i(),r("button",{key:0,class:"cbi-button cbi-button-apply",onClick:k},"\u786E\u5B9A")):$("",!0),t("button",{class:"cbi-button cbi-button-apply",onClick:g},"\u8FD4\u56DE"),d.value?$("",!0):(i(),r("button",{key:1,class:"cbi-button cbi-button-remove app-btn app-back",type:"button",onClick:v},"\u53D6\u6D88"))])])):$("",!0)]}),_:1},8,["Close"]))}});var z6=Y(S6,[["__scopeId","data-v-83e05458"]]);const P6=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X(z6,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},sa=e=>(O("data-v-45f6b8cc"),e=e(),N(),e),T6={class:"app-container"},I6={class:"app-container_title"},L6=sa(()=>t("span",null,[t("span",null,"Docker")],-1)),M6={key:0,class:"app-container_tool"},O6={key:1,class:"more_icon",title:"\u67E5\u770BDocker\u4FE1\u606F"},N6={class:"DeviceBlock"},q6=sa(()=>t("ul",null,[t("li",null,[t("a",{href:"/cgi-bin/luci/admin/docker/overview"},"Docker\u9AD8\u7EA7\u914D\u7F6E")])],-1)),j6={key:1,class:"loading_placeholder"},R6=P({props:{docker:{type:Object}},setup(e){const a=y(!1),o=y(),n=y(!1),s=()=>{n.value=!n.value},p=()=>{P6()};return setTimeout(()=>{z.Guide.DockerStatus.GET().then(f=>{var d;if((d=f==null?void 0:f.data)!=null&&d.result){const l=f.data.result;o.value=l}}).finally(()=>{a.value=!0})},3e3),(f,d)=>{var u,m;const l=J("icon-loading");return i(),r("div",T6,[t("div",I6,[L6,a.value?(i(),r("div",M6,[((u=o.value)==null?void 0:u.status)!="not installed"?(i(),r("div",{key:0,class:"app-container_configure",onClick:p},"\u5FEB\u901F\u914D\u7F6E ")):$("",!0),((m=o.value)==null?void 0:m.status)==="running"?(i(),r("span",O6,[A(Ct,{onClick:s})])):$("",!0)])):$("",!0),S(t("div",N6,[t("div",{class:"menu_background",onClick:s}),q6],512),[[kt,n.value]])]),t("div",null,[a.value?(i(),M(R2,{key:0,docker:o.value},null,8,["docker"])):(i(),r("div",j6,[A(l,{size:50,color:"currentColor"})]))])])}}});var G6=Y(R6,[["__scopeId","data-v-45f6b8cc"]]);const te=e=>(O("data-v-dbe287b2"),e=e(),N(),e),V6={class:"app-container_aria2"},U6={class:"aria2-item"},W6=te(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),Z6={class:"aria2-item_value"},H6={key:0,class:"configure"},J6={key:1,class:"configure enabel"},X6={class:"aria2-item"},K6=te(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),Q6={class:"aria2-item_value"},t5=["href"],e5={class:"aria2-item"},a5=te(()=>t("div",{class:"aria2-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),o5={class:"aria2-item_value"},n5=["href"],i5={class:"aria2-item"},r5=te(()=>t("div",{class:"aria2-item_name right"},[t("span",null,"\u8BA4\u8BC1\u5931\u8D25\uFF1F")],-1)),s5={class:"aria2-item_value"},d5=["href"],u5=te(()=>t("div",{class:"use-url_app"},[t("a",{href:"https://doc.linkease.com/zh/guide/linkease_app/tutorial.html#%E8%BF%9C%E7%A8%8B%E4%B8%8B%E8%BD%BD",target:"_blank"},"\u4F7F\u7528\u6613\u6709\u4E91APP\uFF0C\u968F\u65F6\u968F\u5730\u8FDC\u7A0B\u4E0B\u8F7D")],-1)),l5=P({props:{aria2:{type:Object}},setup(e){const a=e,o=R(()=>{var s;return`${location.origin}${(s=a.aria2)==null?void 0:s.webPath}`}),n=R(()=>{var c,f,d;let s=(c=a.aria2)==null?void 0:c.rpcToken;s&&(s=encodeURIComponent(btoa(s)));const p=encodeURIComponent(location.hostname);return`${location.origin}${(f=a.aria2)==null?void 0:f.webPath}/#!/settings/rpc/set/http/${p}/${(d=a.aria2)==null?void 0:d.rpcPort}/jsonrpc/${s}`});return(s,p)=>{var c,f,d,l;return i(),r("ul",V6,[t("li",U6,[W6,t("div",Z6,[((c=e.aria2)==null?void 0:c.status)=="running"?(i(),r("span",H6,"\u5DF2\u542F\u52A8")):(i(),r("span",J6,"\u672A\u542F\u52A8"))])]),((f=e.aria2)==null?void 0:f.status)=="running"?(i(),r(L,{key:0},[t("li",X6,[K6,t("div",Q6,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((d=e.aria2)==null?void 0:d.downloadPath)},_((l=e.aria2)==null?void 0:l.downloadPath),9,t5)])]),t("li",e5,[a5,t("div",o5,[t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,n5)])]),t("li",i5,[r5,t("div",s5,[t("a",{href:w(n),target:"_blank",rel:"noopener noreferrer"},"\u70B9\u6B64\u81EA\u52A8\u914D\u7F6E AriaNg",8,d5)])])],64)):$("",!0),u5])}}});var c5=Y(l5,[["__scopeId","data-v-dbe287b2"]]);const Ae=e=>(O("data-v-030a7bea"),e=e(),N(),e),p5={class:"app-container_qbittorrent"},f5={class:"qbittorrent-item"},m5=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),b5={class:"qbittorrent-item_value"},v5={key:0,class:"configure"},g5={key:1,class:"configure enabel"},_5={class:"qbittorrent-item"},h5=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),x5={class:"qbittorrent-item_value"},k5=["href"],w5={class:"qbittorrent-item"},y5=Ae(()=>t("div",{class:"qbittorrent-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),F5={class:"qbittorrent-item_value"},E5=["href"],C5=P({props:{qbittorrent:{type:Object}},setup(e){const a=e,o=R(()=>{var n;return`http://${location.hostname}${(n=a.qbittorrent)==null?void 0:n.webPath}`});return(n,s)=>{var p,c,f,d;return i(),r("ul",p5,[t("li",f5,[m5,t("div",b5,[((p=e.qbittorrent)==null?void 0:p.status)=="running"?(i(),r("span",v5,"\u5DF2\u542F\u52A8")):(i(),r("span",g5,"\u672A\u542F\u52A8"))])]),((c=e.qbittorrent)==null?void 0:c.status)=="running"?(i(),r(L,{key:0},[t("li",_5,[h5,t("div",x5,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((f=e.qbittorrent)==null?void 0:f.downloadPath)},_((d=e.qbittorrent)==null?void 0:d.downloadPath),9,k5)])]),t("li",w5,[y5,t("div",F5,[t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,E5)])])],64)):$("",!0)])}}});var $5=Y(C5,[["__scopeId","data-v-030a7bea"]]);const Se=e=>(O("data-v-31717210"),e=e(),N(),e),D5={class:"app-container_transmission"},B5={class:"transmission-item"},Y5=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u5F53\u524D\u72B6\u6001:")],-1)),A5={class:"transmission-item_value"},S5={key:0,class:"configure"},z5={key:1,class:"configure enabel"},P5={class:"transmission-item"},T5=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u4E0B\u8F7D\u76EE\u5F55:")],-1)),I5={class:"transmission-item_value"},L5=["href"],M5={class:"transmission-item"},O5=Se(()=>t("div",{class:"transmission-item_name"},[t("span",null,"\u7F51\u7EDC\u5730\u5740:")],-1)),N5={class:"transmission-item_value"},q5=["href"],j5=P({props:{transmission:{type:Object}},setup(e){const a=e,o=R(()=>{var n;return`http://${location.hostname}${(n=a.transmission)==null?void 0:n.webPath}`});return(n,s)=>{var p,c,f,d;return i(),r("ul",D5,[t("li",B5,[Y5,t("div",A5,[((p=e.transmission)==null?void 0:p.status)=="running"?(i(),r("span",S5,"\u5DF2\u542F\u52A8")):(i(),r("span",z5,"\u672A\u542F\u52A8"))])]),((c=e.transmission)==null?void 0:c.status)=="running"?(i(),r(L,{key:0},[t("li",P5,[T5,t("div",I5,[t("a",{target:"_blank",href:"/cgi-bin/luci/admin/services/linkease/file/?path=/root"+((f=e.transmission)==null?void 0:f.downloadPath)},_((d=e.transmission)==null?void 0:d.downloadPath),9,L5)])]),t("li",M5,[O5,t("div",N5,[t("a",{href:w(o),target:"_blank",rel:"noopener noreferrer"},_(w(o)),9,q5)])])],64)):$("",!0)])}}});var R5=Y(j5,[["__scopeId","data-v-31717210"]]);const G5={},V5={width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},U5=t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6","fill-opacity":"0.65"},null,-1),W5=[U5];function Z5(e,a){return i(),r("svg",V5,W5)}var ie=Y(G5,[["render",Z5]]);const H=e=>(O("data-v-e7bddcca"),e=e(),N(),e),H5={key:0,class:"action"},J5=H(()=>t("h2",{class:"title"},"\u4E0B\u8F7D\u670D\u52A1\u914D\u7F6E\u5411\u5BFC",-1)),X5={class:"load_service input_row"},K5=H(()=>t("div",{class:"left"},[t("span",null,"\u4E0B\u8F7D\u670D\u52A1\uFF1A")],-1)),Q5={class:"radios"},t3=H(()=>t("label",{for:"Aria2"},"Aria2",-1)),e3={class:"radios"},a3=H(()=>t("label",{for:"qB"},"qBittorrent",-1)),o3={class:"radios"},n3=H(()=>t("label",{for:"Tr"},"Transmission",-1)),i3={key:0},r3={class:"input_row"},s3={class:"left"},d3={class:"tooltip-trigger"},u3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),l3=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),c3=["onSubmit"],p3={class:"select-editable"},f3=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),m3=["value"],b3=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),v3={class:"input_row"},g3={class:"left"},_3={class:"tooltip-trigger"},h3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-bottom"},[t("span",{class:"dowload_rpc_tip"},"\u7528\u4E8E\u8FDC\u7A0B\u8BBF\u95EE\u7684\u4EE4\u724C\u3002")])],-1)),x3=H(()=>t("span",null,"RPC \u4EE4\u724C\uFF1A",-1)),k3={class:"input_row"},w3=H(()=>t("div",{class:""},[t("span",null,"\u9644\u52A0\u7684 BT Tracker\uFF1A")],-1)),y3={class:"radios"},F3=H(()=>t("label",{for:"default"},"\u9ED8\u8BA4",-1)),E3={class:"radios"},C3=H(()=>t("label",{for:"add"},"\u81EA\u5DF1\u6DFB\u52A0",-1)),$3={class:"input_row"},D3=H(()=>t("div",{class:"left"},null,-1)),B3={class:"myinput_wrap Tracker_input"},Y3={key:1},A3={class:"load"},S3={class:"left"},z3={class:"tooltip-trigger"},P3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),T3=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),I3=["onSubmit"],L3={class:"select-editable"},M3=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),O3=["value"],N3=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),q3={key:2},j3={class:"load"},R3={class:"left"},G3={class:"tooltip-trigger"},V3=H(()=>t("div",null,[t("div",{class:"tooltip-text tooltip-top"},[t("span",{class:"dowload_dir_tip"},"\u7528\u4E8E\u653E\u7F6E\u4E0B\u8F7D\u6587\u4EF6\u7684\u76EE\u5F55\u3002\u4F8B\u5982\uFF1Amnt/sda1/download")])],-1)),U3=H(()=>t("span",null,"\u4E0B\u8F7D\u76EE\u5F55\uFF1A",-1)),W3=["onSubmit"],Z3={class:"select-editable"},H3=H(()=>t("option",{selected:"true",value:null},"\u8BF7\u9009\u62E9\u4E0B\u8F7D\u76EE\u5F55",-1)),J3=["value"],X3=H(()=>t("option",{value:"useInput"},"- -\u81EA\u5B9A\u4E49- -",-1)),K3={class:"btns"},Q3={key:1,class:"action"},t4={class:"title"},e4={class:"finished"},a4=H(()=>t("p",{class:"successed"},"\u914D\u7F6E\u6210\u529F\uFF01",-1)),o4=P({props:{services:{type:Object,required:!0},partitionList:{type:Array,required:!0},defaultTab:{type:String,required:!1},Close:Function},setup(e){const a=e,o=y(""),n=y(""),s=y("null"),p=y(""),c=y("default"),f=y("Aria2"),d=y("null"),l=y(""),u=y("null"),m=y(""),b=y(0);Dt(()=>{var G,K,et,at,_t,Te,Ie;switch(a.defaultTab){case"aria2":f.value="Aria2";break;case"qbittorrent":f.value="qBittorrent";break;case"transmission":f.value="Transmission";break}const F=((G=a.services.aria2)==null?void 0:G.downloadPath)||((K=a.services.qbittorrent)==null?void 0:K.downloadPath)||((et=a.services.transmission)==null?void 0:et.downloadPath);F&&(a.partitionList.find(Ut=>Ut==F)?s.value=F:(p.value=F,s.value="useInput"));const D=(at=a.services.aria2)==null?void 0:at.rpcToken;D&&(o.value=D);const C=((_t=a.services.qbittorrent)==null?void 0:_t.downloadPath)||F||((Te=a.services.transmission)==null?void 0:Te.downloadPath);C&&(a.partitionList.find(Ut=>Ut==C)?d.value=C:(l.value=C,d.value="useInput"));const B=((Ie=a.services.transmission)==null?void 0:Ie.downloadPath)||F||C;B&&(a.partitionList.find(Ut=>Ut==B)?u.value=B:(m.value=B,u.value="useInput"))});const h=()=>{let F=s.value;F=="useInput"&&(F=p.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield pt.checkAndInstallApp("app-meta-aria2","Aria2")){const C=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.Aria2Init.POST({downloadPath:F,rpcToken:o.value,btTracker:c.value=="add"?n.value:""}).then(B=>{var G;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((G=B.data)!=null&&G.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>C.Close())}})},v=()=>{let F=d.value;F=="useInput"&&(F=l.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield pt.checkAndInstallApp("app-meta-qbittorrent","qBittorrent")){const C=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.qbitorrentInit.POST({downloadPath:F}).then(B=>{var G;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((G=B.data)!=null&&G.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>C.Close())}})},g=()=>{let F=u.value;F=="useInput"&&(F=m.value),!(F==null||F=="null"||F=="")&&T(this,null,function*(){if(yield pt.checkAndInstallApp("app-meta-transmission","Transmission")){const C=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.transmissionInit.POST({downloadPath:F}).then(B=>{var G;if(B!=null&&B.data){if((B.data.success||0)==0){b.value=1;return}else if((G=B.data)!=null&&G.error)throw B.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(B=>E.Error(B)).finally(()=>C.Close())}})},k=F=>{F.preventDefault(),a.Close&&a.Close()},x=F=>{F.preventDefault(),location.reload()};return(F,D)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[b.value==0?(i(),r("div",H5,[J5,t("ul",null,[t("li",null,[t("div",X5,[K5,t("div",Q5,[S(t("input",{type:"radio",value:"Aria2","onUpdate:modelValue":D[0]||(D[0]=C=>f.value=C),name:"download",id:"Aria2"},null,512),[[ct,f.value]]),t3]),t("div",e3,[S(t("input",{type:"radio",value:"qBittorrent","onUpdate:modelValue":D[1]||(D[1]=C=>f.value=C),name:"download",id:"qB"},null,512),[[ct,f.value]]),a3]),t("div",o3,[S(t("input",{type:"radio",value:"Transmission","onUpdate:modelValue":D[2]||(D[2]=C=>f.value=C),name:"download",id:"Tr"},null,512),[[ct,f.value]]),n3])])])]),f.value=="Aria2"?(i(),r("ul",i3,[t("li",null,[t("div",r3,[t("div",s3,[t("span",d3,[A(ie),u3]),l3]),t("form",{class:"myinput_wrap",onSubmit:ot(h,["prevent"])},[t("label",null,[t("div",p3,[S(t("select",{"onUpdate:modelValue":D[3]||(D[3]=C=>s.value=C),autocomplete:"off"},[f3,(i(!0),r(L,null,j(e.partitionList,(C,B)=>(i(),r("option",{value:C,key:B},_(C),9,m3))),128)),b3],512),[[Z,s.value,void 0,{trim:!0}]]),s.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[4]||(D[4]=C=>p.value=C),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,p.value,void 0,{trim:!0}]]):$("",!0)])])],40,c3)])]),t("li",null,[t("div",v3,[t("div",g3,[t("span",_3,[A(ie),h3]),x3]),S(t("input",{type:"text",class:"RPC_input",placeholder:"\u8BF7\u8F93\u5165RPC\u4EE4\u724C","onUpdate:modelValue":D[5]||(D[5]=C=>o.value=C)},null,512),[[V,o.value,void 0,{trim:!0}]])])]),t("li",null,[t("div",k3,[w3,t("div",y3,[S(t("input",{type:"radio",value:"default",name:"BT",id:"default","onUpdate:modelValue":D[6]||(D[6]=C=>c.value=C)},null,512),[[ct,c.value]]),F3]),t("div",E3,[S(t("input",{type:"radio",value:"add",name:"BT",id:"add","onUpdate:modelValue":D[7]||(D[7]=C=>c.value=C)},null,512),[[ct,c.value]]),C3])])]),t("li",null,[t("div",$3,[D3,t("div",B3,[c.value=="add"?S((i(),r("textarea",{key:0,"onUpdate:modelValue":D[8]||(D[8]=C=>n.value=C),rows:"4",placeholder:"\u8BF7\u8F93\u5165bt\u670D\u52A1\u5668\u5730\u5740"},null,512)),[[V,n.value,void 0,{trim:!0}]]):$("",!0)])])])])):$("",!0),f.value=="qBittorrent"?(i(),r("ul",Y3,[t("li",null,[t("div",A3,[t("div",S3,[t("span",z3,[A(ie),P3]),T3]),t("form",{class:"myinput_wrap",onSubmit:ot(v,["prevent"])},[t("label",null,[t("div",L3,[S(t("select",{"onUpdate:modelValue":D[9]||(D[9]=C=>d.value=C),autocomplete:"off"},[M3,(i(!0),r(L,null,j(e.partitionList,(C,B)=>(i(),r("option",{value:C,key:B},_(C),9,O3))),128)),N3],512),[[Z,d.value,void 0,{trim:!0}]]),d.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[10]||(D[10]=C=>l.value=C),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,l.value,void 0,{trim:!0}]]):$("",!0)])])],40,I3)])])])):$("",!0),f.value=="Transmission"?(i(),r("ul",q3,[t("li",null,[t("div",j3,[t("div",R3,[t("span",G3,[A(ie),V3]),U3]),t("form",{class:"myinput_wrap",onSubmit:ot(g,["prevent"])},[t("label",null,[t("div",Z3,[S(t("select",{"onUpdate:modelValue":D[11]||(D[11]=C=>u.value=C),autocomplete:"off"},[H3,(i(!0),r(L,null,j(e.partitionList,(C,B)=>(i(),r("option",{value:C,key:B},_(C),9,J3))),128)),X3],512),[[Z,u.value,void 0,{trim:!0}]]),u.value=="useInput"?S((i(),r("input",{key:0,type:"text","onUpdate:modelValue":D[12]||(D[12]=C=>m.value=C),required:"",placeholder:"\u8BF7\u8F93\u5165\u4E0B\u8F7D\u76EE\u5F55"},null,512)),[[V,m.value,void 0,{trim:!0}]]):$("",!0)])])],40,W3)])])])):$("",!0),t("div",K3,[f.value=="Aria2"?(i(),r("button",{key:0,class:"cbi-button cbi-button-apply",onClick:h},"\u542F\u7528")):$("",!0),f.value=="qBittorrent"?(i(),r("button",{key:1,class:"cbi-button cbi-button-apply",onClick:v},"\u542F\u7528")):$("",!0),f.value=="Transmission"?(i(),r("button",{key:2,class:"cbi-button cbi-button-apply",onClick:g},"\u542F\u7528")):$("",!0),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:k},"\u53D6\u6D88")])])):b.value==1?(i(),r("div",Q3,[t("h2",t4,_(f.value)+"\u4E0B\u8F7D\u670D\u52A1\u914D\u7F6E\u5411\u5BFC",1),t("div",e4,[A(Ce)]),a4,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply",onClick:x},"\u786E\u5B9A")])])):$("",!0)]),_:1},8,["Close"]))}});var n4=Y(o4,[["__scopeId","data-v-e7bddcca"]]);const i4=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(n4,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},r4=e=>(O("data-v-432c38b6"),e=e(),N(),e),s4={class:"app-container"},d4={class:"app-container_title"},u4=r4(()=>t("span",null,[t("span",null,"\u4E0B\u8F7D\u670D\u52A1")],-1)),l4={class:"app-container_tool"},c4=["disabled"],p4={class:"more_icon",title:"\u67E5\u770B\u9AD8\u7EA7\u914D\u7F6E"},f4={class:"DeviceBlock"},m4={class:"app-container_body"},b4={class:"app-container_nas-menu"},v4=P({setup(e){y(!1);const a=y("aria2"),o=y();We(),(()=>{z.Guide.DownloadService.Status.GET().then(b=>{var h;if((h=b==null?void 0:b.data)!=null&&h.result){const v=b.data.result;o.value=v}})})();const s=y(!1),p=y(!1),c=()=>{p.value=!p.value},f=()=>{z.Guide.DownloadPartition.List.GET().then(b=>{var v,g;let h=[];(g=(v=b==null?void 0:b.data)==null?void 0:v.result)!=null&&g.partitionList&&(h=b.data.result.partitionList),i4({services:o.value,partitionList:h,defaultTab:a.value})})},d=(b,h,v)=>T(this,null,function*(){c(),pt.installAndGo(b,h,v)}),l=()=>{d("app-meta-aria2","Aria2","/cgi-bin/luci/admin/services/aria2")},u=()=>{d("app-meta-qbittorrent","qBittorrent","/cgi-bin/luci/admin/nas/qBittorrent")},m=()=>{d("app-meta-transmission","Transmission","/cgi-bin/luci/admin/services/transmission")};return(b,h)=>{var v,g,k;return i(),r("div",s4,[t("div",d4,[u4,t("div",l4,[o.value?(i(),r("div",{key:0,class:"app-container_configure",onClick:f,disabled:s.value},"\u5FEB\u901F\u914D\u7F6E ",8,c4)):$("",!0),t("span",p4,[A(Ct,{onClick:c})])]),S(t("div",f4,[t("div",{class:"menu_background",onClick:c}),t("ul",null,[t("li",null,[t("a",{onClick:l},"Aria2\u9AD8\u7EA7\u914D\u7F6E")]),t("li",null,[t("a",{onClick:u},"qBittorrent\u9AD8\u7EA7\u914D\u7F6E")]),t("li",null,[t("a",{onClick:m},"Transmission\u9AD8\u7EA7\u914D\u7F6E")])])],512),[[kt,p.value]])]),t("div",m4,[t("ul",b4,[t("button",{onClick:h[0]||(h[0]=x=>a.value="aria2"),class:st({on:a.value=="aria2"})},"Aria2",2),t("button",{onClick:h[1]||(h[1]=x=>a.value="qbittorrent"),class:st({on:a.value=="qbittorrent"})},"qBittorrent",2),t("button",{onClick:h[2]||(h[2]=x=>a.value="transmission"),class:st({on:a.value=="transmission"})},"Transmission",2)]),a.value=="aria2"?(i(),M(c5,{key:0,aria2:(v=o.value)==null?void 0:v.aria2},null,8,["aria2"])):a.value=="qbittorrent"?(i(),M($5,{key:1,qbittorrent:(g=o.value)==null?void 0:g.qbittorrent},null,8,["qbittorrent"])):a.value=="transmission"?(i(),M(R5,{key:2,transmission:(k=o.value)==null?void 0:k.transmission},null,8,["transmission"])):$("",!0)])])}}});var g4=Y(v4,[["__scopeId","data-v-432c38b6"]]);const yt=e=>(O("data-v-43beecef"),e=e(),N(),e),_4={class:"actioner-container"},h4=yt(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),x4={class:"actioner-container_body"},k4={class:"label-item"},w4=yt(()=>t("span",null,"DDNSTO",-1)),y4=yt(()=>t("p",{class:"label_info"},"DDNSTO \u662F\u4E00\u4E2A\u4E0D\u9700\u8981\u516C\u7F51IP\u4E5F\u53EF\u4EE5\u5728\u5916\u7F51\u8BBF\u95EE\u7684\u7A7F\u900F\u57DF\u540D\u670D\u52A1\uFF0C\u4E00\u4E2A\u6D4F\u89C8\u5668\u641E\u5B9A\u5185\u7F51\u7A7F\u900F\uFF0C\u8FDC\u7A0B\u8BBF\u95EEOpenwrt\u3001\u8FDC\u7A0B\u7EC8\u7AEF\u3001\u8FDC\u7A0B\u684C\u9762...",-1)),F4={class:"label-item"},E4=yt(()=>t("span",null,"\u963F\u91CC\u4E91",-1)),C4=yt(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),$4={class:"label-item"},D4=yt(()=>t("span",null,"Dnspod",-1)),B4=yt(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),Y4={class:"label-item"},A4=yt(()=>t("span",null,"\u82B1\u751F\u58F3",-1)),S4=yt(()=>t("p",{class:"label_info"}," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),z4=P({props:{onSetup:{type:Function,required:!0},active:{type:String,default:"ddnsto"}},emits:["update:active"],setup(e,{emit:a}){const o=e,n=()=>{o.onSetup()},s=y(o.active),p=()=>{switch(a("update:active",s.value),s.value){case"ddnsto":o.onSetup("ddnsto");break;case"ali":o.onSetup("ddns-ali");break;case"dnspod":o.onSetup("ddns-dnspod");break;case"oray":o.onSetup("ddns-oray");break}};return(c,f)=>(i(),r("div",_4,[h4,t("div",x4,[t("div",k4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":f[0]||(f[0]=d=>s.value=d),value:"ddnsto"},null,512),[[ct,s.value]]),w4]),y4]),t("div",F4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":f[1]||(f[1]=d=>s.value=d),value:"ali"},null,512),[[ct,s.value]]),E4]),C4]),t("div",$4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":f[2]||(f[2]=d=>s.value=d),value:"dnspod"},null,512),[[ct,s.value]]),D4]),B4]),t("div",Y4,[t("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":f[3]||(f[3]=d=>s.value=d),value:"oray"},null,512),[[ct,s.value]]),A4]),S4])]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:n},"\u53D6\u6D88"),t("div",{class:"next",onClick:p},"\u4E0B\u4E00\u6B65")])]))}});var P4=Y(z4,[["__scopeId","data-v-43beecef"]]);const ee=e=>(O("data-v-43dd65a2"),e=e(),N(),e),T4={class:"actioner-container"},I4={class:"actioner-container_body"},L4=ee(()=>t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})],-1)),M4=ee(()=>t("div",{class:"body-title"},"\u6DFB\u52A0\u6210\u529F",-1)),O4=ee(()=>t("p",{class:"body-tips"},"\u8BF7\u7A0D\u7B491\u5206\u949F\u751F\u6548\u540E\u518D\u4F7F\u7528\u3002",-1)),N4={class:"body-info"},q4=ee(()=>t("span",null,"\u8BBF\u95EE\u5730\u5740\uFF1A",-1)),j4=["href"],R4=ee(()=>t("div",null,[t("span",null,"\u53EF\u524D\u5F80"),t("a",{href:"/cgi-bin/luci/admin/services/ddns",target:"_blank"},"\u670D\u52A1-\u52A8\u6001DNS"),t("span",null,"\u67E5\u770B\u66F4\u591A\u8BE6\u60C5")],-1)),G4=P({props:{target:{type:String,required:!0},onSetup:{type:Function,required:!0}},setup(e){const a=()=>{location.reload()};return(o,n)=>(i(),r("div",T4,[t("div",I4,[L4,M4,O4,t("div",N4,[q4,t("a",{href:e.target,target:"_blank",rel:"noopener noreferrer"},_(e.target),9,j4)]),R4]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:a},"\u5173\u95ED")])]))}});var V4=Y(G4,[["__scopeId","data-v-43dd65a2"]]);const da=e=>(O("data-v-7790f1da"),e=e(),N(),e),U4={class:"actioner-container"},W4=da(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),Z4=da(()=>t("div",{class:"actioner-container_body ddnsto-login"},[t("iframe",{src:"https://www.kooldns.cn/bind/#/auth?send=1&source=openwrt&callback=*"})],-1)),H4=P({props:{onSetup:{type:Function,required:!0},onDdnstoConfig:{type:Function,required:!0}},setup(e){const a=e,o=()=>{a.onSetup()},n=s=>{if(s.data.auth=="ddnsto"){const p=s.data.sign,c=s.data.token;p&&c&&(removeEventListener("message",n),a.onDdnstoConfig(p,c),a.onSetup("ddnsto-run"))}};return Dt(()=>{window.addEventListener("message",n)}),Nt(()=>{removeEventListener("message",n)}),(s,p)=>(i(),r("div",U4,[W4,Z4,t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u53D6\u6D88")])]))}});var J4=Y(H4,[["__scopeId","data-v-7790f1da"]]);const X4=e=>(O("data-v-7b3ee72a"),e=e(),N(),e),K4={class:"actioner-container"},Q4=X4(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),t8={class:"actioner-container_body ddnsto-bind"},e8=["src"],a8=P({props:{onSetup:{type:Function,required:!0},config:{type:Object,required:!0},domain:{type:String,required:!0}},emits:["update:domain"],setup(e,{emit:a}){const o=e,n=R(()=>{const{domain:c,token:f,sign:d,routerId:l,netaddr:u}=o.config,m=encodeURIComponent(c),b=encodeURIComponent(u);return`https://www.kooldns.cn/bind/#/domain?domain=${m}&sign=${d}&token=${f}&routerId=${l}&netaddr=${b}`}),s=c=>{if(c.data){const{auth:f,url:d}=c.data;f==="ddnsto"&&d&&p(d)}},p=c=>T(this,null,function*(){var f;try{const d=yield z.Guide.DdnstoAddress.POST({address:c});d!=null&&d.data&&(((f=d==null?void 0:d.data)==null?void 0:f.success)||0)==0&&(a("update:domain",c),o.onSetup("ddnsto-save"))}catch(d){}});return Dt(()=>{window.addEventListener("message",s)}),Nt(()=>{removeEventListener("message",s)}),(c,f)=>(i(),r("div",K4,[Q4,t("div",t8,[t("iframe",{src:w(n)},null,8,e8)])]))}});var o8=Y(a8,[["__scopeId","data-v-7b3ee72a"]]);const ae=e=>(O("data-v-7f5a8953"),e=e(),N(),e),n8={class:"actioner-container"},i8={class:"actioner-container_body"},r8=ae(()=>t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128","data-v-cda444e0":""},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063","data-v-cda444e0":""})],-1)),s8=ae(()=>t("div",{class:"body-title"},"\u6DFB\u52A0\u6210\u529F",-1)),d8=ae(()=>t("p",{class:"body-tips"},"\u8BF7\u7A0D\u7B491\u5206\u949F\u751F\u6548\u540E\u518D\u4F7F\u7528\u3002",-1)),u8={class:"body-info"},l8=ae(()=>t("span",null,"\u8BBF\u95EE\u5730\u5740\uFF1A",-1)),c8=["href"],p8=ae(()=>t("div",null,[t("span",null,"\u53EF\u524D\u5F80"),t("a",{href:"https://www.ddnsto.com/app/#/devices",target:"_blank"},"DDNSTO\u63A7\u5236\u53F0"),t("span",null,"\u67E5\u770B\u66F4\u591A\u8BE6\u60C5")],-1)),f8=P({props:{onSetup:{type:Function,required:!0},target:{type:String,required:!0}},setup(e){const a=()=>{location.reload()};return(o,n)=>(i(),r("div",n8,[t("div",i8,[r8,s8,d8,t("div",u8,[l8,t("a",{href:e.target,target:"_blank",rel:"noopener noreferrer"},_(e.target),9,c8)]),p8]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:a},"\u5173\u95ED")])]))}});var m8=Y(f8,[["__scopeId","data-v-7f5a8953"]]);const b8=e=>(O("data-v-d60389d6"),e=e(),N(),e),v8={class:"actioner-container"},g8=b8(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),_8={class:"actioner-container_body"},h8={class:"actioner-container_footer"},x8=P({props:{onSetup:{type:Function,required:!0}},setup(e){const a=e,o=()=>{a.onSetup()},n=()=>T(this,null,function*(){if(c.value)return;c.value=!0;const d=E.Loading("\u5B89\u88C5\u4E2D...");try{if(yield pt.installApp("app-meta-ddnsto",30)){a.onSetup("ddnsto-login");return}else s.value="\u5B89\u88C5\u5931\u8D25"}catch(l){s.value=l}finally{d.Close()}c.value=!1}),s=y("\u6B63\u5728\u68C0\u6D4B\u4E2D..."),p=y(!1),c=y(!1);return(()=>T(this,null,function*(){try{const d=yield z.App.Check.POST({name:"ddnsto"});if(d!=null&&d.data){const{result:l,error:u}=d.data;if(u){s.value=u;return}if(l){if(l.status=="installed"){a.onSetup("ddnsto-login");return}l.status=="uninstalled"&&(s.value="\u9700\u8981\u5B89\u88C5DDNSTO\u63D2\u4EF6\uFF0C\u70B9\u51FB\u201C\u786E\u5B9A\u201D\u5F00\u59CB\u5B89\u88C5")}}}catch(d){s.value=d}p.value=!0}))(),(d,l)=>(i(),r("div",v8,[g8,t("div",_8,[t("span",null,_(s.value),1)]),t("div",h8,[p.value?(i(),r(L,{key:0},[t("div",{class:"close",onClick:o},"\u53D6\u6D88"),t("div",{class:"next",onClick:n},"\u786E\u5B9A")],64)):$("",!0)])]))}});var k8=Y(x8,[["__scopeId","data-v-d60389d6"]]);const w8=e=>(O("data-v-1e0ebd66"),e=e(),N(),e),y8={class:"actioner-container"},F8=w8(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),E8={class:"actioner-container_body"},C8=P({props:{onSetup:{type:Function,required:!0},token:{type:String,required:!0},onDdnstoLocalConfig:{type:Function,required:!0}},setup(e){const a=e,o=y("\u6B63\u5728\u68C0\u6D4B\u63D2\u4EF6\u662F\u5426\u5DF2\u542F\u52A8...");(d=>T(this,null,function*(){var l;try{const u=yield z.Guide.Ddnsto.POST({token:a.token});u!=null&&u.data&&(u.data.error&&(o.value=u.data.error),(((l=u==null?void 0:u.data)==null?void 0:l.success)||0)==0&&p())}catch(u){o.value=u}}))(a.token);const s=y(),p=()=>{const d=()=>T(this,null,function*(){if((yield c())===!0){f();return}s.value=window.setTimeout(d,2e3)});d()},c=()=>T(this,null,function*(){try{const d=yield z.App.Check.POST({name:"ddnsto",checkRunning:!0});if(d!=null&&d.data){d.data.error&&(o.value=d.data.error);const l=d.data.result;if((l==null?void 0:l.status)=="running")return!0}}catch(d){o.value=d}return!1});Nt(()=>{s.value&&clearInterval(s.value)});const f=()=>T(this,null,function*(){var d;try{const l=yield z.Guide.DdntoConfig.GET();if(l!=null&&l.data&&(l.data.error&&(o.value=l.data.error),(((d=l==null?void 0:l.data)==null?void 0:d.success)||0)==0&&l.data.result)){const u=l.data.result;a.onDdnstoLocalConfig(u.netAddr,u.deviceId),a.onSetup("ddnsto-bind")}}catch(l){o.value=l}});return(d,l)=>(i(),r("div",y8,[F8,t("div",E8,_(o.value),1)]))}});var $8=Y(C8,[["__scopeId","data-v-1e0ebd66"]]);const D8={class:"action-main"},B8=P({props:{Close:{type:Function,required:!0},url:{type:String,required:!0}},setup(e){const a=e,o=y("ddnsto-install"),n=d=>{d!=null?o.value=d:s()},s=()=>{a.Close&&a.Close()},p=nt({sign:"",token:"",domain:a.url,netaddr:"",routerId:""}),c=(d,l)=>{p.sign=d,p.token=l},f=(d,l)=>{p.netaddr=d,p.routerId=l};return(d,l)=>(i(),M(Q,{type:1},{default:q(()=>[t("div",D8,[o.value=="ddnsto-install"?(i(),M(k8,{key:0,onSetup:n})):o.value=="ddnsto-login"?(i(),M(J4,{key:1,onSetup:n,onDdnstoConfig:c})):o.value=="ddnsto-run"?(i(),M($8,{key:2,onSetup:n,token:w(p).token,onDdnstoLocalConfig:f},null,8,["token"])):o.value=="ddnsto-bind"?(i(),M(o8,{key:3,onSetup:n,config:{token:w(p).token,sign:w(p).sign,domain:w(p).domain,netaddr:w(p).netaddr,routerId:w(p).routerId},domain:w(p).domain,"onUpdate:domain":l[0]||(l[0]=u=>w(p).domain=u)},null,8,["config","domain"])):o.value=="ddnsto-save"?(i(),M(m8,{key:4,onSetup:n,target:w(p).domain},null,8,["target"])):$("",!0)])]),_:1}))}});var Y8=Y(B8,[["__scopeId","data-v-7a6bd385"]]);const A8=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Y8,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},S8={class:"action"},z8={class:"action-header"},P8=["innerHTML"],T8={class:"action-footer"},I8=P({props:{Close:Function,next:{type:Function},clear:{type:Function},continuer:{type:Function},nextTitle:{type:String,default:"\u786E\u5B9A"},clearTitle:{type:String,default:"\u8FD4\u56DE"},continuerTitle:{type:String,default:"\u7EE7\u7EED\u4FDD\u5B58"},title:{type:String,default:"\u63D0\u793A"},content:{type:String}},setup(e){const a=e,o=()=>{a.next&&a.next(),a.Close&&a.Close()},n=()=>{a.clear&&a.clear(),a.Close&&a.Close()},s=()=>{a.continuer&&a.continuer(),a.Close&&a.Close()};return(p,c)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[t("div",S8,[t("div",z8,_(e.title),1),t("div",{class:"action-body",innerHTML:e.content},null,8,P8),t("div",T8,[e.clear?(i(),r("div",{key:0,class:"clear",onClick:n},_(e.clearTitle),1)):$("",!0),t("div",{class:"next",onClick:o},_(e.nextTitle),1),e.continuer?(i(),r("div",{key:1,class:"next",onClick:s},_(e.continuerTitle),1)):$("",!0)])])]),_:1},8,["Close"]))}});var L8=Y(I8,[["__scopeId","data-v-4358e88c"]]);const re=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(L8,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},it=e=>(O("data-v-9435cfa6"),e=e(),N(),e),M8={class:"actioner-container"},O8=["onSubmit"],N8=it(()=>t("div",{class:"actioner-container_header"},[t("span",null,"\u57DF\u540D\u914D\u7F6E\u5411\u5BFC")],-1)),q8={key:0,class:"title_info"},j8=it(()=>t("p",null," \u963F\u91CC\u4E91 ",-1)),R8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),G8=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#%E9%98%BF%E9%87%8C%E4%BA%91",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),V8=[j8,R8,G8],U8={key:1,class:"title_info"},W8=it(()=>t("p",null," dnspod ",-1)),Z8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),H8=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#dnspod",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),J8=[W8,Z8,H8],X8={key:2,class:"title_info"},K8=it(()=>t("p",null," \u82B1\u751F\u58F3 ",-1)),Q8=it(()=>t("span",null," \u4E3A\u62E5\u6709\u52A8\u6001IP\u7684\u4E3B\u673A\u914D\u7F6E\u4E00\u4E2A\u56FA\u5B9A\u7684\u53EF\u8BBF\u95EE\u57DF\u540D ",-1)),tp=it(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/basic/domain.html#%E8%8A%B1%E7%94%9F%E5%A3%B3",target:"_blank"},"\u67E5\u770B\u6559\u7A0B>>",-1)),ep=[K8,Q8,tp],ap={class:"label-item"},op=it(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u5730\u5740\u7248\u672C\uFF1A")],-1)),np={class:"label-item_value"},ip=it(()=>t("option",{value:"ipv4"},"IPv4\u5730\u5740",-1)),rp=it(()=>t("option",{value:"ipv6"},"IPv6\u5730\u5740",-1)),sp=[ip,rp],dp=it(()=>t("div",{class:"label_tips"},[t("svg",{width:"14px",height:"14px",viewBox:"0 0 14 14",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_alert",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"14",height:"14"}),t("path",{d:"M7,0.875 C3.61757813,0.875 0.875,3.61757813 0.875,7 C0.875,10.3824219 3.61757813,13.125 7,13.125 C10.3824219,13.125 13.125,10.3824219 13.125,7 C13.125,3.61757813 10.3824219,0.875 7,0.875 Z M6.5625,4.046875 C6.5625,3.98671875 6.61171875,3.9375 6.671875,3.9375 L7.328125,3.9375 C7.38828125,3.9375 7.4375,3.98671875 7.4375,4.046875 L7.4375,7.765625 C7.4375,7.82578125 7.38828125,7.875 7.328125,7.875 L6.671875,7.875 C6.61171875,7.875 6.5625,7.82578125 6.5625,7.765625 L6.5625,4.046875 Z M7,10.0625 C6.63769531,10.0625 6.34375,9.76855469 6.34375,9.40625 C6.34375,9.04394531 6.63769531,8.75 7,8.75 C7.36230469,8.75 7.65625,9.04394531 7.65625,9.40625 C7.65625,9.76855469 7.36230469,10.0625 7,10.0625 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])])]),t("span",{class:"info"},"\u8BBE\u5B9A\u54EA\u4E00\u4E2A IP \u5730\u5740\uFF08IPv4 \u6216 IPv6\uFF09\u4F1A\u88AB\u53D1\u9001\u7ED9 DDNS \u63D0\u4F9B\u5546")],-1)),up={class:"label-item"},lp=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u57DF\u540D\uFF1A")],-1)),cp={class:"label-item_value"},pp={class:"label-item"},fp=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u7528\u6237\u540D\uFF1A")],-1)),mp={class:"label-item_value"},bp={class:"label-item"},vp=it(()=>t("div",{class:"label-item_key"},[t("span",null,"\u5BC6\u7801\uFF1A")],-1)),gp={class:"label-item_value"},_p={class:"actioner-container_footer"},hp=["disabled"],xp=P({props:{name:{type:String,default:"ali"},onSetup:{type:Function,required:!0},target:{type:String,required:!0}},emits:["update:target"],setup(e,{emit:a}){const o=e,n=y("ipv4"),s=y(o.name),p=y(""),c=y(""),f=y(""),d=y(!1),l=()=>{o.onSetup("index")},u=()=>{d.value=!0;const v=E.Loading("\u68C0\u6D4B\u4E2D...");z.Network.CheckPublickNet.POST({ipVersion:n.value}).then(g=>{var k,x;if(g!=null&&g.data){if((k=g==null?void 0:g.data)!=null&&k.error){E.Warning(g==null?void 0:g.data.error);return}if((((x=g==null?void 0:g.data)==null?void 0:x.success)||0)==0){const F=g.data.result;F&&F.address?h():m();return}}throw"\u672A\u77E5\u9519\u8BEF"}).catch(g=>{E.Error(g)}).finally(()=>{v.Close(),d.value=!1})},m=()=>{re({title:"\u6E29\u99A8\u63D0\u793A",nextTitle:"\u4F7F\u7528DDNSTO",continuerTitle:"\u7EE7\u7EED\u4FDD\u5B58",content:"\u68C0\u6D4B\u5230\u60A8\u7684wan\u53E3\u6CA1\u6709\u516C\u7F51IP\u6216\u8005IPv6\u5730\u5740\uFF0C\u53EF\u4EE5\u4F7F\u7528DDNSTO\u914D\u7F6E\u8FDC\u7A0B\u57DF\u540D\u8BBF\u95EE",next(){b()},continuer(){h()},clear(){}})},b=()=>{o.onSetup("ddnsto")},h=()=>{d.value=!0;const v=E.Loading("\u914D\u7F6E\u4E2D...");z.Guide.PostDdns.POST({ipVersion:n.value,serviceName:s.value,domain:p.value,userName:c.value,password:f.value}).then(g=>{if(g!=null&&g.data){const{error:k,scope:x,success:F}=g.data;if(k=="-100"&&x=="guide.ddns"){re({title:"\u6E29\u99A8\u63D0\u793A",content:"\u68C0\u6D4B\u5230\u4F60\u6709\u672A\u4FDD\u5B58\u7684\u914D\u7F6E\uFF0C\u53EF\u524D\u5F80\u9875\u9762\u53F3\u4E0A\u89D2\u70B9\u51FB\u67E5\u770B\uFF0C\u4FDD\u5B58\u5E76\u5E94\u7528\u6216\u8005\u6062\u590D\u914D\u7F6E\u540E\u7EE7\u7EED",next(){}});return}if(k){E.Warning(k);return}if((F||0)==0){a("update:target",p.value),o.onSetup("ddns-success");return}}throw"\u672A\u77E5\u9519\u8BEF"}).catch(g=>{E.Error(g)}).finally(()=>{v.Close(),d.value=!1})};return(v,g)=>(i(),r("div",M8,[t("form",{class:"actioner-dns",onSubmit:ot(u,["prevent"])},[N8,t("div",{class:st(["actioner-container_body",e.name])},[e.name=="ali"?(i(),r("div",q8,V8)):e.name=="dnspod"?(i(),r("div",U8,J8)):e.name=="oray"?(i(),r("div",X8,ep)):$("",!0),t("div",ap,[op,t("div",np,[S(t("select",{name:"",id:"","onUpdate:modelValue":g[0]||(g[0]=k=>n.value=k)},sp,512),[[Z,n.value]])]),dp]),t("div",up,[lp,t("div",cp,[S(t("input",{type:"text",placeholder:"myhost.example.com","onUpdate:modelValue":g[1]||(g[1]=k=>p.value=k),required:""},null,512),[[V,p.value,void 0,{trim:!0}]])])]),t("div",pp,[fp,t("div",mp,[S(t("input",{type:"text","onUpdate:modelValue":g[2]||(g[2]=k=>c.value=k),placeholder:"\u8BF7\u8F93\u5165\u7528\u6237\u540D",required:""},null,512),[[V,c.value,void 0,{trim:!0}]])])]),t("div",bp,[vp,t("div",gp,[S(t("input",{type:"password","onUpdate:modelValue":g[3]||(g[3]=k=>f.value=k),placeholder:"\u8BF7\u8F93\u5165\u5BC6\u7801",required:""},null,512),[[V,f.value,void 0,{trim:!0}]])])])],2),t("div",_p,[t("div",{class:"close",onClick:l,type:"button"},"\u8FD4\u56DE"),t("button",{class:"next save",type:"submit",disabled:d.value},"\u4FDD\u5B58",8,hp)])],40,O8)]))}});var ke=Y(xp,[["__scopeId","data-v-9435cfa6"]]);const kp={class:"action-main"},wp=P({props:{Close:{type:Function,required:!0},url:{type:String,required:!0}},setup(e){const a=e,o=y(""),n=y("index"),s=d=>{if(d!=null){if(d=="ddnsto"){p();return}n.value=d}else c()},p=()=>{c(),A8({url:a.url})},c=()=>{a.Close&&a.Close()},f=y("ddnsto");return(d,l)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[t("div",kp,[n.value=="index"?(i(),M(P4,{key:0,onSetup:s,active:f.value,"onUpdate:active":l[0]||(l[0]=u=>f.value=u)},null,8,["active"])):n.value=="ddns-ali"?(i(),M(ke,{key:1,onSetup:s,target:o.value,"onUpdate:target":l[1]||(l[1]=u=>o.value=u),name:"ali"},null,8,["target"])):n.value=="ddns-dnspod"?(i(),M(ke,{key:2,onSetup:s,target:o.value,"onUpdate:target":l[2]||(l[2]=u=>o.value=u),name:"dnspod"},null,8,["target"])):n.value=="ddns-oray"?(i(),M(ke,{key:3,onSetup:s,target:o.value,"onUpdate:target":l[3]||(l[3]=u=>o.value=u),name:"oray"},null,8,["target"])):n.value=="ddns-success"?(i(),M(V4,{key:4,onSetup:s,target:o.value},null,8,["target"])):$("",!0)])]),_:1},8,["Close"]))}});var yp=Y(wp,[["__scopeId","data-v-6f1d92d9"]]);const Fp=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(yp,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},Mt=e=>(O("data-v-10ce7ce8"),e=e(),N(),e),Ep={class:"app-container"},Cp=Mt(()=>t("span",null,[t("span",null,"\u8FDC\u7A0B\u57DF\u540D")],-1)),$p={class:"app-container_domain"},Dp={class:"domain-item"},Bp=Mt(()=>t("div",{class:"domain-item_name"},[t("span",null,"DDNSTO\uFF1A")],-1)),Yp={class:"domain-item_value"},Ap=["href","title"],Sp=Mt(()=>t("a",{class:"item_btn",href:"https://www.kooldns.cn/app/#/devices",target:"_blank"},"\u63A7\u5236\u53F0",-1)),zp={class:"domain-item"},Pp=Mt(()=>t("div",{class:"domain-item_name"},[t("span",null,"myddns_ipv4\uFF1A")],-1)),Tp={class:"domain-item_value"},Ip={key:0},Lp=["href"],Mp={key:2,href:"/cgi-bin/luci/admin/services/ddns"},Op=Mt(()=>t("svg",{t:"1653625385794",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4476",width:"28",height:"28"},[t("path",{d:"M145.83060282785186 873.7309800675556h650.2280809434073c24.411293468444445 0 44.384169832296294-19.97287636385185 44.38416861866666-44.384169832296294V500.90395784533337c0-13.315251313777777-8.876834209185184-22.19208430933333-22.19208430933333-22.19208430933333s-22.19208430933333 8.876834209185184-22.19208430933333 22.19208430933333v326.22364444444446H145.83060282785186V179.1187305054815h616.9399532657777c13.315251313777777 0 22.19208430933333-8.876834209185184 22.19208552296296-22.19208552296296s-8.876834209185184-22.19208430933333-22.19208552296296-22.19208430933333H145.83060282785186c-24.411293468444445 0-44.384169832296294 19.97287636385185-44.38416861866666 44.384169832296294v650.2280797297777c0 24.411293468444445 19.97287636385185 44.384169832296294 44.38416861866666 44.384169832296294z",fill:"#666","p-id":"4477"}),t("path",{d:"M887.0462301677038 203.53002276029633l-488.225862087111 488.2258633007407c-8.876834209185184 8.876834209185184-8.876834209185184 22.19208430933333 0 31.06891851851852 4.438417104592592 4.438417104592592 11.096042154666666 6.657625050074073 15.53445925925926 6.657625050074073s11.096042154666666-2.2192079454814815 15.53445925925926-6.657625050074073l490.4450712462222-490.4450712462222c8.876834209185184-8.876834209185184 8.876834209185184-22.19208430933333 0-31.06891851851852s-24.411293468444445-6.657625050074073-33.288127677629625 2.2192079454814815z",fill:"#666","p-id":"4478"})],-1)),Np=[Op],qp={class:"domain-item"},jp=Mt(()=>t("div",{class:"domain-item_name"},[t("span",null,"myddns_ipv6\uFF1A")],-1)),Rp={class:"domain-item_value"},Gp={key:0},Vp=["href"],Up={key:2,href:"/cgi-bin/luci/admin/services/ddns"},Wp=Mt(()=>t("svg",{t:"1653625385794",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"4476",width:"28",height:"28"},[t("path",{d:"M145.83060282785186 873.7309800675556h650.2280809434073c24.411293468444445 0 44.384169832296294-19.97287636385185 44.38416861866666-44.384169832296294V500.90395784533337c0-13.315251313777777-8.876834209185184-22.19208430933333-22.19208430933333-22.19208430933333s-22.19208430933333 8.876834209185184-22.19208430933333 22.19208430933333v326.22364444444446H145.83060282785186V179.1187305054815h616.9399532657777c13.315251313777777 0 22.19208430933333-8.876834209185184 22.19208552296296-22.19208552296296s-8.876834209185184-22.19208430933333-22.19208552296296-22.19208430933333H145.83060282785186c-24.411293468444445 0-44.384169832296294 19.97287636385185-44.38416861866666 44.384169832296294v650.2280797297777c0 24.411293468444445 19.97287636385185 44.384169832296294 44.38416861866666 44.384169832296294z",fill:"#666","p-id":"4477"}),t("path",{d:"M887.0462301677038 203.53002276029633l-488.225862087111 488.2258633007407c-8.876834209185184 8.876834209185184-8.876834209185184 22.19208430933333 0 31.06891851851852 4.438417104592592 4.438417104592592 11.096042154666666 6.657625050074073 15.53445925925926 6.657625050074073s11.096042154666666-2.2192079454814815 15.53445925925926-6.657625050074073l490.4450712462222-490.4450712462222c8.876834209185184-8.876834209185184 8.876834209185184-22.19208430933333 0-31.06891851851852s-24.411293468444445-6.657625050074073-33.288127677629625 2.2192079454814815z",fill:"#666","p-id":"4478"})],-1)),Zp=[Wp],Hp=P({setup(e){let a=!1,o;const n=y({}),s=function(){!a||z.Guide.GetDdns.GET().then(d=>{var l;d!=null&&d.data&&(((l=d==null?void 0:d.data)==null?void 0:l.success)||0)==0&&d.data.result&&(n.value=d.data.result)}).then(()=>{!a||(o=window.setTimeout(s,3e3))})};Dt(()=>{a=!0,s()}),Nt(()=>{o!==void 0&&window.clearTimeout(o),a=!1});const p=()=>{Fp({url:n.value.ddnstoDomain})},c=R(()=>{const d=n.value.ipv4Domain;return d!=null&&d!=""&&d!="Stopped"?`http://${d}`:d}),f=R(()=>{const d=n.value.ipv6Domain;return d!=null&&d!=""&&d!="Stopped"?`http://${d}`:d});return(d,l)=>{var u,m,b;return i(),r("div",Ep,[t("div",{class:"app-container_title"},[Cp,t("div",{class:"app-container_tool"},[t("div",{class:"app-container_configure",onClick:p},"\u5FEB\u901F\u914D\u7F6E")])]),t("ul",$p,[t("li",Dp,[Bp,t("div",Yp,[t("a",{class:"configure",href:(u=n.value)==null?void 0:u.ddnstoDomain,target:"_blank",rel:"noopener noreferrer",title:(m=n.value)==null?void 0:m.ddnstoDomain},_((b=n.value)==null?void 0:b.ddnstoDomain),9,Ap),Sp])]),t("li",zp,[Pp,t("div",Tp,[w(c)=="Stopped"?(i(),r("span",Ip,_(w(c)),1)):(i(),r("a",{key:1,class:"configure",href:w(c),target:"_blank",rel:"noopener noreferrer"},_(w(c)),9,Lp)),w(c)?(i(),r("a",Mp,Np)):$("",!0)])]),t("li",qp,[jp,t("div",Rp,[w(f)=="Stopped"?(i(),r("span",Gp,_(w(f)),1)):(i(),r("a",{key:1,class:"configure",href:w(f),target:"_blank",rel:"noopener noreferrer"},_(w(f)),9,Vp)),w(f)?(i(),r("a",Up,Zp)):$("",!0)])])])])}}});var Jp=Y(Hp,[["__scopeId","data-v-10ce7ce8"]]);const Xp={class:"nas-container"},Kp={class:"nas-container_card"},Qp={class:"nas-container_card"},t7={key:0,class:"nas-container_card"},e7={class:"nas-container_card"},a7={class:"nas-container_card"},o7=P({setup(e){return(a,o)=>(i(),r("div",Xp,[t("div",Kp,[A(P1)]),t("div",Qp,[A(k2)]),w(Jt)("dockerd")?(i(),r("div",t7,[A(G6)])):$("",!0),t("div",e7,[A(g4)]),t("div",a7,[A(Jp)])]))}});var n7=Y(o7,[["__scopeId","data-v-66cc4e33"]]);const xt=e=>(O("data-v-20dfc9cc"),e=e(),N(),e),i7={class:"app-container"},r7={class:"app-container_title"},s7=xt(()=>t("span",null,"\u7CFB\u7EDF\u4FE1\u606F",-1)),d7={class:"more_icon",title:"\u67E5\u770B\u7CFB\u7EDF\u4FE1\u606F"},u7={class:"DeviceBlock"},l7=xt(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/system/flash"},"\u5907\u4EFD\u5347\u7EA7")],-1)),c7=xt(()=>t("li",null,[t("a",{href:"/cgi-bin/luci/admin/store/pages/maintance"},"\u63D2\u4EF6\u5907\u4EFD")],-1)),p7={class:"item-label"},f7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"CPU\u6E29\u5EA6")],-1)),m7={class:"item-label_value"},b7={class:"item-label"},v7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"CPU\u4F7F\u7528\u7387")],-1)),g7={class:"item-label_value"},_7={class:"item-label"},h7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5185\u5B58\u4F7F\u7528\u7387")],-1)),x7={class:"item-label_value"},k7={class:"item-label"},w7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"\u56FA\u4EF6\u7248\u672C")],-1)),y7={class:"item-label_value"},F7={class:"item-label"},E7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5185\u6838\u7248\u672C")],-1)),C7={class:"item-label_value"},$7={class:"item-label"},D7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"\u5DF2\u542F\u52A8")],-1)),B7={class:"item-label_value"},Y7={class:"item-label"},A7=xt(()=>t("div",{class:"item-label_key"},[t("span",null,"\u7CFB\u7EDF\u65F6\u95F4")],-1)),S7={class:"item-label_value"},z7=P({setup(e){const a=Fe(),o=R(()=>a.version),n=R(()=>a.systemStatus),s=y(!1),p=R(()=>{var m;return((m=n.value)==null?void 0:m.cpuUsage)||0}),c=R(()=>{var m;return((m=n.value)==null?void 0:m.cpuTemperature)||0}),f=R(()=>{var b;const m=((b=n.value)==null?void 0:b.memAvailablePercentage)||100;return 100-m}),d=wt.stampForm;Dt(()=>{});const l=()=>{s.value=!s.value},u=()=>{l(),pt.installAndGo("app-meta-netdata","NetData","/cgi-bin/luci/admin/status/netdata")};return(m,b)=>{var v,g,k,x;const h=J("progress-item");return i(),r("div",i7,[t("div",r7,[s7,t("span",d7,[A(Ct,{onClick:l})]),S(t("div",u7,[t("div",{class:"menu_background",onClick:l}),t("ul",null,[t("li",null,[t("a",{onClick:u},"\u7CFB\u7EDF\u76D1\u63A7")]),l7,c7])],512),[[kt,s.value]])]),t("div",p7,[f7,t("div",m7,[A(h,{value:w(c)/1.5,text:`${w(c)}\u2103`},null,8,["value","text"])])]),t("div",b7,[v7,t("div",g7,[A(h,{value:w(p),text:`${w(p)}%`},null,8,["value","text"])])]),t("div",_7,[h7,t("div",x7,[A(h,{value:w(f),text:`${w(f)}%`},null,8,["value","text"])])]),t("div",k7,[w7,t("div",y7,[t("span",null,_((v=w(o))==null?void 0:v.firmwareVersion),1)])]),t("div",F7,[E7,t("div",C7,[t("span",null,_((g=w(o))==null?void 0:g.kernelVersion),1)])]),t("div",$7,[D7,t("div",B7,[t("span",null,_(w(d)((k=w(n))==null?void 0:k.uptime)),1)])]),t("div",Y7,[A7,t("div",S7,[t("span",null,_((x=w(n))==null?void 0:x.localtime),1)])])])}}});var P7=Y(z7,[["__scopeId","data-v-20dfc9cc"]]);const T7=e=>se.isValid(e),Et=e=>{const a=se.IPv4.parse(e).toByteArray();return a[0]<<24|a[1]<<16|a[2]<<8|a[3]},je=e=>se.fromByteArray([e>>24&255,e>>16&255,e>>8&255,e&255]).toString(),I7=e=>{if(!se.IPv4.isIPv4(e))return!1;let a=0,o=Et(e);for(let n=31;n>=0&&(o&1<{let s=Et(e)&Et(a),p=Et(o),c=Et(n),d=~Et(a);return ps+1&&c{let o=Et(a),n=Et(e)&o,s=~o,p;return s>=105?(p=n|s-5,n=n|100):s>=3?(p=n|s-1,n=n|2):(n=n|1,p=n),[je(n),je(p)]};var Ft={isValidMask:I7,isValidIP:T7,isValidMaskRange:L7,calcMaskRange:M7};const ft=e=>(O("data-v-a0faa6f2"),e=e(),N(),e),O7=["onSubmit"],N7=ft(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u5185\u7F51\u914D\u7F6E")],-1)),q7={class:"actioner-dns_body"},j7={class:"label-item"},R7=ft(()=>t("div",{class:"label-item_key"},[t("span",null,"IPv4\u5730\u5740")],-1)),G7={class:"label-item_value"},V7={class:"label-item"},U7=ft(()=>t("div",{class:"label-item_key"},[t("span",null,"IPv4\u5B50\u7F51\u63A9\u7801")],-1)),W7={class:"label-item_value"},Z7={key:0,class:"chose_dhcp"},H7={key:0,class:"dhcp_info"},J7={key:1,class:"dhcp_info"},X7={class:"label-item"},K7=ft(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u6C60\u8D77\u59CB\u5730\u5740")],-1)),Q7={class:"label-item_value"},tf={class:"label-item"},ef=ft(()=>t("div",{class:"label-item_key"},[t("span",null,"IP\u6C60\u7ED3\u675F\u5730\u5740")],-1)),af={class:"label-item_value"},of={class:"actioner-dns_footer"},nf=["disabled"],rf={key:1,class:"actioner-dns"},sf=ft(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u66F4\u6362\u914D\u7F6E")],-1)),df={class:"actioner-dns_body"},uf={key:0,class:"setting_status"},lf=ft(()=>t("div",{class:"success_icon"},[t("svg",{t:"1642063181211",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5062",width:"128",height:"128"},[t("path",{d:"M512 85.333333c235.648 0 426.666667 191.018667 426.666667 426.666667s-191.018667 426.666667-426.666667 426.666667S85.333333 747.648 85.333333 512 276.352 85.333333 512 85.333333z m-74.965333 550.4L346.453333 545.152a42.666667 42.666667 0 1 0-60.330666 60.330667l120.704 120.704a42.666667 42.666667 0 0 0 60.330666 0l301.653334-301.696a42.666667 42.666667 0 1 0-60.288-60.330667l-271.530667 271.488z",fill:"#52C41A","p-id":"5063"})])],-1)),cf=ft(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u6210\u529F",-1)),pf=["href"],ff={key:1,class:"setting_status"},mf=ft(()=>t("div",{class:"success_icon"},[t("svg",{t:"1642063200324",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"5898",width:"128",height:"128"},[t("path",{d:"M549.044706 512l166.189176-166.249412a26.383059 26.383059 0 0 0 0-36.98447 26.383059 26.383059 0 0 0-37.044706 0L512 475.015529l-166.249412-166.249411a26.383059 26.383059 0 0 0-36.98447 0 26.383059 26.383059 0 0 0 0 37.044706L475.015529 512l-166.249411 166.249412a26.383059 26.383059 0 0 0 0 36.98447 26.383059 26.383059 0 0 0 37.044706 0L512 548.984471l166.249412 166.249411a26.383059 26.383059 0 0 0 36.98447 0 26.383059 26.383059 0 0 0 0-37.044706L548.984471 512zM512 1024a512 512 0 1 1 0-1024 512 512 0 0 1 0 1024z",fill:"#E84335","p-id":"5899"})])],-1)),bf=ft(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u5931\u8D25",-1)),vf=ft(()=>t("p",null,"\u8BF7\u5C1D\u8BD5\u91CD\u65B0\u914D\u7F6E",-1)),gf={key:2,class:"setting_status"},_f=ft(()=>t("div",{class:"success_icon"},[t("svg",{width:"128px",height:"128px",viewBox:"0 0 128 128",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},[t("g",{id:"icon_yellow",stroke:"none","stroke-width":"1",fill:"none","fill-rule":"evenodd"},[t("g",{id:"Icon/Warning"},[t("rect",{id:"\u77E9\u5F62",fill:"#000000","fill-rule":"nonzero",opacity:"0",x:"0",y:"0",width:"128",height:"128"}),t("path",{d:"M64,8 C33.075,8 8,33.075 8,64 C8,94.925 33.075,120 64,120 C94.925,120 120,94.925 120,64 C120,33.075 94.925,8 64,8 Z M60,37 C60,36.45 60.45,36 61,36 L67,36 C67.55,36 68,36.45 68,37 L68,71 C68,71.55 67.55,72 67,72 L61,72 C60.45,72 60,71.55 60,71 L60,37 Z M64,92 C60.6875,92 58,89.3125 58,86 C58,82.6875 60.6875,80 64,80 C67.3125,80 70,82.6875 70,86 C70,89.3125 67.3125,92 64,92 Z",id:"\u5F62\u72B6",fill:"#FAAD14"})])])])],-1)),hf=ft(()=>t("div",{class:"config-message"},"\u914D\u7F6E\u8D85\u65F6",-1)),xf=ft(()=>t("p",null,"\u8DEF\u7531\u5668 IP \u53EF\u80FD\u5DF2\u7ECF\u4FEE\u6539\u6210\u529F\u3002\u82E5\u5237\u65B0\u9875\u9762\u5931\u8D25\uFF0C\u8BF7\u91CD\u65B0\u8FDE\u63A5\u8DEF\u7531\u5668\uFF0C\u5426\u5219\u8BF7\u5C1D\u8BD5\u91CD\u65B0\u914D\u7F6E\u3002",-1)),kf=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y({lanIp:"",netMask:"255.255.255.0",enableDhcp:!1,dhcpStart:"",dhcpEnd:""});y("");const s=y(!1);y(!0),y(!1);const p=y(""),c=y(2),f=y(!1),d=y("timeout");let l=!0;(()=>{z.Guide.GetLan.GET().then(g=>{g.data.result&&(f.value=g.data.result.enableDhcp||!1,g.data.result.enableDhcp=!1,n.value=g.data.result,g.data.result.lanIp!==location.hostname&&(l=!1))})})();const m=()=>{const g=n.value;if(!Ft.isValidIP(g.lanIp)){E.Warning("IPv4\u5730\u5740\u683C\u5F0F\u9519\u8BEF");return}if(!Ft.isValidMask(g.netMask)){E.Warning("IPv4\u5B50\u7F51\u63A9\u7801\u683C\u5F0F\u9519\u8BEF");return}const k=Ft.calcMaskRange(g.lanIp,g.netMask);g.dhcpStart=k[0],g.dhcpEnd=k[1],n.value=g},b=()=>{const g=n.value;if(!Ft.isValidIP(g.lanIp)){E.Warning("IPv4\u5730\u5740\u683C\u5F0F\u9519\u8BEF");return}if(!Ft.isValidMask(g.netMask)){E.Warning("IPv4\u5B50\u7F51\u63A9\u7801\u683C\u5F0F\u9519\u8BEF");return}if(g.enableDhcp&&!Ft.isValidIP(g.dhcpStart)||!Ft.isValidIP(g.dhcpEnd)||!Ft.isValidMaskRange(g.lanIp,g.netMask,g.dhcpStart,g.dhcpEnd)){E.Warning("DHCP\u7684IP\u6C60\u683C\u5F0F\u9519\u8BEF\u6216\u8D85\u51FA\u5B50\u7F51\u8303\u56F4");return}const k=E.Loading("\u6B63\u5728\u914D\u7F6E\u2026\u8BF7\u7A0D\u7B49",30);let x=0;const F=C=>{d.value=C,o.value=1,x=1,k.Close()},D=()=>{const C=new Date().getTime()+3e4,B=l?location.protocol+"//"+g.lanIp+(location.port?":"+location.port:""):location.origin,G=B+"/luci-static/resources/icons/loading.gif",K=()=>{x==0&&(new Date().getTime()>C?F("timeout"):window.setTimeout(at,2e3))},et=()=>{x==0&&(p.value=B+location.pathname,F("success"),window.setTimeout(()=>{c.value=1},1e3),window.setTimeout(()=>{location.href=p.value},2e3))},at=()=>{if(x!=0)return;console.log("check online ",G);const _t=new Image;_t.onload=et,_t.onerror=K,_t.src=G};window.setTimeout(at,5e3)};z.Guide.LanIp.POST(g).then(C=>{var B;if(C!=null&&C.data){if((C.data.success||0)==0)return;if((B=C.data)!=null&&B.error)throw C.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).catch(C=>{x==0&&(F("fail"),E.Error(C))}),D(),window.setTimeout(()=>{x==0&&F("timeout")},3e4)},h=g=>{g.preventDefault(),a.Close&&a.Close()},v=g=>{location.reload()};return(g,k)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("form",{key:0,class:"actioner-dns",onSubmit:ot(b,["prevent"])},[N7,t("div",q7,[t("div",j7,[R7,t("div",G7,[S(t("input",{type:"text",placeholder:"192.168.100.1","onUpdate:modelValue":k[0]||(k[0]=x=>n.value.lanIp=x),onChange:m},null,544),[[V,n.value.lanIp,void 0,{trim:!0}]])])]),t("div",V7,[U7,t("div",W7,[S(t("input",{type:"text",placeholder:"255.255.255.0","onUpdate:modelValue":k[1]||(k[1]=x=>n.value.netMask=x),onChange:m},null,544),[[V,n.value.netMask,void 0,{trim:!0}]])])]),f.value?(i(),r("div",Z7,[A(He,{modelValue:n.value.enableDhcp,"onUpdate:modelValue":k[2]||(k[2]=x=>n.value.enableDhcp=x)},{default:q(()=>[n.value.enableDhcp?(i(),r("span",H7,"\u4FEE\u6539DHCP\u670D\u52A1")):(i(),r("span",J7,"\u4FDD\u6301DHCP\u670D\u52A1\u8BBE\u7F6E"))]),_:1},8,["modelValue"])])):$("",!0),n.value.enableDhcp?(i(),r(L,{key:1},[t("div",X7,[K7,t("div",Q7,[S(t("input",{type:"text",placeholder:"192.168.100.100","onUpdate:modelValue":k[3]||(k[3]=x=>n.value.dhcpStart=x)},null,512),[[V,n.value.dhcpStart,void 0,{trim:!0}]])])]),t("div",tf,[ef,t("div",af,[S(t("input",{type:"text",placeholder:"192.168.100.100","onUpdate:modelValue":k[4]||(k[4]=x=>n.value.dhcpEnd=x)},null,512),[[V,n.value.dhcpEnd,void 0,{trim:!0}]])])])],64)):$("",!0)]),t("div",of,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:s.value},"\u786E\u8BA4",8,nf),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u53D6\u6D88")])],40,O7)):o.value==1?(i(),r("div",rf,[sf,t("div",df,[d.value=="success"?(i(),r("div",uf,[lf,cf,t("a",{href:p.value,class:"NewAdress"},_(c.value)+"s\u540E \u8DF3\u8F6C\u65B0\u5730\u5740",9,pf)])):d.value=="fail"?(i(),r("div",ff,[mf,bf,vf,t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:v},"\u6211\u77E5\u9053\u4E86")])):d.value=="timeout"?(i(),r("div",gf,[_f,hf,xf,t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:v},"\u5237\u65B0\u9875\u9762")])):$("",!0)])])):$("",!0)]),_:1},8,["Close"]))}});var wf=Y(kf,[["__scopeId","data-v-a0faa6f2"]]);const yf=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X(wf,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},bt=e=>(O("data-v-0384f3ac"),e=e(),N(),e),Ff={key:0,class:"actioner-dns"},Ef=bt(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u6C99\u7BB1\u6A21\u5F0F\u914D\u7F6E\u5411\u5BFC")],-1)),Cf={class:"actioner-dns_body"},$f=bt(()=>t("p",{class:"sandbox_info"},"\u4E00\u4E2A\u7B80\u6613\u6C99\u7BB1\uFF0C\u65B9\u4FBF\u7528\u6765\u5B9E\u9A8C\u7CFB\u7EDF\u914D\u7F6E\u548C\u7A0B\u5E8F\uFF0C\u65B9\u4FBF\u5F00\u53D1\u672A\u5B8C\u6210\u7684\u8F6F\u4EF6\uFF0C\u4F46\u4E0D\u4FDD\u62A4Docker\u548C\u786C\u76D8\u7684\u6570\u636E",-1)),Df={key:0,class:"disk_loading_icon"},Bf=bt(()=>t("span",{class:"disk_loading_info"},"\u6B63\u5728\u52A0\u8F7D\u4E2D...",-1)),Yf={key:1,class:"disk_tips"},Af=bt(()=>t("span",null,"\u68C0\u6D4B\u4E0D\u5230\u6302\u8F7D\u7684\u78C1\u76D8\u4FE1\u606F\uFF0C\u8BF7\u5148\u63D2\u4E0A\u78C1\u76D8\uFF0C\u5EFA\u8BAE\u4F7F\u7528U\u76D8\u6216\u8005\u79FB\u52A8\u786C\u76D8\uFF0C\u65B9\u4FBF\u88C5\u5378",-1)),Sf={class:"label-item"},zf=bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u78C1\u76D8\uFF08\u5EFA\u8BAE\u9009\u62E9U\u76D8\u6216\u8005\u79FB\u52A8\u786C\u76D8\uFF0C\u65B9\u4FBF\u88C5\u5378\uFF09")],-1)),Pf={class:"label-item_value"},Tf=bt(()=>t("option",{value:""},"\u8BF7\u9009\u62E9\u76EE\u6807\u78C1\u76D8",-1)),If=["value"],Lf={class:"label-item"},Mf=bt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u76EE\u6807\u5206\u533A\uFF08\u5206\u533A\u5927\u5C0F\u987B\u5927\u4E8E2G\uFF0C\u5C06\u6B64\u5206\u533A\u4F5C\u4E3A\u5916\u90E8 overlay \u4F7F\u7528\uFF09")],-1)),Of={class:"label-item_value"},Nf=bt(()=>t("option",{selected:"true",value:""},"\u8BF7\u9009\u62E9\u76EE\u6807\u5206\u533A",-1)),qf=["value","disabled"],jf={class:"sandbox_tips"},Rf=bt(()=>t("span",null,"\u6B64\u64CD\u4F5C\u4F1A\u5C06\u4F1A\u5220\u9664\u8BE5\u5206\u533A\u5168\u90E8\u6570\u636E",-1)),Gf={class:"sandbox_info timeout"},Vf=U("\u5373\u5C06\u91CD\u542F\u8BBE\u5907 "),Uf=bt(()=>t("p",{class:"sandbox_roboot_tips"},[U("\u7B49\u5F85\u8BBE\u5907\u91CD\u542F\uFF0C\u91CD\u542F\u5B8C\u6210\u540E"),t("span",{class:"sandbox_roboot_refresh"},"\u8BF7\u5237\u65B0\u754C\u9762")],-1)),Wf={key:0,class:"actioner-dns_footer"},Zf=["disabled"],Hf={key:1,class:"actioner-tips"},Jf=bt(()=>t("div",{class:"actioner-tips_header"},[t("span",null,"\u6E29\u99A8\u63D0\u793A")],-1)),Xf=bt(()=>t("div",{class:"actioner-tips_body"},[t("p",{class:"sandbox_info"},"\u6B64\u64CD\u4F5C\u4F1A\u5C06\u4F1A\u5220\u9664\u8BE5\u5206\u533A\u5168\u90E8\u6570\u636E\uFF0C\u5E76\u683C\u5F0F\u5316\u6210EXT4\uFF0C\u968F\u540E\u81EA\u52A8\u91CD\u542F\u8FDB\u5165\u6C99\u7BB1\u6A21\u5F0F\uFF0C\u662F\u5426\u7EE7\u7EED\uFF1F")],-1)),Kf={key:2,class:"actioner-tips"},Qf=bt(()=>t("div",{class:"actioner-tips_header"},[t("span",null,"\u9519\u8BEF")],-1)),tm={class:"actioner-tips_body"},em={class:"sandbox_info"},am=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0);y("disk");const n=y(""),s=y(3),p=y(""),c=y([]),f=y(""),d=y(null);(()=>{z.Nas.SandboxDisks.GET().then(x=>{var F;if(x!=null&&x.data&&(F=x.data)!=null&&F.result){d.value=x.data.result;return}throw"\u52A0\u8F7D\u78C1\u76D8\u4FE1\u606F\u5931\u8D25"}).catch(x=>{n.value=x,o.value=3})})();const u=()=>z.System.Reboot.POST({name:p.value,path:f.value}).then(x=>{var F;if(!(x!=null&&x.data&&(((F=x==null?void 0:x.data)==null?void 0:F.success)||0)==0))throw"\u672A\u77E5\u9519\u8BEF"}),m=x=>{var F,D;f.value="",c.value=p.value&&((D=(F=d.value)==null?void 0:F.disks.find(C=>C.path==p.value))==null?void 0:D.childrens)||[]},b=()=>{s.value>0&&(s.value-=1,window.setTimeout(b,1e3))},h=x=>{x.preventDefault(),a.Close&&a.Close()},v=()=>{new Promise((x,F)=>{const D="/luci-static/resources/icons/loading.gif",C=()=>{window.setTimeout(B,2e3)},B=()=>{const G=new Image;G.onload=x,G.onerror=C,G.src=D};window.setTimeout(B,1e4)}).then(()=>{window.setTimeout(()=>{location.reload()},2e3)})},g=x=>{const F=E.Loading("\u914D\u7F6E\u6C99\u7BB1\u91CD\u542F\u4E2D...");z.Nas.Sandbox.POST({path:f.value}).then(D=>{var C;if(D!=null&&D.data){if((D.data.success||0)==0)return o.value=2,window.setTimeout(b,1e3),u();if((C=D.data)!=null&&C.error)throw D.data.error}throw"\u672A\u77E5\u9519\u8BEF"}).then(v).catch(D=>E.Warning(D)).finally(()=>F.Close())},k=()=>{o.value=0};return(x,F)=>{const D=J("icon-loading");return i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[o.value==0||o.value==2?(i(),r("div",Ff,[Ef,t("div",Cf,[$f,o.value==0?(i(),r(L,{key:0},[d.value?$("",!0):(i(),r("div",Df,[A(D,{size:38,color:"currentColor"}),Bf])),d.value&&d.value.disks.length==0?(i(),r("div",Yf,[A(gt),Af])):$("",!0),d.value&&d.value.disks.length>0?(i(),r(L,{key:2},[t("div",Sf,[zf,t("div",Pf,[S(t("select",{name:"",id:"",onChange:m,"onUpdate:modelValue":F[0]||(F[0]=C=>p.value=C)},[Tf,(i(!0),r(L,null,j(d.value.disks,(C,B)=>(i(),r("option",{value:C.path,key:B},_(C.venderModel)+"\uFF08"+_(C.size)+"\uFF09 ",9,If))),128))],544),[[Z,p.value]])])]),t("div",Lf,[Mf,t("div",Of,[S(t("select",{name:"",id:"","onUpdate:modelValue":F[1]||(F[1]=C=>f.value=C)},[Nf,(i(!0),r(L,null,j(c.value,(C,B)=>(i(),r("option",{value:C.path,key:B,disabled:C.sizeInt<(1<<30)*1||C.isSystemRoot},_(C.name)+"\uFF08"+_(C.filesystem||"\u672A\u683C\u5F0F\u5316")+"\uFF09"+_(C.total),9,qf))),128))],512),[[Z,f.value]])])]),t("div",jf,[A(gt),Rf])],64)):$("",!0)],64)):$("",!0),o.value==2?(i(),r(L,{key:1},[t("p",Gf,[Vf,t("span",null,"\uFF08"+_(s.value)+"s\uFF09",1)]),Uf],64)):$("",!0)]),o.value==0?(i(),r("div",Wf,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:!f.value,onClick:F[2]||(F[2]=C=>o.value=1)},"\u5F00\u542F\u6C99\u7BB1",8,Zf),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u53D6\u6D88")])):$("",!0)])):$("",!0),o.value==1?(i(),r("div",Hf,[Jf,Xf,t("div",{class:"actioner-tips_footer"},[t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:g},"\u7EE7\u7EED"),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:k},"\u53D6\u6D88")])])):$("",!0),o.value==3?(i(),r("div",Kf,[Qf,t("div",tm,[t("p",em,_(n.value),1)]),t("div",{class:"actioner-tips_footer"},[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:k},"\u53D6\u6D88")])])):$("",!0)]),_:1},8,["Close"])}}});var om=Y(am,[["__scopeId","data-v-0384f3ac"]]);const nm=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X(om,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},ua=e=>(O("data-v-4db2efb4"),e=e(),N(),e),im={key:0,class:"actioner-dns"},rm=ua(()=>t("div",{class:"actioner-dns_header"},[t("span",null,"\u6C99\u7BB1\u6A21\u5F0F\u914D\u7F6E\u5411\u5BFC")],-1)),sm=ua(()=>t("div",{class:"actioner-dns_body"},[t("p",{class:"sandbox_info"},"\u4E00\u4E2A\u7B80\u6613\u6C99\u7BB1\uFF0C\u65B9\u4FBF\u7528\u6765\u5B9E\u9A8C\u7CFB\u7EDF\u914D\u7F6E\u548C\u7A0B\u5E8F\uFF0C\u65B9\u4FBF\u5F00\u53D1\u672A\u5B8C\u6210\u7684\u8F6F\u4EF6\uFF0C\u4F46\u4E0D\u4FDD\u62A4 Docker \u548C\u786C\u76D8\u7684\u6570\u636E"),t("div",{class:"sandbox_environment"},[t("p",null,"\u5F53\u524D\u5904\u4E8E\u6C99\u7BB1\u73AF\u5883\uFF1A"),t("p",null,"1\u3001\u70B9\u51FB\u201C\u63D0\u4EA4\u201D\u53EF\u5C06\u53D8\u66F4\u5408\u5E76\u5230\u975E\u6C99\u7BB1\u73AF\u5883"),t("p",null,"2\u3001\u70B9\u51FB\u201C\u91CD\u7F6E\u201D\u53EF\u5C06\u6C99\u7BB1\u6062\u590D\u5230\u521D\u59CB\u72B6\u6001"),t("p",null,"3\u3001\u70B9\u51FB\u201C\u9000\u51FA\u201D\u53EF\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\uFF0C\u5E76\u653E\u5F03\u6C99\u7BB1\u4E2D\u7684\u6570\u636E")]),t("div",{class:"sandbox_environment_info"},[U("\u4EE5\u4E0A\u64CD\u4F5C\u90FD\u5C06\u91CD\u542F\u8BBE\u5907\uFF0C\u8BBE\u5907\u91CD\u542F\u5B8C\u6210\u540E\u4F1A\u81EA\u52A8\u5237\u65B0\u9875\u9762\u3002\u5982\u679C IP \u53D8\u5316\u53EF\u80FD\u9700\u8981"),t("span",{class:"sandbox_environment_reboot"},"\u624B\u52A8\u5728\u5730\u5740\u680F\u8F93\u5165\u5730\u5740"),t("p",{class:"sandbox_environment_tex"},[U(" \u5982\u9700"),t("b",null,"\u4E34\u65F6"),U("\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\uFF0C\u8BF7\u5C06\u8BBE\u5907\u5173\u673A\u540E\u62D4\u51FA\u76F8\u5173\u78C1\u76D8\uFF0C\u542F\u52A8\u524D\u63D2\u5165\u76F8\u5173\u78C1\u76D8\u53EF\u518D\u6B21\u8FDB\u5165\u6C99\u7BB1\u3002"),t("br"),U(" \u6CE8\u610F\u4E34\u65F6\u9000\u51FA\u6C99\u7BB1\u73AF\u5883\u4EE5\u540E\u5347\u7EA7\u56FA\u4EF6\u4F1A\u5BFC\u81F4\u4E4B\u524D\u7684\u6C99\u7BB1\u6570\u636E\u65E0\u6548 ")])])],-1)),dm={class:"actioner-dns_footer"},um=["disabled"],lm=["disabled"],cm=["disabled"],pm=P({props:{Close:{type:Function,required:!0}},setup(e){const a=e,o=y(0),n=y(!1),s=()=>{new Promise((l,u)=>{const m="/luci-static/resources/icons/loading.gif",b=()=>{window.setTimeout(h,2e3)},h=()=>{const v=new Image;v.onload=l,v.onerror=b,v.src=m};window.setTimeout(h,1e4)}).then(()=>{window.setTimeout(()=>{location.reload()},2e3)})},p=()=>{n.value=!0;const l=E.Loading("\u63D0\u4EA4\u4E2D...");z.Nas.SandboxCommit.POST().then(u=>{var m,b;if(u!=null&&u.data)if((((m=u==null?void 0:u.data)==null?void 0:m.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D...");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>l.Close())},c=()=>{n.value=!0;const l=E.Loading("\u91CD\u7F6E\u4E2D...");z.Nas.SandboxReset.POST().then(u=>{var m,b;if(u!=null&&u.data)if((((m=u==null?void 0:u.data)==null?void 0:m.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D... \u82E5\u9875\u9762\u957F\u65F6\u95F4\u672A\u5237\u65B0\u53EF\u80FD\u9700\u8981\u624B\u52A8\u586B\u5199\u5730\u5740");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>l.Close())},f=()=>{if(!confirm("\u786E\u5B9A\u653E\u5F03\u6C99\u7BB1\u4E2D\u7684\u6570\u636E\uFF1F\u518D\u6B21\u8FDB\u5165\u6C99\u7BB1\u9700\u8981\u91CD\u65B0\u683C\u5F0F\u5316\u76F8\u5E94\u78C1\u76D8\u5206\u533A"))return;n.value=!0;const l=E.Loading("\u6267\u884C\u4E2D...");z.Nas.SandboxExit.POST().then(u=>{var m,b;if(u!=null&&u.data)if((((m=u==null?void 0:u.data)==null?void 0:m.success)||0)==0){E.Loading("\u8BBE\u5907\u91CD\u542F\u4E2D... \u82E5\u9875\u9762\u957F\u65F6\u95F4\u672A\u5237\u65B0\u53EF\u80FD\u9700\u8981\u624B\u52A8\u586B\u5199\u5730\u5740");return}else(b=u==null?void 0:u.data)!=null&&b.error&&alert(u.data.error);throw"\u672A\u77E5\u9519\u8BEF"}).then(s).catch(u=>{E.Error(u),n.value=!1}).finally(()=>l.Close())},d=l=>{l.preventDefault(),a.Close&&a.Close()};return(l,u)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[o.value==0?(i(),r("div",im,[rm,sm,t("div",dm,[t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:p,disabled:n.value},"\u63D0\u4EA4",8,um),t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:c,disabled:n.value},"\u91CD\u7F6E",8,lm),t("button",{class:"cbi-button cbi-button-apply app-btn",onClick:f,disabled:n.value},"\u9000\u51FA",8,cm),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:d},"\u53D6\u6D88")])])):$("",!0)]),_:1},8,["Close"]))}});var fm=Y(pm,[["__scopeId","data-v-4db2efb4"]]);const mm=()=>{const e=document.createElement("div");document.body.appendChild(e);const a=X(fm,{Close:()=>{o()}});a.mount(e);const o=()=>{a.unmount(),e.remove()};return{Close:o}},bm={class:"nav-container"},vm=["onClick"],gm={key:0,class:"btn_styles color3 app-update-button",onclick:"window.location.href='/cgi-bin/luci/admin/system/ota'"},_m=U(" \u56FA\u4EF6\u66F4\u65B0 "),hm={key:0,style:{display:"inline-block"}},xm={key:1},km=["disabled"],wm=U(" DNS\u914D\u7F6E "),ym={key:0,style:{display:"inline-block"}},Fm=P({setup(e){const a=Fe(),o=ue(),n=R(()=>o.status);y(!1),y(!0);const s=y(),p=()=>{Xe()},c=()=>{nm()},f=()=>{mm()},d=()=>{alert("\u8BE5\u56FA\u4EF6\u4E0D\u652F\u6301\u6C99\u7BB1\u6A21\u5F0F")},l=()=>{yf()},u=()=>{ta()},m=()=>{window.open(`http://${window.location.hostname}:7681/`,"_blank")};return Jt("sandbox")&&z.Nas.GetSandbox.GET().then(h=>{var v,g,k;h!=null&&h.data&&((((v=h==null?void 0:h.data)==null?void 0:v.success)||0)==0?(g=h==null?void 0:h.data)!=null&&g.result&&(s.value=h.data.result):(k=h==null?void 0:h.data)!=null&&k.error&&alert(h.data.error))}).catch(h=>E.Warning(h)),(b,h)=>{var k,x,F,D,C,B;const v=J("router-link"),g=J("icon-loading");return i(),r("div",bm,[A(v,{to:"/network",custom:""},{default:q(({navigate:G})=>[t("button",{class:"btn_styles color1",onClick:G},"\u7F51\u7EDC\u5411\u5BFC",8,vm)]),_:1}),t("button",{class:"btn_styles color2 app-btn-ttyd",onClick:m},"\u7EC8\u7AEF"),w(Jt)("ota")?(i(),r("button",gm,[_m,w(a).checkUpdate==null?(i(),r("span",hm,[A(g,{size:"0.8em",color:"currentColor"})])):(k=w(a).checkUpdate)!=null&&k.needUpdate?(i(),r("i",xm)):$("",!0)])):$("",!0),t("button",{class:"btn_styles color4",onClick:l},"\u5185\u7F51\u914D\u7F6E"),t("button",{class:"btn_styles color5",onClick:p,disabled:!((x=w(n))!=null&&x.proto)},[wm,(F=w(n))!=null&&F.proto?$("",!0):(i(),r("span",ym,[A(g,{size:"0.8em",color:"currentColor"})]))],8,km),t("button",{class:"btn_styles color1",onClick:u},"\u8F6F\u4EF6\u6E90\u914D\u7F6E"),w(Jt)("sandbox")?(i(),r(L,{key:1},[((D=s.value)==null?void 0:D.status)=="unsupport"?(i(),r("button",{key:0,class:"btn_styles color2",onClick:d},"\u5F00\u542F\u6C99\u7BB1")):((C=s.value)==null?void 0:C.status)=="stopped"?(i(),r("button",{key:1,class:"btn_styles color3",onClick:c},"\u5F00\u542F\u6C99\u7BB1")):((B=s.value)==null?void 0:B.status)=="running"?(i(),r("button",{key:2,class:"btn_styles color4",onClick:f},"\u6C99\u7BB1\u5DF2\u5F00\u542F")):$("",!0)],64)):$("",!0)])}}});var Em=Y(Fm,[["__scopeId","data-v-82a27618"]]);const ve=e=>(O("data-v-0a2eed64"),e=e(),N(),e),Cm={id:"page"},$m=ve(()=>t("em",null,null,-1)),Dm=ve(()=>t("em",null,null,-1)),Bm=ve(()=>t("em",null,null,-1)),Ym=ve(()=>t("em",null,null,-1)),Am=P({setup(e){return Ua(),(a,o)=>(i(),r("div",Cm,[$m,A(Td),Dm,A(Em),A(n7),Bm,A(P7),Ym]))}});var Sm=Y(Am,[["__scopeId","data-v-0a2eed64"]]);const zm={};function Pm(e,a){const o=J("router-view");return i(),M(o)}var Tm=Y(zm,[["render",Pm]]);const Im={},Lm={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Mm=It('icon_router',3),Om=[Mm];function Nm(e,a){return i(),r("svg",Lm,Om)}var qm=Y(Im,[["render",Nm]]);const jm={},Rm={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Gm=It('icon_dial',3),Vm=[Gm];function Um(e,a){return i(),r("svg",Rm,Vm)}var Wm=Y(jm,[["render",Um]]);const Zm={},Hm={width:"136px",height:"136px",viewBox:"0 0 136 136",version:"1.1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink"},Jm=It('icon_side router',3),Xm=[Jm];function Km(e,a){return i(),r("svg",Hm,Xm)}var Qm=Y(Zm,[["render",Km]]);const Vt=e=>(O("data-v-082ffcaf"),e=e(),N(),e),t9={id:"page"},e9=Vt(()=>t("div",{class:"title"},"\u6B22\u8FCE\u4F7F\u7528\u7F51\u7EDC\u914D\u7F6E\u5411\u5BFC",-1)),a9=Vt(()=>t("div",{class:"desc"},"\u9009\u62E9\u4E00\u79CD\u8FDE\u63A5\u65B9\u5F0F\u4EE5\u5F00\u59CB",-1)),o9={class:"network-containers"},n9={class:"network-container_item"},i9={class:"cover"},r9={class:"thumbnail"},s9=Vt(()=>t("span",null,"\u5BBD\u5E26\u62E8\u53F7\u8FDE\u63A5",-1)),d9={class:"network-container_item"},u9={class:"cover"},l9={class:"thumbnail"},c9=Vt(()=>t("span",null,"\u8FDE\u63A5\u73B0\u6709\u8DEF\u7531\u5668",-1)),p9={class:"network-container_item"},f9={class:"cover"},m9={class:"thumbnail"},b9=Vt(()=>t("span",null,"\u914D\u7F6E\u4E3A\u65C1\u8DEF\u7531",-1)),v9=Vt(()=>t("div",{class:"info"},[U(" \u6CA1\u627E\u5230\u60F3\u8981\u7684\u914D\u7F6E\uFF1F\u8BF7\u4F7F\u7528 "),t("a",{href:"/cgi-bin/luci/admin/network/network"},"\u9AD8\u7EA7\u6A21\u5F0F")],-1)),g9=P({setup(e){return(a,o)=>{const n=J("router-link");return i(),r("div",t9,[e9,a9,t("div",o9,[t("div",n9,[A(n,{to:"/network/pppoe"},{default:q(()=>[t("div",i9,[t("div",r9,[A(Wm),s9])])]),_:1})]),t("div",d9,[A(n,{to:"/network/dhcp"},{default:q(()=>[t("div",u9,[t("div",l9,[A(qm),c9])])]),_:1})]),t("div",p9,[A(n,{to:"/network/gateway"},{default:q(()=>[t("div",f9,[t("div",m9,[A(Qm),b9])])]),_:1})])]),v9])}}});var _9=Y(g9,[["__scopeId","data-v-082ffcaf"]]);const St=e=>(O("data-v-16746f19"),e=e(),N(),e),h9={key:0,id:"page"},x9=St(()=>t("h2",{class:"title"},"\u914D\u7F6E\u5BBD\u5E26\u8D26\u53F7",-1)),k9=St(()=>t("h3",{class:"desc"},"\u8BF7\u786E\u4FDD\u60A8\u5DF2\u5C06\u8DEF\u7531 WAN \u53E3\u8FDE\u63A5\u5230\u5149\u732B",-1)),w9={class:"network-message"},y9={key:0},F9=U(" \u56E0\u4E3A\u60A8\u7684\u8BBE\u5907"),E9=St(()=>t("span",null,"\u6CA1\u6709 WAN \u53E3",-1)),C9=U("\uFF0C\u65E0\u6CD5\u8D70\u672C\u8BBE\u7F6E\u5411\u5BFC\uFF0C\u5177\u4F53\u8BF7\u770B "),$9=St(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/question.html#%E7%BD%91%E7%BB%9C",target:"_blank",rel:"noopener noreferrer"},"\u94FE\u63A5",-1)),D9=[F9,E9,C9,$9],B9=["onSubmit"],Y9=St(()=>t("div",{class:"label-key"},[t("span",null,"\u5BBD\u5E26\u8D26\u53F7")],-1)),A9=["disabled"],S9=St(()=>t("div",{class:"label-key"},[t("span",null,"\u5BC6\u7801")],-1)),z9=["disabled"],P9={key:0,class:"chose_dhcp"},T9=St(()=>t("span",{class:"dhcp_info"},"\u542F\u7528LAN\u53E3DHCP\u670D\u52A1\uFF08\u7528\u4E8E\u4ECE\u65C1\u8DEF\u7531\u6A21\u5F0F\u6062\u590D\u6210\u9ED8\u8BA4\u72B6\u6001\uFF09",-1)),I9={key:1,class:"msg"},L9={class:"btns"},M9=["disabled"],O9=["onClick"],N9={key:1,id:"page"},q9=St(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),j9={class:"btns"},R9=["onClick"],G9=["onClick"],V9=P({setup(e){const a=y(0),o=y({}),n=y(""),s=y(!1),p=y(0),c=y(!1);(()=>T(this,null,function*(){var l,u;s.value=!0;try{const m=yield Promise.all([z.Guide.Pppoe.GET(),z.Guide.GetLan.GET()]);if(m[0].data){const{success:b,error:h,result:v}=m[0].data;v&&(v.enableLanDhcp=!1,o.value=v),b==-1011&&(s.value=!0,p.value=b)}(l=m[1].data)!=null&&l.result&&(((u=m[1].data)==null?void 0:u.result).enableDhcp||(c.value=!0,o.value.enableLanDhcp=!0))}catch(m){n.value=m}p.value==0&&(s.value=!1)}))();const d=()=>T(this,null,function*(){const l=o.value.account||"",u=o.value.password||"";if(l==""){n.value="\u8D26\u53F7\u4E0D\u80FD\u4E3A\u7A7A";return}if(u==""){n.value="\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A";return}s.value=!0;const m=E.Loading("\u914D\u7F6E\u4E2D...");try{const b=yield z.Guide.Pppoe.POST({account:l,password:u});if(b!=null&&b.data){const{error:h,success:v}=b.data;h&&(n.value=h),(v==null||v==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),a.value=1)}}catch(b){n.value=b}s.value=!1,m.Close()});return(l,u)=>{const m=J("switch-box"),b=J("router-link");return a.value==0?(i(),r("div",h9,[x9,k9,t("div",w9,[p.value==-1011?(i(),r("li",y9,D9)):$("",!0)]),t("form",{onSubmit:ot(d,["prevent"])},[t("label",null,[Y9,S(t("input",{type:"text","onUpdate:modelValue":u[0]||(u[0]=h=>o.value.account=h),placeholder:"\u5BBD\u5E26\u8D26\u53F7",required:"",disabled:s.value},null,8,A9),[[V,o.value.account,void 0,{trim:!0}]])]),t("label",null,[S9,S(t("input",{type:"password","onUpdate:modelValue":u[1]||(u[1]=h=>o.value.password=h),placeholder:"\u5BBD\u5E26\u5BC6\u7801",required:"",disabled:s.value},null,8,z9),[[V,o.value.password,void 0,{trim:!0}]])]),c.value?(i(),r("div",P9,[A(m,{modelValue:o.value.enableLanDhcp,"onUpdate:modelValue":u[2]||(u[2]=h=>o.value.enableLanDhcp=h)},{default:q(()=>[T9]),_:1},8,["modelValue"])])):$("",!0),n.value?(i(),r("div",I9,_(n.value),1)):$("",!0),t("div",L9,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:s.value},"\u4FDD\u5B58\u914D\u7F6E",8,M9),A(b,{to:"/network",custom:""},{default:q(({navigate:h})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u8FD4\u56DE",8,O9)]),_:1})])],40,B9)])):a.value==1?(i(),r("div",N9,[q9,t("div",j9,[A(b,{to:"/",custom:""},{default:q(({navigate:h})=>[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:h},"\u8FDB\u5165\u63A7\u5236\u53F0",8,R9)]),_:1}),A(b,{to:"/network",custom:""},{default:q(({navigate:h})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:h},"\u8FD4\u56DE",8,G9)]),_:1})])])):$("",!0)}}});var U9=Y(V9,[["__scopeId","data-v-16746f19"]]);const rt=e=>(O("data-v-0d3a64fa"),e=e(),N(),e),W9={key:0,id:"page"},Z9=rt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u4E92\u8054\u7F51",-1)),H9=rt(()=>t("h3",{class:"desc"},"\u8BF7\u786E\u4FDD\u60A8\u5DF2\u5C06\u8DEF\u7531 WAN \u53E3\u8FDE\u63A5\u5230\u4E0A\u7EA7\u8DEF\u7531\u5C40\u57DF\u7F51\uFF08 LAN \uFF09\u63A5\u53E3",-1)),J9={class:"network-message"},X9={key:0},K9=U(" \u56E0\u4E3A\u60A8\u7684\u8BBE\u5907"),Q9=rt(()=>t("span",null,"\u6CA1\u6709 WAN \u53E3",-1)),tb=U("\uFF0C\u65E0\u6CD5\u4F7F\u7528\u672C\u8BBE\u7F6E\u5411\u5BFC\uFF0C\u5177\u4F53\u8BF7\u770B "),eb=rt(()=>t("a",{href:"https://doc.linkease.com/zh/guide/istoreos/question.html#%E7%BD%91%E7%BB%9C",target:"_blank",rel:"noopener noreferrer"},"\u94FE\u63A5",-1)),ab=[K9,Q9,tb,eb],ob=["onSubmit"],nb=rt(()=>t("div",{class:"label-key"},[t("span",null,"WAN \u63A5\u53E3\u914D\u7F6E\u65B9\u5F0F")],-1)),ib=rt(()=>t("option",{value:"dhcp"},"\u81EA\u52A8\u83B7\u53D6IP\u5730\u5740\uFF08DHCP\uFF09",-1)),rb=rt(()=>t("option",{value:"static"},"\u9759\u6001IP\u5730\u5740",-1)),sb=[ib,rb],db=rt(()=>t("div",{class:"label-key"},[t("span",null,"IP\u5730\u5740")],-1)),ub=["disabled"],lb={key:0,class:"msg"},cb=rt(()=>t("div",{class:"label-key"},[t("span",null,"\u5B50\u7F51\u63A9\u7801")],-1)),pb=["disabled"],fb={key:1,class:"msg"},mb=rt(()=>t("div",{class:"label-key"},[t("span",null,"\u7F51\u5173\u5730\u5740")],-1)),bb=["disabled"],vb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS \u914D\u7F6E\u65B9\u5F0F")],-1)),gb=["disabled"],_b=rt(()=>t("option",{value:"manual"},"\u624B\u5DE5\u914D\u7F6E",-1)),hb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),xb=["onUpdate:modelValue","disabled"],kb=rt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),wb=["disabled"],yb=rt(()=>t("div",{class:"label-key"},"\u5907\u7528DNS\u670D\u52A1\u5668",-1)),Fb=["disabled"],Eb={key:2,class:"chose_dhcp"},Cb=rt(()=>t("span",{class:"dhcp_info"},"\u542F\u7528LAN\u53E3DHCP\u670D\u52A1\uFF08\u7528\u4E8E\u4ECE\u65C1\u8DEF\u7531\u6A21\u5F0F\u6062\u590D\u6210\u9ED8\u8BA4\u72B6\u6001\uFF09",-1)),$b={key:3,class:"msgs"},Db={class:"btns"},Bb=["disabled"],Yb=["onClick"],Ab={key:1,id:"page"},Sb=rt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),zb={class:"btns"},Pb=["onClick"],Tb=["onClick"],Ib=P({setup(e){const a=y(0),o=y({}),n=y(""),s=y(""),p=y(""),c=y(!1),f=y(""),d=y(""),l=y(0),u=wt.checkIsIP,m=y(!1);(()=>T(this,null,function*(){var x,F;c.value=!0;try{const D=yield Promise.all([z.Guide.ClientModel.GET(),z.Guide.GetLan.GET()]);if(D[0]){const C=D[0];if(C.data){const{success:B,error:G,result:K}=C.data;K&&(K.wanProto!="dhcp"&&K.wanProto!="static"&&(K.wanProto="dhcp",K.dnsProto="auto"),K.enableLanDhcp=!1,o.value=K),B==-1011&&(l.value=B,c.value=!0)}}(x=D[1].data)!=null&&x.result&&(((F=D[1].data)==null?void 0:F.result).enableDhcp||(m.value=!0,o.value.enableLanDhcp=!0))}catch(D){n.value=D}l.value==0&&(c.value=!1)}))();const h=x=>{x.target.value=="static"?((o.value.staticIp==null||o.value.staticIp=="")&&(o.value.staticIp="192.168.1.100"),(o.value.subnetMask==null||o.value.subnetMask=="")&&(o.value.subnetMask="255.255.255.0"),o.value.dnsProto=="auto"&&setTimeout(()=>o.value.dnsProto="manual",0)):o.value.dnsProto=="manual"&&setTimeout(()=>o.value.dnsProto="auto",0)},v=x=>{const F=x.target;if(F.value==""){f.value="";return}u(F.value)?f.value="":f.value="\u8BF7\u8F93\u5165\u5408\u6CD5\u7684IP\u5730\u5740"},g=x=>{const F=x.target;if(F.value==""){d.value="";return}u(F.value)?d.value="":d.value="\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u5730\u5740"},k=()=>T(this,null,function*(){const x={};switch(o.value.wanProto){case"dhcp":break;case"static":x.staticIp=o.value.staticIp,x.subnetMask=o.value.subnetMask,x.gateway=o.value.gateway;break}switch(o.value.dnsProto){case"auto":break;case"manual":x.manualDnsIp=[],o.value.manualDnsIp!=null&&o.value.manualDnsIp.length>0?x.manualDnsIp=o.value.manualDnsIp:(x.manualDnsIp.push(s.value),p.value&&x.manualDnsIp.push(p.value));break}x.dnsProto=o.value.dnsProto,x.wanProto=o.value.wanProto,x.enableLanDhcp=o.value.enableLanDhcp;const F=E.Loading("\u914D\u7F6E\u4E2D....");c.value=!0;try{const D=yield z.Guide.ClientModel.POST(x);if(D!=null&&D.data){const{success:C,error:B}=D==null?void 0:D.data;B&&(n.value=B),(C==null||C==0)&&(E.Success("\u914D\u7F6E\u6210\u529F"),a.value=1)}}catch(D){n.value=D}c.value=!1,F.Close()});return(x,F)=>{const D=J("switch-box"),C=J("router-link");return a.value==0?(i(),r("div",W9,[Z9,H9,t("div",J9,[l.value==-1011?(i(),r("li",X9,ab)):$("",!0)]),t("form",{onSubmit:ot(k,["prevent"])},[t("label",null,[nb,S(t("select",{"onUpdate:modelValue":F[0]||(F[0]=B=>o.value.wanProto=B),onInput:h},sb,544),[[Z,o.value.wanProto]])]),o.value.wanProto=="static"?(i(),r(L,{key:0},[t("label",null,[db,S(t("input",{type:"text","onUpdate:modelValue":F[1]||(F[1]=B=>o.value.staticIp=B),placeholder:"\u9759\u6001IP\u5730\u5740",required:"",disabled:c.value,onInput:v},null,40,ub),[[V,o.value.staticIp,void 0,{trim:!0}]])]),f.value?(i(),r("p",lb,_(f.value),1)):$("",!0),t("label",null,[cb,S(t("input",{type:"text","onUpdate:modelValue":F[2]||(F[2]=B=>o.value.subnetMask=B),placeholder:"\u5B50\u7F51\u63A9\u7801",required:"",disabled:c.value,onInput:g},null,40,pb),[[V,o.value.subnetMask,void 0,{trim:!0}]])]),d.value?(i(),r("p",fb,_(d.value),1)):$("",!0),t("label",null,[mb,S(t("input",{type:"text","onUpdate:modelValue":F[3]||(F[3]=B=>o.value.gateway=B),placeholder:"\u7F51\u5173\u5730\u5740",required:"",disabled:c.value},null,8,bb),[[V,o.value.gateway,void 0,{trim:!0}]])])],64)):$("",!0),t("label",null,[vb,S(t("select",{"onUpdate:modelValue":F[4]||(F[4]=B=>o.value.dnsProto=B)},[t("option",{value:"auto",disabled:o.value.wanProto=="static"},"\u81EA\u52A8\u83B7\u53D6\uFF08DHCP\uFF09",8,gb),_b],512),[[Z,o.value.dnsProto]])]),o.value.dnsProto=="manual"?(i(),r(L,{key:1},[o.value.manualDnsIp!=null&&o.value.manualDnsIp.length>0?(i(!0),r(L,{key:0},j(o.value.manualDnsIp,(B,G)=>(i(),r("label",null,[hb,S(t("input",{type:"text","onUpdate:modelValue":K=>o.value.manualDnsIp[G]=K,placeholder:"DNS\u670D\u52A1\u5668",required:"",disabled:c.value},null,8,xb),[[V,o.value.manualDnsIp[G],void 0,{trim:!0}]])]))),256)):(i(),r(L,{key:1},[t("label",null,[kb,S(t("input",{type:"text","onUpdate:modelValue":F[5]||(F[5]=B=>s.value=B),placeholder:"DNS\u670D\u52A1\u5668",required:"",disabled:c.value},null,8,wb),[[V,s.value,void 0,{trim:!0}]])]),t("label",null,[yb,S(t("input",{type:"text","onUpdate:modelValue":F[6]||(F[6]=B=>p.value=B),placeholder:"\u5907\u7528DNS\u670D\u52A1\u5668",disabled:c.value},null,8,Fb),[[V,p.value,void 0,{trim:!0}]])])],64))],64)):$("",!0),m.value?(i(),r("div",Eb,[A(D,{modelValue:o.value.enableLanDhcp,"onUpdate:modelValue":F[7]||(F[7]=B=>o.value.enableLanDhcp=B)},{default:q(()=>[Cb]),_:1},8,["modelValue"])])):$("",!0),n.value?(i(),r("div",$b,_(n.value),1)):$("",!0),t("div",Db,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:c.value},"\u4FDD\u5B58\u914D\u7F6E",8,Bb),A(C,{to:"/network",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:B},"\u8FD4\u56DE",8,Yb)]),_:1})])],40,ob)])):a.value==1?(i(),r("div",Ab,[Sb,t("div",zb,[A(C,{to:"/",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:B},"\u8FDB\u5165\u63A7\u5236\u53F0",8,Pb)]),_:1}),A(C,{to:"/network",custom:""},{default:q(({navigate:B})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:B},"\u8FD4\u56DE",8,Tb)]),_:1})])])):$("",!0)}}});var Lb=Y(Ib,[["__scopeId","data-v-0d3a64fa"]]);const mt=e=>(O("data-v-c43b9118"),e=e(),N(),e),Mb={key:0,id:"page"},Ob=mt(()=>t("h2",{class:"title"},"\u65C1\u8DEF\u7531\u914D\u7F6E\u524D\u7684\u51C6\u5907\u5DE5\u4F5C",-1)),Nb=mt(()=>t("code",null,[U(" \u65C1\u8DEF\u7531\u6A21\u5F0F\uFF0C\u4E5F\u53EB\u5355\u81C2\u8DEF\u7531\u6A21\u5F0F\u3002 "),t("br"),U("\u60A8\u53EF\u4EE5\u7528\u4E0A\u4E00\u7EA7\u8DEF\u7531\uFF08\u4E3B\u8DEF\u7531\uFF09\u62E8\u53F7\uFF0C\u7136\u540E\u7528\u672C\u8DEF\u7531\u6765\u5B9E\u73B0\u4E00\u4E9B\u9AD8\u7EA7\u529F\u80FD\u3002 ")],-1)),qb=mt(()=>t("h3",{class:"desc"},"\u8BF7\u60A8\u83B7\u5F97\u4E3B\u8DEF\u7531\u5668\u7684IP\u5730\u5740\uFF08\u4F8B\u5982 192.168.2.1 \uFF09\u548C\u5B50\u7F51\u63A9\u7801\uFF0C\u8BB0\u5F55\u4EE5\u5907\u4F7F\u7528",-1)),jb=mt(()=>t("div",{class:"info"},[U(" \u4F60\u53EF\u4EE5\u67E5\u770B\u6211\u4EEC\u7684 "),t("a",{target:"_blank",href:"https://doc.linkease.com/zh/guide/easepi/common.html#%E6%97%81%E8%B7%AF%E7%94%B1%E6%A8%A1%E5%BC%8F"},"\u914D\u7F6E\u6559\u7A0B")],-1)),Rb={class:"btns"},Gb=["disabled"],Vb=["onClick"],Ub={key:1,id:"page"},Wb=mt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u65C1\u8DEF\u7531\u7F51\u7EDC",-1)),Zb=mt(()=>t("h3",{class:"desc"},"\u73B0\u5728\uFF0C\u8BF7\u4F60\u914D\u7F6E\u65C1\u8DEF\u7531\u4FE1\u606F",-1)),Hb=["onSubmit"],Jb=mt(()=>t("div",{class:"label-key"},[t("span",null,"LAN \u63A5\u53E3\u914D\u7F6E\u65B9\u5F0F")],-1)),Xb={class:"label-value"},Kb=mt(()=>t("option",null,"\u65C1\u8DEF\u7531\u6A21\u5F0F\u4EC5\u652F\u6301\u9759\u6001IP\u5730\u5740",-1)),Qb=[Kb],tv=mt(()=>t("div",{class:"label-key"},[t("span",null,"IP \u5730\u5740\uFF08\u4E0E\u4E0A\u4E00\u6B65\u8BB0\u5F55\u7684\u4E3B\u8DEF\u7531\u5728\u540C\u4E00\u7F51\u6BB5\uFF09")],-1)),ev=["disabled"],av=mt(()=>t("div",{class:"label-key"},[t("span",null,"\u5B50\u7F51\u63A9\u7801")],-1)),ov=["disabled"],nv=mt(()=>t("div",{class:"label-key"},[t("span",null,"\u7F51\u5173\u5730\u5740\uFF08\u5373\u4E0A\u4E00\u6B65\u8BB0\u5F55\u7684\u4E3B\u8DEF\u7531IP\u5730\u5740\uFF09")],-1)),iv=["disabled"],rv=mt(()=>t("div",{class:"label-key"},[t("span",null,"DNS\u670D\u52A1\u5668")],-1)),sv=["disabled"],dv={key:0,class:"msgs"},uv={class:"chose_dhcp"},lv={key:0,class:"dhcp_info"},cv={key:1,class:"dhcp_info"},pv={class:"btns"},fv=["disabled"],mv=["onClick"],bv={key:2,id:"page"},vv=mt(()=>t("h2",{class:"title"},"\u914D\u7F6E\u6210\u529F",-1)),gv=mt(()=>t("h3",{class:"desc"},"\u73B0\u5728\uFF0C\u5C06\u672C\u8DEF\u7531\u5176\u4E2D\u4E00\u4E2ALAN\u53E3\u4E0E\u4E3B\u8DEF\u7531\u8FDE\u63A5\uFF0C\u5E76\u5C06\u5F53\u524D\u6D4F\u89C8\u5668\u8BBE\u5907\u8FDE\u63A5\u5230\u4E3B\u8DEF\u7531\u3002\u70B9\u51FB\u201C\u8FDB\u5165\u63A7\u5236\u53F0\u201D\u6D4F\u89C8\u5668\u5C06\u8DF3\u8F6C\u5230\u65B0\u7684\u8DEF\u7531IP",-1)),_v=P({setup(e){const a=y(0),o=y(!1),n=y(""),s=y({subnetMask:"255.255.255.0",staticDnsIp:"223.5.5.5",staticLanIp:"",gateway:"",enableDhcp:!0}),p=d=>{a.value=d},c=d=>{window.location.href=location.protocol+"//"+s.value.staticLanIp+(location.port?":"+location.port:"")},f=()=>T(this,null,function*(){const d=s.value,l=E.Loading("\u914D\u7F6E\u4E2D...");try{const u=yield z.Guide.GatewayRouter.POST(d);if(u!=null&&u.data){const{success:m,error:b}=u==null?void 0:u.data;if(b&&(n.value=b),m==null||m==0){setTimeout(()=>{a.value=2,l.Close()},5e3);return}}}catch(u){n.value=u}l.Close()});return(d,l)=>{const u=J("router-link"),m=J("switch-box");return a.value==0?(i(),r("div",Mb,[Ob,Nb,qb,jb,t("div",Rb,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:o.value,onClick:l[0]||(l[0]=b=>p(1))},"\u4E0B\u4E00\u6B65",8,Gb),A(u,{to:"/network",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u8FD4\u56DE",8,Vb)]),_:1})])])):a.value==1?(i(),r("div",Ub,[Wb,Zb,t("form",{onSubmit:ot(f,["prevent"])},[t("label",null,[Jb,t("div",Xb,[t("select",{disabled:"",style:Pt({backgroundColor:"rgba(215, 215, 215, 1)",color:"#333"})},Qb,4)])]),t("label",null,[tv,S(t("input",{type:"text","onUpdate:modelValue":l[1]||(l[1]=b=>s.value.staticLanIp=b),placeholder:"IP\u5730\u5740",required:"",disabled:o.value},null,8,ev),[[V,s.value.staticLanIp,void 0,{trim:!0}]])]),t("label",null,[av,S(t("input",{type:"text","onUpdate:modelValue":l[2]||(l[2]=b=>s.value.subnetMask=b),placeholder:"\u5B50\u7F51\u63A9\u7801",required:"",disabled:o.value},null,8,ov),[[V,s.value.subnetMask,void 0,{trim:!0}]])]),t("label",null,[nv,S(t("input",{type:"text","onUpdate:modelValue":l[3]||(l[3]=b=>s.value.gateway=b),placeholder:"\u7F51\u5173\u5730\u5740",required:"",disabled:o.value},null,8,iv),[[V,s.value.gateway,void 0,{trim:!0}]])]),t("label",null,[rv,S(t("input",{type:"text","onUpdate:modelValue":l[4]||(l[4]=b=>s.value.staticDnsIp=b),placeholder:"223.5.5.5",required:"",disabled:o.value},null,8,sv),[[V,s.value.staticDnsIp,void 0,{trim:!0}]])]),n.value?(i(),r("div",dv,_(n.value),1)):$("",!0),t("div",uv,[A(m,{modelValue:s.value.enableDhcp,"onUpdate:modelValue":l[5]||(l[5]=b=>s.value.enableDhcp=b)},{default:q(()=>[s.value.enableDhcp?(i(),r("span",lv,"\u63D0\u4F9B DHCP \u670D\u52A1\uFF08\u9700\u8981\u5173\u95ED\u4E3B\u8DEF\u7531 DHCP \u670D\u52A1\uFF09")):(i(),r("span",cv,"\u63D0\u4F9B DHCP \u670D\u52A1"))]),_:1},8,["modelValue"])]),t("div",pv,[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",disabled:o.value},"\u4FDD\u5B58\u914D\u7F6E",8,fv),A(u,{to:"/network",custom:""},{default:q(({navigate:b})=>[t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:b},"\u8FD4\u56DE",8,mv)]),_:1})])],40,Hb)])):a.value==2?(i(),r("div",bv,[vv,gv,t("div",{class:"btns"},[t("button",{class:"cbi-button cbi-button-apply app-btn app-next",onClick:c},"\u8FDB\u5165\u63A7\u5236\u53F0")])])):$("",!0)}}});var hv=Y(_v,[["__scopeId","data-v-c43b9118"]]);const zt=e=>(O("data-v-7fc91c6d"),e=e(),N(),e),xv={class:"actioner-container"},kv=zt(()=>t("div",{class:"actioner-container_header"},[t("span",null,"RAID\u521B\u5EFA\u5411\u5BFC")],-1)),wv={class:"actioner-container_body"},yv=zt(()=>t("p",null,"RAID\u78C1\u76D8\u9635\u5217\u662F\u7528\u591A\u4E2A\u72EC\u7ACB\u7684\u78C1\u76D8\u7EC4\u6210\u5728\u4E00\u8D77\u5F62\u6210\u4E00\u4E2A\u5927\u7684\u78C1\u76D8\u7CFB\u7EDF\uFF0C \u4ECE\u800C\u5B9E\u73B0\u6BD4\u5355\u5757\u78C1\u76D8\u66F4\u597D\u7684\u5B58\u50A8\u6027\u80FD\u548C\u66F4\u9AD8\u7684\u53EF\u9760\u6027\u3002",-1)),Fv={class:"label-item"},Ev=zt(()=>t("div",{class:"label-item_key"},[t("span",null,"RAID\u7EA7\u522B\uFF1A")],-1)),Cv={class:"label-item_value"},$v=["value"],Dv={class:"label-item_tips"},Bv={class:"label-item"},Yv=zt(()=>t("div",{class:"label-item_key"},[t("span",null,"\u78C1\u76D8\u9635\u5217\u6210\u5458\uFF1A")],-1)),Av={key:0,class:"label-item_value"},Sv=zt(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),zv=[Sv],Pv={key:1,class:"label-item_value"},Tv=["value"],Iv={key:1,class:"msg-warning"},Lv={class:"label-item_tips"},Mv=U(" \u9009\u62E9\u5C06\u8981\u7528\u4E8E\u521B\u5EFA RAID \u7684\u786C\u76D8\uFF0C\u901A\u8FC7 USB \u63A5\u5165\u7684\u8BBE\u5907\u4E0D\u4F1A\u5728\u5217\u8868\u4E2D\u663E\u793A\uFF08USB\u63A5\u5165\u4E0D\u7A33\u5B9A\uFF09\u3002 "),Ov={class:"actioner-container_footer"},Nv=["disabled"],qv=["disabled"],jv={key:1,class:"actioner-container_body setup-loading"},Rv=zt(()=>t("span",null,"\u6B63\u5728\u521B\u5EFA\u4E2D...",-1)),Gv={class:"actioner-container_body setup-error"},Vv={class:"actioner-container_footer"},Uv=["disabled"],Wv={class:"actioner-container_body setup-success"},Zv=zt(()=>t("div",{class:"body-title"},"\u521B\u5EFA\u6210\u529F",-1)),Hv=zt(()=>t("div",{class:"body-info"},[t("span",null," \u5982\u9700\u5BF9raid\u8BBE\u5907\u8FDB\u884C\u8BFB\u5199\u64CD\u4F5C\uFF0C\u9700\u8981\u5BF9raid\u8BBE\u5907\u683C\u5F0F\u5316\u5E76\u6302\u8F7D\u6587\u4EF6\u7CFB\u7EDF "),t("br"),t("span",null,[U(" \u53EF\u524D\u5F80 "),t("a",{href:"/cgi-bin/luci/",target:"_blank",rel:"noopener noreferrer"},"\u9996\u9875-\u78C1\u76D8\u4FE1\u606F"),U(" \u8FDB\u884C\u6302\u8F7D ")])],-1)),Jv=P({props:{Close:{type:Function,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=y("init"),p=y(""),c=[{name:"jbod",title:"JBOD (\u7EBF\u6027)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u5C06\u591A\u4E2A\u786C\u76D8\u5408\u5E76\u4E3A\u5355\u4E2A\u5B58\u50A8\u7A7A\u95F4\uFF0C\u5176\u5BB9\u91CF\u7B49\u4E8E\u6240\u6709\u786C\u76D8\u5BB9\u91CF\u7684\u603B\u548C\u3002\u4E0D\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid0",title:"RAID 0 (\u6761\u5E26)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u201C\u533A\u5757\u5EF6\u5C55\u201D\u529F\u80FD\u662F\u5C06\u6570\u636E\u5206\u6210\u591A\u4E2A\u5757\uFF0C\u5E76\u5C06\u6570\u636E\u5757\u5206\u6563\u5230\u7EC4\u6210\u7684\u591A\u4E2A\u786C\u76D8\u4E0A\u4EE5\u63D0\u9AD8\u6027\u80FD\u7684\u8FC7\u7A0B\u3002\u4E0D\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid1",title:"RAID 1 (\u955C\u50CF)",info:"\u81F3\u5C11\u9700\u89812\u5757\u786C\u76D8\uFF0C\u540C\u65F6\u5411\u6240\u6709\u786C\u76D8\u5199\u5165\u76F8\u540C\u7684\u6570\u636E\u3002\u63D0\u4F9B\u6570\u636E\u5197\u4F59\u3002",select:2},{name:"raid5",title:"RAID 5 ",info:"\u81F3\u5C11\u9700\u89813\u5757\u786C\u76D8\uFF0C\u6267\u884C\u6BB5\u843D\u5206\u5757\u5EF6\u5C55\uFF0C\u5E76\u5BF9\u5206\u5E03\u5230\u6240\u6709\u7EC4\u6210\u786C\u76D8\u4E0A\u7684\u6570\u636E\u6267\u884C\u5947\u5076\u6821\u9A8C\uFF0C\u4ECE\u800C\u63D0\u4F9B\u6BD4 RAID 1 \u66F4\u6709\u6548\u7684\u6570\u636E\u5197\u4F59\u3002",select:3},{name:"raid6",title:"RAID 6 ",info:"\u81F3\u5C11\u9700\u89814\u5757\u786C\u76D8\uFF0C\u6267\u884C\u4E24\u4E2A\u5C42\u7EA7\u7684\u6570\u636E\u5947\u5076\u6821\u9A8C\u4EE5\u5B58\u50A8\u7B49\u4E8E 2 \u4E2A\u786C\u76D8\u5BB9\u91CF\u7684\u5197\u4F59\u6570\u636E\uFF0C\u63D0\u4F9B\u6BD4 RAID 5 \u66F4\u5927\u7A0B\u5EA6\u7684\u6570\u636E\u5197\u4F59\u3002",select:4},{name:"raid10",title:"RAID 10",info:"\u81F3\u5C11\u9700\u89814\u5757\u786C\u76D8\uFF0C\u63D0\u4F9B RAID 0 \u7684\u6027\u80FD\u548C RAID 1 \u7684\u6570\u636E\u4FDD\u62A4\u7EA7\u522B\uFF0C\u5C06\u786C\u76D8\u7EC4\u5408\u8FDB\u955C\u50CF\u6570\u636E\u7684\u7531\u4E24\u4E2A\u786C\u76D8\u7EC4\u6210\u7684\u7EC4\u3002",select:4}],f=y("raid5"),d=y([]),l=g=>{let k="";return c.forEach(x=>{x.name===g&&(k=x.info)}),k},u=y(!1),m=nt({loading:!1,members:[]}),b=g=>{};(()=>T(this,null,function*(){m.loading=!0;try{const g=yield z.Raid.CreateList.GET();if(g!=null&&g.data){const{success:k,error:x,result:F}=g.data;if(F&&(m.members=F.members||[]),x)throw x}}catch(g){console.log(g)}finally{m.loading=!1}}))();const v=()=>T(this,null,function*(){const g=c.filter(x=>x.name===f.value)[0],k=d.value;if(!g){E.Warning("\u8BF7\u9009\u62E9raid\u7C7B\u578B");return}if(k.length==0){E.Warning("\u8BF7\u9009\u62E9\u78C1\u76D8");return}if(g.select>k.length){E.Warning("\u8BF7\u9009\u62E9\u81F3\u5C11"+g.select+"\u5757\u78C1\u76D8");return}if(!!confirm(`\u662F\u5426\u7ACB\u5373\u521B\u5EFA ${g.name}\uFF1F\u9009\u62E9\u7684\u786C\u76D8\u6240\u6709\u5206\u533A\u5C06\u4F1A\u88AB\u6E05\u9664\uFF0C\u6B64\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u786C\u76D8\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002`)&&!!confirm(`\u786E\u5B9A\u521B\u5EFA ${g.name}\uFF1F\u8BE5\u64CD\u4F5C\u4E0D\u53EF\u9006,\u8BF7\u8C28\u614E\u64CD\u4F5C`)){u.value=!0,s.value="loading";try{const x=yield z.Raid.Create.POST({level:g.name,devicePaths:k});if(x.data){const{success:F,error:D,result:C}=x.data;if(D)throw D;(F||0)==0&&(s.value="success",n())}}catch(x){p.value=x,s.value="error"}finally{u.value=!1}}});return(g,k)=>{const x=J("icon-loading"),F=J("icon-error"),D=J("icon-success");return i(),r("div",xv,[kv,s.value=="init"?(i(),r(L,{key:0},[t("div",wv,[yv,t("div",Fv,[Ev,t("div",Cv,[S(t("select",{"onUpdate:modelValue":k[0]||(k[0]=C=>f.value=C),onChange:b},[(i(),r(L,null,j(c,C=>t("option",{value:C.name},_(C.title),9,$v)),64))],544),[[Z,f.value]])]),t("div",Dv,[A(gt),U(" "+_(l(f.value)),1)])]),t("div",Bv,[Yv,w(m).loading?(i(),r("div",Av,zv)):(i(),r("div",Pv,[w(m).members.length>0?(i(!0),r(L,{key:0},j(w(m).members,C=>(i(),r("label",null,[S(t("input",{type:"checkbox","onUpdate:modelValue":k[1]||(k[1]=B=>d.value=B),value:C.path},null,8,Tv),[[Tt,d.value]]),U(" \u3010"+_(C.model)+"\u3011"+_(C.name)+" "+_(C.path)+" ["+_(C.sizeStr)+"] ",1)]))),256)):(i(),r("span",Iv," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))])),t("div",Lv,[A(gt),Mv])])]),t("div",Ov,[t("div",{class:"close",onClick:o,disabled:u.value},"\u53D6\u6D88",8,Nv),t("div",{class:"next",onClick:v,disabled:u.value},"\u521B\u5EFA",8,qv)])],64)):s.value=="loading"?(i(),r("div",jv,[A(x,{size:60,color:"#666"}),Rv])):s.value=="error"?(i(),r(L,{key:2},[t("div",Gv,[A(F),t("span",null,_(p.value),1)]),t("div",Vv,[t("div",{class:"close",onClick:o},"\u5173\u95ED"),t("div",{class:"next",onClick:v,disabled:u.value},"\u91CD\u65B0\u521B\u5EFA",8,Uv)])],64)):s.value=="success"?(i(),r(L,{key:3},[t("div",Wv,[A(D),Zv,Hv]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u5173\u95ED")])],64)):$("",!0)])}}});var Xv=Y(Jv,[["__scopeId","data-v-7fc91c6d"]]);const Kv={class:"actioner-container"},Qv={class:"actioner-container_body"},tg=["value"],eg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0}},setup(e){const a=e,o=()=>{a.Close()},n=y("");return(()=>{z.Raid.Detail.POST({path:a.raid.path}).then(p=>{if(p.data){const{result:c,error:f}=p.data;f?n.value=f:n.value=(c==null?void 0:c.detail)||""}}).catch(p=>{n.value=p.message})})(),(p,c)=>(i(),r("div",Kv,[t("div",Qv,[t("textarea",{value:n.value},null,8,tg)]),t("div",{class:"actioner-container_footer"},[t("div",{class:"close",onClick:o},"\u5173\u95ED")])]))}});var ag=Y(eg,[["__scopeId","data-v-51f9d7a2"]]);const ze=e=>(O("data-v-c07c8244"),e=e(),N(),e),og={class:"actioner-container"},ng={class:"actioner-container_header"},ig={class:"actioner-container_body"},rg={class:"label-item"},sg=ze(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),dg={class:"label-item_value"},ug={disabled:""},lg={class:"label-item"},cg=ze(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u88AB\u6DFB\u52A0\u5230RAID\u7684\u786C\u76D8\uFF09\uFF1A ",-1)),pg={key:0,class:"label-item_value"},fg=ze(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),mg=[fg],bg={key:1,class:"label-item_value"},vg=["value"],gg={key:1,class:"msg-warning"},_g={class:"actioner-container_footer"},hg=["disabled"],xg=["disabled"],kg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const l=f.value;if(l==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u6DFB\u52A0\u7684\u786C\u76D8");return}c.value=!0;const u=E.Loading("\u4FDD\u5B58\u4E2D...");try{const m=yield z.Raid.Add.POST({path:a.raid.path,memberPath:l});if(m.data){const{error:b,success:h}=m.data;if(b)throw b;(h||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(m){E.Error(`${m}`)}finally{c.value=!1,u.Close()}}),p=nt({loading:!1,members:[]}),c=y(!1),f=y("");return(()=>T(this,null,function*(){p.loading=!0,c.value=!0;try{const l=yield z.Raid.CreateList.GET();if(l!=null&&l.data){const{success:u,error:m,result:b}=l.data;if(b&&(p.members=b.members||[]),m)throw m}}catch(l){console.log(l)}finally{c.value=!1,p.loading=!1}}))(),(l,u)=>(i(),r("div",og,[t("div",ng,[t("span",null,"RAID - "+_(e.raid.name)+" \u4FEE\u6539",1)]),t("div",ig,[t("div",rg,[sg,t("div",dg,[t("select",ug,[t("option",null,_(e.raid.name)+"_"+_(e.raid.venderModel)+" ("+_(e.raid.path)+"\uFF0C"+_(e.raid.level)+"\uFF0C"+_(e.raid.size)+") ",1)])])]),t("div",lg,[cg,w(p).loading?(i(),r("div",pg,mg)):(i(),r("div",bg,[w(p).members.length>0?(i(!0),r(L,{key:0},j(w(p).members,m=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":u[0]||(u[0]=b=>f.value=b),value:m.path},null,8,vg),[[ct,f.value]]),U(" \u3010"+_(m.model)+"\u3011"+_(m.name)+" "+_(m.path)+" ["+_(m.sizeStr)+"] ",1)]))),256)):(i(),r("span",gg," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))]))])]),t("div",_g,[t("div",{class:"close",onClick:o,disabled:c.value},"\u53D6\u6D88",8,hg),t("div",{class:"next",onClick:s,disabled:c.value},"\u4FDD\u5B58",8,xg)])]))}});var wg=Y(kg,[["__scopeId","data-v-c07c8244"]]);const la=e=>(O("data-v-13dc2cd6"),e=e(),N(),e),yg={class:"actioner-container"},Fg={class:"actioner-container_header"},Eg={class:"actioner-container_body"},Cg={class:"label-item"},$g=la(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),Dg={class:"label-item_value"},Bg={disabled:""},Yg={class:"label-item"},Ag=la(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u8981\u4ECERAID\u9635\u5217\u4E2D\u5220\u9664\u7684\u786C\u76D8\uFF09\uFF1A ",-1)),Sg={class:"label-item_value"},zg=["value"],Pg={class:"actioner-container_footer"},Tg=["disabled"],Ig=["disabled"],Lg=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const f=c.value;if(f==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u5220\u9664\u7684\u786C\u76D8");return}p.value=!0;const d=E.Loading("\u4FDD\u5B58\u4E2D...");try{const l=yield z.Raid.Remove.POST({path:a.raid.path,memberPath:f});if(l.data){const{error:u,success:m}=l.data;if(u)throw u;(m||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(l){E.Error(`${l}`)}finally{p.value=!1,d.Close()}}),p=y(!1),c=y("");return(f,d)=>(i(),r("div",yg,[t("div",Fg,[t("span",null,"RAID - "+_(e.raid.name)+" \u79FB\u9664",1)]),t("div",Eg,[t("div",Cg,[$g,t("div",Dg,[t("select",Bg,[t("option",null,_(e.raid.name)+"_"+_(e.raid.venderModel)+" ("+_(e.raid.path)+"\uFF0C"+_(e.raid.level)+"\uFF0C"+_(e.raid.size)+") ",1)])])]),t("div",Yg,[Ag,t("div",Sg,[(i(!0),r(L,null,j(e.raid.members,l=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":d[0]||(d[0]=u=>c.value=u),value:l},null,8,zg),[[ct,c.value]]),U(" "+_(l),1)]))),256))])])]),t("div",Pg,[t("div",{class:"close",onClick:o,disabled:p.value},"\u53D6\u6D88",8,Tg),t("div",{class:"next",onClick:s,disabled:p.value},"\u4FDD\u5B58",8,Ig)])]))}});var Mg=Y(Lg,[["__scopeId","data-v-13dc2cd6"]]);const Pe=e=>(O("data-v-5643983d"),e=e(),N(),e),Og={class:"actioner-container"},Ng={class:"actioner-container_header"},qg={class:"actioner-container_body"},jg={class:"label-item"},Rg=Pe(()=>t("div",{class:"label-item_key"}," \u8BBE\u5907 ",-1)),Gg={class:"label-item_value"},Vg={disabled:""},Ug={class:"label-item"},Wg=Pe(()=>t("div",{class:"label-item_key"}," \u9009\u62E9\u786C\u76D8\uFF08\u9009\u62E9\u7A7A\u95F2\u7684\u786C\u76D8\u6062\u590DRAID\u8BBE\u5907\uFF09\uFF1A ",-1)),Zg={key:0,class:"label-item_value"},Hg=Pe(()=>t("span",{class:"msg-warning"}," \u68C0\u6D4B\u4E2D... ",-1)),Jg=[Hg],Xg={key:1,class:"label-item_value"},Kg=["value"],Qg={key:1,class:"msg-warning"},t_={class:"actioner-container_footer"},e_=["disabled"],a_=["disabled"],o_=P({props:{Close:{type:Function,required:!0},raid:{type:Object,required:!0},success:{type:Function}},setup(e){const a=e,o=()=>{a.Close()},n=()=>{a.success&&a.success()},s=()=>T(this,null,function*(){const l=f.value;if(l==""){E.Warning("\u8BF7\u9009\u62E9\u8981\u6DFB\u52A0\u7684\u786C\u76D8");return}c.value=!0;const u=E.Loading("\u4FDD\u5B58\u4E2D...");try{const m=yield z.Raid.Recover.POST({path:a.raid.path,memberPath:l});if(m.data){const{error:b,success:h}=m.data;if(b)throw b;(h||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),n(),o())}}catch(m){E.Error(`${m}`)}finally{c.value=!1,u.Close()}}),p=nt({loading:!1,members:[]}),c=y(!1),f=y("");return(()=>T(this,null,function*(){p.loading=!0,c.value=!0;try{const l=yield z.Raid.CreateList.GET();if(l!=null&&l.data){const{success:u,error:m,result:b}=l.data;if(b&&(p.members=b.members||[]),m)throw m}}catch(l){console.log(l)}finally{c.value=!1,p.loading=!1}}))(),(l,u)=>(i(),r("div",Og,[t("div",Ng,[t("span",null,"RAID - "+_(e.raid.name)+" \u6062\u590D",1)]),t("div",qg,[t("div",jg,[Rg,t("div",Gg,[t("select",Vg,[t("option",null,_(e.raid.name)+"_"+_(e.raid.venderModel)+" ("+_(e.raid.path)+"\uFF0C"+_(e.raid.level)+"\uFF0C"+_(e.raid.size)+") ",1)])])]),t("div",Ug,[Wg,w(p).loading?(i(),r("div",Zg,Jg)):(i(),r("div",Xg,[w(p).members.length>0?(i(!0),r(L,{key:0},j(w(p).members,m=>(i(),r("label",null,[S(t("input",{type:"radio","onUpdate:modelValue":u[0]||(u[0]=b=>f.value=b),value:m.path},null,8,Kg),[[ct,f.value]]),U(" \u3010"+_(m.model)+"\u3011"+_(m.name)+" "+_(m.path)+" ["+_(m.sizeStr)+"] ",1)]))),256)):(i(),r("span",Qg," \u68C0\u6D4B\u4E0D\u5230\u53EF\u7528\u78C1\u76D8\u9635\u5217\u6210\u5458... "))]))])]),t("div",t_,[t("div",{class:"close",onClick:o,disabled:c.value},"\u53D6\u6D88",8,e_),t("div",{class:"next",onClick:s,disabled:c.value},"\u4FDD\u5B58",8,a_)])]))}});var n_=Y(o_,[["__scopeId","data-v-5643983d"]]);const i_={class:"action-main"},r_=P({props:{Close:{type:Function,required:!0},setup:{type:String,default:"create"},raid:{type:Object},success:{type:Function}},setup(e){return(a,o)=>(i(),M(Q,{type:2},{default:q(()=>[t("div",i_,[e.setup=="create"?(i(),M(Xv,{key:0,Close:e.Close},null,8,["Close"])):e.setup=="info"&&e.raid!=null?(i(),M(ag,{key:1,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="edit"&&e.raid!=null?(i(),M(wg,{key:2,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="remove"&&e.raid!=null?(i(),M(Mg,{key:3,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):e.setup=="recover"&&e.raid!=null?(i(),M(n_,{key:4,Close:e.Close,raid:e.raid,success:e.success},null,8,["Close","raid","success"])):$("",!0)])]),_:1}))}});var s_=Y(r_,[["__scopeId","data-v-6ef94d02"]]);const Zt=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(s_,tt(W({},e),{Close:()=>{n()}}));o.use(Je),o.mount(a);const n=()=>{o.unmount(),a.remove()};return{Close:n}},oe=e=>(O("data-v-535a673b"),e=e(),N(),e),d_={id:"page"},u_=oe(()=>t("h2",{name:"content"}," RAID\u7BA1\u7406",-1)),l_=oe(()=>t("div",{class:"cbi-map-descr"},[t("p",null," RAID \uFF08 Redundant Array of Independent Disks \uFF09\u5373\u72EC\u7ACB\u78C1\u76D8\u5197\u4F59\u9635\u5217\uFF0C\u7B80\u79F0\u4E3A\u300C\u78C1\u76D8\u9635\u5217\u300D\uFF0C \u5C31\u662F\u7528\u591A\u4E2A\u72EC\u7ACB\u7684\u78C1\u76D8\u7EC4\u6210\u5728\u4E00\u8D77\u5F62\u6210\u4E00\u4E2A\u5927\u7684\u78C1\u76D8\u7CFB\u7EDF\uFF0C\u4ECE\u800C\u5B9E\u73B0\u6BD4\u5355\u5757\u78C1\u76D8\u66F4\u597D\u7684\u5B58\u50A8\u6027\u80FD\u548C\u66F4\u9AD8\u7684\u53EF\u9760\u6027\u3002 "),t("p",{style:{color:"#f5365b","margin-top":"10px"}}," * RAID\u529F\u80FD\u6B63\u5728\u516C\u6D4B\u4E2D\uFF0C\u4F7F\u7528\u8FC7\u7A0B\u4E2D\u5982\u9020\u6210\u6570\u636E\u4E22\u5931\u7B49\u95EE\u9898\uFF0C\u6982\u4E0D\u8D1F\u8D23\uFF0C\u8BF7\u8C28\u614E\u4F7F\u7528\u3002 "),t("p",{style:{color:"#f5365b","margin-top":"10px"}}," * \u5982\u679C\u7531\u4E8E\u7CFB\u7EDF\u91CD\u7F6E\u6216\u91CD\u542F\u5BFC\u81F4\u7684RAID\u8BBE\u5907\u4E22\u5931\u53EF\u4EE5\u5C1D\u8BD5\u901A\u8FC7\u4E0B\u65B9'\u626B\u63CF\u6062\u590DRAID'\u6309\u94AE\u6062\u590D ")],-1)),c_={class:"btns"},p_=["disabled"],f_={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},m_={class:"table cbi-section-table"},b_={style:{}},v_=oe(()=>t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u540D\u79F0"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u72B6\u6001"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u7EA7\u522B"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5BB9\u91CF"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6210\u5458"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6302\u8F7D\u4FE1\u606F"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u64CD\u4F5C")],-1)),g_={class:"tr cbi-section-table-row"},__={class:"td cbi-value-field"},h_={class:"td cbi-value-field"},x_=["title"],k_={class:"item-status"},w_={key:0,class:"item-status item-status-detail"},y_={class:"td cbi-value-field"},F_={class:"td cbi-value-field"},E_={class:"td cbi-value-field"},C_=oe(()=>t("br",null,null,-1)),$_={class:"td cbi-value-field"},D_=oe(()=>t("br",null,null,-1)),B_={key:1,href:"/cgi-bin/luci/admin/quickstart/"},Y_={class:"td cbi-section-table-cell nowrap cbi-section-actions"},A_=["disabled","onClick"],S_=["disabled","onClick"],z_=["onClick"],P_=["onClick"],T_=["onClick"],I_=P({setup(e){const a=nt({disksList:[]}),o=()=>T(this,null,function*(){try{const v=yield z.Raid.List.GET();if(v!=null&&v.data){const{success:g,error:k,result:x}=v.data;if(x&&(a.disksList=x.disks||[]),k)throw k}}catch(v){console.log(v)}}),n=wt.easyInterval(o,5e3);we(()=>{n()});const s=v=>{switch(v.level){case"raid0":case"jbod":return!0}return v.status.indexOf("degraded")!=-1||v.status.indexOf("resyncing(")!=-1},p=v=>{let g=[];return v.childrens&&v.childrens.forEach(k=>{k.mountPoint&&g.push(`${k.name}(${k.mountPoint})`)}),g},c=()=>T(this,null,function*(){Zt({setup:"create",success:()=>{o()}})}),f=v=>{Zt({setup:"info",raid:v})},d=v=>T(this,null,function*(){if(v.childrens&&v.childrens.length>0&&v.childrens.filter(x=>x.mountPoint).length>0){re({content:"\u5220\u9664 RAID \u8BBE\u5907\u4E4B\u524D\u8BF7\u5148\u5378\u8F7D\u6587\u4EF6\u7CFB\u7EDF",nextTitle:"\u53BB\u5378\u8F7D",next:()=>{location.href="/cgi-bin/luci/admin/system/mounts"},clearTitle:"\u53D6\u6D88",clear:()=>{}});return}if(!confirm(`\u786E\u5B9A\u8981\u5220\u9664 ${v.name} \u8BE5\u78C1\u76D8\u9635\u5217\u5417\uFF1F\u5220\u9664\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002\u5220\u9664\u6210\u529F\u540E\uFF0C\u5982\u9700\u53E6\u5916\u7EC4RAID\uFF0C\u5EFA\u8BAE\u7A0D\u7B49\u51E0\u5206\u949F\u540E\u518D\u8BD5\u3002`)||!confirm(`\u786E\u5B9A\u8981\u5220\u9664 ${v.name} \u5417?`))return;const g=E.Loading("\u5220\u9664\u4E2D...");try{const k=yield z.Raid.Delete.POST({path:v.path,members:v.members});if(k.data){const{success:x,error:F}=k.data;if(F)throw F;(x||0)==0&&(E.Success("\u5220\u9664\u6210\u529F"),o())}}catch(k){E.Error(`${k}`)}finally{g.Close()}}),l=v=>{Zt({setup:"edit",raid:v,success:()=>{o()}})},u=v=>{Zt({setup:"remove",raid:v,success:()=>{o()}})},m=v=>{Zt({setup:"recover",raid:v,success:()=>{o()}})},b=y(!1),h=()=>{re({content:"\u5C06\u626B\u63CF\u78C1\u76D8\u91CC RAID \u7684\u78C1\u76D8\u9635\u5217\u914D\u7F6E\u5E76\u6062\u590D\uFF0C\u786E\u5B9A\u8981\u6062\u590D RAID \u78C1\u76D8\u9635\u5217\u5417\uFF1F",nextTitle:"\u786E\u5B9A",next:()=>T(this,null,function*(){b.value=!0;const v=E.Loading("\u626B\u63CF\u4E2D...");try{const g=yield z.Raid.Autofix.GET();if(g.data){const{error:k,success:x}=g.data;if(k)throw k;(x||0)==0&&(E.Success("\u6062\u590D\u5B8C\u6210"),o())}}catch(g){E.Error(`${g}`)}finally{v.Close(),b.value=!1}}),clearTitle:"\u53D6\u6D88",clear:()=>{}})};return(v,g)=>(i(),r("div",d_,[u_,l_,t("div",c_,[t("button",{class:"btn cbi-button cbi-button-apply",onClick:g[0]||(g[0]=k=>c())},"\u521B\u5EFARAID"),t("button",{class:"btn cbi-button cbi-button-apply",onClick:g[1]||(g[1]=k=>h()),disabled:b.value},"\u626B\u63CF\u6062\u590DRAID",8,p_)]),t("div",null,[t("div",f_,[t("table",m_,[t("tbody",b_,[v_,(i(!0),r(L,null,j(w(a).disksList,k=>(i(),r("tr",g_,[t("td",__,[t("b",null,_(k.name),1)]),t("td",h_,[t("b",null,_(k.path),1)]),t("td",{class:"td cbi-value-field",title:k.status+(k.rebuildStatus||"")},[t("b",k_,_(k.status),1),k.rebuildStatus?(i(),r("b",w_," \u2026 ")):$("",!0)],8,x_),t("td",y_,[t("b",null,_(k.level),1)]),t("td",F_,[t("b",null,_(k.size),1)]),t("td",E_,[(i(!0),r(L,null,j(k.members,x=>(i(),r("b",null,[U(_(x)+" ",1),C_]))),256))]),t("td",$_,[p(k).length>0?(i(!0),r(L,{key:0},j(p(k),x=>(i(),r("b",null,[U(_(x)+" ",1),D_]))),256)):(i(),r("a",B_,"\u53BB\u6302\u8F7D"))]),t("td",Y_,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u6269\u5145",disabled:s(k),onClick:x=>l(k)},"\u6269\u5145",8,A_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u79FB\u9664",disabled:s(k),onClick:x=>u(k)},"\u79FB\u9664",8,S_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u6062\u590D",onClick:x=>m(k)},"\u6062\u590D",8,z_),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8BE6\u60C5",onClick:x=>f(k)},"\u8BE6\u60C5",8,P_),t("button",{class:"cbi-button cbi-button-remove",title:"\u5982\u679C\u60A8\u5728RAID\u78C1\u76D8\u9635\u5217\u4E2D\u521B\u5EFA\u4E86\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u5148\u5378\u8F7D\u6587\u4EF6\u7CFB\u7EDF\uFF0C\u540E\u5220\u9664\u6587\u4EF6\u7CFB\u7EDF\u5220\u9664\u64CD\u4F5C\u53EF\u80FD\u4F1A\u5BFC\u81F4\u6570\u636E\u4E22\u5931\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\u3002",onClick:x=>d(k)},"\u5220\u9664",8,T_)])]))),256))])])])])]))}});var L_=Y(I_,[["__scopeId","data-v-535a673b"]]);const ca=e=>(O("data-v-2bc40d1c"),e=e(),N(),e),M_={id:"page"},O_=ca(()=>t("h2",{name:"content"},"S.M.A.R.T.",-1)),N_=ca(()=>t("div",{class:"cbi-map-descr"},[t("p",null," S.M.A.R.T.\uFF0C\u5168\u79F0\u4E3A\u201CSelf-Monitoring Analysis and Reporting Technology\u201D\uFF0C\u5373\u201C\u81EA\u6211\u76D1\u6D4B\u3001\u5206\u6790\u53CA\u62A5\u544A\u6280\u672F\u201D\uFF0C "),t("p",null," \u662F\u4E00\u79CD\u81EA\u52A8\u7684\u786C\u76D8\u72B6\u6001\u68C0\u6D4B\u4E0E\u9884\u8B66\u7CFB\u7EDF\u548C\u89C4\u8303\u3002\u901A\u8FC7\u5728\u786C\u76D8\u786C\u4EF6\u5185\u7684\u68C0\u6D4B\u6307\u4EE4\u5BF9\u786C\u76D8\u7684\u786C\u4EF6\u5982\u78C1\u5934\u3001\u76D8\u7247\u3001\u9A6C\u8FBE\u3001 "),t("p",null," \u7535\u8DEF\u7684\u8FD0\u884C\u60C5\u51B5\u8FDB\u884C\u76D1\u63A7\u3001\u8BB0\u5F55\u5E76\u4E0E\u5382\u5546\u6240\u8BBE\u5B9A\u7684\u9884\u8BBE\u5B89\u5168\u503C\u8FDB\u884C\u6BD4\u8F83\uFF0C\u82E5\u76D1\u63A7\u60C5\u51B5\u5C06\u8981\u6216\u5DF2\u8D85\u51FA\u9884\u8BBE\u5B89\u5168\u503C\u7684\u5B89\u5168\u8303\u56F4\uFF0C "),t("p",null," \u5C31\u53EF\u4EE5\u901A\u8FC7\u4E3B\u673A\u7684\u76D1\u63A7\u786C\u4EF6\u6216\u8F6F\u4EF6\u81EA\u52A8\u5411\u7528\u6237\u4F5C\u51FA\u8B66\u544A\u5E76\u8FDB\u884C\u8F7B\u5FAE\u7684\u81EA\u52A8\u4FEE\u590D\uFF0C\u4EE5\u63D0\u524D\u4FDD\u969C\u786C\u76D8\u6570\u636E\u7684\u5B89\u5168\u3002 ")],-1)),q_={class:"tabs"},j_=["href","onClick"],R_=P({setup(e){const a=[{to:"/smart",name:"\u5E38\u89C4\u8BBE\u7F6E"},{to:"/smart/task",name:"\u8BA1\u5212\u4EFB\u52A1"},{to:"/smart/log",name:"\u67E5\u770B\u65E5\u5FD7"}],o=y(!1),n=nt({global:{enable:!1,powermode:"never",tmpDiff:0,tmpMax:0},devices:[],tasks:[]}),s=f=>{const{global:d,devices:l,tasks:u}=f;d&&(n.global.enable=d.enable||!1,n.global.powermode=d.powermode||"never"),n.devices=l||[],n.tasks=u||[]};(()=>T(this,null,function*(){try{const f=yield z.Smart.Config.GET();if(f.data){const{result:d}=f.data;d&&s(d)}}catch(f){}finally{o.value=!0}}))();const c=f=>T(this,null,function*(){const d=E.Loading("\u4FDD\u5B58\u4E2D...");try{const l=yield z.Smart.Config.POST(f);if(l.data){console.log(l.data);const{success:u,error:m,result:b}=l.data;if(m)throw m;(u||0)==0&&(E.Success("\u4FDD\u5B58\u6210\u529F"),b&&s(b))}}catch(l){E.Error(`${l}`)}finally{d.Close()}});return(f,d)=>{const l=J("router-link"),u=J("router-view");return i(),r("div",M_,[O_,N_,t("ul",q_,[(i(),r(L,null,j(a,m=>A(l,{to:m.to,custom:"",key:m.to},{default:q(({route:b,href:h,navigate:v,isActive:g,isExactActive:k})=>[t("li",{class:st({"active cbi-tab":g&&k})},[t("a",{href:h,onClick:v},_(m.name),9,j_)],2)]),_:2},1032,["to"])),64))]),o.value?(i(),M(u,{key:0,name:"default"},{default:q(({Component:m,route:b})=>[(i(),M(Ba,null,{default:q(()=>[(i(),M(Ya(m),{key:b.path,config:w(n),saveData:c},null,8,["config"]))]),_:2},1024))]),_:1})):$("",!0)])}}});var G_=Y(R_,[["__scopeId","data-v-2bc40d1c"]]);const V_={class:"action-main"},U_=P({setup(e){return(a,o)=>(i(),M(Q,{type:2},{default:q(()=>[t("div",V_,[$t(a.$slots,"default",{},void 0,!0)])]),_:3}))}});var ge=Y(U_,[["__scopeId","data-v-742230ae"]]);const W_={class:"actioner-container"},Z_={class:"actioner-container_header"},H_={class:"actioner-container_body"},J_={class:"cbi-value"},X_=t("label",{class:"cbi-value-title"}," \u78C1\u76D8 ",-1),K_={class:"cbi-value-field"},Q_={class:"cbi-value-description"},th={class:"cbi-value"},eh=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u5DEE\u5F02\uFF09 ",-1),ah={class:"cbi-value-field"},oh={class:"cbi-checkbox"},nh=t("option",{value:-1},"\u4F7F\u7528\u5168\u5C40\u914D\u7F6E",-1),ih=t("option",{value:0},"\u7981\u7528",-1),rh=["value"],sh=t("div",{class:"cbi-value-description"}," \u81EA\u4E0A\u6B21\u62A5\u544A\u4EE5\u6765\u6E29\u5EA6\u53D8\u5316\u81F3\u5C11 N \u5EA6\uFF0C\u5219\u9700\u62A5\u544A. ",-1),dh={class:"cbi-value"},uh=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u6700\u5927\uFF09 ",-1),lh={class:"cbi-value-field"},ch={class:"cbi-checkbox"},ph=t("option",{value:-1},"\u4F7F\u7528\u5168\u5C40\u914D\u7F6E",-1),fh=t("option",{value:0},"\u7981\u7528",-1),mh=["value"],bh=t("div",{class:"cbi-value-description"}," \u5982\u679C\u6E29\u5EA6\u5927\u4E8E\u6216\u7B49\u4E8E N \u6444\u6C0F\u5EA6\u5219\u62A5\u544A. ",-1),vh={class:"actioner-container_footer"},gh=["disabled"],_h=["disabled"],hh=P({props:{close:{type:Function,required:!0},disk:{type:Object,required:!0},device:{type:Object},next:{type:Function,required:!0}},setup(e){var c,f,d;const a=e;console.log(a.device);const o=y(!1),n=nt({tmpDiff:((c=a.device)==null?void 0:c.tmpDiff)||0,tmpMax:((f=a.device)==null?void 0:f.tmpMax)||0,devicePath:((d=a.device)==null?void 0:d.devicePath)||""}),s=()=>{o.value=!0,a.close()},p=()=>T(this,null,function*(){o.value=!0;try{yield a.next({tmpDiff:n.tmpDiff,tmpMax:n.tmpMax,devicePath:n.devicePath}),o.value=!1,s()}catch(l){}});return(l,u)=>(i(),M(ge,null,{default:q(()=>[t("div",W_,[t("div",Z_,[t("span",null," S.M.A.R.T. \xBB \u8BBE\u5907 \xBB "+_(e.disk.path),1)]),t("div",H_,[t("div",J_,[X_,t("div",K_,[t("div",Q_,_(e.disk.model)+" [ "+_(e.disk.path)+"\uFF0C"+_(e.disk.sizeStr)+" ] ",1)])]),t("div",th,[eh,t("div",ah,[t("div",oh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":u[0]||(u[0]=m=>w(n).tmpDiff=m)},[nh,ih,(i(),r(L,null,j(20,m=>t("option",{value:m},_(m)+"\xB0C",9,rh)),64))],512),[[Z,w(n).tmpDiff,void 0,{number:!0}]])]),sh])]),t("div",dh,[uh,t("div",lh,[t("div",ch,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":u[1]||(u[1]=m=>w(n).tmpMax=m)},[ph,fh,(i(),r(L,null,j(20,m=>t("option",{value:m*5},_(m*5)+"\xB0C",9,mh)),64))],512),[[Z,w(n).tmpMax,void 0,{number:!0}]])]),bh])])]),t("div",vh,[t("button",{class:"close",onClick:s,disabled:o.value},"\u53D6\u6D88",8,gh),t("button",{class:"next",onClick:p,disabled:o.value},"\u4FDD\u5B58",8,_h)])])]),_:1}))}}),xh={class:"actioner-container"},kh=t("div",{class:"actioner-container_header"},[t("span",null," \u521B\u5EFA\u8BA1\u5212\u4EFB\u52A1 ")],-1),wh={class:"actioner-container_body"},yh={class:"cbi-value"},Fh=t("label",{class:"cbi-value-title"}," \u78C1\u76D8 ",-1),Eh={class:"cbi-value-field"},Ch={class:"cbi-checkbox"},$h=t("option",{value:""},"\u9009\u62E9\u78C1\u76D8",-1),Dh=["value"],Bh={class:"cbi-value"},Yh=t("label",{class:"cbi-value-title"}," \u7C7B\u578B ",-1),Ah={class:"cbi-value-field"},Sh={class:"cbi-checkbox"},zh=t("option",{value:"short"},"\u77ED\u6682\u81EA\u68C0",-1),Ph=t("option",{value:"long"},"\u957F\u65F6\u81EA\u68C0",-1),Th=t("option",{value:"conveyance"},"\u4F20\u8F93\u65F6\u81EA\u68C0",-1),Ih=t("option",{value:"offline"},"\u79BB\u7EBF\u65F6\u81EA\u68C0",-1),Lh=[zh,Ph,Th,Ih],Mh={class:"cbi-value"},Oh=t("label",{class:"cbi-value-title"}," \u5C0F\u65F6 ",-1),Nh={class:"cbi-value-field"},qh={class:"cbi-checkbox"},jh=t("option",{value:"*"},"*",-1),Rh=["value"],Gh=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u5C0F\u65F6 ",-1),Vh={class:"cbi-value"},Uh=t("label",{class:"cbi-value-title"}," \u5929 ",-1),Wh={class:"cbi-value-field"},Zh={class:"cbi-checkbox"},Hh=t("option",{value:"*"},"*",-1),Jh=["value"],Xh=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u5929 ",-1),Kh={class:"cbi-value"},Qh=t("label",{class:"cbi-value-title"}," \u6708 ",-1),tx={class:"cbi-value-field"},ex={class:"cbi-checkbox"},ax=t("option",{value:"*"},"*",-1),ox=["value"],nx=t("div",{class:"cbi-value-description"}," * \u8868\u793A\u6BCF\u6708 ",-1),ix={class:"actioner-container_footer"},rx=["disabled"],sx=["disabled"],dx=P({props:{close:{type:Function,required:!0},config:{type:Object,required:!0},next:{type:Function,required:!0}},setup(e){const a=e,o=y(!1),n=nt({type:"short",devicePath:"",month:"*",dayPerMonth:"*",hour:"*"}),s=y([]);(()=>T(this,null,function*(){try{const d=yield z.Smart.List.GET();if(d.data){const{result:l,error:u}=d.data;l&&l.disks&&(s.value=l.disks)}}catch(d){}}))();const c=()=>{o.value=!0,a.close()},f=()=>T(this,null,function*(){if(n.devicePath==""){E.Warning("\u8BF7\u9009\u62E9\u78C1\u76D8");return}o.value=!0;try{yield a.next(n),c()}catch(d){}finally{o.value=!1}});return(d,l)=>(i(),M(ge,null,{default:q(()=>[t("div",xh,[kh,t("div",wh,[t("div",yh,[Fh,t("div",Eh,[t("div",Ch,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[0]||(l[0]=u=>w(n).devicePath=u)},[$h,(i(!0),r(L,null,j(s.value,u=>(i(),r("option",{value:u.path},_(u.model)+" [ "+_(u.path)+"\uFF0C"+_(u.sizeStr)+" ] ",9,Dh))),256))],512),[[Z,w(n).devicePath,void 0,{trim:!0}]])])])]),t("div",Bh,[Yh,t("div",Ah,[t("div",Sh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[1]||(l[1]=u=>w(n).type=u)},Lh,512),[[Z,w(n).type,void 0,{trim:!0}]])])])]),t("div",Mh,[Oh,t("div",Nh,[t("div",qh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[2]||(l[2]=u=>w(n).hour=u)},[jh,(i(),r(L,null,j(24,(u,m)=>t("option",{value:`${m}`},_(m),9,Rh)),64))],512),[[Z,w(n).hour,void 0,{trim:!0}]])]),Gh])]),t("div",Vh,[Uh,t("div",Wh,[t("div",Zh,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[3]||(l[3]=u=>w(n).dayPerMonth=u)},[Hh,(i(),r(L,null,j(31,u=>t("option",{value:`${u}`},_(u),9,Jh)),64))],512),[[Z,w(n).dayPerMonth,void 0,{trim:!0}]])]),Xh])]),t("div",Kh,[Qh,t("div",tx,[t("div",ex,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":l[4]||(l[4]=u=>w(n).month=u)},[ax,(i(),r(L,null,j(12,(u,m)=>t("option",{value:`${u}`},_(u),9,ox)),64))],512),[[Z,w(n).month,void 0,{trim:!0}]])]),nx])])]),t("div",ix,[t("button",{class:"close",onClick:c,disabled:o.value},"\u53D6\u6D88",8,rx),t("button",{class:"next",onClick:f,disabled:o.value},"\u4FDD\u5B58",8,sx)])])]),_:1}))}}),ux=e=>(O("data-v-3f7c551e"),e=e(),N(),e),lx={class:"actioner-container"},cx=ux(()=>t("div",{class:"actioner-container_header"},[t("span",null," \u8FD0\u884C\u8C03\u8BD5 ")],-1)),px={class:"actioner-container_body"},fx=["value"],mx={class:"actioner-container_footer"},bx=["disabled"],vx=["disabled"],gx=P({props:{close:{type:Function,required:!0},task:{type:Object,required:!0}},setup(e){const a=e,o=y(!1),n=y(""),s=y(""),p=y(""),c=()=>T(this,null,function*(){n.value+=".";try{const u=yield z.Smart.Test.Result.POST({type:"selftest",devicePath:a.task.devicePath||""});if(u.data){const{result:m,error:b}=u.data;m&&m.result&&(p.value=m.result),b&&(p.value=b)}}catch(u){u&&(p.value=u)}}),f=wt.easyInterval(c,5e3);we(()=>{f()});const d=()=>{o.value=!0,f(),a.close()},l=()=>T(this,null,function*(){o.value=!0;try{const u=yield z.Smart.Test.POST({type:a.task.type||"short",devicePath:a.task.devicePath||""});if(u.data){const{success:m,error:b,result:h}=u.data;b&&(s.value=b),h&&h.result&&(s.value=h.result)}}catch(u){s.value=u}finally{}});return(u,m)=>(i(),M(ge,null,{default:q(()=>[t("div",lx,[cx,t("div",px,[t("textarea",{value:s.value+` +`+p.value+` +`+n.value,disabled:""},null,8,fx)]),t("div",mx,[t("div",{class:"close",onClick:d,disabled:o.value},"\u5173\u95ED",8,bx),o.value?$("",!0):(i(),r("div",{key:0,class:"next",onClick:l,disabled:o.value},"\u8FD0\u884C",8,vx))])])]),_:1}))}});var _x=Y(gx,[["__scopeId","data-v-3f7c551e"]]);const Ot=e=>(O("data-v-7d3ebf99"),e=e(),N(),e),hx={class:"actioner-container"},xx={class:"actioner-container_header"},kx={class:"tabs"},wx=Ot(()=>t("a",null,"\u8BBE\u5907\u4FE1\u606F",-1)),yx=[wx],Fx=Ot(()=>t("a",null,"\u5C5E\u6027",-1)),Ex=[Fx],Cx=Ot(()=>t("a",null,"\u81EA\u68C0\u65E5\u5FD7",-1)),$x=[Cx],Dx=Ot(()=>t("a",null,"\u6269\u5C55\u4FE1\u606F",-1)),Bx=[Dx],Yx={class:"actioner-container_body"},Ax={key:0,class:"table"},Sx={class:"tr"},zx=Ot(()=>t("td",{class:"td left"},"\u8BBE\u5907",-1)),Px={class:"td left"},Tx={class:"tr"},Ix=Ot(()=>t("td",{class:"td left"},"\u578B\u53F7",-1)),Lx={class:"td left"},Mx={class:"tr"},Ox=Ot(()=>t("td",{class:"td left"},"\u5E8F\u53F7",-1)),Nx={class:"td left"},qx=["value"],jx=["value"],Rx=["value"],Gx={class:"actioner-container_footer"},Vx=["disabled"],Ux=P({props:{close:{type:Function,required:!0},disk:{type:Object,required:!0}},setup(e){const a=e,o=y(!1),n=y("info"),s=u=>{switch(n.value=u,u){case"info":break;case"attribute":d();break;case"log":f();break;case"extend":l();break}},p=()=>{o.value=!0,a.close()},c=nt({log:"",attribute:"",extend:""}),f=()=>T(this,null,function*(){try{const u=yield z.Smart.Test.Result.POST({type:"selftest",devicePath:a.disk.path||""});if(u.data){const{result:m,error:b}=u.data;m&&m.result&&(c.log=m.result),b&&(c.log=b)}}catch(u){c.log=u}}),d=()=>T(this,null,function*(){try{const u=yield z.Smart.Attribute.Result.POST({devicePath:a.disk.path||""});if(u.data){const{result:m,error:b}=u.data;m&&m.result&&(c.attribute=m.result),b&&(c.attribute=b)}}catch(u){c.attribute=u}}),l=()=>T(this,null,function*(){try{const u=yield z.Smart.Extend.Result.POST({devicePath:a.disk.path||""});if(u.data){const{result:m,error:b}=u.data;m&&m.result&&(c.extend=m.result),b&&(c.extend=b)}}catch(u){c.extend=u}});return(u,m)=>(i(),M(ge,null,{default:q(()=>[t("div",hx,[t("div",xx,[t("ul",kx,[t("li",{class:st({"active cbi-tab":n.value=="info"}),onClick:m[0]||(m[0]=b=>s("info"))},yx,2),t("li",{class:st({"active cbi-tab":n.value=="attribute"}),onClick:m[1]||(m[1]=b=>s("attribute"))},Ex,2),t("li",{class:st({"active cbi-tab":n.value=="log"}),onClick:m[2]||(m[2]=b=>s("log"))},$x,2),t("li",{class:st({"active cbi-tab":n.value=="extend"}),onClick:m[3]||(m[3]=b=>s("extend"))},Bx,2)])]),t("div",Yx,[n.value=="info"?(i(),r("table",Ax,[t("tr",Sx,[zx,t("td",Px,_(e.disk.path),1)]),t("tr",Tx,[Ix,t("td",Lx,_(e.disk.model),1)]),t("tr",Mx,[Ox,t("td",Nx,_(e.disk.serial),1)])])):n.value=="attribute"?(i(),r("textarea",{key:1,disabled:"",value:w(c).attribute},null,8,qx)):n.value=="log"?(i(),r("textarea",{key:2,disabled:"",value:w(c).log},null,8,jx)):n.value=="extend"?(i(),r("textarea",{key:3,disabled:"",value:w(c).extend},null,8,Rx)):$("",!0)]),t("div",Gx,[t("div",{class:"close",onClick:p,disabled:o.value},"\u5173\u95ED",8,Vx)])])]),_:1}))}});var Wx=Y(Ux,[["__scopeId","data-v-7d3ebf99"]]);const Zx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(hh,tt(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};de(o,a)},Hx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(dx,tt(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};de(o,a)},Jx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(_x,tt(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};de(o,a)},Xx=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=A(Wx,tt(W({},e),{close:()=>{n()}})),n=()=>{a.remove()};de(o,a)},Kx={class:"cbi-section"},Qx={class:"cbi-value"},tk=t("label",{class:"cbi-value-title"}," \u542F\u7528 ",-1),ek={class:"cbi-value-field"},ak={class:"cbi-checkbox"},ok=["value"],nk={class:"cbi-value"},ik=t("label",{class:"cbi-value-title"}," \u7535\u6E90\u6A21\u5F0F ",-1),rk={class:"cbi-value-field"},sk={class:"cbi-checkbox"},dk=t("option",{value:"never"},"\u6C38\u4E0D",-1),uk=t("option",{value:"sleep"},"\u7761\u7720",-1),lk=t("option",{value:"standby"},"\u5F85\u673A",-1),ck=t("option",{value:"idle"},"\u95F2\u7F6E",-1),pk=[dk,uk,lk,ck],fk=t("div",{class:"cbi-value-description"},[t("span",null," \u6D4B\u8BD5\u65F6\u78C1\u76D8\u4F1A\u8F6C\u52A8\uFF0C\u8BF7\u9009\u62E9\u5408\u9002\u7684\u6A21\u5F0F\u6765\u63A7\u5236\u78C1\u76D8\u8F6C\u52A8\u3002"),t("br"),t("span",null,".\u6C38\u8FDC-\u65E0\u8BBA\u662F\u4EC0\u4E48\u529F\u8017\u6A21\u5F0F\u4E0B\u90FD\u6D4B\u8BD5(\u68C0\u67E5)\u78C1\u76D8\uFF0C\u5F53\u68C0\u67E5\u65F6\uFF0C\u8FD9\u53EF\u80FD\u4F1A\u4F7F\u505C\u8F6C\u7684\u78C1\u76D8\u5F00\u59CB\u8F6C\u52A8\u3002"),t("br"),t("span",null,".\u7761\u7720-\u5904\u4E8E\u7761\u7720\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\u3002"),t("br"),t("span",null,".\u5F85\u673A-\u5904\u4E8E\u5F85\u673A\u548C\u7761\u7720\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\u3002\u6B64\u6A21\u5F0F\u4E0B\u78C1\u76D8\u4E00\u822C\u4E0D\u65CB\u8F6C\uFF0C\u5982\u679C\u4F60\u4E0D\u60F3\u6BCF\u6B21\u68C0\u67E5\u90FD\u8F6C\u52A8\u78C1\u76D8\uFF0C\u90A3\u4E48\u8FD9\u4E2A\u6A21\u5F0F\u6BD4\u8F83\u9002\u5408\u3002"),t("br"),t("span",null,".\u95F2\u7F6E-\u5904\u4E8E\u5F85\u673A\u3001\u7761\u7720\u3001\u95F2\u7F6E\u6A21\u5F0F\u4E0B\u4E0D\u68C0\u67E5\u8BBE\u5907\uFF0C\u5728\u95F2\u7F6E\u72B6\u6001\u4E0B\uFF0C\u5927\u591A\u6570\u78C1\u76D8\u8FD8\u5728\u8F6C\u52A8\uFF0C\u6240\u4EE5\u8FD9\u53EF\u80FD\u4E0D\u9002\u5408\u4F60\u3002")],-1),mk={class:"cbi-value"},bk=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u5DEE\u5F02\uFF09 ",-1),vk={class:"cbi-value-field"},gk={class:"cbi-checkbox"},_k=t("option",{value:0},"\u7981\u7528",-1),hk=["value"],xk=t("div",{class:"cbi-value-description"}," \u81EA\u4E0A\u6B21\u62A5\u544A\u4EE5\u6765\u6E29\u5EA6\u53D8\u5316\u81F3\u5C11 N \u5EA6\uFF0C\u5219\u9700\u62A5\u544A. ",-1),kk={class:"cbi-value"},wk=t("label",{class:"cbi-value-title"}," \u6E29\u5EA6\u76D1\u6D4B\uFF08\u6700\u5927\uFF09 ",-1),yk={class:"cbi-value-field"},Fk={class:"cbi-checkbox"},Ek=t("option",{value:0},"\u7981\u7528",-1),Ck=["value"],$k=t("div",{class:"cbi-value-description"}," \u5982\u679C\u6E29\u5EA6\u5927\u4E8E\u6216\u7B49\u4E8E N \u6444\u6C0F\u5EA6\u5219\u62A5\u544A. ",-1),Dk={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Bk={class:"table cbi-section-table"},Yk=t("thead",null,[t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u578B\u53F7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5E8F\u53F7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5BB9\u91CF"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u6E29\u5EA6"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u72B6\u6001"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u5065\u5EB7"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u64CD\u4F5C")])],-1),Ak={class:"tr cbi-section-table-row"},Sk={class:"td cbi-value-field"},zk={class:"td cbi-value-field"},Pk={class:"td cbi-value-field"},Tk={class:"td cbi-value-field"},Ik={class:"td cbi-value-field"},Lk={class:"td cbi-value-field"},Mk={class:"td cbi-value-field"},Ok={class:"td cbi-value-field"},Nk=["onClick"],qk=["onClick"],jk=P({props:{config:{type:Object,required:!0},saveData:{type:Function,required:!0}},setup(e){const a=e,o=nt(a.config),n=()=>{o.global.tmpDiff=a.config.global.tmpDiff||0,o.global.tmpMax=a.config.global.tmpMax||0,o.global.enable=a.config.global.enable||!1,o.global.powermode=a.config.global.powermode||"never",o.devices=a.config.devices||[],o.tasks=a.config.tasks||[]},s=y([]),p=()=>T(this,null,function*(){try{const u=yield z.Smart.List.GET();if(u.data){const{result:m,error:b}=u.data;m&&m.disks&&(s.value=m.disks||[])}}catch(u){}}),c=wt.easyInterval(p,5e3);we(()=>{c()});const f=()=>T(this,null,function*(){yield a.saveData({global:o.global,devices:a.config.devices,tasks:a.config.tasks}),n()}),d=u=>{Xx({disk:u})},l=(u,m)=>T(this,null,function*(){let b=null,h=-1;if(o.devices){for(let v=0;vT(this,null,function*(){v.tmpDiff==-1&&(v.tmpDiff=o.global.tmpDiff),v.tmpMax==-1&&(v.tmpMax=o.global.tmpMax),v.devicePath==""&&(v.devicePath=u.path);let g=[...o.devices];h>=0&&(g[h]=v);const k=new Map;g.forEach(x=>{x.devicePath!=null&&k.set(x.devicePath,null)});for(let x=0;x(i(),r(L,null,[t("fieldset",Kx,[t("div",Qx,[tk,t("div",ek,[t("div",ak,[S(t("input",{type:"checkbox","onUpdate:modelValue":m[0]||(m[0]=b=>w(o).global.enable=b),value:!w(o).global.enable},null,8,ok),[[Tt,w(o).global.enable]])])])]),t("div",nk,[ik,t("div",rk,[t("div",sk,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":m[1]||(m[1]=b=>w(o).global.powermode=b)},pk,512),[[Z,w(o).global.powermode,void 0,{trim:!0}]])]),fk])]),t("div",mk,[bk,t("div",vk,[t("div",gk,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":m[2]||(m[2]=b=>w(o).global.tmpDiff=b)},[_k,(i(),r(L,null,j(15,b=>t("option",{value:b},_(b)+"\xB0C",9,hk)),64))],512),[[Z,w(o).global.tmpDiff,void 0,{number:!0}]])]),xk])]),t("div",kk,[wk,t("div",yk,[t("div",Fk,[S(t("select",{class:"cbi-input-select","onUpdate:modelValue":m[3]||(m[3]=b=>w(o).global.tmpMax=b)},[Ek,(i(),r(L,null,j(20,b=>t("option",{value:b*5},_(b*5)+"\xB0C",9,Ck)),64))],512),[[Z,w(o).global.tmpMax,void 0,{number:!0}]])]),$k])])]),t("div",Dk,[t("table",Bk,[Yk,t("tbody",null,[(i(!0),r(L,null,j(s.value,(b,h)=>(i(),r("tr",Ak,[t("td",Sk,[t("b",null,_(b.path),1)]),t("td",zk,[t("b",null,_(b.model),1)]),t("td",Pk,[t("b",null,_(b.serial),1)]),t("td",Tk,[t("b",null,_(b.sizeStr),1)]),t("td",Ik,[t("b",null,_(b.temp),1)]),t("td",Lk,[t("b",null,_(b.status),1)]),t("td",Mk,[t("b",null,_(b.health),1)]),t("td",Ok,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:v=>l(b)},"\u7F16\u8F91",8,Nk),t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8BE6\u60C5",onClick:v=>d(b)},"\u8BE6\u60C5",8,qk)])]))),256))])])]),t("span",{class:"cbi-page-actions control-group"},[t("input",{class:"btn cbi-button cbi-button-apply",type:"button",value:"\u4FDD\u5B58\u5E76\u5E94\u7528",onClick:f})])],64))}}),Rk={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Gk={class:"table cbi-section-table"},Vk=t("thead",null,[t("tr",{class:"tr cbi-section-table-titles anonymous"},[t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8BBE\u5907"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u7C7B\u578B"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u8C03\u5EA6"),t("th",{class:"th cbi-section-table-cell","data-widget":"value"},"\u529F\u80FD")])],-1),Uk={class:"tr cbi-section-table-row"},Wk={class:"td cbi-value-field"},Zk={class:"td cbi-value-field"},Hk={class:"td cbi-value-field"},Jk={class:"td cbi-value-field"},Xk=["onClick"],Kk=["onClick"],Qk=P({props:{config:{type:Object,required:!0},saveData:{type:Function,required:!0}},setup(e){const a=e,o=nt(a.config),n=f=>{switch(f){case"short":return"\u77ED\u6682\u81EA\u68C0";case"long":return"\u957F\u65F6\u81EA\u68C0";case"conveyance":return"\u4F20\u8F93\u65F6\u81EA\u68C0";case"offline":return"\u79BB\u7EBF\u65F6\u81EA\u68C0";default:return"\u672A\u77E5"}},s=()=>{Hx({config:a.config,disks:[],next:f=>T(this,null,function*(){yield a.saveData({tasks:[...o.tasks,f],global:a.config.global,devices:a.config.devices}),o.tasks=a.config.tasks||[]})})},p=f=>T(this,null,function*(){const d=[...o.tasks];d.splice(f,1),yield a.saveData({tasks:d,global:a.config.global,devices:a.config.devices}),o.tasks=a.config.tasks||[]}),c=f=>{Jx({task:f})};return(f,d)=>(i(),r(L,null,[t("button",{class:"btn cbi-button cbi-button-apply",onClick:d[0]||(d[0]=l=>s())},"\u65B0\u5EFA"),t("div",Rk,[t("table",Gk,[Vk,t("tbody",null,[(i(!0),r(L,null,j(w(o).tasks,(l,u)=>(i(),r("tr",Uk,[t("td",Wk,[t("b",null,_(l.devicePath),1)]),t("td",Zk,[t("b",null,_(n(l.type)),1)]),t("td",Hk,[t("b",null,_(l.month)+"/"+_(l.dayPerMonth)+"/"+_(l.hour),1)]),t("td",Jk,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u8C03\u8BD5",onClick:m=>c(l)},"\u9884\u89C8",8,Xk),t("button",{class:"cbi-button cbi-button-remove",title:"\u5220\u9664",onClick:m=>p(u)},"\u5220\u9664",8,Kk)])]))),256))])])])],64))}}),tw={class:"cbi-section"},ew=["value"],aw=P({setup(e){return T(this,null,function*(){let a,o;const n=y(""),s=()=>T(this,null,function*(){try{const p=yield z.Smart.Log.GET();if(p.data){const{result:c,error:f}=p.data;c&&c.result&&(n.value=c.result),f&&(n.value=f)}}catch(p){n.value=p}});return[a,o]=Aa(()=>s()),yield a,o(),(p,c)=>(i(),r("fieldset",tw,[t("textarea",{value:n.value,disabled:""},null,8,ew)]))})}});var ow=Y(aw,[["__scopeId","data-v-76197cba"]]);const nw={},iw={t:"1659511092204",class:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"2332","xmlns:xlink":"http://www.w3.org/1999/xlink",width:"200",height:"200"},rw=t("path",{d:"M514.048 62.464q93.184 0 175.616 35.328t143.872 96.768 96.768 143.872 35.328 175.616q0 94.208-35.328 176.128t-96.768 143.36-143.872 96.768-175.616 35.328q-94.208 0-176.64-35.328t-143.872-96.768-96.768-143.36-35.328-176.128q0-93.184 35.328-175.616t96.768-143.872 143.872-96.768 176.64-35.328zM772.096 576.512q26.624 0 45.056-18.944t18.432-45.568-18.432-45.056-45.056-18.432l-192.512 0 0-192.512q0-26.624-18.944-45.568t-45.568-18.944-45.056 18.944-18.432 45.568l0 192.512-192.512 0q-26.624 0-45.056 18.432t-18.432 45.056 18.432 45.568 45.056 18.944l192.512 0 0 191.488q0 26.624 18.432 45.568t45.056 18.944 45.568-18.944 18.944-45.568l0-191.488 192.512 0z","p-id":"2333"},null,-1),sw=[rw];function dw(e,a){return i(),r("svg",iw,sw)}var Re=Y(nw,[["render",dw]]);const _e=e=>(O("data-v-2f7b866f"),e=e(),N(),e),uw=["onSubmit"],lw={class:"actioner-dns_header"},cw={key:0},pw={key:1},fw={class:"actioner-dns_body"},mw={class:"label-item"},bw=_e(()=>t("div",{class:"label-item_key"},[t("span",null,"\u540D\u79F0")],-1)),vw={class:"label-item_value"},gw={class:"label-item"},_w=_e(()=>t("div",{class:"label-item_key"},[t("span",null,"\u534F\u8BAE\uFF08\u7F51\u7EDC\u83B7\u53D6\u65B9\u5F0F\uFF09")],-1)),hw={class:"label-item_value"},xw=_e(()=>t("option",{value:"dhcp"},"DHCP\u5BA2\u6237\u7AEF",-1)),kw={key:0,value:"pppoe"},ww=_e(()=>t("option",{value:"static"},"\u9759\u6001\u5730\u5740",-1)),yw={class:"actioner-dns_footer"},Fw=["disabled"],Ew=P({props:{Close:{type:Function,required:!0},e:{type:String,required:!0},name:{type:String,required:!0},inface:{type:Object,required:!0},next:{type:Function,required:!0}},setup(e){const a=e,o=y(!1),n=y(a.inface),s=()=>T(this,null,function*(){E.Loading("\u914D\u7F6E\u4E2D...").Close(),a.next(n.value),p()}),p=()=>{a.Close&&a.Close()};return(c,f)=>(i(),M(Q,{Close:e.Close,type:1},{default:q(()=>[t("form",{class:"actioner-dns",onSubmit:ot(s,["prevent"])},[t("div",lw,[e.name=="wan"?(i(),r("span",cw,_(e.e=="edit"?"\u7F16\u8F91WAN":"\u6DFB\u52A0WAN"),1)):(i(),r("span",pw,_(e.e=="edit"?"\u7F16\u8F91LAN":"\u6DFB\u52A0LAN"),1))]),t("div",fw,[t("div",mw,[bw,t("div",vw,[t("span",null,_(n.value.name.toLocaleUpperCase()),1)])]),t("div",gw,[_w,t("div",hw,[S(t("select",{"onUpdate:modelValue":f[0]||(f[0]=d=>n.value.proto=d)},[xw,e.name=="wan"?(i(),r("option",kw,"PPPoE")):$("",!0),ww],512),[[Z,n.value.proto]])])])]),t("div",yw,[t("button",{class:"cbi-button cbi-button-apply app-btn",disabled:o.value},"\u4FDD\u5B58",8,Fw),t("button",{class:"cbi-button cbi-button-remove app-btn app-back",onClick:p},"\u53D6\u6D88")])],40,uw)]),_:1},8,["Close"]))}});var Cw=Y(Ew,[["__scopeId","data-v-2f7b866f"]]);const Ge=e=>{const a=document.createElement("div");document.body.appendChild(a);const o=X(Cw,tt(W({},e),{Close:()=>{n()}}));o.mount(a);const n=()=>{o.unmount(),a.remove()}},vt=e=>(O("data-v-589588f0"),e=e(),N(),e),$w={id:"page"},Dw=vt(()=>t("h2",{name:"content"}," \u7F51\u53E3\u914D\u7F6E",-1)),Bw={class:"cbi-section cbi-tblsection",id:"cbi-nfs-mount"},Yw={class:"table cbi-section-table"},Aw={width:"200"},Sw=vt(()=>t("col",null,null,-1)),zw=vt(()=>t("col",null,null,-1)),Pw=vt(()=>t("col",{width:"200"},null,-1)),Tw={class:"tr cbi-section-table-cell"},Iw={class:"th cbi-section-table-cell interface-device","data-widget":"value"},Lw={class:"interface-device-flex"},Mw=vt(()=>t("th",{style:{width:"10px"}},null,-1)),Ow=vt(()=>t("th",{style:{width:"32px"}},null,-1)),Nw=vt(()=>t("th",null,null,-1)),qw={class:"tr cbi-section-table-row cbi-rowstyle-1"},jw={class:"td cbi-value-field interface-device info"},Rw=["name","value","onUpdate:modelValue","onInput"],Gw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Vw={class:"td cbi-value-field"},Uw={class:"td cbi-value-field btns"},Ww=["onClick"],Zw=["onClick"],Hw={class:"tr cbi-section-table-row cbi-rowstyle-1"},Jw={class:"td cbi-value-field"},Xw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Kw=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),Qw={class:"tr cbi-section-table-row cbi-rowstyle-1"},ty={class:"td cbi-value-field interface-device info","data-widget":"value"},ey=["name","value","onUpdate:modelValue","onInput"],ay=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),oy={class:"td cbi-value-field"},ny={class:"td cbi-value-field btns"},iy=["onClick"],ry=["onClick"],sy={class:"tr cbi-section-table-row cbi-rowstyle-1"},dy={class:"td cbi-value-field"},uy=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),ly=vt(()=>t("td",{class:"td cbi-value-field"},null,-1)),cy={class:"cbi-page-actions control-group"},py=["disabled"],fy=P({setup(e){const a=nt({devices:[],interfaces:[]}),o=y(!1),n=nt({lan:[],wan:[]});(()=>{z.Network.GetInterfaceConfig.GET().then(m=>{if(m.data){const{result:b}=m.data;if(b){a.devices=b.devices||[],a.interfaces=b.interfaces||[];for(let h=0;h{m=="wan"?n.wan.splice(b,1):m=="lan"&&n.lan.splice(b,1)},c=(m,b)=>{if(b==null){let h=m=="wan"?n.wan.length:n.lan.length;h==6&&m=="wan"&&h++,Ge({e:"add",name:m,inface:{name:m+`${h}`,proto:"dhcp",ipv4Addr:"",ipv6Addr:"",portName:"",deviceNames:[],ports:[],firewallType:m},next:v=>{m=="wan"?n.wan.push(v):n.lan.push(v),E.Message("\u8BF7\u5728\u4FDD\u5B58\u4EE5\u540E\u524D\u5F80'\u7F51\u7EDC-\u63A5\u53E3'\u9875\u9762\u914D\u7F6E\u63A5\u53E3\u8BE6\u7EC6\u53C2\u6570")}})}else Ge({e:"edit",name:m,inface:m=="wan"?n.wan[b]:n.lan[b],next:h=>{m=="wan"?n.wan[b]=h:n.lan[b]=h}})},f=(m,b)=>m?m.indexOf(b):-1,d=(m,b)=>{const v=m.target.value;for(let k=0;k{const v=m.target.value;for(let g=0;gT(this,null,function*(){o.value=!0;const m=[];for(let h=0;h(i(),r("div",$w,[Dw,t("div",null,[t("div",Bw,[t("table",Yw,[t("colgroup",null,[(i(!0),r(L,null,j(w(a).devices,h=>(i(),r("col",Aw))),256)),Sw,zw,Pw]),t("thead",null,[t("tr",Tw,[(i(!0),r(L,null,j(w(a).devices,h=>(i(),r("th",Iw,[t("div",Lw,[A(Ke,{item:h},null,8,["item"])])]))),256)),Mw,Ow,Nw])]),t("tbody",null,[(i(!0),r(L,null,j(w(n).lan,(h,v)=>(i(),r("tr",qw,[(i(!0),r(L,null,j(w(a).devices,g=>(i(),r("td",jw,[S(t("input",{type:"checkbox",name:g.name,value:g.name,"onUpdate:modelValue":k=>h.deviceNames=k,onInput:k=>d(k,v)},null,40,Rw),[[Tt,h.deviceNames]])]))),256)),Gw,t("td",Vw,[t("b",null,_(h.name),1)]),t("td",Uw,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:g=>c("lan",v)},"\u7F16\u8F91",8,Ww),v!=0?(i(),r("button",{key:0,class:"cbi-button cbi-button-remove",onClick:g=>p("lan",v)},"\u5220\u9664 ",8,Zw)):$("",!0)])]))),256)),t("tr",Hw,[(i(!0),r(L,null,j(w(a).devices,h=>(i(),r("td",Jw))),256)),Xw,Kw,t("td",{class:"td cbi-value-field btns",onClick:b[0]||(b[0]=h=>c("lan"))},[A(Re,{class:"icon"})])]),(i(!0),r(L,null,j(w(n).wan,(h,v)=>(i(),r("tr",Qw,[(i(!0),r(L,null,j(w(a).devices,g=>(i(),r("td",ty,[S(t("input",{type:"checkbox",name:g.name,value:g.name,"onUpdate:modelValue":k=>h.deviceNames=k,onInput:k=>l(k,v)},null,40,ey),[[Tt,h.deviceNames]])]))),256)),ay,t("td",oy,[t("b",null,_(h.name),1)]),t("td",ny,[t("button",{class:"btn cbi-button cbi-button-apply",title:"\u7F16\u8F91",onClick:g=>c("wan",v)},"\u7F16\u8F91",8,iy),v!=0?(i(),r("button",{key:0,class:"cbi-button cbi-button-remove",onClick:g=>p("wan",v)},"\u5220\u9664",8,ry)):$("",!0)])]))),256)),t("tr",sy,[(i(!0),r(L,null,j(w(a).devices,h=>(i(),r("td",dy))),256)),uy,ly,t("td",{class:"td cbi-value-field btns",onClick:b[1]||(b[1]=h=>c("wan"))},[A(Re,{class:"icon"})])])])])]),t("div",cy,[t("input",{class:"btn cbi-button cbi-button-apply",type:"button",value:"\u4FDD\u5B58\u5E76\u5E94\u7528",onClick:u,disabled:o.value},null,8,py)])])]))}});var my=Y(fy,[["__scopeId","data-v-589588f0"]]);const by=()=>window.vue_base||"/cgi-bin/luci/admin/quickstart",pa=Sa({history:za(by()),routes:[{name:"IndexPage",path:"/",meta:{title:"\u63A7\u5236\u53F0"},component:Sm},{name:"NetworkPage",path:"/network",meta:{title:"\u7F51\u7EDC\u8BBE\u7F6E\u5411\u5BFC"},component:Tm,children:[{path:"",component:_9},{path:"pppoe",component:U9},{path:"dhcp",component:Lb},{path:"gateway",component:hv}]},{name:"RaidPage",path:"/raid",meta:{title:"raid\u5411\u5BFC"},component:L_},{name:"SmartPage",path:"/smart",meta:{title:"smart\u68C0\u6D4B"},component:G_,children:[{path:"",component:jk},{path:"task",component:Qk},{path:"log",component:ow}]},{path:"/interfaceconfig",component:my}]});pa.beforeEach((e,a)=>(e.meta.title,!0));const ut=X(Xa);ut.component("svg-menu",no);ut.component("svg-system",co);ut.component("svg-download",go);ut.component("svg-store",Eo);ut.component("svg-info",Ao);ut.component("svg-disk",en);ut.component("svg-nav",dn);ut.component("progress-item",Ze);ut.component("svg-view-show",An);ut.component("svg-view-hidden",Ln);ut.component("article-item",Gn);ut.component("switch-box",He);ut.use(Je);ut.use(pa);ut.use(Pa());ut.mount("#app")});export default vy(); diff --git a/luci-app-quickstart/root/www/luci-static/quickstart/style.css b/luci-app-quickstart/root/www/luci-static/quickstart/style.css index e188c508e..304f1bfb4 100644 --- a/luci-app-quickstart/root/www/luci-static/quickstart/style.css +++ b/luci-app-quickstart/root/www/luci-static/quickstart/style.css @@ -1 +1 @@ -@keyframes bganimation-57f1326f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-57f1326f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-57f1326f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-57f1326f]{animation:rotateEnter-57f1326f .7s;position:relative}.rotate-leave-active[data-v-57f1326f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-57f1326f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.disk-item-tooltip[data-v-57f1326f]{position:fixed;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;font-size:1em;min-width:200px;line-height:24px}.disk-item-tooltip[data-v-57f1326f]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}@keyframes bganimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active{animation:rotateEnter .7s;position:relative}.rotate-leave-active{opacity:0;display:none;position:relative;z-index:-999}.app-container{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#main .app-btn,#actioner .app-btn{min-height:36px}@keyframes bganimation-9bc295c2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-9bc295c2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-9bc295c2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-9bc295c2]{animation:rotateEnter-9bc295c2 .7s;position:relative}.rotate-leave-active[data-v-9bc295c2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-9bc295c2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#main[data-v-9bc295c2]{width:100%}#main[data-v-9bc295c2],#main[data-v-9bc295c2] *{-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent;box-sizing:border-box;word-wrap:break-word;outline:none}@keyframes bganimation-733828e1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-733828e1{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-733828e1{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-733828e1]{animation:rotateEnter-733828e1 .7s;position:relative}.rotate-leave-active[data-v-733828e1]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-733828e1]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.progress[data-v-733828e1]{width:100%;display:block;position:relative;background-color:#eee;border-radius:4px;height:18px;line-height:18px;overflow:hidden}.progress .progress-value[data-v-733828e1]{transition:.5s;position:absolute;left:0;top:0;bottom:0;height:100%;text-align:center;color:#fff;vertical-align:middle;font-size:12px}article[data-v-bd286d4e]{flex:0 0 100%;max-width:20%;position:relative;border-radius:4px;padding:10px}@media screen and (max-width: 1080px){article[data-v-bd286d4e]{max-width:33.333%}}@keyframes bganimation-bd286d4e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-bd286d4e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-bd286d4e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-bd286d4e]{animation:rotateEnter-bd286d4e .7s;position:relative}.rotate-leave-active[data-v-bd286d4e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-bd286d4e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 768px){article[data-v-bd286d4e]{max-width:50%}}@keyframes bganimation-123deb20{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-123deb20{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-123deb20{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-123deb20]{animation:rotateEnter-123deb20 .7s;position:relative}.rotate-leave-active[data-v-123deb20]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-123deb20]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}a[data-v-123deb20]{position:relative;display:block;width:100%;transition:.4s;cursor:pointer}a[data-v-123deb20]:hover{transform:scale(1.07);transition:.4s;position:relative}a:hover .cover .thumbnail[data-v-123deb20]{box-shadow:0 6px 40px #1c67f2}a .cover[data-v-123deb20]{position:relative;padding-top:130%;z-index:1}a .cover[data-v-123deb20] .thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:6px;overflow:hidden;z-index:1;background-color:#2dc8fd;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}a .cover[data-v-123deb20] .thumbnail i{display:block;font-size:100px;color:#eee}a .cover[data-v-123deb20] .thumbnail span{display:block;text-align:center;width:100%;color:#eeee;font-size:28px;margin:1rem 0}article:nth-child(9n+1) a .cover .thumbnail[data-v-123deb20]{background-color:#ff9100}article:nth-child(9n+2) a .cover .thumbnail[data-v-123deb20]{background-color:#2dc8fd}article:nth-child(9n+3) a .cover .thumbnail[data-v-123deb20]{background-color:#f66a2c}article:nth-child(9n+4) a .cover .thumbnail[data-v-123deb20]{background-color:#9b58de}article:nth-child(9n+5) a .cover .thumbnail[data-v-123deb20]{background-color:#297ff3}article:nth-child(9n+6) a .cover .thumbnail[data-v-123deb20]{background-color:#27aa8f}article:nth-child(9n+7) a .cover .thumbnail[data-v-123deb20]{background-color:#f15a4a}article:nth-child(9n+8) a .cover .thumbnail[data-v-123deb20]{background-color:#439c07}@keyframes bganimation-0a8a31e2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0a8a31e2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0a8a31e2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0a8a31e2]{animation:rotateEnter-0a8a31e2 .7s;position:relative}.rotate-leave-active[data-v-0a8a31e2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0a8a31e2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes turn-0a8a31e2{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.loading[data-v-0a8a31e2]{animation:turn-0a8a31e2 1s steps(12,end) infinite;margin:0!important;padding:0!important;background:none!important;display:flex!important}.loading svg[data-v-0a8a31e2]{width:100%;height:100%}.loading svg path[data-v-0a8a31e2]{fill:#fff}@keyframes bganimation-54a7c83e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-54a7c83e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-54a7c83e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-54a7c83e]{animation:rotateEnter-54a7c83e .7s;position:relative}.rotate-leave-active[data-v-54a7c83e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-54a7c83e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.flow[data-v-54a7c83e]{position:relative}.flow .echart[data-v-54a7c83e]{width:100%;height:100%}.flow .flow-data[data-v-54a7c83e]{position:absolute;right:10px;top:10px}.flow .flow-data span[data-v-54a7c83e]{display:block;color:#0009;font-size:12px;margin-bottom:5px;font-weight:600;font-family:PingFangSC-Semibold,PingFang SC}@keyframes bganimation-6935a479{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6935a479{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6935a479{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6935a479]{animation:rotateEnter-6935a479 .7s;position:relative}.rotate-leave-active[data-v-6935a479]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6935a479]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes turn-6935a479{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.toast[data-v-6935a479]{position:fixed;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-sizing:content-box;width:100px;max-width:70%;padding:16px;color:#fff;font-size:14px;text-align:center;background-color:#000000b3;border-radius:8px;transform:translate3d(-50%,-50%,0);z-index:9999;transition:.3s;cursor:pointer}.toast div.icon[data-v-6935a479]{width:50px;height:50px;margin:15px 0;background:none!important}.toast div.icon svg[data-v-6935a479]{width:100%;height:100%}.toast div.icon svg path[data-v-6935a479]{fill:#fff}.toast .loading[data-v-6935a479]{animation:turn-6935a479 1s steps(12,end) infinite}.toast .message[data-v-6935a479]{display:block;width:100%;flex:0 0 100%;word-wrap:break-word}[lock-scroll=true]{overflow:hidden!important;height:100vh}@keyframes bganimation-428d873e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-428d873e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-428d873e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-428d873e]{animation:rotateEnter-428d873e .7s;position:relative}.rotate-leave-active[data-v-428d873e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-428d873e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.bg[data-v-428d873e]{position:fixed;inset:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}#actioner[data-v-428d873e]{position:fixed;z-index:1000;width:100%;height:100%;inset:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow:auto}#actioner[data-v-428d873e],#actioner[data-v-428d873e] *{-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent;box-sizing:border-box;word-wrap:break-word;outline:none}.action-container[data-v-428d873e]{width:100%;height:100%;background-color:#fff;position:fixed;z-index:9999;inset:0;margin:auto;overflow:auto}.action-container .action-container_header[data-v-428d873e]{width:100%;height:36px;line-height:36px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 .625rem;position:absolute;top:0;left:0;right:0;border-bottom:1px solid #1e1e1e;background-color:#252526}.action-container .action-container_header .title[data-v-428d873e]{color:#eee;font-size:16px}.action-container .action-container_header button.close[data-v-428d873e]{width:36px;height:36px;margin:0;padding:10px;background:none;border:none;cursor:pointer;opacity:1}.action-container .action-container_header button.close[data-v-428d873e] svg.icon{width:100%;height:100%}.action-container .action-container_header button.close[data-v-428d873e] svg.icon path{fill:#eee}.action-container .action-container_header button.close[data-v-428d873e]:hover{opacity:.9}.action-container .action-container_body[data-v-428d873e]{width:100%;height:100%;padding-top:36px}@keyframes bganimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active{animation:rotateEnter .7s;position:relative}.rotate-leave-active{opacity:0;display:none;position:relative;z-index:-999}.app-container{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes dialogEnter{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes dialogLeave{0%{transform:scale(1)}to{transform:scale(0)}}.dialog-enter-active{animation:dialogEnter .3s linear forwards}.dialog-leave-active{animation:dialogLeave .3s linear forwards}.actioner-dns[data-v-5922bd83]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-5922bd83]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-5922bd83]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-5922bd83]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-5922bd83]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-5922bd83]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-5922bd83]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-5922bd83]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-5922bd83],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-5922bd83]{width:100%;height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-5922bd83]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-5922bd83]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-5922bd83]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-5922bd83]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-5922bd83{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5922bd83{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5922bd83{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5922bd83]{animation:rotateEnter-5922bd83 .7s;position:relative}.rotate-leave-active[data-v-5922bd83]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5922bd83]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-5922bd83]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-5922bd83]{width:100%}}.action[data-v-ed442d72]{width:700px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action .action-body[data-v-ed442d72]{width:100%;text-align:center;padding:3rem 0}.action .action-body h2.title[data-v-ed442d72]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action .action-body .info[data-v-ed442d72]{color:#666;font-size:1.3em;margin:1rem 0}.action .action-body .btns[data-v-ed442d72]{width:100%;margin-top:3rem}.action .action-body .btns button[data-v-ed442d72]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-ed442d72{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-ed442d72{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-ed442d72{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-ed442d72]{animation:rotateEnter-ed442d72 .7s;position:relative}.rotate-leave-active[data-v-ed442d72]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-ed442d72]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 900px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 800px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 700px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 500px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@keyframes bganimation-39248365{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-39248365{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-39248365{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-39248365]{animation:rotateEnter-39248365 .7s;position:relative}.rotate-leave-active[data-v-39248365]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-39248365]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container_status-label_bg[data-v-39248365]{flex:0 0 230px;width:230px;height:80px;display:flex;background:#f3f3f3;align-items:center;padding:10px;margin-right:10px;transition:.3s}.app-container_status-label_bg .app-container_status-label_text[data-v-39248365]{margin-left:6px;font-size:14px;line-height:22px;text-align:left}.app-container_status-label_bg .app-container_status-label_text .text_status[data-v-39248365]{color:#999}.app-container_status-label_bg .app-container_status-label_text .text_style[data-v-39248365]{margin:6px 0}.app-container_status-label_bg .app-container_status-label_text .text_style.close[data-v-39248365]{color:#999}.app-container_status-label_bg .app-container_status-label_text .text_info[data-v-39248365]{font-weight:700;font-size:14px}@keyframes bganimation-3470ca08{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3470ca08{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3470ca08{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3470ca08]{animation:rotateEnter-3470ca08 .7s;position:relative}.rotate-leave-active[data-v-3470ca08]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3470ca08]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-interfaces[data-v-3470ca08]{width:100%;height:80px;display:flex;flex-wrap:nowrap;overflow:hidden}.app-interfaces a[data-v-3470ca08]{list-style:none;text-decoration:none}.app-interfaces a.btn-f[data-v-3470ca08]{position:absolute;width:50px;height:80px;left:0;line-height:80px;text-align:center;color:#fff;font-size:26px;cursor:pointer;background-color:#00000059;opacity:0;transition:.3s;z-index:1}.app-interfaces a.btn-f[data-v-3470ca08]:hover{opacity:1;transition:.3s}.app-interfaces a.btn-r[data-v-3470ca08]{position:absolute;right:0;width:50px;line-height:80px;text-align:center;color:#fff;font-size:26px;cursor:pointer;background-color:#00000059;opacity:0;transition:.3s;z-index:1}.app-interfaces a.btn-r[data-v-3470ca08]:hover{opacity:1;transition:.3s}.actioner-dns[data-v-1e29113c]{width:800px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-1e29113c]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-1e29113c]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-1e29113c]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-1e29113c]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-1e29113c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-1e29113c]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-1e29113c]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-1e29113c],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-1e29113c]{height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-1e29113c]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-1e29113c]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-1e29113c]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-1e29113c]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-dns .select-editable[data-v-1e29113c]{position:relative;border:solid grey 1px;width:100%}.actioner-dns .select-editable select[data-v-1e29113c]{top:0;left:0;font-size:14px;border:none;width:100%;margin:0}.actioner-dns .select-editable input[data-v-1e29113c]{position:absolute;top:-4px;left:0;width:95%;padding:1px;font-size:14px;border:none}.actioner-dns .select-editable select[data-v-1e29113c]:focus,.actioner-dns .select-editable input[data-v-1e29113c]:focus{outline:none}.actioner-dns[data-v-1e29113c] ::placeholder{color:#999}.successed[data-v-1e29113c]{text-align:center;font-size:14px;margin-bottom:104px}.finished[data-v-1e29113c]{display:flex;justify-content:center;margin:80px 80px 28px}.docker_moves[data-v-1e29113c]{text-align:center}.docker_moves .moves[data-v-1e29113c]{margin-top:10px}.docker_moves .moves input[data-v-1e29113c]{cursor:pointer}.docker_moves .moves label[data-v-1e29113c]{margin-left:10px;cursor:pointer}.btns[data-v-1e29113c]{text-align:center}.item_info[data-v-1e29113c]{margin-left:10px}.softsource_tit[data-v-1e29113c]{margin:0 auto}.softsource_successed[data-v-1e29113c]{width:20%!important}@keyframes bganimation-1e29113c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-1e29113c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-1e29113c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-1e29113c]{animation:rotateEnter-1e29113c .7s;position:relative}.rotate-leave-active[data-v-1e29113c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-1e29113c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-1e29113c]{min-height:34vh}}@media screen and (max-width: 860px){.actioner-dns[data-v-1e29113c]{width:100%}}@keyframes bganimation-f4854148{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-f4854148{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-f4854148{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-f4854148]{animation:rotateEnter-f4854148 .7s;position:relative}.rotate-leave-active[data-v-f4854148]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-f4854148]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}em[data-v-f4854148]{display:block;margin:.5rem 0;width:100%}.app-container_status-container[data-v-f4854148]{width:100%;background-color:#fff;padding:10px 30px;border-radius:6px;position:relative}.app-container_status-container .more_icon[data-v-f4854148]{position:absolute;right:22px;cursor:pointer}.app-container_status-container .more_icon svg[data-v-f4854148]{position:relative;z-index:9999}.app-container_status-container .DeviceBlock[data-v-f4854148]{position:absolute;z-index:999;width:60%;right:22px}.app-container_status-container .DeviceBlock ul[data-v-f4854148]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all;margin-top:24px}.app-container_status-container .DeviceBlock ul li[data-v-f4854148]{line-height:28px}.app-container_status-container .DeviceBlock ul li a[data-v-f4854148]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;margin:0 20px;display:block}.app-container_status-container .DeviceBlock ul li .domain[data-v-f4854148]{cursor:pointer}.app-container_status-container .DeviceBlock ul li[data-v-f4854148]:hover{background-color:#eee}.app-container_status-container .DeviceBlock li[data-v-f4854148]:last-child{margin-top:5px}.app-container_status-container span.container_success[data-v-f4854148]{display:block;font-size:15px;font-family:PingFangSC-Medium,PingFang SC}.app-container_status-container span.container_failure[data-v-f4854148]{display:block;font-size:1.2em}.app-container_status-container .container_configure[data-v-f4854148]{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;line-height:20px;cursor:pointer}.app-container_status-container span.container_title[data-v-f4854148]{font-size:1.25rem;color:#333;display:block}.app-container_status-container span.container_content[data-v-f4854148]{font-size:1.25rem;color:#666}.app-container_status-container .devise[data-v-f4854148]{display:block;font-size:12px;color:#727272}.app-container_status-container span.container_time[data-v-f4854148]{font-size:12px;color:#727272;margin-top:3px;display:block}.app-container_status-label[data-v-f4854148]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.app-container_status-label .app-container_status-label_item[data-v-f4854148]{flex:0 0 100%;max-width:calc(50% - 10px);margin-bottom:1rem}.app-container_status-label_block[data-v-f4854148]{display:block;color:#000;margin:10px 0 8px}.app-container_status-container_body[data-v-f4854148]{width:100%;height:100%;text-align:center;display:flex;align-items:center;align-content:center}.app-container_status-container_body svg[data-v-f4854148]{min-width:32px}.app-container_status-container_body .app-container_status-info[data-v-f4854148]{margin-left:10px;text-align:left;margin-right:10px;min-width:57px}.app-container_status-container_body svg[data-v-f4854148]{width:50px;height:50px}.app-container_status-container_body span[data-v-f4854148]{width:100%;margin:5px 0}.menu_background[data-v-f4854148]{position:fixed;inset:0}.app-container_body[data-v-f4854148]{width:100%}.network-container[data-v-78a4e41a]{width:100%;display:flex;flex-wrap:wrap}.network-container .network-container_flow[data-v-78a4e41a]{flex:0 0 100%;max-width:60%;padding-right:10px}.network-container .network-container_flow .network-container_flow-container[data-v-78a4e41a]{border-radius:6px;overflow:hidden;position:relative;background-color:#fff;box-shadow:0 0 10px 1px #373f6924}.network-container .network-container_status[data-v-78a4e41a]{flex:0 0 100%;max-width:40%;padding-left:10px;display:flex;flex-wrap:wrap}@keyframes bganimation-78a4e41a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-78a4e41a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-78a4e41a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-78a4e41a]{animation:rotateEnter-78a4e41a .7s;position:relative}.rotate-leave-active[data-v-78a4e41a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-78a4e41a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 992px){.network-container[data-v-78a4e41a]{width:100%}.network-container .network-container_flow[data-v-78a4e41a]{flex:0 0 100%;max-width:100%;padding-right:0}.network-container .network-container_status[data-v-78a4e41a]{flex:0 0 100%;max-width:100%;padding-left:0;margin-top:1rem}}.action .action-footer button[data-v-3a0bca4c]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-3a0bca4c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3a0bca4c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3a0bca4c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3a0bca4c]{animation:rotateEnter-3a0bca4c .7s;position:relative}.rotate-leave-active[data-v-3a0bca4c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3a0bca4c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-3a0bca4c]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-3a0bca4c]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-3a0bca4c]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-3a0bca4c]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-3a0bca4c]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-3a0bca4c]{flex:auto}.action.format .disk-list[data-v-3a0bca4c]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-3a0bca4c]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-3a0bca4c]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-3a0bca4c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-3a0bca4c]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-3a0bca4c]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-3a0bca4c],.action.format .label-item .label-item_value input[data-v-3a0bca4c]{width:100%;height:36px}.action.format .label-item .label-item_path[data-v-3a0bca4c]{padding:0 14px;background-color:#e5e5e5;width:100%;height:28px;line-height:28px;margin-top:10px}.action.format .auto[data-v-3a0bca4c]{flex:auto}.action.format p.msg[data-v-3a0bca4c]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-3a0bca4c]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-3a0bca4c]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-3a0bca4c]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-3a0bca4c]{margin:1rem 0;font-size:1.5em;color:#333}.action.result[data-v-3a0bca4c]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-body[data-v-3a0bca4c]{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.action.result .action-body .action-body_icon[data-v-3a0bca4c]{width:100px;height:100px}.action.result .action-body .action-body_icon svg.icon[data-v-3a0bca4c]{width:100%;height:100%}.action.result .action-body .action-body_msg[data-v-3a0bca4c]{font-size:2em;color:#666;text-align:center;width:100%;margin:1rem 0}.action.result .action-body .action-body_info[data-v-3a0bca4c]{margin:1rem 0;width:100%;text-align:center;color:#666;font-size:1.2em}.action.result .action-body .action-body_info a[data-v-3a0bca4c]{color:#0000fb}.action.result .btns[data-v-3a0bca4c]{width:100%;text-align:center;margin:1rem 0}@keyframes bganimation-3a0bca4c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3a0bca4c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3a0bca4c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3a0bca4c]{animation:rotateEnter-3a0bca4c .7s;position:relative}.rotate-leave-active[data-v-3a0bca4c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3a0bca4c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format[data-v-3a0bca4c]{width:168%}}@media screen and (max-width: 900px){.action.format[data-v-3a0bca4c]{width:146%}}@media screen and (max-width: 800px){.action.format[data-v-3a0bca4c]{width:136%}}@media screen and (max-width: 700px){.action.format[data-v-3a0bca4c]{width:116%}}@media screen and (max-width: 500px){.action.format[data-v-3a0bca4c]{width:100%}}.action .action-footer button[data-v-61e01d51]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-61e01d51{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-61e01d51{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-61e01d51{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-61e01d51]{animation:rotateEnter-61e01d51 .7s;position:relative}.rotate-leave-active[data-v-61e01d51]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-61e01d51]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-61e01d51]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-61e01d51]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-61e01d51]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-61e01d51]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-61e01d51]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-61e01d51]{flex:auto}.action.format .disk-list[data-v-61e01d51]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-61e01d51]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-61e01d51]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-61e01d51]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-61e01d51]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-61e01d51]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-61e01d51],.action.format .label-item .label-item_value input[data-v-61e01d51]{width:100%;height:36px}.action.format .label-item .label-item_path[data-v-61e01d51]{padding:0 14px;background-color:#e5e5e5;width:100%;height:28px;line-height:28px;margin-top:10px}.action.format .auto[data-v-61e01d51]{flex:auto}.action.format p.msg[data-v-61e01d51]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-61e01d51]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-61e01d51]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-61e01d51]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-61e01d51]{margin:1rem 0;font-size:1.5em;color:#333}@keyframes bganimation-61e01d51{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-61e01d51{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-61e01d51{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-61e01d51]{animation:rotateEnter-61e01d51 .7s;position:relative}.rotate-leave-active[data-v-61e01d51]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-61e01d51]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.result[data-v-61e01d51]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-body[data-v-61e01d51]{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.action.result .action-body .action-body_icon[data-v-61e01d51]{width:100px;height:100px}.action.result .action-body .action-body_icon svg.icon[data-v-61e01d51]{width:100%;height:100%}.action.result .action-body .action-body_msg[data-v-61e01d51]{font-size:2em;color:#666;text-align:center;width:100%;margin:1rem 0}.action.result .action-body .action-body_info[data-v-61e01d51]{margin:1rem 0;width:100%;text-align:center;color:#666;font-size:1.2em}.action.result .action-body .action-body_info a[data-v-61e01d51]{color:#0000fb}.action.result .btns[data-v-61e01d51]{width:100%;text-align:center;margin:1rem 0}@keyframes bganimation-31be4af0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31be4af0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31be4af0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31be4af0]{animation:rotateEnter-31be4af0 .7s;position:relative}.rotate-leave-active[data-v-31be4af0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31be4af0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.disk-item.error[data-v-31be4af0]{color:red}.disk-content[data-v-31be4af0]{padding:1rem;border:1px solid #cfcfcf;margin:16px 0}.disk-content li.disk-item[data-v-31be4af0]{width:100%;display:flex;align-items:center}.disk-content li.disk-item .disk-item_name[data-v-31be4af0]{flex:0 0 50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.disk-content li.disk-item .disk_value[data-v-31be4af0]{flex:0 0 50%;display:flex;justify-content:space-between;align-items:center}.disk-content li.disk-item .disk_value .cbi-button[data-v-31be4af0]{margin-left:10px}.disk-content li.disk-item .disk_value .disk-item_value[data-v-31be4af0]{flex:auto;padding-left:10px;position:relative}.disk-content li.disk-item .disk_value .disk-item_value .value-data[data-v-31be4af0]{width:100%;text-overflow:ellipsis;white-space:nowrap;height:100%;color:#297ff3;cursor:default}.disk-content li.disk-item .disk_value .disk-item_value .value-data button[data-v-31be4af0]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer}.disk-content li.disk-item .disk_value .disk-item_value .value-data button[data-v-31be4af0]:hover{opacity:.7}.disk-content li.disk-item .disk_value .disk-item_value .value-data.buttondiv[data-v-31be4af0]{cursor:pointer}.disk-content li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-31be4af0]{position:absolute;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;left:10px;right:0;bottom:100%;margin-bottom:6px;text-align:center;font-size:1em;visibility:hidden;opacity:0}.disk-content li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-31be4af0]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}.disk-content li.disk-item .disk_value .disk-item_value:hover .disk-item-tooltip[data-v-31be4af0]{visibility:visible;transition:.7s;opacity:1}.disk-content .disk_status[data-v-31be4af0]{display:flex;text-align:left;padding-left:10px;font-size:12px;padding-top:6px}.disk-content .disk_status .disk_status_item[data-v-31be4af0]{display:flex;margin-right:20px}.disk-content .disk_status .disk_status_item .disk_tip[data-v-31be4af0]{display:flex;align-items:center}.disk_infoicon[data-v-31be4af0]{margin-left:10px;cursor:pointer}.tooltip-trigger[data-v-31be4af0]{flex:none}.tooltip-trigger[data-v-31be4af0]{position:relative;display:inline-block;cursor:help;margin-right:6px;margin-left:10px}.tooltip-trigger .tooltip-text[data-v-31be4af0]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-31be4af0]{color:#fff}.tooltip-trigger .tooltip-text .disk_dir_tip[data-v-31be4af0]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-31be4af0]{visibility:visible;opacity:1}.tooltip-top[data-v-31be4af0]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.tooltip-top[data-v-31be4af0]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-31be4af0]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-31be4af0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31be4af0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31be4af0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31be4af0]{animation:rotateEnter-31be4af0 .7s;position:relative}.rotate-leave-active[data-v-31be4af0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31be4af0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.disk-content li.disk-item .disk_value[data-v-31be4af0]{display:block}.disk-content .disk_status[data-v-31be4af0]{flex-wrap:wrap}}.action[data-v-5fa713aa]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:3rem;border-radius:6px;display:flex;flex-direction:column;flex-wrap:nowrap}.action ul[data-v-5fa713aa]{overflow:auto}.action ul .app-container_info[data-v-5fa713aa]{display:flex;justify-content:space-between;max-width:56%;margin-top:18px;font-weight:600}.action ul .app-container_body[data-v-5fa713aa]{width:100%;height:100%}.action .action-footer[data-v-5fa713aa]{text-align:center;margin-top:46px}.action .action-footer button[data-v-5fa713aa]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-5fa713aa{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5fa713aa{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5fa713aa{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5fa713aa]{animation:rotateEnter-5fa713aa .7s;position:relative}.rotate-leave-active[data-v-5fa713aa]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5fa713aa]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action[data-v-5fa713aa]{width:160%}}@media screen and (max-width: 800px){.action[data-v-5fa713aa]{width:138%}}@media screen and (max-width: 700px){.action[data-v-5fa713aa]{width:132%}}@media screen and (max-width: 600px){.action[data-v-5fa713aa]{width:116%}}@media screen and (max-width: 500px){.action[data-v-5fa713aa]{width:100%}}@media screen and (max-width: 400px){.action[data-v-5fa713aa]{width:90%}}@media screen and (max-width: 300px){.action[data-v-5fa713aa]{width:100%}}@keyframes bganimation-eb0dbbd8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-eb0dbbd8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-eb0dbbd8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-eb0dbbd8]{animation:rotateEnter-eb0dbbd8 .7s;position:relative}.rotate-leave-active[data-v-eb0dbbd8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-eb0dbbd8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.disk-item.error[data-v-eb0dbbd8]{color:red}li.disk-item[data-v-eb0dbbd8]{width:100%;display:flex;margin:1rem 0;align-items:center}li.disk-item .disk-item_name[data-v-eb0dbbd8]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.disk-item .disk_icon[data-v-eb0dbbd8]{padding-left:1rem;align-self:center;align-items:center;flex:none;display:flex}li.disk-item .disk_value[data-v-eb0dbbd8]{display:flex;justify-content:flex-end;width:50%}li.disk-item .disk_value .disk-item_value[data-v-eb0dbbd8]{flex:auto;padding-left:10px;position:relative;cursor:help}li.disk-item .disk_value .disk-item_value .value-data[data-v-eb0dbbd8]{width:100%;text-overflow:ellipsis;white-space:nowrap;height:100%}li.disk-item .disk_value .disk-item_value .value-data button[data-v-eb0dbbd8]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer;padding:0;margin:0;line-height:normal}li.disk-item .disk_value .disk-item_value .value-data button[data-v-eb0dbbd8]:hover{opacity:.7}li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-eb0dbbd8]{position:absolute;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;left:10px;right:0;bottom:100%;margin-bottom:6px;text-align:center;font-size:1em;visibility:hidden;opacity:0}li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-eb0dbbd8]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}li.disk-item .disk_value .disk-item_value:hover .disk-item-tooltip[data-v-eb0dbbd8]{visibility:visible;transition:.7s;opacity:1}.disk_infoicon[data-v-eb0dbbd8]{margin-left:10px;cursor:pointer}.tooltip-trigger[data-v-eb0dbbd8]{flex:none;cursor:help}.tooltip-trigger[data-v-eb0dbbd8]{position:relative;display:inline-block;cursor:help;margin-right:6px;margin-left:10px}.tooltip-trigger .tooltip-text[data-v-eb0dbbd8]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-eb0dbbd8]{color:#fff}.tooltip-trigger .tooltip-text .disk_dir_tip[data-v-eb0dbbd8]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-eb0dbbd8]{visibility:visible;opacity:1}.tooltip-top[data-v-eb0dbbd8]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.tooltip-top[data-v-eb0dbbd8]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-eb0dbbd8]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-98e4aab2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-98e4aab2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-98e4aab2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-98e4aab2]{animation:rotateEnter-98e4aab2 .7s;position:relative}.rotate-leave-active[data-v-98e4aab2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-98e4aab2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-98e4aab2]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%}.app-container ul[data-v-98e4aab2]{flex:0 0 100%;width:100%}.app-container ul .app-container_title[data-v-98e4aab2]{display:flex;justify-content:space-between;align-items:center}.app-container ul .app-container_title .more_icon[data-v-98e4aab2]{cursor:pointer;position:absolute;right:22px}.app-container ul .app-container_title .DeviceBlock[data-v-98e4aab2]{position:absolute;z-index:999;width:30%;right:22px}.app-container ul .app-container_title .DeviceBlock ul[data-v-98e4aab2]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:8px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container ul .app-container_title .DeviceBlock ul li[data-v-98e4aab2]{margin:6px 0;cursor:pointer;line-height:28px}.app-container ul .app-container_title .DeviceBlock ul li a[data-v-98e4aab2]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;display:block}.app-container ul .app-container_title .DeviceBlock ul li[data-v-98e4aab2]:hover{background-color:#eee}.app-container ul .disk_loading_icon[data-v-98e4aab2]{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;padding:10px}.app-container ul .disk_loading_icon .disk_loading_info[data-v-98e4aab2]{margin-top:5px}.refresh[data-v-98e4aab2]{margin-left:20px}.app-container_info[data-v-98e4aab2]{font-size:14px;font-weight:700;height:31px;line-height:52px}.app-container_body[data-v-98e4aab2]{width:100%;height:100%}.menu_background[data-v-98e4aab2]{position:fixed;inset:0}@keyframes bganimation-13ca629c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-13ca629c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-13ca629c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-13ca629c]{animation:rotateEnter-13ca629c .7s;position:relative}.rotate-leave-active[data-v-13ca629c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-13ca629c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.sambas-item[data-v-13ca629c]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.sambas-item .sambas-item_name[data-v-13ca629c]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.sambas-item .sambas-item_value[data-v-13ca629c]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-container_samba li.samba-item[data-v-13ca629c]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}.app-container_samba li.samba-item .samba-item_name[data-v-13ca629c]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.app-container_samba li.samba-item .samba-item_value[data-v-13ca629c]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-container_samba li.samba-item .samba-item_value button[data-v-13ca629c]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer}.app-container_samba li.samba-item .samba-item_value button[data-v-13ca629c]:hover{opacity:.7}.tit[data-v-13ca629c]{color:#1e1e1e;font-weight:700;font-size:16px}@keyframes bganimation-b4608492{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-b4608492{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-b4608492{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-b4608492]{animation:rotateEnter-b4608492 .7s;position:relative}.rotate-leave-active[data-v-b4608492]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-b4608492]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.webdav-item[data-v-b4608492]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.webdav-item .webdav-item_name[data-v-b4608492]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.webdav-item .webdav-item_value[data-v-b4608492]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes bganimation-4a3b6e0a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4a3b6e0a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4a3b6e0a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4a3b6e0a]{animation:rotateEnter-4a3b6e0a .7s;position:relative}.rotate-leave-active[data-v-4a3b6e0a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4a3b6e0a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}ul.disk-item[data-v-4a3b6e0a]{width:100%;margin-bottom:10px}ul.disk-item .auto[data-v-4a3b6e0a]{flex:auto}ul.disk-item .disk-item_icon[data-v-4a3b6e0a]{width:24px;height:24px;margin-right:.5rem}ul.disk-item .disk-item_icon svg[data-v-4a3b6e0a]{width:100%;height:100%}ul.disk-item li.disk-info[data-v-4a3b6e0a]{display:flex;flex-wrap:nowrap;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding:5px 1rem;height:50px;cursor:pointer;color:#666;font-size:12px;border-left:3px solid #89897f}ul.disk-item li.disk-info[data-v-4a3b6e0a]:hover{background-color:#ecf5ff}ul.disk-item li.disk-info .disk-item_icon svg path[data-v-4a3b6e0a]{fill:#09aaff}ul.disk-item li.disk-info .disk-item_f[data-v-4a3b6e0a]{display:flex;flex-wrap:wrap}ul.disk-item li.disk-info .disk-item_f .disk-item_venderModel[data-v-4a3b6e0a],ul.disk-item li.disk-info .disk-item_f .disk-item_used[data-v-4a3b6e0a]{width:100%}ul.disk-item li.disk-info.on[data-v-4a3b6e0a]{border-left:3px solid #ff9c08}ul.disk-item li.disk-info.on.nopoint[data-v-4a3b6e0a]{background-color:#ecf5ff}ul.disk-item .disk-children[data-v-4a3b6e0a]{width:100%;color:#666}ul.disk-item .disk-children li.disk-children_item[data-v-4a3b6e0a]{width:100%;height:40px;line-height:40px;padding-left:2rem;font-size:12px;cursor:pointer;display:flex;flex-wrap:nowrap;align-items:center;border-left:3px solid #89897f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.disk-item .disk-children li.disk-children_item[data-v-4a3b6e0a]:hover{background-color:#ecf5ff}ul.disk-item .disk-children li.disk-children_item span[data-v-4a3b6e0a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}ul.disk-item .disk-children li.disk-children_item.on.on[data-v-4a3b6e0a]{border-left:3px solid #ff9c08;background-color:#ecf5ff}.action .action-footer button[data-v-12d0f96b]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.list[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.list .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.list .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.list .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 176px)}.action.list .action-msg[data-v-12d0f96b]{width:100%;height:36px;line-height:36px;text-align:center}.action.list .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.list .action-footer .auto[data-v-12d0f96b]{flex:auto}.action.list .disk-list[data-v-12d0f96b]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-12d0f96b]{flex:auto}.action.format .disk-list[data-v-12d0f96b]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-12d0f96b]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-12d0f96b]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-12d0f96b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-12d0f96b]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-12d0f96b]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-12d0f96b],.action.format .label-item .label-item_value input[data-v-12d0f96b]{width:100%;height:36px}.action.format .auto[data-v-12d0f96b]{flex:auto}.action.format p.msg[data-v-12d0f96b]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-12d0f96b]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-12d0f96b]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-12d0f96b]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-12d0f96b]{margin:1rem 0;font-size:1.5em;color:#333}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.result[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.result .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.result .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 140px);overflow:auto}.action.result .action-body .format-result[data-v-12d0f96b]{width:100%;text-align:center;font-size:2em;color:#333;margin:1rem 0}.action.result .action-body .format-info[data-v-12d0f96b]{width:100%;text-align:center;font-size:1.3em}.action.result .action-body .format-info a[data-v-12d0f96b]{color:#f70324}.action.result .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333}.action.result .auto[data-v-12d0f96b]{flex:auto}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.list[data-v-12d0f96b]{width:136%}}@media screen and (max-width: 900px){.action.list[data-v-12d0f96b]{width:126%}}@media screen and (max-width: 800px){.action.list[data-v-12d0f96b]{width:112%}}@media screen and (max-width: 700px){.action.list[data-v-12d0f96b]{width:100%}}@media screen and (max-width: 500px){.action.list[data-v-12d0f96b]{width:80%}}@keyframes bganimation-530e728c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-530e728c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-530e728c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-530e728c]{animation:rotateEnter-530e728c .7s;position:relative}.rotate-leave-active[data-v-530e728c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-530e728c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-530e728c]{width:700px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action .action-body[data-v-530e728c]{width:100%;text-align:center;padding:3rem 0}.action .action-body h2.title[data-v-530e728c]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action .action-body .info[data-v-530e728c]{color:#666;font-size:1.3em;margin:1rem 0}.action .action-body .btns[data-v-530e728c]{width:100%;margin-top:3rem}.action .action-body .btns button[data-v-530e728c]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-530e728c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-530e728c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-530e728c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-530e728c]{animation:rotateEnter-530e728c .7s;position:relative}.rotate-leave-active[data-v-530e728c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-530e728c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 900px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 800px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 700px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 500px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@keyframes bganimation-30ef6ccb{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-30ef6ccb{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-30ef6ccb{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-30ef6ccb]{animation:rotateEnter-30ef6ccb .7s;position:relative}.rotate-leave-active[data-v-30ef6ccb]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-30ef6ccb]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-30ef6ccb]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action .action-header[data-v-30ef6ccb]{width:100%;height:70px;line-height:70px}.action .action-header .action-header_title[data-v-30ef6ccb]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action .action-body[data-v-30ef6ccb]{width:100%;height:calc(100% - 140px);overflow:auto}.action .action-body .label-item[data-v-30ef6ccb]{width:100%;margin:1rem 0}.action .action-body .label-item .label-item_key[data-v-30ef6ccb]{width:100%;font-size:12px;color:#666}.action .action-body .label-item .label-item_key span[data-v-30ef6ccb]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action .action-body .label-item .label-item_key span[data-v-30ef6ccb]:before{content:"*";color:#f56c6c;margin-right:4px}.action .action-body .label-item .label-item_value[data-v-30ef6ccb]{width:100%;margin-top:5px}.action .action-body .label-item .label-item_value select[data-v-30ef6ccb],.action .action-body .label-item .label-item_value input[data-v-30ef6ccb]{width:100%;height:36px}.action .action-footer[data-v-30ef6ccb]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action .action-footer .auto[data-v-30ef6ccb]{flex:auto}.action .action-footer button[data-v-30ef6ccb]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-3ef9e48f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3ef9e48f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3ef9e48f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3ef9e48f]{animation:rotateEnter-3ef9e48f .7s;position:relative}.rotate-leave-active[data-v-3ef9e48f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3ef9e48f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-3ef9e48f]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action .action-header[data-v-3ef9e48f]{width:100%;height:70px;line-height:70px}.action .action-header .action-header_title[data-v-3ef9e48f]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action .action-body[data-v-3ef9e48f]{width:100%;height:calc(100% - 140px)}.action .action-body .label-item[data-v-3ef9e48f]{width:100%;margin:1rem 0}.action .action-body .label-item .label-item_key[data-v-3ef9e48f]{width:100%;font-size:12px;color:#666}.action .action-body .label-item .label-item_key span[data-v-3ef9e48f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action .action-body .label-item .label-item_key span[data-v-3ef9e48f]:before{content:"*";color:#f56c6c;margin-right:4px}.action .action-body .label-item .label-item_value[data-v-3ef9e48f]{width:100%;margin-top:5px}.action .action-body .label-item .label-item_value select[data-v-3ef9e48f],.action .action-body .label-item .label-item_value input[data-v-3ef9e48f]{width:100%;height:36px}.action .action-body .samba-item[data-v-3ef9e48f]{margin-top:-18px;font-size:12px}.action .action-body .samba-item .samba-item_allow[data-v-3ef9e48f]{display:flex;align-items:flex-end}.action .action-body .samba-item .samba-item_allow .samba-allow[data-v-3ef9e48f]{padding-left:10px;cursor:pointer}.action .action-body .samba-item .samba-item_tips[data-v-3ef9e48f]{margin-top:10px}.action .action-body .samba-item .samba-item_tips .tooltip-trigger[data-v-3ef9e48f]{display:flex}.action .action-body .samba-item .samba-item_tips .samba_dir_tip[data-v-3ef9e48f]{margin-left:10px}.action .action-footer[data-v-3ef9e48f]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center;padding-bottom:30px}.action .action-footer .auto[data-v-3ef9e48f]{flex:auto}.action .action-footer button[data-v-3ef9e48f]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-7244f123{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7244f123{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7244f123{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7244f123]{animation:rotateEnter-7244f123 .7s;position:relative}.rotate-leave-active[data-v-7244f123]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7244f123]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-7244f123]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action h2.title[data-v-7244f123]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action h3.desc[data-v-7244f123]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:1rem 0;text-align:center}.action form[data-v-7244f123]{width:100%;display:block;padding:2rem 0}.action form label[data-v-7244f123]{width:100%;display:block;margin:1rem 0}.action form label input[data-v-7244f123],.action form label select[data-v-7244f123]{width:100%;display:block;height:42px}.action .btns[data-v-7244f123]{width:100%;margin-top:3rem}.action .btns button[data-v-7244f123]{display:block;width:100%!important;margin:.5rem 0}.action li.disk-item[data-v-7244f123]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;padding:5px 1rem;border-bottom:1px solid #eee;cursor:pointer}.action li.disk-item[data-v-7244f123]:hover{background-color:#eee}.action li.disk-item .disk-item_f[data-v-7244f123]{display:flex;flex-wrap:wrap}.action li.disk-item .disk-item_f .disk-item_venderModel[data-v-7244f123],.action li.disk-item .disk-item_f .disk-item_used[data-v-7244f123]{width:100%}.action .tips[data-v-7244f123]{float:right;font-size:.8em}@keyframes bganimation-7244f123{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7244f123{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7244f123{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7244f123]{animation:rotateEnter-7244f123 .7s;position:relative}.rotate-leave-active[data-v-7244f123]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7244f123]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 500px){.action h2.title[data-v-7244f123]{font-size:2em}}@keyframes bganimation-edf68726{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-edf68726{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-edf68726{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-edf68726]{animation:rotateEnter-edf68726 .7s;position:relative}.rotate-leave-active[data-v-edf68726]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-edf68726]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.linkease-item[data-v-edf68726]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.linkease-item .linkease-item_name[data-v-edf68726]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.linkease-item .linkease-item_value[data-v-edf68726]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.linkease-item .linkease-item_value .configure[data-v-edf68726]{color:#297ff3;padding:3px}li.linkease-item .linkease-item_value .configure.enabel[data-v-edf68726]{cursor:pointer}a[data-v-edf68726]{text-decoration:none;color:#297ff3}@keyframes bganimation-62b7dbe8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-62b7dbe8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-62b7dbe8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-62b7dbe8]{animation:rotateEnter-62b7dbe8 .7s;position:relative}.rotate-leave-active[data-v-62b7dbe8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-62b7dbe8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-62b7dbe8]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%;align-content:flex-start}.app-container .app-container_title[data-v-62b7dbe8]{width:100%;display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-62b7dbe8]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-62b7dbe8]{height:30px;line-height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-62b7dbe8]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-62b7dbe8] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-62b7dbe8]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-62b7dbe8]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-62b7dbe8]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-62b7dbe8]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-62b7dbe8]:hover{background-color:#eee}.app-container .app-container_title button[data-v-62b7dbe8]{margin-left:10px}.app-container .app-container_body[data-v-62b7dbe8]{flex:0 0 100%;width:100%;height:66%}.app-container ul.app-container_nas-menu[data-v-62b7dbe8]{width:100%;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;margin-top:20px}.app-container ul.app-container_nas-menu button[data-v-62b7dbe8]{flex:0 0 100%!important;max-width:33.333%!important;height:30px;background:none;border:none!important;background-color:#eee;color:#333;cursor:pointer;margin:0!important;padding:5px 0!important;border-radius:0!important;line-height:20px;font-size:16px}.app-container ul.app-container_nas-menu button.on[data-v-62b7dbe8],.app-container ul.app-container_nas-menu button[data-v-62b7dbe8]:hover{color:#297ff3;background-color:#d1e2f9}.menu_background[data-v-62b7dbe8]{position:fixed;inset:0}@keyframes bganimation-3fd3a42d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3fd3a42d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3fd3a42d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3fd3a42d]{animation:rotateEnter-3fd3a42d .7s;position:relative}.rotate-leave-active[data-v-3fd3a42d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3fd3a42d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.docker-item[data-v-3fd3a42d]{width:100%;display:flex;flex-wrap:wrap;margin:1.5rem 0}li.docker-item .docker-item_name[data-v-3fd3a42d]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.docker-item .docker-item_value[data-v-3fd3a42d]{flex:0 0 100%;max-width:50%;padding-left:10px;float:left;display:flex}li.docker-item .docker-item_value .configure[data-v-3fd3a42d]{color:#297ff3;overflow:hidden;white-space:nowrap;padding:3px;overflow-x:hidden;text-overflow:ellipsis}li.docker-item .docker-item_value .configure.enabel[data-v-3fd3a42d]{color:#888;overflow-x:hidden;text-overflow:ellipsis}li.docker-item .docker-item_root[data-v-3fd3a42d]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:16px;max-width:323px;flex:0 0 100%}.docker_tip svg[data-v-3fd3a42d]{vertical-align:bottom;margin-left:22px}.tooltip-trigger[data-v-3fd3a42d]{position:relative;display:inline-block;cursor:help;margin-right:6px}.tooltip-trigger .tooltip-text[data-v-3fd3a42d]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-3fd3a42d]{color:#fff}.tooltip-trigger .tooltip-text .docker_dir_tip[data-v-3fd3a42d]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-3fd3a42d]{visibility:visible;opacity:1}.tooltip-top[data-v-3fd3a42d]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%);margin-left:12px}.tooltip-right[data-v-3fd3a42d]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.tooltip-left[data-v-3fd3a42d]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.tooltip-top[data-v-3fd3a42d]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-3fd3a42d]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}.input-switch[data-v-3fd3a42d]{display:inline-block;cursor:pointer;position:relative}.input-switch span[data-v-3fd3a42d]{display:block;position:relative;width:50px;height:20px;border-radius:10px;padding:2px}.input-switch span em[data-v-3fd3a42d]{display:block;width:16px;height:16px;background-color:#fff;border-radius:10px}.input-switch span.enable[data-v-3fd3a42d]{background-color:#297ff3;transition:.3s}.input-switch span.enable em[data-v-3fd3a42d]{transform:translate(30px);transition:.3s}.input-switch span.close[data-v-3fd3a42d]{background-color:#cecece;transition:.3s}.input-switch span.close em[data-v-3fd3a42d]{transform:translate(0);transition:.3s}@keyframes bganimation-83e05458{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-83e05458{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-83e05458{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-83e05458]{animation:rotateEnter-83e05458 .7s;position:relative}.rotate-leave-active[data-v-83e05458]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-83e05458]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-83e05458]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action h2.title[data-v-83e05458]{width:100%;display:block;color:#1e1e1e;font-size:22px;padding:0;margin:0;text-align:center}.action .roots[data-v-83e05458]{display:flex;max-width:342px;align-items:center;margin-top:32px;margin-bottom:16px}.action .roots .root[data-v-83e05458]{color:#000000d4;font-size:14px;text-align:center}.action .move[data-v-83e05458]{display:flex;justify-content:left;align-items:center}.action .change[data-v-83e05458]{width:678px}.action .desc[data-v-83e05458]{width:100%;display:block;font-size:1.2em;padding:0;margin:1rem 0;margin-top:32px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;color:#000000d4}.action form[data-v-83e05458]{width:100%;display:block}.action .tips[data-v-83e05458]{width:477px}.action .tips .tip[data-v-83e05458]{color:#faad14;padding-left:6px}.action .btns[data-v-83e05458]{width:100%;margin:104px auto 0}.action .btns button[data-v-83e05458]{display:block;width:100%!important}.action .roots_tit[data-v-83e05458]{color:#000000d4;font-size:14px;font-weight:700;width:118px;text-align:right;flex:none}.action .successed[data-v-83e05458]{text-align:center;font-size:14px}.action .finished[data-v-83e05458]{display:flex;justify-content:center;margin:80px 80px 28px}.action .docker_moves[data-v-83e05458]{text-align:center}.action .docker_moves .moves[data-v-83e05458]{margin-top:10px}.action .docker_moves .moves input[data-v-83e05458]{cursor:pointer}.action .docker_moves .moves label[data-v-83e05458]{margin-left:10px;cursor:pointer}.select-editable[data-v-83e05458]{position:relative;border:solid grey 1px;width:438px;height:34px}.select-editable select[data-v-83e05458]{position:absolute;top:0;left:0;font-size:14px;border:none;width:100%;height:100%;margin:0}.select-editable input[data-v-83e05458]{position:absolute;top:0;left:0;width:95%;padding:1px;font-size:14px;border:none}.select-editable select[data-v-83e05458]:focus,.select-editable input[data-v-83e05458]:focus{outline:none}[data-v-83e05458]::placeholder{color:#999}@keyframes bganimation-83e05458{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-83e05458{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-83e05458{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-83e05458]{animation:rotateEnter-83e05458 .7s;position:relative}.rotate-leave-active[data-v-83e05458]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-83e05458]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action[data-v-83e05458]{width:100%}.docker_download[data-v-83e05458]{width:80%}}@keyframes bganimation-45f6b8cc{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-45f6b8cc{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-45f6b8cc{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-45f6b8cc]{animation:rotateEnter-45f6b8cc .7s;position:relative}.rotate-leave-active[data-v-45f6b8cc]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-45f6b8cc]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-45f6b8cc]{position:relative;flex-wrap:wrap;width:100%;height:100%}.app-container .app-container_title[data-v-45f6b8cc]{justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-45f6b8cc]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-45f6b8cc]{height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;justify-content:center;align-items:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-45f6b8cc]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-45f6b8cc] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-45f6b8cc]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-45f6b8cc]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-45f6b8cc]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-45f6b8cc]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-45f6b8cc]:hover{background-color:#eee}.app-container button[data-v-45f6b8cc],.app-container .refresh[data-v-45f6b8cc]{margin-left:20px}.app-container .app-container_body[data-v-45f6b8cc]{width:100%;height:100%}.app-container .loading_placeholder[data-v-45f6b8cc]{display:flex;flex-direction:column;align-items:center}.menu_background[data-v-45f6b8cc]{position:fixed;inset:0}@keyframes bganimation-dbe287b2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-dbe287b2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-dbe287b2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-dbe287b2]{animation:rotateEnter-dbe287b2 .7s;position:relative}.rotate-leave-active[data-v-dbe287b2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-dbe287b2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.aria2-item[data-v-dbe287b2]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.aria2-item .aria2-item_name[data-v-dbe287b2]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.aria2-item .aria2-item_value[data-v-dbe287b2]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.aria2-item .aria2-item_value .configure[data-v-dbe287b2]{color:#297ff3;padding:3px}li.aria2-item .aria2-item_value .configure.enabel[data-v-dbe287b2]{color:#888}.use-url_app[data-v-dbe287b2]{padding-bottom:14px}.use-url_app a[data-v-dbe287b2]{text-decoration:none;color:#297ff3}@keyframes bganimation-030a7bea{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-030a7bea{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-030a7bea{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-030a7bea]{animation:rotateEnter-030a7bea .7s;position:relative}.rotate-leave-active[data-v-030a7bea]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-030a7bea]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.qbittorrent-item[data-v-030a7bea]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.qbittorrent-item .qbittorrent-item_name[data-v-030a7bea]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.qbittorrent-item .qbittorrent-item_value[data-v-030a7bea]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.qbittorrent-item .qbittorrent-item_value .configure[data-v-030a7bea]{color:#297ff3;padding:3px}li.qbittorrent-item .qbittorrent-item_value .configure.enabel[data-v-030a7bea]{color:#888}a[data-v-030a7bea]{text-decoration:none;color:#297ff3}@keyframes bganimation-31717210{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31717210{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31717210{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31717210]{animation:rotateEnter-31717210 .7s;position:relative}.rotate-leave-active[data-v-31717210]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31717210]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.transmission-item[data-v-31717210]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.transmission-item .transmission-item_name[data-v-31717210]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.transmission-item .transmission-item_value[data-v-31717210]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.transmission-item .transmission-item_value .configure[data-v-31717210]{color:#297ff3;padding:3px}li.transmission-item .transmission-item_value .configure.enabel[data-v-31717210]{color:#888}a[data-v-31717210]{text-decoration:none;color:#297ff3}@keyframes bganimation-e7bddcca{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-e7bddcca{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-e7bddcca{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-e7bddcca]{animation:rotateEnter-e7bddcca .7s;position:relative}.rotate-leave-active[data-v-e7bddcca]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-e7bddcca]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-e7bddcca]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:1rem 10%;border-radius:6px}.action p[data-v-e7bddcca]{color:#999;font-size:14px}.action input[data-v-e7bddcca]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC}.action h2.title[data-v-e7bddcca]{width:100%;color:#1e1e1e;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;padding:0;margin:0;text-align:center}.action span[data-v-e7bddcca]{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;color:#000000d4;font-weight:700}.action .load[data-v-e7bddcca]{display:flex;justify-content:left;align-items:center;margin-top:32px}.action form label[data-v-e7bddcca]{width:100%}.action form label input[data-v-e7bddcca],.action form label select[data-v-e7bddcca]{height:100%;font-size:14px}.action .myinput_wrap[data-v-e7bddcca],.action .RPC_input[data-v-e7bddcca]{width:85%}.action .myinput_wrap textarea[data-v-e7bddcca]{width:100%;padding:2px 3px;border:1px solid #dee2e6;border-radius:.25rem}.action .input_row[data-v-e7bddcca]{margin:16px 0;display:flex;justify-content:left;align-items:center}.action .input_row .radios[data-v-e7bddcca]{margin-right:10px}.action .input_row .radios input[data-v-e7bddcca],.action .input_row .radios label[data-v-e7bddcca]{cursor:pointer}.action .Tracker label[data-v-e7bddcca]{margin-right:10px;cursor:pointer}.action .Tracker_input[data-v-e7bddcca]{padding:6px 2px}.action .btns[data-v-e7bddcca]{width:100%;margin:42px auto 0}.action .btns button[data-v-e7bddcca]{display:block;width:100%!important;margin:.5rem 0}.action .tooltip-trigger[data-v-e7bddcca]{position:relative;display:inline-block;cursor:help;margin-right:6px}.action .tooltip-trigger .tooltip-text[data-v-e7bddcca]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.action .tooltip-trigger .tooltip-text span[data-v-e7bddcca]{color:#fff}.action .tooltip-trigger .tooltip-text .dowload_dir_tip[data-v-e7bddcca]{min-width:14rem;display:inline-block}.action .tooltip-trigger:hover .tooltip-text[data-v-e7bddcca]{visibility:visible;opacity:1}.action .tooltip-top[data-v-e7bddcca]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.action .tooltip-bottom[data-v-e7bddcca]{top:100%;left:50%;margin-top:5px;transform:translate(-50%)}.action .tooltip-bottom .dowload_rpc_tip[data-v-e7bddcca]{min-width:10rem;display:inline-block}.action .tooltip-right[data-v-e7bddcca]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.action .tooltip-left[data-v-e7bddcca]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.action .tooltip-top[data-v-e7bddcca]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.action .tooltip-bottom[data-v-e7bddcca]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}.action .successed[data-v-e7bddcca]{text-align:center;font-size:14px}.action .finished[data-v-e7bddcca]{display:flex;justify-content:center;margin:80px 80px 28px}.left[data-v-e7bddcca]{display:flex;align-items:center;justify-content:flex-start;width:110px;flex:none}.select-editable[data-v-e7bddcca]{position:relative;border:1px solid #dee2e6;border-radius:.25rem;margin:.25rem .1rem}.select-editable select[data-v-e7bddcca]{top:0;left:0;font-size:14px;border:none;width:100%;margin:0}.select-editable input[data-v-e7bddcca]{position:absolute;top:-4px;left:0;width:95%;padding:1px;font-size:14px;border:none}.select-editable select[data-v-e7bddcca]:focus,.select-editable input[data-v-e7bddcca]:focus{outline:none}[data-v-e7bddcca]::placeholder{color:#999}@keyframes bganimation-e7bddcca{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-e7bddcca{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-e7bddcca{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-e7bddcca]{animation:rotateEnter-e7bddcca .7s;position:relative}.rotate-leave-active[data-v-e7bddcca]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-e7bddcca]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 500px){.action[data-v-e7bddcca]{width:100%}.action .input_row[data-v-e7bddcca]{display:block}.action .input_row .myinput_wrap[data-v-e7bddcca],.action .input_row .RPC_input[data-v-e7bddcca]{width:100%}}@keyframes bganimation-432c38b6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-432c38b6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-432c38b6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-432c38b6]{animation:rotateEnter-432c38b6 .7s;position:relative}.rotate-leave-active[data-v-432c38b6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-432c38b6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-432c38b6]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%;align-content:flex-start}.app-container .app-container_title[data-v-432c38b6]{width:100%;display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-432c38b6]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-432c38b6]{height:30px;line-height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-432c38b6]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-432c38b6] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-432c38b6]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-432c38b6]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-432c38b6]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-432c38b6]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-432c38b6]:hover{background-color:#eee}.app-container .app-container_title button[data-v-432c38b6]{margin-left:10px}.app-container .app-container_body[data-v-432c38b6]{flex:0 0 100%;width:100%;height:66%}.app-container ul.app-container_nas-menu[data-v-432c38b6]{width:100%;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;margin-top:20px}.app-container ul.app-container_nas-menu button[data-v-432c38b6]{flex:0 0 100%!important;max-width:33.333%!important;height:30px;background:none;border:none!important;background-color:#eee;color:#333;cursor:pointer;margin:0!important;padding:5px 0!important;border-radius:0!important;line-height:20px;font-size:16px}.app-container ul.app-container_nas-menu button.on[data-v-432c38b6],.app-container ul.app-container_nas-menu button[data-v-432c38b6]:hover{color:#297ff3;background-color:#d1e2f9}.menu_background[data-v-432c38b6]{position:fixed;inset:0}@keyframes bganimation-43beecef{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-43beecef{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-43beecef{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-43beecef]{animation:rotateEnter-43beecef .7s;position:relative}.rotate-leave-active[data-v-43beecef]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-43beecef]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}h3[data-v-43beecef]{text-align:center;margin-bottom:20px}.label-item[data-v-43beecef]{display:flex;align-items:center;flex-wrap:wrap;margin:1rem 0;padding:0 30px}.label-item label[data-v-43beecef]{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:26px;line-height:26px;cursor:pointer}.label-item label input[type=radio][data-v-43beecef]{top:0;right:0;vertical-align:middle}.label-item label span[data-v-43beecef]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000000d4;display:inline-block;margin-left:10px}.label-item p.label_info[data-v-43beecef]{color:#999;font-size:12px;padding-left:24px;line-height:20px}.label-item .label-item_key[data-v-43beecef]{display:flex;flex-wrap:wrap;align-items:center}.label-item .label-item_key .ddnsto_serve[data-v-43beecef]{flex:0 0 100%;display:flex;justify-content:space-between;margin-bottom:14px}.label-item .label-item_key .ddnsto_serve_item[data-v-43beecef]{flex:0 0 100%;display:flex;justify-content:space-between}@keyframes bganimation-43dd65a2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-43dd65a2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-43dd65a2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-43dd65a2]{animation:rotateEnter-43dd65a2 .7s;position:relative}.rotate-leave-active[data-v-43dd65a2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-43dd65a2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-43dd65a2]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body svg.icon[data-v-43dd65a2]{width:100px;height:100px}.actioner-container_body .body-title[data-v-43dd65a2]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body .body-tips[data-v-43dd65a2]{text-align:center}.actioner-container_body .body-info[data-v-43dd65a2]{color:#666;font-size:1.3em;margin:1rem 0;width:100%;text-align:center}.actioner-container_body .body-tips[data-v-43dd65a2]{margin:1rem 0;display:block;width:100%}.actioner-container_body .body-btns[data-v-43dd65a2]{width:100%;margin-top:3rem}.actioner-container_body .body-btns button[data-v-43dd65a2]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-7790f1da{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7790f1da{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7790f1da{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7790f1da]{animation:rotateEnter-7790f1da .7s;position:relative}.rotate-leave-active[data-v-7790f1da]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7790f1da]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}iframe[data-v-7790f1da]{width:100%;height:100%;border:none}@keyframes bganimation-7b3ee72a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7b3ee72a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7b3ee72a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7b3ee72a]{animation:rotateEnter-7b3ee72a .7s;position:relative}.rotate-leave-active[data-v-7b3ee72a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7b3ee72a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}iframe[data-v-7b3ee72a]{width:100%;height:100%;border:none}@keyframes bganimation-7f5a8953{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7f5a8953{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7f5a8953{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7f5a8953]{animation:rotateEnter-7f5a8953 .7s;position:relative}.rotate-leave-active[data-v-7f5a8953]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7f5a8953]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-7f5a8953]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body svg.icon[data-v-7f5a8953]{width:100px;height:100px}.actioner-container_body .body-title[data-v-7f5a8953]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body .body-info[data-v-7f5a8953]{color:#666;font-size:1.3em;margin:1rem 0;width:100%}.actioner-container_body .body-tips[data-v-7f5a8953]{margin:1rem 0;display:block;width:100%}.actioner-container_body .body-btns[data-v-7f5a8953]{width:100%;margin-top:3rem}.actioner-container_body .body-btns button[data-v-7f5a8953]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-d60389d6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-d60389d6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-d60389d6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-d60389d6]{animation:rotateEnter-d60389d6 .7s;position:relative}.rotate-leave-active[data-v-d60389d6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-d60389d6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-d60389d6]{display:flex;align-items:center;justify-content:center}@keyframes bganimation-1e0ebd66{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-1e0ebd66{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-1e0ebd66{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-1e0ebd66]{animation:rotateEnter-1e0ebd66 .7s;position:relative}.rotate-leave-active[data-v-1e0ebd66]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-1e0ebd66]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-1e0ebd66]{display:flex;align-items:center;justify-content:center}@keyframes bganimation-7a6bd385{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7a6bd385{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7a6bd385{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7a6bd385]{animation:rotateEnter-7a6bd385 .7s;position:relative}.rotate-leave-active[data-v-7a6bd385]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7a6bd385]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-7a6bd385]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-7a6bd385] .actioner-container{width:100%}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;color:#0060ff;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body{padding:1rem;text-align:center;width:100%;height:400px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body a{text-decoration:none}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body.ddnsto-bind{height:280px}@keyframes bganimation-7a6bd385{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7a6bd385{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7a6bd385{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7a6bd385]{animation:rotateEnter-7a6bd385 .7s;position:relative}.rotate-leave-active[data-v-7a6bd385]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7a6bd385]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-7a6bd385]{width:90%}}@keyframes bganimation-4358e88c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4358e88c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4358e88c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4358e88c]{animation:rotateEnter-4358e88c .7s;position:relative}.rotate-leave-active[data-v-4358e88c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4358e88c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-4358e88c]{width:500px;max-height:90%;background-color:#fff;position:relative;z-index:99999;margin:auto;border-radius:4px;padding:10px 0}.action .action-header[data-v-4358e88c]{width:100%;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;padding-left:1rem;padding-right:1rem;text-align:left;font-size:18px;line-height:1;color:#303133}.action .action-body[data-v-4358e88c]{display:block;margin:2rem 0;line-height:24px;padding:0 15px;color:#606266;font-size:14px}.action .action-footer[data-v-4358e88c]{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action .next[data-v-4358e88c]{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:120px;height:32px;background:#553AFE;border-radius:2px}.action .next[data-v-4358e88c]:hover{opacity:.8}.action .clear[data-v-4358e88c]{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action .clear[data-v-4358e88c]:hover{opacity:.8}@keyframes bganimation-9435cfa6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-9435cfa6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-9435cfa6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-9435cfa6]{animation:rotateEnter-9435cfa6 .7s;position:relative}.rotate-leave-active[data-v-9435cfa6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-9435cfa6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.title_info[data-v-9435cfa6]{display:block;width:100%;text-align:center}.title_info p[data-v-9435cfa6]{font-size:20px;margin-bottom:10px}.label-item[data-v-9435cfa6]{width:100%;margin:1rem 0}.label-item .label-item_key[data-v-9435cfa6]{width:100%;font-size:12px;color:#666}.label-item .label-item_key span[data-v-9435cfa6]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-9435cfa6]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-9435cfa6]{width:100%;margin-top:5px}.label-item .label-item_value select[data-v-9435cfa6],.label-item .label-item_value input[data-v-9435cfa6]{width:100%;height:36px;color:#000}.label-item .label-item_value input[data-v-9435cfa6]::placeholder{color:#999;font-size:12PX}.label-item .label_tips[data-v-9435cfa6]{display:flex;margin-top:6px}.label-item .label_tips .info[data-v-9435cfa6]{margin-left:8px}.label-message[data-v-9435cfa6]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}@keyframes bganimation-6f1d92d9{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6f1d92d9{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6f1d92d9{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6f1d92d9]{animation:rotateEnter-6f1d92d9 .7s;position:relative}.rotate-leave-active[data-v-6f1d92d9]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6f1d92d9]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-6f1d92d9]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-6f1d92d9] .actioner-container{width:100%}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body{padding:1rem;width:100%;height:400px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body a{text-decoration:none}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.ali,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.dnspod,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.oray{height:451px}@keyframes bganimation-6f1d92d9{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6f1d92d9{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6f1d92d9{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6f1d92d9]{animation:rotateEnter-6f1d92d9 .7s;position:relative}.rotate-leave-active[data-v-6f1d92d9]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6f1d92d9]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-6f1d92d9]{width:90%}}@keyframes bganimation-10ce7ce8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-10ce7ce8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-10ce7ce8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-10ce7ce8]{animation:rotateEnter-10ce7ce8 .7s;position:relative}.rotate-leave-active[data-v-10ce7ce8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-10ce7ce8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-10ce7ce8]{position:relative;flex-wrap:wrap;width:100%;height:100%}.app-container a[data-v-10ce7ce8]{text-decoration:none}.app-container .app-container_title[data-v-10ce7ce8]{justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-10ce7ce8]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-10ce7ce8]{height:30px;border-radius:4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-10ce7ce8]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-10ce7ce8] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-10ce7ce8]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-10ce7ce8]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-10ce7ce8]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-10ce7ce8]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-10ce7ce8]:hover{background-color:#eee}.app-container button[data-v-10ce7ce8],.app-container .refresh[data-v-10ce7ce8]{margin-left:20px}.app-container .app-container_body[data-v-10ce7ce8]{width:100%;height:100%}.menu_background[data-v-10ce7ce8]{position:fixed;inset:0}.app-container_domain li.domain-item[data-v-10ce7ce8]{width:100%;display:flex;flex-wrap:wrap;margin:1.5rem 0;align-items:center}.app-container_domain li.domain-item .domain-item_name[data-v-10ce7ce8]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.app-container_domain li.domain-item .domain-item_value[data-v-10ce7ce8]{flex:0 0 100%;max-width:50%;padding-left:10px;float:left;display:flex;align-items:center;justify-content:space-between}.app-container_domain li.domain-item .domain-item_value .configure[data-v-10ce7ce8]{overflow:hidden;white-space:nowrap;padding:3px;overflow-x:hidden;text-overflow:ellipsis}.app-container_domain li.domain-item .domain-item_value .item_btn[data-v-10ce7ce8]{border:1px solid #553afb;border-radius:4px;font-size:12px;padding:7px;color:#553afb;text-align:center;min-width:60px}.app-container_domain li.domain-item .domain-item_value .configure.enabel[data-v-10ce7ce8]{color:#888;overflow-x:hidden;text-overflow:ellipsis}.app-container_domain li.domain-item .domain-item_root[data-v-10ce7ce8]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:16px;max-width:323px;flex:0 0 100%}.app-container_domain .domain_tip svg[data-v-10ce7ce8]{vertical-align:bottom;margin-left:22px}.app-container_domain .tooltip-trigger[data-v-10ce7ce8]{position:relative;display:inline-block;cursor:help;margin-right:6px}.app-container_domain .tooltip-trigger .tooltip-text[data-v-10ce7ce8]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.app-container_domain .tooltip-trigger .tooltip-text span[data-v-10ce7ce8]{color:#fff}.app-container_domain .tooltip-trigger .tooltip-text .domain_dir_tip[data-v-10ce7ce8]{min-width:15rem;display:inline-block}.app-container_domain .tooltip-trigger:hover .tooltip-text[data-v-10ce7ce8]{visibility:visible;opacity:1}.app-container_domain .tooltip-top[data-v-10ce7ce8]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%);margin-left:12px}.app-container_domain .tooltip-right[data-v-10ce7ce8]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.app-container_domain .tooltip-left[data-v-10ce7ce8]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.app-container_domain .tooltip-top[data-v-10ce7ce8]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.app-container_domain .tooltip-bottom[data-v-10ce7ce8]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-66cc4e33{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-66cc4e33{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-66cc4e33{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-66cc4e33]{animation:rotateEnter-66cc4e33 .7s;position:relative}.rotate-leave-active[data-v-66cc4e33]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-66cc4e33]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.nas-container[data-v-66cc4e33]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.nas-container .nas-container_card[data-v-66cc4e33]{flex:0 0 49%;max-width:49%;margin-bottom:1.5vw}@keyframes bganimation-66cc4e33{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-66cc4e33{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-66cc4e33{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-66cc4e33]{animation:rotateEnter-66cc4e33 .7s;position:relative}.rotate-leave-active[data-v-66cc4e33]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-66cc4e33]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 992px){.nas-container .nas-container_card[data-v-66cc4e33]{flex:0 0 100%;max-width:100%;padding-right:0;margin-bottom:.8rem}}@keyframes bganimation-20dfc9cc{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-20dfc9cc{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-20dfc9cc{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-20dfc9cc]{animation:rotateEnter-20dfc9cc .7s;position:relative}.rotate-leave-active[data-v-20dfc9cc]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-20dfc9cc]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container_title .more_icon[data-v-20dfc9cc]{position:absolute;right:22px;cursor:pointer}.app-container_title .DeviceBlock[data-v-20dfc9cc]{position:absolute;z-index:999;width:10%;right:22px;margin-top:14px}.app-container_title .DeviceBlock ul[data-v-20dfc9cc]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container_title .DeviceBlock ul li[data-v-20dfc9cc]{margin:6px 0;line-height:28px;cursor:pointer}.app-container_title .DeviceBlock ul li a[data-v-20dfc9cc]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;margin:0 20px;display:block}.app-container_title .DeviceBlock ul li[data-v-20dfc9cc]:hover{background-color:#eee}.item-label[data-v-20dfc9cc]{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;width:100%;margin:1rem 0}.item-label .item-label_key[data-v-20dfc9cc]{flex:0 0 100%;max-width:100px;text-align:left}.item-label .item-label_key span[data-v-20dfc9cc]{font-size:14px;color:#333}.item-label .item-label_value[data-v-20dfc9cc]{flex:1;text-align:left}.item-label .item-label_value span[data-v-20dfc9cc]{font-size:14px;color:#333}.item-title span[data-v-20dfc9cc]{font-size:16px;font-weight:550;color:#555}.item-flex[data-v-20dfc9cc]{width:100%;display:flex;flex-wrap:wrap}.item-flex .auto[data-v-20dfc9cc]{flex:auto}.item-flex button.app-editor[data-v-20dfc9cc]{padding:8px 1.3rem}.menu_background[data-v-20dfc9cc]{position:fixed;inset:0}@keyframes bganimation-0e4e063a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0e4e063a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0e4e063a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0e4e063a]{animation:rotateEnter-0e4e063a .7s;position:relative}.rotate-leave-active[data-v-0e4e063a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0e4e063a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-0e4e063a]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-0e4e063a]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-0e4e063a]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-0e4e063a]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-0e4e063a]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-0e4e063a]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-0e4e063a]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-0e4e063a]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-0e4e063a],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-0e4e063a]{width:100%;height:36px}.actioner-dns .actioner-dns_body .mobie_icon[data-v-0e4e063a]{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.actioner-dns .actioner-dns_body .mobie_icon .dhcp_info[data-v-0e4e063a]{margin-left:14px}.actioner-dns .actioner-dns_body .label-message[data-v-0e4e063a]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-0e4e063a]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-0e4e063a]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-0e4e063a]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.setting_status[data-v-0e4e063a]{text-align:center}.setting_status p[data-v-0e4e063a]{margin:10px 0}.setting_status a[data-v-0e4e063a]{text-align:center;display:block;text-decoration:none}.NewAdress[data-v-0e4e063a]{margin-top:10px}@keyframes bganimation-0e4e063a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0e4e063a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0e4e063a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0e4e063a]{animation:rotateEnter-0e4e063a .7s;position:relative}.rotate-leave-active[data-v-0e4e063a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0e4e063a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-0e4e063a]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-0e4e063a]{width:100%}}@keyframes bganimation-d700df2e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-d700df2e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-d700df2e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-d700df2e]{animation:rotateEnter-d700df2e .7s;position:relative}.rotate-leave-active[data-v-d700df2e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-d700df2e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-d700df2e]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-d700df2e]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_header span[data-v-d700df2e]{margin:0 auto}.actioner-dns .actioner-dns_body[data-v-d700df2e]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .sandbox_roboot_tips[data-v-d700df2e]{margin-top:24px;text-align:center}.actioner-dns .actioner-dns_body .disk_loading_icon[data-v-d700df2e]{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;padding:10px}.actioner-dns .actioner-dns_body .disk_loading_icon .disk_loading_info[data-v-d700df2e]{margin-top:5px}.actioner-dns .actioner-dns_body .disk_tips[data-v-d700df2e]{text-align:center;font-size:16px;margin-top:159px;color:#f9ad1e}.actioner-dns .actioner-dns_body .disk_tips svg[data-v-d700df2e]{vertical-align:middle}.actioner-dns .actioner-dns_body .disk_tips span[data-v-d700df2e]{margin-left:6px}.actioner-dns .actioner-dns_body .sandbox_info[data-v-d700df2e]{text-align:center;line-height:22px}.actioner-dns .actioner-dns_body .label-item[data-v-d700df2e]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-d700df2e]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-d700df2e]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-d700df2e]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-d700df2e]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-d700df2e],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-d700df2e]{width:100%;height:36px}.actioner-dns .actioner-dns_body .mobie_icon[data-v-d700df2e]{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.actioner-dns .actioner-dns_body .mobie_icon .dhcp_info[data-v-d700df2e]{margin-left:14px}.actioner-dns .actioner-dns_body .label-message[data-v-d700df2e]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .actioner-dns_body .sandbox_tips svg[data-v-d700df2e]{vertical-align:middle}.actioner-dns .actioner-dns_body .sandbox_tips span[data-v-d700df2e]{font-size:12px;margin-left:4px}.actioner-dns .config-message[data-v-d700df2e]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-d700df2e]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-d700df2e]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-tips[data-v-d700df2e]{width:400px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-tips .actioner-tips_header[data-v-d700df2e]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-tips .sandbox_info[data-v-d700df2e]{padding:62px 54px;line-height:20px}.actioner-tips .actioner-tips_footer[data-v-d700df2e]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.timeout[data-v-d700df2e]{margin-top:114px}.timeout span[data-v-d700df2e],.sandbox_roboot_refresh[data-v-d700df2e]{color:#5e72e4}option[data-v-d700df2e]:disabled{background-color:#e0e0e0}@keyframes bganimation-d700df2e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-d700df2e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-d700df2e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-d700df2e]{animation:rotateEnter-d700df2e .7s;position:relative}.rotate-leave-active[data-v-d700df2e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-d700df2e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-tips_footer button[data-v-d700df2e]{width:100%!important}}@media screen and (max-width: 900px){.actioner-dns[data-v-d700df2e]{width:100%}}@media screen and (max-width: 700px){.actioner-dns .actioner-dns_body[data-v-d700df2e]{min-height:42vh}.actioner-tips[data-v-d700df2e]{width:80%;line-height:22px}.actioner-tips .sandbox_info[data-v-d700df2e]{padding:34px 10px;font-size:10px}.actioner-tips .actioner-tips_header[data-v-d700df2e]{font-size:20px}.actioner-tips .actioner-tips_footer button[data-v-d700df2e]{width:100%!important}}@media screen and (max-width: 600px){.actioner-dns .actioner-dns_footer button[data-v-d700df2e]{width:100%!important;margin-bottom:10px;margin-left:0}}@media screen and (max-width: 500px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-d700df2e]{width:228px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 400px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-d700df2e]{width:163px;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_footer button[data-v-d700df2e]{width:100%!important;margin-bottom:10px}.actioner-tips .sandbox_info[data-v-d700df2e]{padding:3px 10px}}@keyframes bganimation-4db2efb4{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4db2efb4{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4db2efb4{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4db2efb4]{animation:rotateEnter-4db2efb4 .7s;position:relative}.rotate-leave-active[data-v-4db2efb4]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4db2efb4]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-4db2efb4]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_header span[data-v-4db2efb4]{margin:0 auto}.actioner-dns .actioner-dns_body[data-v-4db2efb4]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .sandbox_info[data-v-4db2efb4]{text-align:center;line-height:22px}.actioner-dns .actioner-dns_body .sandbox_environment[data-v-4db2efb4]{font-size:16px;line-height:28px;margin:20px 0}.actioner-dns .actioner-dns_body .sandbox_environment_info[data-v-4db2efb4]{font-size:16px;line-height:28px}.actioner-dns .actioner-dns_body .sandbox_environment_info .sandbox_environment_reboot[data-v-4db2efb4]{color:#5e72e4}.actioner-dns .actioner-dns_body .sandbox_environment_info .sandbox_environment_tex[data-v-4db2efb4]{color:red;font-size:.9em}.actioner-dns .actioner-dns_footer[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-tips[data-v-4db2efb4]{width:400px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-tips .actioner-tips_header[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:62px 54px;line-height:20px}.actioner-tips .actioner-tips_footer[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.timeout[data-v-4db2efb4]{margin-top:114px}.timeout span[data-v-4db2efb4]{color:#5e72e4}@keyframes bganimation-4db2efb4{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4db2efb4{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4db2efb4{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4db2efb4]{animation:rotateEnter-4db2efb4 .7s;position:relative}.rotate-leave-active[data-v-4db2efb4]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4db2efb4]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-tips_footer button[data-v-4db2efb4]{width:100%!important}}@media screen and (max-width: 900px){.actioner-dns[data-v-4db2efb4]{width:100%}}@media screen and (max-width: 700px){.actioner-dns .actioner-dns_body[data-v-4db2efb4]{min-height:42vh}.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{width:100%!important;margin-bottom:10px}.actioner-tips[data-v-4db2efb4]{width:80%;line-height:22px}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:34px 10px;font-size:10px}.actioner-tips .actioner-tips_header[data-v-4db2efb4]{font-size:20px}.actioner-tips .actioner-tips_footer button[data-v-4db2efb4]{width:100%!important}}@media screen and (max-width: 600px){.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{width:100%!important;margin-bottom:10px;margin-left:0}}@media screen and (max-width: 500px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-4db2efb4]{width:228px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 400px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-4db2efb4]{width:163px;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .sandbox_info[data-v-4db2efb4]{font-size:10px}.actioner-dns .actioner-dns_body .sandbox_environment[data-v-4db2efb4],.actioner-dns .actioner-dns_body .sandbox_environment_info[data-v-4db2efb4]{font-size:12px}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:3px 10px}}@keyframes bganimation-f9c34baa{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-f9c34baa{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-f9c34baa{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-f9c34baa]{animation:rotateEnter-f9c34baa .7s;position:relative}.rotate-leave-active[data-v-f9c34baa]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-f9c34baa]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.nav-container[data-v-f9c34baa]{width:100%;margin-bottom:8px}.nav-container .btn_styles[data-v-f9c34baa]{width:132px;height:52px;border-radius:8px;margin-right:8px}.nav-container .app-update-button[data-v-f9c34baa]{position:relative}.nav-container .app-update-button i[data-v-f9c34baa]{display:inline-block;padding:3px;background-color:red;border-radius:50%}.nav-container .cover-buttob[data-v-f9c34baa]{margin-left:0;margin-right:5px}.nav-container a[data-v-f9c34baa]{padding:12px 1rem;margin-right:1rem;margin-bottom:1rem;display:inline-block;min-width:100px;text-align:center}.nav-container a[data-v-f9c34baa]:hover{box-shadow:0 0 10px 1px #c5c5c5;transition:.3s;transform:scale(1.1)}.nav-container .app-btn-ttyd[data-v-f9c34baa]:before{content:"\276f "}.nav-container .MoreMenu[data-v-f9c34baa]{cursor:pointer;color:#297ff3;margin-left:20px;font-size:16px;font-weight:600}.nav-container[data-v-f9c34baa]{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;width:100%}.nav-container button[data-v-f9c34baa]{cursor:pointer;margin-bottom:10px}.nav-container button[data-v-f9c34baa]:hover{box-shadow:0 0 2px #0000001f,0 2px 2px #0003}.update[data-v-f9c34baa]{visibility:hidden}.color1[data-v-f9c34baa]{border:1px solid #553AFE;color:#533afe;background:rgba(85,58,254,.16)}.color2[data-v-f9c34baa]{background:#2b2b2b;border:#444;color:#fff}.color3[data-v-f9c34baa]{border:1px solid #FF6A67;background:rgba(255,107,103,.16);color:#ff6a67}.color4[data-v-f9c34baa]{border:1px solid #3688FF;background:rgba(51,134,255,.16);color:#3688ff}.color5[data-v-f9c34baa]{border:1px solid #FE3ACC;background:rgba(254,58,204,.16);color:#fe3acc}@keyframes bganimation-0a2eed64{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0a2eed64{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0a2eed64{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0a2eed64]{animation:rotateEnter-0a2eed64 .7s;position:relative}.rotate-leave-active[data-v-0a2eed64]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0a2eed64]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-0a2eed64]{margin-top:48px}em[data-v-0a2eed64]{margin:.3125rem 0;width:100%;display:block;height:1px;background-color:#eeeeee2e}[data-v-0a2eed64] .app-container_title{width:100%;height:34px;display:flex;flex-wrap:wrap;align-items:center;color:#1e1e1e;font-size:1.5em}[data-v-0a2eed64] .more_icon{z-index:0}@keyframes bganimation-082ffcaf{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-082ffcaf{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-082ffcaf{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-082ffcaf]{animation:rotateEnter-082ffcaf .7s;position:relative}.rotate-leave-active[data-v-082ffcaf]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-082ffcaf]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-082ffcaf]{width:100%;padding:1rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:center;max-width:800px;height:100vh;overflow:overlay}#page .title[data-v-082ffcaf]{width:100%;display:block;text-align:center;font-size:32px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#000c;line-height:45px}#page .desc[data-v-082ffcaf]{width:100%;display:block;font-size:24px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#0009;line-height:33px;text-align:center;margin-top:10px}#page div.info[data-v-082ffcaf]{width:100%;display:block;font-size:1.6em;font-size:16px;margin-left:34px}#page .network-containers[data-v-082ffcaf]{width:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;margin:3rem 0 1rem}#page .network-containers .network-container_item[data-v-082ffcaf]{flex:0 0 100%;position:relative;border-radius:4px;padding:10px;cursor:pointer;max-width:240px;width:240px;height:308px}#page .network-containers .network-container_item a[data-v-082ffcaf]{position:relative;display:block;width:100%}#page .network-containers .network-container_item a .cover[data-v-082ffcaf]{position:relative;padding-top:130%;z-index:1}#page .network-containers .network-container_item a .cover .thumbnail[data-v-082ffcaf]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:8px;overflow:hidden;z-index:1;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;background-color:#2dc8fd}#page .network-containers .network-container_item a .cover .thumbnail i[data-v-082ffcaf]{display:block;font-size:100px;color:#eee}#page .network-containers .network-container_item a .cover .thumbnail span[data-v-082ffcaf]{display:block;text-align:center;width:100%;color:#eeee;font-size:2em;line-height:1.5;font-size:22px;font-family:PingFangSC-Semibold,PingFang SC;color:#fff;line-height:40px}#page .network-containers .network-container_item:nth-child(9n+1) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(138deg,#FF6E6B 0%,#FF6966 100%)}#page .network-containers .network-container_item:nth-child(9n+2) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(145deg,#37D5A9 0%,#42D8B0 100%)}#page .network-containers .network-container_item:nth-child(9n+3) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(145deg,#549AFF 0%,#2C82FF 100%)}#page .network-containers .network-container_item:nth-child(9n+4) a .cover .thumbnail[data-v-082ffcaf]{background-color:#9b58de}#page .network-containers .network-container_item:nth-child(9n+5) a .cover .thumbnail[data-v-082ffcaf]{background-color:#297ff3}#page .network-containers .network-container_item:nth-child(9n+6) a .cover .thumbnail[data-v-082ffcaf]{background-color:#27aa8f}#page .network-containers .network-container_item:nth-child(9n+7) a .cover .thumbnail[data-v-082ffcaf]{background-color:#f15a4a}#page .network-containers .network-container_item:nth-child(9n+8) a .cover .thumbnail[data-v-082ffcaf]{background-color:#439c07}@keyframes bganimation-082ffcaf{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-082ffcaf{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-082ffcaf{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-082ffcaf]{animation:rotateEnter-082ffcaf .7s;position:relative}.rotate-leave-active[data-v-082ffcaf]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-082ffcaf]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes bganimation-5f4b0260{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5f4b0260{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5f4b0260{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5f4b0260]{animation:rotateEnter-5f4b0260 .7s;position:relative}.rotate-leave-active[data-v-5f4b0260]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5f4b0260]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-5f4b0260]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-5f4b0260]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-5f4b0260]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page .network-message[data-v-5f4b0260]{margin:.5rem 0}#page .network-message li[data-v-5f4b0260]{margin:.5rem 0;font-size:20px;color:#000;font-weight:550}#page .network-message li span[data-v-5f4b0260]{color:red}#page .network-message li a[data-v-5f4b0260]{color:#00f}#page form[data-v-5f4b0260]{display:block;width:100%;margin:3rem 0}#page form label[data-v-5f4b0260]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-5f4b0260]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-5f4b0260]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-5f4b0260]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-5f4b0260]{width:100%;display:block;height:42px}#page .msg[data-v-5f4b0260]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page .btns[data-v-5f4b0260]{width:100%;margin-top:3rem}#page .btns button[data-v-5f4b0260]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-2c6e90b7{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-2c6e90b7{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-2c6e90b7{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-2c6e90b7]{animation:rotateEnter-2c6e90b7 .7s;position:relative}.rotate-leave-active[data-v-2c6e90b7]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-2c6e90b7]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-2c6e90b7]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-2c6e90b7]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-2c6e90b7]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page .network-message[data-v-2c6e90b7]{margin:.5rem 0}#page .network-message li[data-v-2c6e90b7]{margin:.5rem 0;font-size:20px;color:#000;font-weight:550}#page .network-message li span[data-v-2c6e90b7]{color:red}#page .network-message li a[data-v-2c6e90b7]{color:#00f}#page form[data-v-2c6e90b7]{display:block;width:100%;margin:3rem 0}#page form label[data-v-2c6e90b7]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-2c6e90b7]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-2c6e90b7]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-2c6e90b7]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-2c6e90b7],#page form label select[data-v-2c6e90b7]{width:100%;display:block;height:42px}#page .msgs[data-v-2c6e90b7]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page p.msg[data-v-2c6e90b7]{width:100%;display:block;color:red;font-size:1em}#page .btns[data-v-2c6e90b7]{width:100%;margin-top:3rem}#page .btns button[data-v-2c6e90b7]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-d8a42090{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-d8a42090{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-d8a42090{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-d8a42090]{animation:rotateEnter-d8a42090 .7s;position:relative}.rotate-leave-active[data-v-d8a42090]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-d8a42090]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-d8a42090]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-d8a42090]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-d8a42090]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page code[data-v-d8a42090]{background-color:#eee;display:block;width:100%;font-size:1.3em;padding:1rem;line-height:2;margin:2rem 0}#page div.info[data-v-d8a42090]{width:100%;display:block;margin:1rem 0;font-size:1.3em;text-align:left}#page .msgs[data-v-d8a42090]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page p.msg[data-v-d8a42090]{width:100%;display:block;color:red;font-size:1em}#page .btns[data-v-d8a42090]{width:100%;display:block;margin-top:3rem}#page .btns button[data-v-d8a42090]{display:block;width:100%!important;margin:.5rem 0}#page form[data-v-d8a42090]{display:block;width:100%;margin:3rem 0}#page form label[data-v-d8a42090]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-d8a42090]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-d8a42090]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-d8a42090]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-d8a42090],#page form label select[data-v-d8a42090]{width:100%;display:block;height:42px}.chose_dhcp[data-v-d8a42090]{display:flex;justify-content:flex-start;align-items:center}.chose_dhcp .chose_dhcp_icon[data-v-d8a42090]{cursor:pointer}.chose_dhcp .dhcp_info[data-v-d8a42090]{margin-left:16px}@keyframes bganimation-7fc91c6d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7fc91c6d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7fc91c6d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7fc91c6d]{animation:rotateEnter-7fc91c6d .7s;position:relative}.rotate-leave-active[data-v-7fc91c6d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7fc91c6d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}p[data-v-7fc91c6d]{line-height:22px;font-size:14px}.label-item[data-v-7fc91c6d]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-7fc91c6d]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-7fc91c6d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-7fc91c6d]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-7fc91c6d]{width:100%;margin:10px 0}.label-item .label-item_value select[data-v-7fc91c6d],.label-item .label-item_value input[data-v-7fc91c6d]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value input[data-v-7fc91c6d]::placeholder{color:#999;font-size:12PX}.label-item .label-item_value label[data-v-7fc91c6d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=checkbox][data-v-7fc91c6d]{top:0}.label-item .label-item_tips[data-v-7fc91c6d]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-7fc91c6d]{vertical-align:top}span.msg-warning[data-v-7fc91c6d]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}.label-message[data-v-7fc91c6d]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-container_body.setup-loading[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;text-align:center}.actioner-container_body.setup-loading span[data-v-7fc91c6d]{width:100%;display:block;font-size:1.2em;margin-top:1rem;color:#666}.actioner-container_body.setup-error[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;text-align:center}.actioner-container_body.setup-error svg.icon[data-v-7fc91c6d]{width:100px;height:100px}.actioner-container_body.setup-error span[data-v-7fc91c6d]{width:100%;display:block;font-size:1.4em;color:#ff6b6b}.actioner-container_body.setup-success[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body.setup-success svg.icon[data-v-7fc91c6d]{width:100px;height:100px}.actioner-container_body.setup-success .body-title[data-v-7fc91c6d]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body.setup-success .body-tips[data-v-7fc91c6d]{text-align:center}.actioner-container_body.setup-success .body-info[data-v-7fc91c6d]{color:#666;font-size:1.3em;margin:1rem 0;width:100%;text-align:center}.actioner-container_body.setup-success .body-info span[data-v-7fc91c6d]{display:block}.actioner-container_body.setup-success .body-tips[data-v-7fc91c6d]{margin:1rem 0;display:block;width:100%}.actioner-container_body.setup-success .body-btns[data-v-7fc91c6d]{width:100%;margin-top:3rem}.actioner-container_body.setup-success .body-btns button[data-v-7fc91c6d]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-51f9d7a2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-51f9d7a2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-51f9d7a2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-51f9d7a2]{animation:rotateEnter-51f9d7a2 .7s;position:relative}.rotate-leave-active[data-v-51f9d7a2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-51f9d7a2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-51f9d7a2]{display:block;width:100%;height:100%;border:none;resize:none}@keyframes bganimation-c07c8244{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-c07c8244{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-c07c8244{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-c07c8244]{animation:rotateEnter-c07c8244 .7s;position:relative}.rotate-leave-active[data-v-c07c8244]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-c07c8244]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-c07c8244]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-c07c8244]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-c07c8244]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-c07c8244]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-c07c8244]{width:100%}.label-item .label-item_value select[data-v-c07c8244]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-c07c8244]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-c07c8244]{top:0;margin:0}.label-item .label-item_tips[data-v-c07c8244]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-c07c8244]{vertical-align:top}span.msg-warning[data-v-c07c8244]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-13dc2cd6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-13dc2cd6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-13dc2cd6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-13dc2cd6]{animation:rotateEnter-13dc2cd6 .7s;position:relative}.rotate-leave-active[data-v-13dc2cd6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-13dc2cd6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-13dc2cd6]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-13dc2cd6]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-13dc2cd6]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-13dc2cd6]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-13dc2cd6]{width:100%}.label-item .label-item_value select[data-v-13dc2cd6]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-13dc2cd6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-13dc2cd6]{top:0;margin:0}.label-item .label-item_tips[data-v-13dc2cd6]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-13dc2cd6]{vertical-align:top}span.msg-warning[data-v-13dc2cd6]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-5643983d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5643983d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5643983d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5643983d]{animation:rotateEnter-5643983d .7s;position:relative}.rotate-leave-active[data-v-5643983d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5643983d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-5643983d]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-5643983d]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-5643983d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-5643983d]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-5643983d]{width:100%}.label-item .label-item_value select[data-v-5643983d]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-5643983d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-5643983d]{top:0;margin:0}.label-item .label-item_tips[data-v-5643983d]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-5643983d]{vertical-align:top}span.msg-warning[data-v-5643983d]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-6ef94d02{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6ef94d02{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6ef94d02{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6ef94d02]{animation:rotateEnter-6ef94d02 .7s;position:relative}.rotate-leave-active[data-v-6ef94d02]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6ef94d02]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-6ef94d02]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-6ef94d02] .actioner-container{width:100%}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_body{padding:20px;width:100%;height:400px}@keyframes bganimation-6ef94d02{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6ef94d02{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6ef94d02{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6ef94d02]{animation:rotateEnter-6ef94d02 .7s;position:relative}.rotate-leave-active[data-v-6ef94d02]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6ef94d02]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-6ef94d02]{width:90%}}@keyframes bganimation-535a673b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-535a673b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-535a673b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-535a673b]{animation:rotateEnter-535a673b .7s;position:relative}.rotate-leave-active[data-v-535a673b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-535a673b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.cbi-map-descr[data-v-535a673b]{margin-bottom:32px}.item-status[data-v-535a673b]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.item-status-detail[data-v-535a673b]{text-decoration:underline;cursor:help}@keyframes bganimation-2bc40d1c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-2bc40d1c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-2bc40d1c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-2bc40d1c]{animation:rotateEnter-2bc40d1c .7s;position:relative}.rotate-leave-active[data-v-2bc40d1c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-2bc40d1c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page .cbi-map-descr[data-v-2bc40d1c]{margin-bottom:1rem}#page[data-v-2bc40d1c] .cbi-section{padding:1rem}#page[data-v-2bc40d1c] span.cbi-page-actions.control-group{width:100%;display:block}@keyframes bganimation-742230ae{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-742230ae{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-742230ae{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-742230ae]{animation:rotateEnter-742230ae .7s;position:relative}.rotate-leave-active[data-v-742230ae]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-742230ae]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-742230ae]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-742230ae] .actioner-container{width:100%}.action-main[data-v-742230ae] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:16px;border-bottom:1px solid #eee;justify-content:flex-start;padding:0 1rem;color:#525f7f}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem;padding:0;border:none}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-742230ae] .actioner-container .actioner-container_body{padding:20px;width:100%;min-height:400px}.action-main[data-v-742230ae] .actioner-container .actioner-container_body label.cbi-value-title{width:150px!important}@keyframes bganimation-742230ae{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-742230ae{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-742230ae{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-742230ae]{animation:rotateEnter-742230ae .7s;position:relative}.rotate-leave-active[data-v-742230ae]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-742230ae]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-742230ae]{width:90%}}@keyframes bganimation-3f7c551e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3f7c551e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3f7c551e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3f7c551e]{animation:rotateEnter-3f7c551e .7s;position:relative}.rotate-leave-active[data-v-3f7c551e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3f7c551e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-3f7c551e]{display:block;width:100%;height:400px;padding:1rem;font-size:14px;resize:none;border:none;background-color:#1e1e1e;color:#fff}@keyframes bganimation-7d3ebf99{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7d3ebf99{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7d3ebf99{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7d3ebf99]{animation:rotateEnter-7d3ebf99 .7s;position:relative}.rotate-leave-active[data-v-7d3ebf99]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7d3ebf99]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-7d3ebf99]{display:block;width:100%;height:400px;padding:1rem;font-size:14px;resize:none;border:none;background-color:#1e1e1e;color:#fff}@keyframes bganimation-76197cba{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-76197cba{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-76197cba{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-76197cba]{animation:rotateEnter-76197cba .7s;position:relative}.rotate-leave-active[data-v-76197cba]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-76197cba]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-76197cba]{display:block;width:100%;height:500px;padding:1rem;font-size:14px;resize:none;border:1px solid #999;border-radius:3px}.actioner-dns[data-v-2f7b866f]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-2f7b866f]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-2f7b866f]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-2f7b866f]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-2f7b866f]{width:100%;font-size:16px;color:#666;margin-bottom:10px}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-2f7b866f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-2f7b866f]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-2f7b866f]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-2f7b866f],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-2f7b866f]{width:100%;min-height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-2f7b866f]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-2f7b866f]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-2f7b866f]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-2f7b866f]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-2f7b866f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-2f7b866f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-2f7b866f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-2f7b866f]{animation:rotateEnter-2f7b866f .7s;position:relative}.rotate-leave-active[data-v-2f7b866f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-2f7b866f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-2f7b866f]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-2f7b866f]{width:100%}}@keyframes bganimation-589588f0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-589588f0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-589588f0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-589588f0]{animation:rotateEnter-589588f0 .7s;position:relative}.rotate-leave-active[data-v-589588f0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-589588f0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.icon[data-v-589588f0]{width:48px;height:100%;cursor:pointer}.interface-device-flex[data-v-589588f0]{display:flex;justify-content:center}.interface-device-flex .app-container_status-label_bg[data-v-589588f0]{width:0;min-width:130px;max-width:230px;overflow-y:hidden;flex:1 0 160px}.cbi-section-table-row .td.btns[data-v-589588f0]{text-align:left!important} +@keyframes bganimation-57f1326f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-57f1326f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-57f1326f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-57f1326f]{animation:rotateEnter-57f1326f .7s;position:relative}.rotate-leave-active[data-v-57f1326f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-57f1326f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.disk-item-tooltip[data-v-57f1326f]{position:fixed;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;font-size:1em;min-width:200px;line-height:24px}.disk-item-tooltip[data-v-57f1326f]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}@keyframes bganimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active{animation:rotateEnter .7s;position:relative}.rotate-leave-active{opacity:0;display:none;position:relative;z-index:-999}.app-container{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#main .app-btn,#actioner .app-btn{min-height:36px}@keyframes bganimation-9bc295c2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-9bc295c2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-9bc295c2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-9bc295c2]{animation:rotateEnter-9bc295c2 .7s;position:relative}.rotate-leave-active[data-v-9bc295c2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-9bc295c2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#main[data-v-9bc295c2]{width:100%}#main[data-v-9bc295c2],#main[data-v-9bc295c2] *{-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent;box-sizing:border-box;word-wrap:break-word;outline:none}@keyframes bganimation-733828e1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-733828e1{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-733828e1{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-733828e1]{animation:rotateEnter-733828e1 .7s;position:relative}.rotate-leave-active[data-v-733828e1]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-733828e1]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.progress[data-v-733828e1]{width:100%;display:block;position:relative;background-color:#eee;border-radius:4px;height:18px;line-height:18px;overflow:hidden}.progress .progress-value[data-v-733828e1]{transition:.5s;position:absolute;left:0;top:0;bottom:0;height:100%;text-align:center;color:#fff;vertical-align:middle;font-size:12px}@keyframes bganimation-20f08566{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-20f08566{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-20f08566{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-20f08566]{animation:rotateEnter-20f08566 .7s;position:relative}.rotate-leave-active[data-v-20f08566]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-20f08566]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}label.checkbox_switch[data-v-20f08566]{cursor:pointer;display:flex!important;width:initial!important}label.checkbox_switch input[type=checkbox][data-v-20f08566]{display:none!important}label.checkbox_switch .checkbox_switch_on[data-v-20f08566],label.checkbox_switch .checkbox_switch_off[data-v-20f08566]{flex:none}label.checkbox_switch .checkbox_switch_on[data-v-20f08566]{display:none!important}label.checkbox_switch .checkbox_switch_off[data-v-20f08566]{display:inline-flex!important}label.checkbox_switch input[type=checkbox]:checked~.checkbox_switch_on[data-v-20f08566]{display:inline-flex!important}label.checkbox_switch input[type=checkbox]:checked~.checkbox_switch_off[data-v-20f08566]{display:none!important}article[data-v-bd286d4e]{flex:0 0 100%;max-width:20%;position:relative;border-radius:4px;padding:10px}@media screen and (max-width: 1080px){article[data-v-bd286d4e]{max-width:33.333%}}@keyframes bganimation-bd286d4e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-bd286d4e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-bd286d4e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-bd286d4e]{animation:rotateEnter-bd286d4e .7s;position:relative}.rotate-leave-active[data-v-bd286d4e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-bd286d4e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 768px){article[data-v-bd286d4e]{max-width:50%}}@keyframes bganimation-123deb20{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-123deb20{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-123deb20{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-123deb20]{animation:rotateEnter-123deb20 .7s;position:relative}.rotate-leave-active[data-v-123deb20]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-123deb20]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}a[data-v-123deb20]{position:relative;display:block;width:100%;transition:.4s;cursor:pointer}a[data-v-123deb20]:hover{transform:scale(1.07);transition:.4s;position:relative}a:hover .cover .thumbnail[data-v-123deb20]{box-shadow:0 6px 40px #1c67f2}a .cover[data-v-123deb20]{position:relative;padding-top:130%;z-index:1}a .cover[data-v-123deb20] .thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:6px;overflow:hidden;z-index:1;background-color:#2dc8fd;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}a .cover[data-v-123deb20] .thumbnail i{display:block;font-size:100px;color:#eee}a .cover[data-v-123deb20] .thumbnail span{display:block;text-align:center;width:100%;color:#eeee;font-size:28px;margin:1rem 0}article:nth-child(9n+1) a .cover .thumbnail[data-v-123deb20]{background-color:#ff9100}article:nth-child(9n+2) a .cover .thumbnail[data-v-123deb20]{background-color:#2dc8fd}article:nth-child(9n+3) a .cover .thumbnail[data-v-123deb20]{background-color:#f66a2c}article:nth-child(9n+4) a .cover .thumbnail[data-v-123deb20]{background-color:#9b58de}article:nth-child(9n+5) a .cover .thumbnail[data-v-123deb20]{background-color:#297ff3}article:nth-child(9n+6) a .cover .thumbnail[data-v-123deb20]{background-color:#27aa8f}article:nth-child(9n+7) a .cover .thumbnail[data-v-123deb20]{background-color:#f15a4a}article:nth-child(9n+8) a .cover .thumbnail[data-v-123deb20]{background-color:#439c07}@keyframes bganimation-0a8a31e2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0a8a31e2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0a8a31e2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0a8a31e2]{animation:rotateEnter-0a8a31e2 .7s;position:relative}.rotate-leave-active[data-v-0a8a31e2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0a8a31e2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes turn-0a8a31e2{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.loading[data-v-0a8a31e2]{animation:turn-0a8a31e2 1s steps(12,end) infinite;margin:0!important;padding:0!important;background:none!important;display:flex!important}.loading svg[data-v-0a8a31e2]{width:100%;height:100%}.loading svg path[data-v-0a8a31e2]{fill:#fff}@keyframes bganimation-54a7c83e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-54a7c83e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-54a7c83e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-54a7c83e]{animation:rotateEnter-54a7c83e .7s;position:relative}.rotate-leave-active[data-v-54a7c83e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-54a7c83e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.flow[data-v-54a7c83e]{position:relative}.flow .echart[data-v-54a7c83e]{width:100%;height:100%}.flow .flow-data[data-v-54a7c83e]{position:absolute;right:10px;top:10px}.flow .flow-data span[data-v-54a7c83e]{display:block;color:#0009;font-size:12px;margin-bottom:5px;font-weight:600;font-family:PingFangSC-Semibold,PingFang SC}@keyframes bganimation-6935a479{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6935a479{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6935a479{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6935a479]{animation:rotateEnter-6935a479 .7s;position:relative}.rotate-leave-active[data-v-6935a479]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6935a479]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes turn-6935a479{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.toast[data-v-6935a479]{position:fixed;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;box-sizing:content-box;width:100px;max-width:70%;padding:16px;color:#fff;font-size:14px;text-align:center;background-color:#000000b3;border-radius:8px;transform:translate3d(-50%,-50%,0);z-index:9999;transition:.3s;cursor:pointer}.toast div.icon[data-v-6935a479]{width:50px;height:50px;margin:15px 0;background:none!important}.toast div.icon svg[data-v-6935a479]{width:100%;height:100%}.toast div.icon svg path[data-v-6935a479]{fill:#fff}.toast .loading[data-v-6935a479]{animation:turn-6935a479 1s steps(12,end) infinite}.toast .message[data-v-6935a479]{display:block;width:100%;flex:0 0 100%;word-wrap:break-word}[lock-scroll=true]{overflow:hidden!important;height:100vh}@keyframes bganimation-428d873e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-428d873e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-428d873e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-428d873e]{animation:rotateEnter-428d873e .7s;position:relative}.rotate-leave-active[data-v-428d873e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-428d873e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.bg[data-v-428d873e]{position:fixed;inset:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}#actioner[data-v-428d873e]{position:fixed;z-index:1000;width:100%;height:100%;inset:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow:auto}#actioner[data-v-428d873e],#actioner[data-v-428d873e] *{-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent;box-sizing:border-box;word-wrap:break-word;outline:none}.action-container[data-v-428d873e]{width:100%;height:100%;background-color:#fff;position:fixed;z-index:9999;inset:0;margin:auto;overflow:auto}.action-container .action-container_header[data-v-428d873e]{width:100%;height:36px;line-height:36px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0 .625rem;position:absolute;top:0;left:0;right:0;border-bottom:1px solid #1e1e1e;background-color:#252526}.action-container .action-container_header .title[data-v-428d873e]{color:#eee;font-size:16px}.action-container .action-container_header button.close[data-v-428d873e]{width:36px;height:36px;margin:0;padding:10px;background:none;border:none;cursor:pointer;opacity:1}.action-container .action-container_header button.close[data-v-428d873e] svg.icon{width:100%;height:100%}.action-container .action-container_header button.close[data-v-428d873e] svg.icon path{fill:#eee}.action-container .action-container_header button.close[data-v-428d873e]:hover{opacity:.9}.action-container .action-container_body[data-v-428d873e]{width:100%;height:100%;padding-top:36px}@keyframes bganimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active{animation:rotateEnter .7s;position:relative}.rotate-leave-active{opacity:0;display:none;position:relative;z-index:-999}.app-container{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes dialogEnter{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes dialogLeave{0%{transform:scale(1)}to{transform:scale(0)}}.dialog-enter-active{animation:dialogEnter .3s linear forwards}.dialog-leave-active{animation:dialogLeave .3s linear forwards}.actioner-dns[data-v-c4cdcce6]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-c4cdcce6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-c4cdcce6]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-c4cdcce6]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-c4cdcce6]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-c4cdcce6]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-c4cdcce6]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-c4cdcce6]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-c4cdcce6],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-c4cdcce6]{width:100%;height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-c4cdcce6]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-c4cdcce6]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-c4cdcce6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-c4cdcce6]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-c4cdcce6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-c4cdcce6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-c4cdcce6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-c4cdcce6]{animation:rotateEnter-c4cdcce6 .7s;position:relative}.rotate-leave-active[data-v-c4cdcce6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-c4cdcce6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-c4cdcce6]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-c4cdcce6]{width:100%}}.action[data-v-ed442d72]{width:700px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action .action-body[data-v-ed442d72]{width:100%;text-align:center;padding:3rem 0}.action .action-body h2.title[data-v-ed442d72]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action .action-body .info[data-v-ed442d72]{color:#666;font-size:1.3em;margin:1rem 0}.action .action-body .btns[data-v-ed442d72]{width:100%;margin-top:3rem}.action .action-body .btns button[data-v-ed442d72]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-ed442d72{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-ed442d72{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-ed442d72{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-ed442d72]{animation:rotateEnter-ed442d72 .7s;position:relative}.rotate-leave-active[data-v-ed442d72]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-ed442d72]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 900px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 800px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 700px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@media screen and (max-width: 500px){.action .action-body h2.title[data-v-ed442d72]{font-size:20px}}@keyframes bganimation-39248365{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-39248365{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-39248365{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-39248365]{animation:rotateEnter-39248365 .7s;position:relative}.rotate-leave-active[data-v-39248365]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-39248365]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container_status-label_bg[data-v-39248365]{flex:0 0 230px;width:230px;height:80px;display:flex;background:#f3f3f3;align-items:center;padding:10px;margin-right:10px;transition:.3s}.app-container_status-label_bg .app-container_status-label_text[data-v-39248365]{margin-left:6px;font-size:14px;line-height:22px;text-align:left}.app-container_status-label_bg .app-container_status-label_text .text_status[data-v-39248365]{color:#999}.app-container_status-label_bg .app-container_status-label_text .text_style[data-v-39248365]{margin:6px 0}.app-container_status-label_bg .app-container_status-label_text .text_style.close[data-v-39248365]{color:#999}.app-container_status-label_bg .app-container_status-label_text .text_info[data-v-39248365]{font-weight:700;font-size:14px}@keyframes bganimation-3470ca08{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3470ca08{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3470ca08{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3470ca08]{animation:rotateEnter-3470ca08 .7s;position:relative}.rotate-leave-active[data-v-3470ca08]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3470ca08]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-interfaces[data-v-3470ca08]{width:100%;height:80px;display:flex;flex-wrap:nowrap;overflow:hidden}.app-interfaces a[data-v-3470ca08]{list-style:none;text-decoration:none}.app-interfaces a.btn-f[data-v-3470ca08]{position:absolute;width:50px;height:80px;left:0;line-height:80px;text-align:center;color:#fff;font-size:26px;cursor:pointer;background-color:#00000059;opacity:0;transition:.3s;z-index:1}.app-interfaces a.btn-f[data-v-3470ca08]:hover{opacity:1;transition:.3s}.app-interfaces a.btn-r[data-v-3470ca08]{position:absolute;right:0;width:50px;line-height:80px;text-align:center;color:#fff;font-size:26px;cursor:pointer;background-color:#00000059;opacity:0;transition:.3s;z-index:1}.app-interfaces a.btn-r[data-v-3470ca08]:hover{opacity:1;transition:.3s}.actioner-dns[data-v-1e29113c]{width:800px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-1e29113c]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-1e29113c]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-1e29113c]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-1e29113c]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-1e29113c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-1e29113c]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-1e29113c]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-1e29113c],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-1e29113c]{height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-1e29113c]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-1e29113c]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-1e29113c]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-1e29113c]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-dns .select-editable[data-v-1e29113c]{position:relative;border:solid grey 1px;width:100%}.actioner-dns .select-editable select[data-v-1e29113c]{top:0;left:0;font-size:14px;border:none;width:100%;margin:0}.actioner-dns .select-editable input[data-v-1e29113c]{position:absolute;top:-4px;left:0;width:95%;padding:1px;font-size:14px;border:none}.actioner-dns .select-editable select[data-v-1e29113c]:focus,.actioner-dns .select-editable input[data-v-1e29113c]:focus{outline:none}.actioner-dns[data-v-1e29113c] ::placeholder{color:#999}.successed[data-v-1e29113c]{text-align:center;font-size:14px;margin-bottom:104px}.finished[data-v-1e29113c]{display:flex;justify-content:center;margin:80px 80px 28px}.docker_moves[data-v-1e29113c]{text-align:center}.docker_moves .moves[data-v-1e29113c]{margin-top:10px}.docker_moves .moves input[data-v-1e29113c]{cursor:pointer}.docker_moves .moves label[data-v-1e29113c]{margin-left:10px;cursor:pointer}.btns[data-v-1e29113c]{text-align:center}.item_info[data-v-1e29113c]{margin-left:10px}.softsource_tit[data-v-1e29113c]{margin:0 auto}.softsource_successed[data-v-1e29113c]{width:20%!important}@keyframes bganimation-1e29113c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-1e29113c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-1e29113c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-1e29113c]{animation:rotateEnter-1e29113c .7s;position:relative}.rotate-leave-active[data-v-1e29113c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-1e29113c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-1e29113c]{min-height:34vh}}@media screen and (max-width: 860px){.actioner-dns[data-v-1e29113c]{width:100%}}@keyframes bganimation-aa15207e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-aa15207e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-aa15207e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-aa15207e]{animation:rotateEnter-aa15207e .7s;position:relative}.rotate-leave-active[data-v-aa15207e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-aa15207e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}em[data-v-aa15207e]{display:block;margin:.5rem 0;width:100%}.app-container_status-container[data-v-aa15207e]{width:100%;background-color:#fff;padding:10px 30px;border-radius:6px;position:relative}.app-container_status-container .more_icon[data-v-aa15207e]{position:absolute;right:22px;cursor:pointer}.app-container_status-container .more_icon svg[data-v-aa15207e]{position:relative;z-index:9999}.app-container_status-container .DeviceBlock[data-v-aa15207e]{position:absolute;z-index:999;width:60%;right:22px}.app-container_status-container .DeviceBlock ul[data-v-aa15207e]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all;margin-top:24px}.app-container_status-container .DeviceBlock ul li[data-v-aa15207e]{line-height:28px}.app-container_status-container .DeviceBlock ul li a[data-v-aa15207e]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;margin:0 20px;display:block}.app-container_status-container .DeviceBlock ul li .domain[data-v-aa15207e]{cursor:pointer}.app-container_status-container .DeviceBlock ul li[data-v-aa15207e]:hover{background-color:#eee}.app-container_status-container .DeviceBlock li[data-v-aa15207e]:last-child{margin-top:5px}.app-container_status-container span.container_success[data-v-aa15207e]{display:block;font-size:15px;font-family:PingFangSC-Medium,PingFang SC}.app-container_status-container span.container_failure[data-v-aa15207e]{display:block;font-size:1.2em}.app-container_status-container .container_configure[data-v-aa15207e]{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;line-height:20px;cursor:pointer}.app-container_status-container span.container_title[data-v-aa15207e]{font-size:1.25rem;color:#333;display:block}.app-container_status-container span.container_content[data-v-aa15207e]{font-size:1.25rem;color:#666}.app-container_status-container .devise[data-v-aa15207e]{display:block;font-size:12px;color:#727272}.app-container_status-container span.container_time[data-v-aa15207e]{font-size:12px;color:#727272;margin-top:3px;display:block}.app-container_status-label[data-v-aa15207e]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.app-container_status-label .app-container_status-label_item[data-v-aa15207e]{flex:0 0 50%;max-width:50%}.app-container_status-label_block[data-v-aa15207e]{display:block;color:#000;margin:10px 0 8px}.app-container_status-container_body[data-v-aa15207e]{width:100%;height:100%;text-align:center;display:flex;align-items:center;align-content:center}.app-container_status-container_body svg[data-v-aa15207e]{min-width:32px}.app-container_status-container_body .app-container_status-info[data-v-aa15207e]{margin-left:10px;text-align:left;margin-right:10px;min-width:57px}.app-container_status-container_body svg[data-v-aa15207e]{width:50px;height:50px}.app-container_status-container_body span[data-v-aa15207e]{width:100%;margin:5px 0}.menu_background[data-v-aa15207e]{position:fixed;inset:0}.app-container_body[data-v-aa15207e]{width:100%}.network-container[data-v-78a4e41a]{width:100%;display:flex;flex-wrap:wrap}.network-container .network-container_flow[data-v-78a4e41a]{flex:0 0 100%;max-width:60%;padding-right:10px}.network-container .network-container_flow .network-container_flow-container[data-v-78a4e41a]{border-radius:6px;overflow:hidden;position:relative;background-color:#fff;box-shadow:0 0 10px 1px #373f6924}.network-container .network-container_status[data-v-78a4e41a]{flex:0 0 100%;max-width:40%;padding-left:10px;display:flex;flex-wrap:wrap}@keyframes bganimation-78a4e41a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-78a4e41a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-78a4e41a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-78a4e41a]{animation:rotateEnter-78a4e41a .7s;position:relative}.rotate-leave-active[data-v-78a4e41a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-78a4e41a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 992px){.network-container[data-v-78a4e41a]{width:100%}.network-container .network-container_flow[data-v-78a4e41a]{flex:0 0 100%;max-width:100%;padding-right:0}.network-container .network-container_status[data-v-78a4e41a]{flex:0 0 100%;max-width:100%;padding-left:0;margin-top:1rem}}.action .action-footer button[data-v-3a0bca4c]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-3a0bca4c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3a0bca4c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3a0bca4c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3a0bca4c]{animation:rotateEnter-3a0bca4c .7s;position:relative}.rotate-leave-active[data-v-3a0bca4c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3a0bca4c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-3a0bca4c]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-3a0bca4c]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-3a0bca4c]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-3a0bca4c]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-3a0bca4c]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-3a0bca4c]{flex:auto}.action.format .disk-list[data-v-3a0bca4c]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-3a0bca4c]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-3a0bca4c]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-3a0bca4c]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-3a0bca4c]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-3a0bca4c]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-3a0bca4c],.action.format .label-item .label-item_value input[data-v-3a0bca4c]{width:100%;height:36px}.action.format .label-item .label-item_path[data-v-3a0bca4c]{padding:0 14px;background-color:#e5e5e5;width:100%;height:28px;line-height:28px;margin-top:10px}.action.format .auto[data-v-3a0bca4c]{flex:auto}.action.format p.msg[data-v-3a0bca4c]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-3a0bca4c]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-3a0bca4c]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-3a0bca4c]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-3a0bca4c]{margin:1rem 0;font-size:1.5em;color:#333}.action.result[data-v-3a0bca4c]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-body[data-v-3a0bca4c]{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.action.result .action-body .action-body_icon[data-v-3a0bca4c]{width:100px;height:100px}.action.result .action-body .action-body_icon svg.icon[data-v-3a0bca4c]{width:100%;height:100%}.action.result .action-body .action-body_msg[data-v-3a0bca4c]{font-size:2em;color:#666;text-align:center;width:100%;margin:1rem 0}.action.result .action-body .action-body_info[data-v-3a0bca4c]{margin:1rem 0;width:100%;text-align:center;color:#666;font-size:1.2em}.action.result .action-body .action-body_info a[data-v-3a0bca4c]{color:#0000fb}.action.result .btns[data-v-3a0bca4c]{width:100%;text-align:center;margin:1rem 0}@keyframes bganimation-3a0bca4c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3a0bca4c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3a0bca4c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3a0bca4c]{animation:rotateEnter-3a0bca4c .7s;position:relative}.rotate-leave-active[data-v-3a0bca4c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3a0bca4c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format[data-v-3a0bca4c]{width:168%}}@media screen and (max-width: 900px){.action.format[data-v-3a0bca4c]{width:146%}}@media screen and (max-width: 800px){.action.format[data-v-3a0bca4c]{width:136%}}@media screen and (max-width: 700px){.action.format[data-v-3a0bca4c]{width:116%}}@media screen and (max-width: 500px){.action.format[data-v-3a0bca4c]{width:100%}}.action .action-footer button[data-v-61e01d51]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-61e01d51{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-61e01d51{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-61e01d51{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-61e01d51]{animation:rotateEnter-61e01d51 .7s;position:relative}.rotate-leave-active[data-v-61e01d51]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-61e01d51]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-61e01d51]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-61e01d51]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-61e01d51]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-61e01d51]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-61e01d51]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-61e01d51]{flex:auto}.action.format .disk-list[data-v-61e01d51]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-61e01d51]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-61e01d51]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-61e01d51]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-61e01d51]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-61e01d51]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-61e01d51],.action.format .label-item .label-item_value input[data-v-61e01d51]{width:100%;height:36px}.action.format .label-item .label-item_path[data-v-61e01d51]{padding:0 14px;background-color:#e5e5e5;width:100%;height:28px;line-height:28px;margin-top:10px}.action.format .auto[data-v-61e01d51]{flex:auto}.action.format p.msg[data-v-61e01d51]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-61e01d51]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-61e01d51]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-61e01d51]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-61e01d51]{margin:1rem 0;font-size:1.5em;color:#333}@keyframes bganimation-61e01d51{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-61e01d51{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-61e01d51{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-61e01d51]{animation:rotateEnter-61e01d51 .7s;position:relative}.rotate-leave-active[data-v-61e01d51]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-61e01d51]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.result[data-v-61e01d51]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-body[data-v-61e01d51]{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.action.result .action-body .action-body_icon[data-v-61e01d51]{width:100px;height:100px}.action.result .action-body .action-body_icon svg.icon[data-v-61e01d51]{width:100%;height:100%}.action.result .action-body .action-body_msg[data-v-61e01d51]{font-size:2em;color:#666;text-align:center;width:100%;margin:1rem 0}.action.result .action-body .action-body_info[data-v-61e01d51]{margin:1rem 0;width:100%;text-align:center;color:#666;font-size:1.2em}.action.result .action-body .action-body_info a[data-v-61e01d51]{color:#0000fb}.action.result .btns[data-v-61e01d51]{width:100%;text-align:center;margin:1rem 0}@keyframes bganimation-31be4af0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31be4af0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31be4af0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31be4af0]{animation:rotateEnter-31be4af0 .7s;position:relative}.rotate-leave-active[data-v-31be4af0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31be4af0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.disk-item.error[data-v-31be4af0]{color:red}.disk-content[data-v-31be4af0]{padding:1rem;border:1px solid #cfcfcf;margin:16px 0}.disk-content li.disk-item[data-v-31be4af0]{width:100%;display:flex;align-items:center}.disk-content li.disk-item .disk-item_name[data-v-31be4af0]{flex:0 0 50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.disk-content li.disk-item .disk_value[data-v-31be4af0]{flex:0 0 50%;display:flex;justify-content:space-between;align-items:center}.disk-content li.disk-item .disk_value .cbi-button[data-v-31be4af0]{margin-left:10px}.disk-content li.disk-item .disk_value .disk-item_value[data-v-31be4af0]{flex:auto;padding-left:10px;position:relative}.disk-content li.disk-item .disk_value .disk-item_value .value-data[data-v-31be4af0]{width:100%;text-overflow:ellipsis;white-space:nowrap;height:100%;color:#297ff3;cursor:default}.disk-content li.disk-item .disk_value .disk-item_value .value-data button[data-v-31be4af0]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer}.disk-content li.disk-item .disk_value .disk-item_value .value-data button[data-v-31be4af0]:hover{opacity:.7}.disk-content li.disk-item .disk_value .disk-item_value .value-data.buttondiv[data-v-31be4af0]{cursor:pointer}.disk-content li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-31be4af0]{position:absolute;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;left:10px;right:0;bottom:100%;margin-bottom:6px;text-align:center;font-size:1em;visibility:hidden;opacity:0}.disk-content li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-31be4af0]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}.disk-content li.disk-item .disk_value .disk-item_value:hover .disk-item-tooltip[data-v-31be4af0]{visibility:visible;transition:.7s;opacity:1}.disk-content .disk_status[data-v-31be4af0]{display:flex;text-align:left;padding-left:10px;font-size:12px;padding-top:6px}.disk-content .disk_status .disk_status_item[data-v-31be4af0]{display:flex;margin-right:20px}.disk-content .disk_status .disk_status_item .disk_tip[data-v-31be4af0]{display:flex;align-items:center}.disk_infoicon[data-v-31be4af0]{margin-left:10px;cursor:pointer}.tooltip-trigger[data-v-31be4af0]{flex:none}.tooltip-trigger[data-v-31be4af0]{position:relative;display:inline-block;cursor:help;margin-right:6px;margin-left:10px}.tooltip-trigger .tooltip-text[data-v-31be4af0]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-31be4af0]{color:#fff}.tooltip-trigger .tooltip-text .disk_dir_tip[data-v-31be4af0]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-31be4af0]{visibility:visible;opacity:1}.tooltip-top[data-v-31be4af0]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.tooltip-top[data-v-31be4af0]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-31be4af0]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-31be4af0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31be4af0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31be4af0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31be4af0]{animation:rotateEnter-31be4af0 .7s;position:relative}.rotate-leave-active[data-v-31be4af0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31be4af0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.disk-content li.disk-item .disk_value[data-v-31be4af0]{display:block}.disk-content .disk_status[data-v-31be4af0]{flex-wrap:wrap}}.action[data-v-5fa713aa]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:3rem;border-radius:6px;display:flex;flex-direction:column;flex-wrap:nowrap}.action ul[data-v-5fa713aa]{overflow:auto}.action ul .app-container_info[data-v-5fa713aa]{display:flex;justify-content:space-between;max-width:56%;margin-top:18px;font-weight:600}.action ul .app-container_body[data-v-5fa713aa]{width:100%;height:100%}.action .action-footer[data-v-5fa713aa]{text-align:center;margin-top:46px}.action .action-footer button[data-v-5fa713aa]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-5fa713aa{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5fa713aa{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5fa713aa{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5fa713aa]{animation:rotateEnter-5fa713aa .7s;position:relative}.rotate-leave-active[data-v-5fa713aa]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5fa713aa]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action[data-v-5fa713aa]{width:160%}}@media screen and (max-width: 800px){.action[data-v-5fa713aa]{width:138%}}@media screen and (max-width: 700px){.action[data-v-5fa713aa]{width:132%}}@media screen and (max-width: 600px){.action[data-v-5fa713aa]{width:116%}}@media screen and (max-width: 500px){.action[data-v-5fa713aa]{width:100%}}@media screen and (max-width: 400px){.action[data-v-5fa713aa]{width:90%}}@media screen and (max-width: 300px){.action[data-v-5fa713aa]{width:100%}}@keyframes bganimation-eb0dbbd8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-eb0dbbd8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-eb0dbbd8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-eb0dbbd8]{animation:rotateEnter-eb0dbbd8 .7s;position:relative}.rotate-leave-active[data-v-eb0dbbd8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-eb0dbbd8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.disk-item.error[data-v-eb0dbbd8]{color:red}li.disk-item[data-v-eb0dbbd8]{width:100%;display:flex;margin:1rem 0;align-items:center}li.disk-item .disk-item_name[data-v-eb0dbbd8]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.disk-item .disk_icon[data-v-eb0dbbd8]{padding-left:1rem;align-self:center;align-items:center;flex:none;display:flex}li.disk-item .disk_value[data-v-eb0dbbd8]{display:flex;justify-content:flex-end;width:50%}li.disk-item .disk_value .disk-item_value[data-v-eb0dbbd8]{flex:auto;padding-left:10px;position:relative;cursor:help}li.disk-item .disk_value .disk-item_value .value-data[data-v-eb0dbbd8]{width:100%;text-overflow:ellipsis;white-space:nowrap;height:100%}li.disk-item .disk_value .disk-item_value .value-data button[data-v-eb0dbbd8]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer;padding:0;margin:0;line-height:normal}li.disk-item .disk_value .disk-item_value .value-data button[data-v-eb0dbbd8]:hover{opacity:.7}li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-eb0dbbd8]{position:absolute;background:rgba(0,0,0,.7);z-index:10111;color:#fff;padding:.5rem 1rem;left:10px;right:0;bottom:100%;margin-bottom:6px;text-align:center;font-size:1em;visibility:hidden;opacity:0}li.disk-item .disk_value .disk-item_value .disk-item-tooltip[data-v-eb0dbbd8]:after{content:"";position:absolute;bottom:-6px;border-color:#4c4c4c rgba(0,0,0,0) rgba(0,0,0,0);left:0;right:0;text-align:center;width:0;margin:0 auto;border-width:6px 8px 0;border-style:solid}li.disk-item .disk_value .disk-item_value:hover .disk-item-tooltip[data-v-eb0dbbd8]{visibility:visible;transition:.7s;opacity:1}.disk_infoicon[data-v-eb0dbbd8]{margin-left:10px;cursor:pointer}.tooltip-trigger[data-v-eb0dbbd8]{flex:none;cursor:help}.tooltip-trigger[data-v-eb0dbbd8]{position:relative;display:inline-block;cursor:help;margin-right:6px;margin-left:10px}.tooltip-trigger .tooltip-text[data-v-eb0dbbd8]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-eb0dbbd8]{color:#fff}.tooltip-trigger .tooltip-text .disk_dir_tip[data-v-eb0dbbd8]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-eb0dbbd8]{visibility:visible;opacity:1}.tooltip-top[data-v-eb0dbbd8]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.tooltip-top[data-v-eb0dbbd8]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-eb0dbbd8]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-98e4aab2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-98e4aab2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-98e4aab2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-98e4aab2]{animation:rotateEnter-98e4aab2 .7s;position:relative}.rotate-leave-active[data-v-98e4aab2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-98e4aab2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-98e4aab2]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%}.app-container ul[data-v-98e4aab2]{flex:0 0 100%;width:100%}.app-container ul .app-container_title[data-v-98e4aab2]{display:flex;justify-content:space-between;align-items:center}.app-container ul .app-container_title .more_icon[data-v-98e4aab2]{cursor:pointer;position:absolute;right:22px}.app-container ul .app-container_title .DeviceBlock[data-v-98e4aab2]{position:absolute;z-index:999;width:30%;right:22px}.app-container ul .app-container_title .DeviceBlock ul[data-v-98e4aab2]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:8px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container ul .app-container_title .DeviceBlock ul li[data-v-98e4aab2]{margin:6px 0;cursor:pointer;line-height:28px}.app-container ul .app-container_title .DeviceBlock ul li a[data-v-98e4aab2]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;display:block}.app-container ul .app-container_title .DeviceBlock ul li[data-v-98e4aab2]:hover{background-color:#eee}.app-container ul .disk_loading_icon[data-v-98e4aab2]{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;padding:10px}.app-container ul .disk_loading_icon .disk_loading_info[data-v-98e4aab2]{margin-top:5px}.refresh[data-v-98e4aab2]{margin-left:20px}.app-container_info[data-v-98e4aab2]{font-size:14px;font-weight:700;height:31px;line-height:52px}.app-container_body[data-v-98e4aab2]{width:100%;height:100%}.menu_background[data-v-98e4aab2]{position:fixed;inset:0}@keyframes bganimation-13ca629c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-13ca629c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-13ca629c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-13ca629c]{animation:rotateEnter-13ca629c .7s;position:relative}.rotate-leave-active[data-v-13ca629c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-13ca629c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.sambas-item[data-v-13ca629c]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.sambas-item .sambas-item_name[data-v-13ca629c]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.sambas-item .sambas-item_value[data-v-13ca629c]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-container_samba li.samba-item[data-v-13ca629c]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}.app-container_samba li.samba-item .samba-item_name[data-v-13ca629c]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.app-container_samba li.samba-item .samba-item_value[data-v-13ca629c]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-container_samba li.samba-item .samba-item_value button[data-v-13ca629c]{background:none;border:none;width:100%;text-align:right;color:#297ff3;cursor:pointer}.app-container_samba li.samba-item .samba-item_value button[data-v-13ca629c]:hover{opacity:.7}.tit[data-v-13ca629c]{color:#1e1e1e;font-weight:700;font-size:16px}@keyframes bganimation-b4608492{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-b4608492{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-b4608492{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-b4608492]{animation:rotateEnter-b4608492 .7s;position:relative}.rotate-leave-active[data-v-b4608492]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-b4608492]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.webdav-item[data-v-b4608492]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.webdav-item .webdav-item_name[data-v-b4608492]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.webdav-item .webdav-item_value[data-v-b4608492]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes bganimation-4a3b6e0a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4a3b6e0a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4a3b6e0a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4a3b6e0a]{animation:rotateEnter-4a3b6e0a .7s;position:relative}.rotate-leave-active[data-v-4a3b6e0a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4a3b6e0a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}ul.disk-item[data-v-4a3b6e0a]{width:100%;margin-bottom:10px}ul.disk-item .auto[data-v-4a3b6e0a]{flex:auto}ul.disk-item .disk-item_icon[data-v-4a3b6e0a]{width:24px;height:24px;margin-right:.5rem}ul.disk-item .disk-item_icon svg[data-v-4a3b6e0a]{width:100%;height:100%}ul.disk-item li.disk-info[data-v-4a3b6e0a]{display:flex;flex-wrap:nowrap;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding:5px 1rem;height:50px;cursor:pointer;color:#666;font-size:12px;border-left:3px solid #89897f}ul.disk-item li.disk-info[data-v-4a3b6e0a]:hover{background-color:#ecf5ff}ul.disk-item li.disk-info .disk-item_icon svg path[data-v-4a3b6e0a]{fill:#09aaff}ul.disk-item li.disk-info .disk-item_f[data-v-4a3b6e0a]{display:flex;flex-wrap:wrap}ul.disk-item li.disk-info .disk-item_f .disk-item_venderModel[data-v-4a3b6e0a],ul.disk-item li.disk-info .disk-item_f .disk-item_used[data-v-4a3b6e0a]{width:100%}ul.disk-item li.disk-info.on[data-v-4a3b6e0a]{border-left:3px solid #ff9c08}ul.disk-item li.disk-info.on.nopoint[data-v-4a3b6e0a]{background-color:#ecf5ff}ul.disk-item .disk-children[data-v-4a3b6e0a]{width:100%;color:#666}ul.disk-item .disk-children li.disk-children_item[data-v-4a3b6e0a]{width:100%;height:40px;line-height:40px;padding-left:2rem;font-size:12px;cursor:pointer;display:flex;flex-wrap:nowrap;align-items:center;border-left:3px solid #89897f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.disk-item .disk-children li.disk-children_item[data-v-4a3b6e0a]:hover{background-color:#ecf5ff}ul.disk-item .disk-children li.disk-children_item span[data-v-4a3b6e0a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}ul.disk-item .disk-children li.disk-children_item.on.on[data-v-4a3b6e0a]{border-left:3px solid #ff9c08;background-color:#ecf5ff}.action .action-footer button[data-v-12d0f96b]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.list[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.list .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.list .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.list .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 176px)}.action.list .action-msg[data-v-12d0f96b]{width:100%;height:36px;line-height:36px;text-align:center}.action.list .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.list .action-footer .auto[data-v-12d0f96b]{flex:auto}.action.list .disk-list[data-v-12d0f96b]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.format[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.format .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.format .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.format .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 140px);overflow:auto}.action.format .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action.format .action-footer .auto[data-v-12d0f96b]{flex:auto}.action.format .disk-list[data-v-12d0f96b]{width:100%;height:100%;border:1px solid #dfe1e5;overflow:auto}.action.format .label-item[data-v-12d0f96b]{width:100%;margin:1rem 0}.action.format .label-item .label-item_key[data-v-12d0f96b]{width:100%;font-size:16px;color:#666}.action.format .label-item .label-item_key span[data-v-12d0f96b]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action.format .label-item .label-item_key span[data-v-12d0f96b]:before{content:"*";color:#f56c6c;margin-right:4px}.action.format .label-item .label-item_value[data-v-12d0f96b]{width:100%;margin-top:5px}.action.format .label-item .label-item_value select[data-v-12d0f96b],.action.format .label-item .label-item_value input[data-v-12d0f96b]{width:100%;height:36px}.action.format .auto[data-v-12d0f96b]{flex:auto}.action.format p.msg[data-v-12d0f96b]{margin:.5rem 0;color:red}.action.format .disk-info[data-v-12d0f96b]{width:100%;text-align:center}.action.format .disk-info .disk-info_icon[data-v-12d0f96b]{width:100px;height:100px;margin:0 auto}.action.format .disk-info .disk-info_icon svg[data-v-12d0f96b]{width:100%;height:100%}.action.format .disk-info .disk-info_mount-name[data-v-12d0f96b]{margin:1rem 0;font-size:1.5em;color:#333}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action.result[data-v-12d0f96b]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action.result .action-header[data-v-12d0f96b]{width:100%;height:70px;line-height:70px}.action.result .action-header .action-header_title[data-v-12d0f96b]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action.result .action-body[data-v-12d0f96b]{width:100%;height:calc(100% - 140px);overflow:auto}.action.result .action-body .format-result[data-v-12d0f96b]{width:100%;text-align:center;font-size:2em;color:#333;margin:1rem 0}.action.result .action-body .format-info[data-v-12d0f96b]{width:100%;text-align:center;font-size:1.3em}.action.result .action-body .format-info a[data-v-12d0f96b]{color:#f70324}.action.result .action-footer[data-v-12d0f96b]{width:100%;height:70px;line-height:70px;color:#333}.action.result .auto[data-v-12d0f96b]{flex:auto}@keyframes bganimation-12d0f96b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-12d0f96b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-12d0f96b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-12d0f96b]{animation:rotateEnter-12d0f96b .7s;position:relative}.rotate-leave-active[data-v-12d0f96b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-12d0f96b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.list[data-v-12d0f96b]{width:136%}}@media screen and (max-width: 900px){.action.list[data-v-12d0f96b]{width:126%}}@media screen and (max-width: 800px){.action.list[data-v-12d0f96b]{width:112%}}@media screen and (max-width: 700px){.action.list[data-v-12d0f96b]{width:100%}}@media screen and (max-width: 500px){.action.list[data-v-12d0f96b]{width:80%}}@keyframes bganimation-530e728c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-530e728c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-530e728c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-530e728c]{animation:rotateEnter-530e728c .7s;position:relative}.rotate-leave-active[data-v-530e728c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-530e728c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-530e728c]{width:700px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action .action-body[data-v-530e728c]{width:100%;text-align:center;padding:3rem 0}.action .action-body h2.title[data-v-530e728c]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action .action-body .info[data-v-530e728c]{color:#666;font-size:1.3em;margin:1rem 0}.action .action-body .btns[data-v-530e728c]{width:100%;margin-top:3rem}.action .action-body .btns button[data-v-530e728c]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-530e728c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-530e728c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-530e728c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-530e728c]{animation:rotateEnter-530e728c .7s;position:relative}.rotate-leave-active[data-v-530e728c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-530e728c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1000px){.action.format .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 900px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 800px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 700px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@media screen and (max-width: 500px){.action .action-body h2.title[data-v-530e728c]{font-size:20px}}@keyframes bganimation-30ef6ccb{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-30ef6ccb{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-30ef6ccb{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-30ef6ccb]{animation:rotateEnter-30ef6ccb .7s;position:relative}.rotate-leave-active[data-v-30ef6ccb]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-30ef6ccb]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-30ef6ccb]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action .action-header[data-v-30ef6ccb]{width:100%;height:70px;line-height:70px}.action .action-header .action-header_title[data-v-30ef6ccb]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action .action-body[data-v-30ef6ccb]{width:100%;height:calc(100% - 140px);overflow:auto}.action .action-body .label-item[data-v-30ef6ccb]{width:100%;margin:1rem 0}.action .action-body .label-item .label-item_key[data-v-30ef6ccb]{width:100%;font-size:12px;color:#666}.action .action-body .label-item .label-item_key span[data-v-30ef6ccb]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action .action-body .label-item .label-item_key span[data-v-30ef6ccb]:before{content:"*";color:#f56c6c;margin-right:4px}.action .action-body .label-item .label-item_value[data-v-30ef6ccb]{width:100%;margin-top:5px}.action .action-body .label-item .label-item_value select[data-v-30ef6ccb],.action .action-body .label-item .label-item_value input[data-v-30ef6ccb]{width:100%;height:36px}.action .action-footer[data-v-30ef6ccb]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center}.action .action-footer .auto[data-v-30ef6ccb]{flex:auto}.action .action-footer button[data-v-30ef6ccb]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-3ef9e48f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3ef9e48f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3ef9e48f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3ef9e48f]{animation:rotateEnter-3ef9e48f .7s;position:relative}.rotate-leave-active[data-v-3ef9e48f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3ef9e48f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-3ef9e48f]{width:700px;height:560px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:0 25px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;box-shadow:0 1px 4px #0000004d}.action .action-header[data-v-3ef9e48f]{width:100%;height:70px;line-height:70px}.action .action-header .action-header_title[data-v-3ef9e48f]{margin:0;color:#333;font:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-moz-user-select:none;-webkit-user-select:none;user-select:none;font-size:20px}.action .action-body[data-v-3ef9e48f]{width:100%;height:calc(100% - 140px)}.action .action-body .label-item[data-v-3ef9e48f]{width:100%;margin:1rem 0}.action .action-body .label-item .label-item_key[data-v-3ef9e48f]{width:100%;font-size:12px;color:#666}.action .action-body .label-item .label-item_key span[data-v-3ef9e48f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action .action-body .label-item .label-item_key span[data-v-3ef9e48f]:before{content:"*";color:#f56c6c;margin-right:4px}.action .action-body .label-item .label-item_value[data-v-3ef9e48f]{width:100%;margin-top:5px}.action .action-body .label-item .label-item_value select[data-v-3ef9e48f],.action .action-body .label-item .label-item_value input[data-v-3ef9e48f]{width:100%;height:36px}.action .action-body .samba-item[data-v-3ef9e48f]{margin-top:-18px;font-size:12px}.action .action-body .samba-item .samba-item_allow[data-v-3ef9e48f]{display:flex;align-items:flex-end}.action .action-body .samba-item .samba-item_allow .samba-allow[data-v-3ef9e48f]{padding-left:10px;cursor:pointer}.action .action-body .samba-item .samba-item_tips[data-v-3ef9e48f]{margin-top:10px}.action .action-body .samba-item .samba-item_tips .tooltip-trigger[data-v-3ef9e48f]{display:flex}.action .action-body .samba-item .samba-item_tips .samba_dir_tip[data-v-3ef9e48f]{margin-left:10px}.action .action-footer[data-v-3ef9e48f]{width:100%;height:70px;line-height:70px;color:#333;display:flex;flex-wrap:wrap;align-items:center;padding-bottom:30px}.action .action-footer .auto[data-v-3ef9e48f]{flex:auto}.action .action-footer button[data-v-3ef9e48f]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-7244f123{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7244f123{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7244f123{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7244f123]{animation:rotateEnter-7244f123 .7s;position:relative}.rotate-leave-active[data-v-7244f123]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7244f123]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-7244f123]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action h2.title[data-v-7244f123]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0;text-align:center}.action h3.desc[data-v-7244f123]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:1rem 0;text-align:center}.action form[data-v-7244f123]{width:100%;display:block;padding:2rem 0}.action form label[data-v-7244f123]{width:100%;display:block;margin:1rem 0}.action form label input[data-v-7244f123],.action form label select[data-v-7244f123]{width:100%;display:block;height:42px}.action .btns[data-v-7244f123]{width:100%;margin-top:3rem}.action .btns button[data-v-7244f123]{display:block;width:100%!important;margin:.5rem 0}.action li.disk-item[data-v-7244f123]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;padding:5px 1rem;border-bottom:1px solid #eee;cursor:pointer}.action li.disk-item[data-v-7244f123]:hover{background-color:#eee}.action li.disk-item .disk-item_f[data-v-7244f123]{display:flex;flex-wrap:wrap}.action li.disk-item .disk-item_f .disk-item_venderModel[data-v-7244f123],.action li.disk-item .disk-item_f .disk-item_used[data-v-7244f123]{width:100%}.action .tips[data-v-7244f123]{float:right;font-size:.8em}@keyframes bganimation-7244f123{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7244f123{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7244f123{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7244f123]{animation:rotateEnter-7244f123 .7s;position:relative}.rotate-leave-active[data-v-7244f123]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7244f123]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 500px){.action h2.title[data-v-7244f123]{font-size:2em}}@keyframes bganimation-edf68726{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-edf68726{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-edf68726{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-edf68726]{animation:rotateEnter-edf68726 .7s;position:relative}.rotate-leave-active[data-v-edf68726]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-edf68726]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.linkease-item[data-v-edf68726]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.linkease-item .linkease-item_name[data-v-edf68726]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.linkease-item .linkease-item_value[data-v-edf68726]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.linkease-item .linkease-item_value .configure[data-v-edf68726]{color:#297ff3;padding:3px}li.linkease-item .linkease-item_value .configure.enabel[data-v-edf68726]{cursor:pointer}a[data-v-edf68726]{text-decoration:none;color:#297ff3}@keyframes bganimation-62b7dbe8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-62b7dbe8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-62b7dbe8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-62b7dbe8]{animation:rotateEnter-62b7dbe8 .7s;position:relative}.rotate-leave-active[data-v-62b7dbe8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-62b7dbe8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-62b7dbe8]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%;align-content:flex-start}.app-container .app-container_title[data-v-62b7dbe8]{width:100%;display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-62b7dbe8]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-62b7dbe8]{height:30px;line-height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-62b7dbe8]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-62b7dbe8] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-62b7dbe8]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-62b7dbe8]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-62b7dbe8]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-62b7dbe8]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-62b7dbe8]:hover{background-color:#eee}.app-container .app-container_title button[data-v-62b7dbe8]{margin-left:10px}.app-container .app-container_body[data-v-62b7dbe8]{flex:0 0 100%;width:100%;height:66%}.app-container ul.app-container_nas-menu[data-v-62b7dbe8]{width:100%;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;margin-top:20px}.app-container ul.app-container_nas-menu button[data-v-62b7dbe8]{flex:0 0 100%!important;max-width:33.333%!important;height:30px;background:none;border:none!important;background-color:#eee;color:#333;cursor:pointer;margin:0!important;padding:5px 0!important;border-radius:0!important;line-height:20px;font-size:16px}.app-container ul.app-container_nas-menu button.on[data-v-62b7dbe8],.app-container ul.app-container_nas-menu button[data-v-62b7dbe8]:hover{color:#297ff3;background-color:#d1e2f9}.menu_background[data-v-62b7dbe8]{position:fixed;inset:0}@keyframes bganimation-3fd3a42d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3fd3a42d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3fd3a42d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3fd3a42d]{animation:rotateEnter-3fd3a42d .7s;position:relative}.rotate-leave-active[data-v-3fd3a42d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3fd3a42d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.docker-item[data-v-3fd3a42d]{width:100%;display:flex;flex-wrap:wrap;margin:1.5rem 0}li.docker-item .docker-item_name[data-v-3fd3a42d]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.docker-item .docker-item_value[data-v-3fd3a42d]{flex:0 0 100%;max-width:50%;padding-left:10px;float:left;display:flex}li.docker-item .docker-item_value .configure[data-v-3fd3a42d]{color:#297ff3;overflow:hidden;white-space:nowrap;padding:3px;overflow-x:hidden;text-overflow:ellipsis}li.docker-item .docker-item_value .configure.enabel[data-v-3fd3a42d]{color:#888;overflow-x:hidden;text-overflow:ellipsis}li.docker-item .docker-item_root[data-v-3fd3a42d]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:16px;max-width:323px;flex:0 0 100%}.docker_tip svg[data-v-3fd3a42d]{vertical-align:bottom;margin-left:22px}.tooltip-trigger[data-v-3fd3a42d]{position:relative;display:inline-block;cursor:help;margin-right:6px}.tooltip-trigger .tooltip-text[data-v-3fd3a42d]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.tooltip-trigger .tooltip-text span[data-v-3fd3a42d]{color:#fff}.tooltip-trigger .tooltip-text .docker_dir_tip[data-v-3fd3a42d]{min-width:15rem;display:inline-block}.tooltip-trigger:hover .tooltip-text[data-v-3fd3a42d]{visibility:visible;opacity:1}.tooltip-top[data-v-3fd3a42d]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%);margin-left:12px}.tooltip-right[data-v-3fd3a42d]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.tooltip-left[data-v-3fd3a42d]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.tooltip-top[data-v-3fd3a42d]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip-bottom[data-v-3fd3a42d]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}.input-switch[data-v-3fd3a42d]{display:inline-block;cursor:pointer;position:relative}.input-switch span[data-v-3fd3a42d]{display:block;position:relative;width:50px;height:20px;border-radius:10px;padding:2px}.input-switch span em[data-v-3fd3a42d]{display:block;width:16px;height:16px;background-color:#fff;border-radius:10px}.input-switch span.enable[data-v-3fd3a42d]{background-color:#297ff3;transition:.3s}.input-switch span.enable em[data-v-3fd3a42d]{transform:translate(30px);transition:.3s}.input-switch span.close[data-v-3fd3a42d]{background-color:#cecece;transition:.3s}.input-switch span.close em[data-v-3fd3a42d]{transform:translate(0);transition:.3s}@keyframes bganimation-83e05458{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-83e05458{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-83e05458{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-83e05458]{animation:rotateEnter-83e05458 .7s;position:relative}.rotate-leave-active[data-v-83e05458]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-83e05458]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-83e05458]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;overflow:auto;padding:1rem 10%;border-radius:6px}.action h2.title[data-v-83e05458]{width:100%;display:block;color:#1e1e1e;font-size:22px;padding:0;margin:0;text-align:center}.action .roots[data-v-83e05458]{display:flex;max-width:342px;align-items:center;margin-top:32px;margin-bottom:16px}.action .roots .root[data-v-83e05458]{color:#000000d4;font-size:14px;text-align:center}.action .move[data-v-83e05458]{display:flex;justify-content:left;align-items:center}.action .change[data-v-83e05458]{width:678px}.action .desc[data-v-83e05458]{width:100%;display:block;font-size:1.2em;padding:0;margin:1rem 0;margin-top:32px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;color:#000000d4}.action form[data-v-83e05458]{width:100%;display:block}.action .tips[data-v-83e05458]{width:477px}.action .tips .tip[data-v-83e05458]{color:#faad14;padding-left:6px}.action .btns[data-v-83e05458]{width:100%;margin:104px auto 0}.action .btns button[data-v-83e05458]{display:block;width:100%!important}.action .roots_tit[data-v-83e05458]{color:#000000d4;font-size:14px;font-weight:700;width:118px;text-align:right;flex:none}.action .successed[data-v-83e05458]{text-align:center;font-size:14px}.action .finished[data-v-83e05458]{display:flex;justify-content:center;margin:80px 80px 28px}.action .docker_moves[data-v-83e05458]{text-align:center}.action .docker_moves .moves[data-v-83e05458]{margin-top:10px}.action .docker_moves .moves input[data-v-83e05458]{cursor:pointer}.action .docker_moves .moves label[data-v-83e05458]{margin-left:10px;cursor:pointer}.select-editable[data-v-83e05458]{position:relative;border:solid grey 1px;width:438px;height:34px}.select-editable select[data-v-83e05458]{position:absolute;top:0;left:0;font-size:14px;border:none;width:100%;height:100%;margin:0}.select-editable input[data-v-83e05458]{position:absolute;top:0;left:0;width:95%;padding:1px;font-size:14px;border:none}.select-editable select[data-v-83e05458]:focus,.select-editable input[data-v-83e05458]:focus{outline:none}[data-v-83e05458]::placeholder{color:#999}@keyframes bganimation-83e05458{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-83e05458{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-83e05458{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-83e05458]{animation:rotateEnter-83e05458 .7s;position:relative}.rotate-leave-active[data-v-83e05458]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-83e05458]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action[data-v-83e05458]{width:100%}.docker_download[data-v-83e05458]{width:80%}}@keyframes bganimation-45f6b8cc{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-45f6b8cc{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-45f6b8cc{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-45f6b8cc]{animation:rotateEnter-45f6b8cc .7s;position:relative}.rotate-leave-active[data-v-45f6b8cc]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-45f6b8cc]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-45f6b8cc]{position:relative;flex-wrap:wrap;width:100%;height:100%}.app-container .app-container_title[data-v-45f6b8cc]{justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-45f6b8cc]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-45f6b8cc]{height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;justify-content:center;align-items:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-45f6b8cc]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-45f6b8cc] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-45f6b8cc]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-45f6b8cc]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-45f6b8cc]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-45f6b8cc]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-45f6b8cc]:hover{background-color:#eee}.app-container button[data-v-45f6b8cc],.app-container .refresh[data-v-45f6b8cc]{margin-left:20px}.app-container .app-container_body[data-v-45f6b8cc]{width:100%;height:100%}.app-container .loading_placeholder[data-v-45f6b8cc]{display:flex;flex-direction:column;align-items:center}.menu_background[data-v-45f6b8cc]{position:fixed;inset:0}@keyframes bganimation-dbe287b2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-dbe287b2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-dbe287b2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-dbe287b2]{animation:rotateEnter-dbe287b2 .7s;position:relative}.rotate-leave-active[data-v-dbe287b2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-dbe287b2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.aria2-item[data-v-dbe287b2]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.aria2-item .aria2-item_name[data-v-dbe287b2]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.aria2-item .aria2-item_value[data-v-dbe287b2]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.aria2-item .aria2-item_value .configure[data-v-dbe287b2]{color:#297ff3;padding:3px}li.aria2-item .aria2-item_value .configure.enabel[data-v-dbe287b2]{color:#888}.use-url_app[data-v-dbe287b2]{padding-bottom:14px}.use-url_app a[data-v-dbe287b2]{text-decoration:none;color:#297ff3}@keyframes bganimation-030a7bea{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-030a7bea{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-030a7bea{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-030a7bea]{animation:rotateEnter-030a7bea .7s;position:relative}.rotate-leave-active[data-v-030a7bea]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-030a7bea]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.qbittorrent-item[data-v-030a7bea]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.qbittorrent-item .qbittorrent-item_name[data-v-030a7bea]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.qbittorrent-item .qbittorrent-item_value[data-v-030a7bea]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.qbittorrent-item .qbittorrent-item_value .configure[data-v-030a7bea]{color:#297ff3;padding:3px}li.qbittorrent-item .qbittorrent-item_value .configure.enabel[data-v-030a7bea]{color:#888}a[data-v-030a7bea]{text-decoration:none;color:#297ff3}@keyframes bganimation-31717210{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-31717210{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-31717210{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-31717210]{animation:rotateEnter-31717210 .7s;position:relative}.rotate-leave-active[data-v-31717210]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-31717210]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}li.transmission-item[data-v-31717210]{width:100%;display:flex;flex-wrap:wrap;margin:1rem 0}li.transmission-item .transmission-item_name[data-v-31717210]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}li.transmission-item .transmission-item_value[data-v-31717210]{flex:0 0 100%;max-width:50%;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}li.transmission-item .transmission-item_value .configure[data-v-31717210]{color:#297ff3;padding:3px}li.transmission-item .transmission-item_value .configure.enabel[data-v-31717210]{color:#888}a[data-v-31717210]{text-decoration:none;color:#297ff3}@keyframes bganimation-e7bddcca{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-e7bddcca{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-e7bddcca{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-e7bddcca]{animation:rotateEnter-e7bddcca .7s;position:relative}.rotate-leave-active[data-v-e7bddcca]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-e7bddcca]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-e7bddcca]{width:860px;max-height:90%;background-color:#fff;position:relative;z-index:1000;margin:auto;padding:1rem 10%;border-radius:6px}.action p[data-v-e7bddcca]{color:#999;font-size:14px}.action input[data-v-e7bddcca]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC}.action h2.title[data-v-e7bddcca]{width:100%;color:#1e1e1e;font-size:22px;font-family:PingFangSC-Medium,PingFang SC;padding:0;margin:0;text-align:center}.action span[data-v-e7bddcca]{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;color:#000000d4;font-weight:700}.action .load[data-v-e7bddcca]{display:flex;justify-content:left;align-items:center;margin-top:32px}.action form label[data-v-e7bddcca]{width:100%}.action form label input[data-v-e7bddcca],.action form label select[data-v-e7bddcca]{height:100%;font-size:14px}.action .myinput_wrap[data-v-e7bddcca],.action .RPC_input[data-v-e7bddcca]{width:85%}.action .myinput_wrap textarea[data-v-e7bddcca]{width:100%;padding:2px 3px;border:1px solid #dee2e6;border-radius:.25rem}.action .input_row[data-v-e7bddcca]{margin:16px 0;display:flex;justify-content:left;align-items:center}.action .input_row .radios[data-v-e7bddcca]{margin-right:10px}.action .input_row .radios input[data-v-e7bddcca],.action .input_row .radios label[data-v-e7bddcca]{cursor:pointer}.action .Tracker label[data-v-e7bddcca]{margin-right:10px;cursor:pointer}.action .Tracker_input[data-v-e7bddcca]{padding:6px 2px}.action .btns[data-v-e7bddcca]{width:100%;margin:42px auto 0}.action .btns button[data-v-e7bddcca]{display:block;width:100%!important;margin:.5rem 0}.action .tooltip-trigger[data-v-e7bddcca]{position:relative;display:inline-block;cursor:help;margin-right:6px}.action .tooltip-trigger .tooltip-text[data-v-e7bddcca]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.action .tooltip-trigger .tooltip-text span[data-v-e7bddcca]{color:#fff}.action .tooltip-trigger .tooltip-text .dowload_dir_tip[data-v-e7bddcca]{min-width:14rem;display:inline-block}.action .tooltip-trigger:hover .tooltip-text[data-v-e7bddcca]{visibility:visible;opacity:1}.action .tooltip-top[data-v-e7bddcca]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%)}.action .tooltip-bottom[data-v-e7bddcca]{top:100%;left:50%;margin-top:5px;transform:translate(-50%)}.action .tooltip-bottom .dowload_rpc_tip[data-v-e7bddcca]{min-width:10rem;display:inline-block}.action .tooltip-right[data-v-e7bddcca]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.action .tooltip-left[data-v-e7bddcca]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.action .tooltip-top[data-v-e7bddcca]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.action .tooltip-bottom[data-v-e7bddcca]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}.action .successed[data-v-e7bddcca]{text-align:center;font-size:14px}.action .finished[data-v-e7bddcca]{display:flex;justify-content:center;margin:80px 80px 28px}.left[data-v-e7bddcca]{display:flex;align-items:center;justify-content:flex-start;width:110px;flex:none}.select-editable[data-v-e7bddcca]{position:relative;border:1px solid #dee2e6;border-radius:.25rem;margin:.25rem .1rem}.select-editable select[data-v-e7bddcca]{top:0;left:0;font-size:14px;border:none;width:100%;margin:0}.select-editable input[data-v-e7bddcca]{position:absolute;top:-4px;left:0;width:95%;padding:1px;font-size:14px;border:none}.select-editable select[data-v-e7bddcca]:focus,.select-editable input[data-v-e7bddcca]:focus{outline:none}[data-v-e7bddcca]::placeholder{color:#999}@keyframes bganimation-e7bddcca{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-e7bddcca{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-e7bddcca{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-e7bddcca]{animation:rotateEnter-e7bddcca .7s;position:relative}.rotate-leave-active[data-v-e7bddcca]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-e7bddcca]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 500px){.action[data-v-e7bddcca]{width:100%}.action .input_row[data-v-e7bddcca]{display:block}.action .input_row .myinput_wrap[data-v-e7bddcca],.action .input_row .RPC_input[data-v-e7bddcca]{width:100%}}@keyframes bganimation-432c38b6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-432c38b6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-432c38b6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-432c38b6]{animation:rotateEnter-432c38b6 .7s;position:relative}.rotate-leave-active[data-v-432c38b6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-432c38b6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-432c38b6]{position:relative;display:flex;flex-wrap:wrap;width:100%;height:100%;align-content:flex-start}.app-container .app-container_title[data-v-432c38b6]{width:100%;display:flex;flex-wrap:wrap;align-content:center;justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-432c38b6]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-432c38b6]{height:30px;line-height:30px;border-radius:4px 0 0 4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-432c38b6]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-432c38b6] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-432c38b6]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-432c38b6]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:15px;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-432c38b6]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-432c38b6]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-432c38b6]:hover{background-color:#eee}.app-container .app-container_title button[data-v-432c38b6]{margin-left:10px}.app-container .app-container_body[data-v-432c38b6]{flex:0 0 100%;width:100%;height:66%}.app-container ul.app-container_nas-menu[data-v-432c38b6]{width:100%;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;margin-top:20px}.app-container ul.app-container_nas-menu button[data-v-432c38b6]{flex:0 0 100%!important;max-width:33.333%!important;height:30px;background:none;border:none!important;background-color:#eee;color:#333;cursor:pointer;margin:0!important;padding:5px 0!important;border-radius:0!important;line-height:20px;font-size:16px}.app-container ul.app-container_nas-menu button.on[data-v-432c38b6],.app-container ul.app-container_nas-menu button[data-v-432c38b6]:hover{color:#297ff3;background-color:#d1e2f9}.menu_background[data-v-432c38b6]{position:fixed;inset:0}@keyframes bganimation-43beecef{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-43beecef{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-43beecef{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-43beecef]{animation:rotateEnter-43beecef .7s;position:relative}.rotate-leave-active[data-v-43beecef]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-43beecef]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}h3[data-v-43beecef]{text-align:center;margin-bottom:20px}.label-item[data-v-43beecef]{display:flex;align-items:center;flex-wrap:wrap;margin:1rem 0;padding:0 30px}.label-item label[data-v-43beecef]{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:26px;line-height:26px;cursor:pointer}.label-item label input[type=radio][data-v-43beecef]{top:0;right:0;vertical-align:middle}.label-item label span[data-v-43beecef]{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000000d4;display:inline-block;margin-left:10px}.label-item p.label_info[data-v-43beecef]{color:#999;font-size:12px;padding-left:24px;line-height:20px}.label-item .label-item_key[data-v-43beecef]{display:flex;flex-wrap:wrap;align-items:center}.label-item .label-item_key .ddnsto_serve[data-v-43beecef]{flex:0 0 100%;display:flex;justify-content:space-between;margin-bottom:14px}.label-item .label-item_key .ddnsto_serve_item[data-v-43beecef]{flex:0 0 100%;display:flex;justify-content:space-between}@keyframes bganimation-43dd65a2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-43dd65a2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-43dd65a2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-43dd65a2]{animation:rotateEnter-43dd65a2 .7s;position:relative}.rotate-leave-active[data-v-43dd65a2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-43dd65a2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-43dd65a2]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body svg.icon[data-v-43dd65a2]{width:100px;height:100px}.actioner-container_body .body-title[data-v-43dd65a2]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body .body-tips[data-v-43dd65a2]{text-align:center}.actioner-container_body .body-info[data-v-43dd65a2]{color:#666;font-size:1.3em;margin:1rem 0;width:100%;text-align:center}.actioner-container_body .body-tips[data-v-43dd65a2]{margin:1rem 0;display:block;width:100%}.actioner-container_body .body-btns[data-v-43dd65a2]{width:100%;margin-top:3rem}.actioner-container_body .body-btns button[data-v-43dd65a2]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-7790f1da{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7790f1da{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7790f1da{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7790f1da]{animation:rotateEnter-7790f1da .7s;position:relative}.rotate-leave-active[data-v-7790f1da]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7790f1da]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}iframe[data-v-7790f1da]{width:100%;height:100%;border:none}@keyframes bganimation-7b3ee72a{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7b3ee72a{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7b3ee72a{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7b3ee72a]{animation:rotateEnter-7b3ee72a .7s;position:relative}.rotate-leave-active[data-v-7b3ee72a]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7b3ee72a]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}iframe[data-v-7b3ee72a]{width:100%;height:100%;border:none}@keyframes bganimation-7f5a8953{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7f5a8953{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7f5a8953{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7f5a8953]{animation:rotateEnter-7f5a8953 .7s;position:relative}.rotate-leave-active[data-v-7f5a8953]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7f5a8953]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-7f5a8953]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body svg.icon[data-v-7f5a8953]{width:100px;height:100px}.actioner-container_body .body-title[data-v-7f5a8953]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body .body-info[data-v-7f5a8953]{color:#666;font-size:1.3em;margin:1rem 0;width:100%}.actioner-container_body .body-tips[data-v-7f5a8953]{margin:1rem 0;display:block;width:100%}.actioner-container_body .body-btns[data-v-7f5a8953]{width:100%;margin-top:3rem}.actioner-container_body .body-btns button[data-v-7f5a8953]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-d60389d6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-d60389d6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-d60389d6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-d60389d6]{animation:rotateEnter-d60389d6 .7s;position:relative}.rotate-leave-active[data-v-d60389d6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-d60389d6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-d60389d6]{display:flex;align-items:center;justify-content:center}@keyframes bganimation-1e0ebd66{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-1e0ebd66{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-1e0ebd66{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-1e0ebd66]{animation:rotateEnter-1e0ebd66 .7s;position:relative}.rotate-leave-active[data-v-1e0ebd66]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-1e0ebd66]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-container_body[data-v-1e0ebd66]{display:flex;align-items:center;justify-content:center}@keyframes bganimation-7a6bd385{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7a6bd385{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7a6bd385{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7a6bd385]{animation:rotateEnter-7a6bd385 .7s;position:relative}.rotate-leave-active[data-v-7a6bd385]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7a6bd385]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-7a6bd385]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-7a6bd385] .actioner-container{width:100%}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;color:#0060ff;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-7a6bd385] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body{padding:1rem;text-align:center;width:100%;height:400px}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body a{text-decoration:none}.action-main[data-v-7a6bd385] .actioner-container .actioner-container_body.ddnsto-bind{height:280px}@keyframes bganimation-7a6bd385{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7a6bd385{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7a6bd385{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7a6bd385]{animation:rotateEnter-7a6bd385 .7s;position:relative}.rotate-leave-active[data-v-7a6bd385]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7a6bd385]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-7a6bd385]{width:90%}}@keyframes bganimation-4358e88c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4358e88c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4358e88c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4358e88c]{animation:rotateEnter-4358e88c .7s;position:relative}.rotate-leave-active[data-v-4358e88c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4358e88c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action[data-v-4358e88c]{width:500px;max-height:90%;background-color:#fff;position:relative;z-index:99999;margin:auto;border-radius:4px;padding:10px 0}.action .action-header[data-v-4358e88c]{width:100%;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;padding-left:1rem;padding-right:1rem;text-align:left;font-size:18px;line-height:1;color:#303133}.action .action-body[data-v-4358e88c]{display:block;margin:2rem 0;line-height:24px;padding:0 15px;color:#606266;font-size:14px}.action .action-footer[data-v-4358e88c]{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action .next[data-v-4358e88c]{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:120px;height:32px;background:#553AFE;border-radius:2px}.action .next[data-v-4358e88c]:hover{opacity:.8}.action .clear[data-v-4358e88c]{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action .clear[data-v-4358e88c]:hover{opacity:.8}@keyframes bganimation-9435cfa6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-9435cfa6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-9435cfa6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-9435cfa6]{animation:rotateEnter-9435cfa6 .7s;position:relative}.rotate-leave-active[data-v-9435cfa6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-9435cfa6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.title_info[data-v-9435cfa6]{display:block;width:100%;text-align:center}.title_info p[data-v-9435cfa6]{font-size:20px;margin-bottom:10px}.label-item[data-v-9435cfa6]{width:100%;margin:1rem 0}.label-item .label-item_key[data-v-9435cfa6]{width:100%;font-size:12px;color:#666}.label-item .label-item_key span[data-v-9435cfa6]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-9435cfa6]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-9435cfa6]{width:100%;margin-top:5px}.label-item .label-item_value select[data-v-9435cfa6],.label-item .label-item_value input[data-v-9435cfa6]{width:100%;height:36px;color:#000}.label-item .label-item_value input[data-v-9435cfa6]::placeholder{color:#999;font-size:12PX}.label-item .label_tips[data-v-9435cfa6]{display:flex;margin-top:6px}.label-item .label_tips .info[data-v-9435cfa6]{margin-left:8px}.label-message[data-v-9435cfa6]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}@keyframes bganimation-6f1d92d9{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6f1d92d9{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6f1d92d9{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6f1d92d9]{animation:rotateEnter-6f1d92d9 .7s;position:relative}.rotate-leave-active[data-v-6f1d92d9]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6f1d92d9]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-6f1d92d9]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-6f1d92d9] .actioner-container{width:100%}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body{padding:1rem;width:100%;height:400px}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body a{text-decoration:none}.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.ali,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.dnspod,.action-main[data-v-6f1d92d9] .actioner-container .actioner-container_body.oray{height:451px}@keyframes bganimation-6f1d92d9{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6f1d92d9{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6f1d92d9{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6f1d92d9]{animation:rotateEnter-6f1d92d9 .7s;position:relative}.rotate-leave-active[data-v-6f1d92d9]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6f1d92d9]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-6f1d92d9]{width:90%}}@keyframes bganimation-10ce7ce8{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-10ce7ce8{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-10ce7ce8{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-10ce7ce8]{animation:rotateEnter-10ce7ce8 .7s;position:relative}.rotate-leave-active[data-v-10ce7ce8]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-10ce7ce8]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container[data-v-10ce7ce8]{position:relative;flex-wrap:wrap;width:100%;height:100%}.app-container a[data-v-10ce7ce8]{text-decoration:none}.app-container .app-container_title[data-v-10ce7ce8]{justify-content:space-between}.app-container .app-container_title .app-container_tool[data-v-10ce7ce8]{display:flex;flex-wrap:wrap;align-items:center}.app-container .app-container_title .app-container_tool .app-container_configure[data-v-10ce7ce8]{height:30px;border-radius:4px;font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#553afe;display:inline-block;padding:0 10px;border:1px solid #553AFE;cursor:pointer;display:flex;align-items:center;justify-content:center}.app-container .app-container_title .app-container_tool .more_icon[data-v-10ce7ce8]{border-radius:0 4px 4px 0;border-right:1px solid #553AFE;border-top:1px solid #553AFE;border-bottom:1px solid #553AFE;height:30px;display:inline-block;cursor:pointer}.app-container .app-container_title .app-container_tool .more_icon[data-v-10ce7ce8] svg path{fill:#553afe}.app-container .app-container_title .DeviceBlock[data-v-10ce7ce8]{font-size:14px;top:34px;position:absolute;z-index:999;width:40%;right:22px}.app-container .app-container_title .DeviceBlock ul[data-v-10ce7ce8]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container .app-container_title .DeviceBlock ul li[data-v-10ce7ce8]{margin:6px 0;line-height:28px;cursor:pointer}.app-container .app-container_title .DeviceBlock ul li a[data-v-10ce7ce8]{color:#1e1e1e;text-decoration:none;cursor:pointer;margin:0 20px;display:block}.app-container .app-container_title .DeviceBlock ul li[data-v-10ce7ce8]:hover{background-color:#eee}.app-container button[data-v-10ce7ce8],.app-container .refresh[data-v-10ce7ce8]{margin-left:20px}.app-container .app-container_body[data-v-10ce7ce8]{width:100%;height:100%}.menu_background[data-v-10ce7ce8]{position:fixed;inset:0}.app-container_domain li.domain-item[data-v-10ce7ce8]{width:100%;display:flex;flex-wrap:wrap;margin:1.5rem 0;align-items:center}.app-container_domain li.domain-item .domain-item_name[data-v-10ce7ce8]{flex:0 0 100%;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:10px}.app-container_domain li.domain-item .domain-item_value[data-v-10ce7ce8]{flex:0 0 100%;max-width:50%;padding-left:10px;float:left;display:flex;align-items:center;justify-content:space-between}.app-container_domain li.domain-item .domain-item_value .configure[data-v-10ce7ce8]{overflow:hidden;white-space:nowrap;padding:3px;overflow-x:hidden;text-overflow:ellipsis}.app-container_domain li.domain-item .domain-item_value .item_btn[data-v-10ce7ce8]{border:1px solid #553afb;border-radius:4px;font-size:12px;padding:7px;color:#553afb;text-align:center;min-width:60px}.app-container_domain li.domain-item .domain-item_value .configure.enabel[data-v-10ce7ce8]{color:#888;overflow-x:hidden;text-overflow:ellipsis}.app-container_domain li.domain-item .domain-item_root[data-v-10ce7ce8]{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:16px;max-width:323px;flex:0 0 100%}.app-container_domain .domain_tip svg[data-v-10ce7ce8]{vertical-align:bottom;margin-left:22px}.app-container_domain .tooltip-trigger[data-v-10ce7ce8]{position:relative;display:inline-block;cursor:help;margin-right:6px}.app-container_domain .tooltip-trigger .tooltip-text[data-v-10ce7ce8]{visibility:hidden;position:absolute;padding:.5rem 1rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;z-index:1;opacity:0;transition:opacity .6s}.app-container_domain .tooltip-trigger .tooltip-text span[data-v-10ce7ce8]{color:#fff}.app-container_domain .tooltip-trigger .tooltip-text .domain_dir_tip[data-v-10ce7ce8]{min-width:15rem;display:inline-block}.app-container_domain .tooltip-trigger:hover .tooltip-text[data-v-10ce7ce8]{visibility:visible;opacity:1}.app-container_domain .tooltip-top[data-v-10ce7ce8]{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%);margin-left:12px}.app-container_domain .tooltip-right[data-v-10ce7ce8]{top:50%;left:100%;margin-left:5px;transform:translateY(-50%)}.app-container_domain .tooltip-left[data-v-10ce7ce8]{top:50%;right:100%;margin-right:5px;transform:translateY(-50%)}.app-container_domain .tooltip-top[data-v-10ce7ce8]:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.app-container_domain .tooltip-bottom[data-v-10ce7ce8]:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent}@keyframes bganimation-66cc4e33{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-66cc4e33{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-66cc4e33{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-66cc4e33]{animation:rotateEnter-66cc4e33 .7s;position:relative}.rotate-leave-active[data-v-66cc4e33]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-66cc4e33]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.nas-container[data-v-66cc4e33]{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.nas-container .nas-container_card[data-v-66cc4e33]{flex:0 0 49%;max-width:49%;margin-bottom:1.5vw}@keyframes bganimation-66cc4e33{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-66cc4e33{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-66cc4e33{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-66cc4e33]{animation:rotateEnter-66cc4e33 .7s;position:relative}.rotate-leave-active[data-v-66cc4e33]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-66cc4e33]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 992px){.nas-container .nas-container_card[data-v-66cc4e33]{flex:0 0 100%;max-width:100%;padding-right:0;margin-bottom:.8rem}}@keyframes bganimation-20dfc9cc{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-20dfc9cc{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-20dfc9cc{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-20dfc9cc]{animation:rotateEnter-20dfc9cc .7s;position:relative}.rotate-leave-active[data-v-20dfc9cc]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-20dfc9cc]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.app-container_title .more_icon[data-v-20dfc9cc]{position:absolute;right:22px;cursor:pointer}.app-container_title .DeviceBlock[data-v-20dfc9cc]{position:absolute;z-index:999;width:10%;right:22px;margin-top:14px}.app-container_title .DeviceBlock ul[data-v-20dfc9cc]{background-color:#fff;box-shadow:0 0 10px 1px #373f6924;padding:10px 0;border-radius:6px;top:0;right:0;text-align:center;position:absolute;word-break:keep-all}.app-container_title .DeviceBlock ul li[data-v-20dfc9cc]{margin:6px 0;line-height:28px;cursor:pointer}.app-container_title .DeviceBlock ul li a[data-v-20dfc9cc]{color:#1e1e1e;text-decoration:none;cursor:pointer;font-size:14px;margin:0 20px;display:block}.app-container_title .DeviceBlock ul li[data-v-20dfc9cc]:hover{background-color:#eee}.item-label[data-v-20dfc9cc]{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;width:100%;margin:1rem 0}.item-label .item-label_key[data-v-20dfc9cc]{flex:0 0 100%;max-width:100px;text-align:left}.item-label .item-label_key span[data-v-20dfc9cc]{font-size:14px;color:#333}.item-label .item-label_value[data-v-20dfc9cc]{flex:1;text-align:left}.item-label .item-label_value span[data-v-20dfc9cc]{font-size:14px;color:#333}.item-title span[data-v-20dfc9cc]{font-size:16px;font-weight:550;color:#555}.item-flex[data-v-20dfc9cc]{width:100%;display:flex;flex-wrap:wrap}.item-flex .auto[data-v-20dfc9cc]{flex:auto}.item-flex button.app-editor[data-v-20dfc9cc]{padding:8px 1.3rem}.menu_background[data-v-20dfc9cc]{position:fixed;inset:0}@keyframes bganimation-a0faa6f2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-a0faa6f2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-a0faa6f2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-a0faa6f2]{animation:rotateEnter-a0faa6f2 .7s;position:relative}.rotate-leave-active[data-v-a0faa6f2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-a0faa6f2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-a0faa6f2]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-a0faa6f2]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-a0faa6f2]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-a0faa6f2]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-a0faa6f2]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-a0faa6f2]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-a0faa6f2]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-a0faa6f2]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-a0faa6f2],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-a0faa6f2]{width:100%;height:36px}.actioner-dns .actioner-dns_body .chose_dhcp[data-v-a0faa6f2]{height:1em;font-size:1.3em}.actioner-dns .actioner-dns_body .chose_dhcp .dhcp_info[data-v-a0faa6f2]{margin-left:10px;user-select:none}.actioner-dns .actioner-dns_body .label-message[data-v-a0faa6f2]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-a0faa6f2]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-a0faa6f2]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-a0faa6f2]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.setting_status[data-v-a0faa6f2]{text-align:center}.setting_status p[data-v-a0faa6f2]{margin:10px 0}.setting_status a[data-v-a0faa6f2]{text-align:center;display:block;text-decoration:none}.NewAdress[data-v-a0faa6f2]{margin-top:10px}@keyframes bganimation-a0faa6f2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-a0faa6f2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-a0faa6f2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-a0faa6f2]{animation:rotateEnter-a0faa6f2 .7s;position:relative}.rotate-leave-active[data-v-a0faa6f2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-a0faa6f2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-a0faa6f2]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-a0faa6f2]{width:100%}}@keyframes bganimation-0384f3ac{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0384f3ac{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0384f3ac{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0384f3ac]{animation:rotateEnter-0384f3ac .7s;position:relative}.rotate-leave-active[data-v-0384f3ac]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0384f3ac]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-0384f3ac]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-0384f3ac]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_header span[data-v-0384f3ac]{margin:0 auto}.actioner-dns .actioner-dns_body[data-v-0384f3ac]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .sandbox_roboot_tips[data-v-0384f3ac]{margin-top:24px;text-align:center}.actioner-dns .actioner-dns_body .disk_loading_icon[data-v-0384f3ac]{position:absolute;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;padding:10px}.actioner-dns .actioner-dns_body .disk_loading_icon .disk_loading_info[data-v-0384f3ac]{margin-top:5px}.actioner-dns .actioner-dns_body .disk_tips[data-v-0384f3ac]{text-align:center;font-size:16px;margin-top:159px;color:#f9ad1e}.actioner-dns .actioner-dns_body .disk_tips svg[data-v-0384f3ac]{vertical-align:middle}.actioner-dns .actioner-dns_body .disk_tips span[data-v-0384f3ac]{margin-left:6px}.actioner-dns .actioner-dns_body .sandbox_info[data-v-0384f3ac]{text-align:center;line-height:22px}.actioner-dns .actioner-dns_body .label-item[data-v-0384f3ac]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-0384f3ac]{width:100%;font-size:12px;color:#666}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-0384f3ac]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-0384f3ac]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-0384f3ac]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-0384f3ac],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-0384f3ac]{width:100%;height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-0384f3ac]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .actioner-dns_body .sandbox_tips svg[data-v-0384f3ac]{vertical-align:middle}.actioner-dns .actioner-dns_body .sandbox_tips span[data-v-0384f3ac]{font-size:12px;margin-left:4px}.actioner-dns .config-message[data-v-0384f3ac]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-0384f3ac]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-0384f3ac]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-tips[data-v-0384f3ac]{width:400px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-tips .actioner-tips_header[data-v-0384f3ac]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-tips .sandbox_info[data-v-0384f3ac]{padding:62px 54px;line-height:20px}.actioner-tips .actioner-tips_footer[data-v-0384f3ac]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.timeout[data-v-0384f3ac]{margin-top:114px}.timeout span[data-v-0384f3ac],.sandbox_roboot_refresh[data-v-0384f3ac]{color:#5e72e4}option[data-v-0384f3ac]:disabled{background-color:#e0e0e0}@keyframes bganimation-0384f3ac{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0384f3ac{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0384f3ac{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0384f3ac]{animation:rotateEnter-0384f3ac .7s;position:relative}.rotate-leave-active[data-v-0384f3ac]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0384f3ac]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-tips_footer button[data-v-0384f3ac]{width:100%!important}}@media screen and (max-width: 900px){.actioner-dns[data-v-0384f3ac]{width:100%}}@media screen and (max-width: 700px){.actioner-dns .actioner-dns_body[data-v-0384f3ac]{min-height:42vh}.actioner-tips[data-v-0384f3ac]{width:80%;line-height:22px}.actioner-tips .sandbox_info[data-v-0384f3ac]{padding:34px 10px;font-size:10px}.actioner-tips .actioner-tips_header[data-v-0384f3ac]{font-size:20px}.actioner-tips .actioner-tips_footer button[data-v-0384f3ac]{width:100%!important}}@media screen and (max-width: 600px){.actioner-dns .actioner-dns_footer button[data-v-0384f3ac]{width:100%!important;margin-bottom:10px;margin-left:0}}@media screen and (max-width: 500px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-0384f3ac]{width:228px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 400px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-0384f3ac]{width:163px;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_footer button[data-v-0384f3ac]{width:100%!important;margin-bottom:10px}.actioner-tips .sandbox_info[data-v-0384f3ac]{padding:3px 10px}}@keyframes bganimation-4db2efb4{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4db2efb4{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4db2efb4{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4db2efb4]{animation:rotateEnter-4db2efb4 .7s;position:relative}.rotate-leave-active[data-v-4db2efb4]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4db2efb4]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.actioner-dns[data-v-4db2efb4]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_header span[data-v-4db2efb4]{margin:0 auto}.actioner-dns .actioner-dns_body[data-v-4db2efb4]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .sandbox_info[data-v-4db2efb4]{text-align:center;line-height:22px}.actioner-dns .actioner-dns_body .sandbox_environment[data-v-4db2efb4]{font-size:16px;line-height:28px;margin:20px 0}.actioner-dns .actioner-dns_body .sandbox_environment_info[data-v-4db2efb4]{font-size:16px;line-height:28px}.actioner-dns .actioner-dns_body .sandbox_environment_info .sandbox_environment_reboot[data-v-4db2efb4]{color:#5e72e4}.actioner-dns .actioner-dns_body .sandbox_environment_info .sandbox_environment_tex[data-v-4db2efb4]{color:red;font-size:.9em}.actioner-dns .actioner-dns_footer[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.actioner-tips[data-v-4db2efb4]{width:400px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-tips .actioner-tips_header[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:62px 54px;line-height:20px}.actioner-tips .actioner-tips_footer[data-v-4db2efb4]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.timeout[data-v-4db2efb4]{margin-top:114px}.timeout span[data-v-4db2efb4]{color:#5e72e4}@keyframes bganimation-4db2efb4{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-4db2efb4{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-4db2efb4{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-4db2efb4]{animation:rotateEnter-4db2efb4 .7s;position:relative}.rotate-leave-active[data-v-4db2efb4]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-4db2efb4]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-tips_footer button[data-v-4db2efb4]{width:100%!important}}@media screen and (max-width: 900px){.actioner-dns[data-v-4db2efb4]{width:100%}}@media screen and (max-width: 700px){.actioner-dns .actioner-dns_body[data-v-4db2efb4]{min-height:42vh}.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{width:100%!important;margin-bottom:10px}.actioner-tips[data-v-4db2efb4]{width:80%;line-height:22px}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:34px 10px;font-size:10px}.actioner-tips .actioner-tips_header[data-v-4db2efb4]{font-size:20px}.actioner-tips .actioner-tips_footer button[data-v-4db2efb4]{width:100%!important}}@media screen and (max-width: 600px){.actioner-dns .actioner-dns_footer button[data-v-4db2efb4]{width:100%!important;margin-bottom:10px;margin-left:0}}@media screen and (max-width: 500px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-4db2efb4]{width:228px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 400px){.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-4db2efb4]{width:163px;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .sandbox_info[data-v-4db2efb4]{font-size:10px}.actioner-dns .actioner-dns_body .sandbox_environment[data-v-4db2efb4],.actioner-dns .actioner-dns_body .sandbox_environment_info[data-v-4db2efb4]{font-size:12px}.actioner-tips .sandbox_info[data-v-4db2efb4]{padding:3px 10px}}@keyframes bganimation-82a27618{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-82a27618{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-82a27618{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-82a27618]{animation:rotateEnter-82a27618 .7s;position:relative}.rotate-leave-active[data-v-82a27618]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-82a27618]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.nav-container[data-v-82a27618]{width:100%;margin-bottom:8px}.nav-container .btn_styles[data-v-82a27618]{width:132px;height:52px;border-radius:8px;margin-right:8px}.nav-container .app-update-button[data-v-82a27618]{position:relative}.nav-container .app-update-button i[data-v-82a27618]{display:inline-block;padding:3px;background-color:red;border-radius:50%}.nav-container .cover-buttob[data-v-82a27618]{margin-left:0;margin-right:5px}.nav-container a[data-v-82a27618]{padding:12px 1rem;margin-right:1rem;margin-bottom:1rem;display:inline-block;min-width:100px;text-align:center}.nav-container a[data-v-82a27618]:hover{box-shadow:0 0 10px 1px #c5c5c5;transition:.3s;transform:scale(1.1)}.nav-container .app-btn-ttyd[data-v-82a27618]:before{content:"\276f "}.nav-container .MoreMenu[data-v-82a27618]{cursor:pointer;color:#297ff3;margin-left:20px;font-size:16px;font-weight:600}.nav-container[data-v-82a27618]{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;width:100%}.nav-container button[data-v-82a27618]{cursor:pointer;margin-bottom:10px}.nav-container button[data-v-82a27618]:hover{box-shadow:0 0 2px #0000001f,0 2px 2px #0003}.update[data-v-82a27618]{visibility:hidden}.color1[data-v-82a27618]{border:1px solid #553AFE;color:#533afe;background:rgba(85,58,254,.16)}.color2[data-v-82a27618]{background:#2b2b2b;border:#444;color:#fff}.color3[data-v-82a27618]{border:1px solid #FF6A67;background:rgba(255,107,103,.16);color:#ff6a67}.color4[data-v-82a27618]{border:1px solid #3688FF;background:rgba(51,134,255,.16);color:#3688ff}.color5[data-v-82a27618]{border:1px solid #FE3ACC;background:rgba(254,58,204,.16);color:#fe3acc}@keyframes bganimation-0a2eed64{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0a2eed64{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0a2eed64{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0a2eed64]{animation:rotateEnter-0a2eed64 .7s;position:relative}.rotate-leave-active[data-v-0a2eed64]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0a2eed64]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-0a2eed64]{margin-top:48px}em[data-v-0a2eed64]{margin:.3125rem 0;width:100%;display:block;height:1px;background-color:#eeeeee2e}[data-v-0a2eed64] .app-container_title{width:100%;height:34px;display:flex;flex-wrap:wrap;align-items:center;color:#1e1e1e;font-size:1.5em}[data-v-0a2eed64] .more_icon{z-index:0}@keyframes bganimation-082ffcaf{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-082ffcaf{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-082ffcaf{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-082ffcaf]{animation:rotateEnter-082ffcaf .7s;position:relative}.rotate-leave-active[data-v-082ffcaf]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-082ffcaf]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-082ffcaf]{width:100%;padding:1rem;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;align-content:center;max-width:800px;height:100vh;overflow:overlay}#page .title[data-v-082ffcaf]{width:100%;display:block;text-align:center;font-size:32px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#000c;line-height:45px}#page .desc[data-v-082ffcaf]{width:100%;display:block;font-size:24px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#0009;line-height:33px;text-align:center;margin-top:10px}#page div.info[data-v-082ffcaf]{width:100%;display:block;font-size:1.6em;font-size:16px;margin-left:34px}#page .network-containers[data-v-082ffcaf]{width:100%;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;margin:3rem 0 1rem}#page .network-containers .network-container_item[data-v-082ffcaf]{flex:0 0 100%;position:relative;border-radius:4px;padding:10px;cursor:pointer;max-width:240px;width:240px;height:308px}#page .network-containers .network-container_item a[data-v-082ffcaf]{position:relative;display:block;width:100%}#page .network-containers .network-container_item a .cover[data-v-082ffcaf]{position:relative;padding-top:130%;z-index:1}#page .network-containers .network-container_item a .cover .thumbnail[data-v-082ffcaf]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;border-radius:8px;overflow:hidden;z-index:1;display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center;background-color:#2dc8fd}#page .network-containers .network-container_item a .cover .thumbnail i[data-v-082ffcaf]{display:block;font-size:100px;color:#eee}#page .network-containers .network-container_item a .cover .thumbnail span[data-v-082ffcaf]{display:block;text-align:center;width:100%;color:#eeee;font-size:2em;line-height:1.5;font-size:22px;font-family:PingFangSC-Semibold,PingFang SC;color:#fff;line-height:40px}#page .network-containers .network-container_item:nth-child(9n+1) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(138deg,#FF6E6B 0%,#FF6966 100%)}#page .network-containers .network-container_item:nth-child(9n+2) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(145deg,#37D5A9 0%,#42D8B0 100%)}#page .network-containers .network-container_item:nth-child(9n+3) a .cover .thumbnail[data-v-082ffcaf]{background:linear-gradient(145deg,#549AFF 0%,#2C82FF 100%)}#page .network-containers .network-container_item:nth-child(9n+4) a .cover .thumbnail[data-v-082ffcaf]{background-color:#9b58de}#page .network-containers .network-container_item:nth-child(9n+5) a .cover .thumbnail[data-v-082ffcaf]{background-color:#297ff3}#page .network-containers .network-container_item:nth-child(9n+6) a .cover .thumbnail[data-v-082ffcaf]{background-color:#27aa8f}#page .network-containers .network-container_item:nth-child(9n+7) a .cover .thumbnail[data-v-082ffcaf]{background-color:#f15a4a}#page .network-containers .network-container_item:nth-child(9n+8) a .cover .thumbnail[data-v-082ffcaf]{background-color:#439c07}@keyframes bganimation-082ffcaf{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-082ffcaf{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-082ffcaf{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-082ffcaf]{animation:rotateEnter-082ffcaf .7s;position:relative}.rotate-leave-active[data-v-082ffcaf]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-082ffcaf]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@keyframes bganimation-16746f19{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-16746f19{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-16746f19{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-16746f19]{animation:rotateEnter-16746f19 .7s;position:relative}.rotate-leave-active[data-v-16746f19]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-16746f19]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-16746f19]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-16746f19]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-16746f19]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page .network-message[data-v-16746f19]{margin:.5rem 0}#page .network-message li[data-v-16746f19]{margin:.5rem 0;font-size:20px;color:#000;font-weight:550}#page .network-message li span[data-v-16746f19]{color:red}#page .network-message li a[data-v-16746f19]{color:#00f}#page form[data-v-16746f19]{display:block;width:100%;margin:3rem 0}#page form label[data-v-16746f19]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-16746f19]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-16746f19]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-16746f19]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-16746f19]{width:100%;display:block;height:42px}#page .chose_dhcp[data-v-16746f19]{height:1em;font-size:1.3em}#page .chose_dhcp .dhcp_info[data-v-16746f19]{margin-left:10px;user-select:none}#page .msg[data-v-16746f19]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page .btns[data-v-16746f19]{width:100%;margin-top:3rem}#page .btns button[data-v-16746f19]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-0d3a64fa{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-0d3a64fa{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-0d3a64fa{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-0d3a64fa]{animation:rotateEnter-0d3a64fa .7s;position:relative}.rotate-leave-active[data-v-0d3a64fa]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-0d3a64fa]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-0d3a64fa]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-0d3a64fa]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-0d3a64fa]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;margin:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page .network-message[data-v-0d3a64fa]{margin:.5rem 0}#page .network-message li[data-v-0d3a64fa]{margin:.5rem 0;font-size:20px;color:#000;font-weight:550}#page .network-message li span[data-v-0d3a64fa]{color:red}#page .network-message li a[data-v-0d3a64fa]{color:#00f}#page form[data-v-0d3a64fa]{display:block;width:100%;margin:3rem 0}#page form label[data-v-0d3a64fa]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-0d3a64fa]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-0d3a64fa]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-0d3a64fa]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-0d3a64fa],#page form label select[data-v-0d3a64fa]{width:100%;display:block;height:42px}#page .chose_dhcp[data-v-0d3a64fa]{height:1em;font-size:1.3em}#page .chose_dhcp .dhcp_info[data-v-0d3a64fa]{margin-left:10px;user-select:none}#page .msgs[data-v-0d3a64fa]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page p.msg[data-v-0d3a64fa]{width:100%;display:block;color:red;font-size:1em}#page .btns[data-v-0d3a64fa]{width:100%;margin-top:3rem}#page .btns button[data-v-0d3a64fa]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-c43b9118{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-c43b9118{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-c43b9118{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-c43b9118]{animation:rotateEnter-c43b9118 .7s;position:relative}.rotate-leave-active[data-v-c43b9118]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-c43b9118]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page[data-v-c43b9118]{width:100%;padding:1rem;margin:100px auto 0;display:flex;flex-wrap:wrap;justify-content:flex-start;max-width:600px}#page h2.title[data-v-c43b9118]{width:100%;display:block;color:#1e1e1e;font-size:3em;padding:0;margin:0 0 10px;text-align:left;background-color:#f4f5f7;box-shadow:none}#page h3.desc[data-v-c43b9118]{width:100%;display:block;color:#666;font-size:1.2em;padding:0;text-align:left;background-color:#f4f5f7;box-shadow:none}#page code[data-v-c43b9118]{background-color:#eee;display:block;width:100%;font-size:1.3em;padding:1rem;line-height:2;margin:2rem 0}#page div.info[data-v-c43b9118]{width:100%;display:block;margin:1rem 0;font-size:1.3em;text-align:left}#page .msgs[data-v-c43b9118]{width:100%;display:block;height:36px;line-height:36px;color:red;font-size:1.3em}#page p.msg[data-v-c43b9118]{width:100%;display:block;color:red;font-size:1em}#page .btns[data-v-c43b9118]{width:100%;display:block;margin-top:3rem}#page .btns button[data-v-c43b9118]{display:block;width:100%!important;margin:.5rem 0}#page form[data-v-c43b9118]{display:block;width:100%;margin:3rem 0}#page form label[data-v-c43b9118]{display:block;width:100%;margin:1rem 0}#page form label .label-key[data-v-c43b9118]{display:block;width:100%;font-size:1.3em;margin-bottom:.5rem}#page form label .label-key span[data-v-c43b9118]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#page form label .label-key span[data-v-c43b9118]:before{content:"*";color:#f56c6c;margin-right:4px}#page form label input[data-v-c43b9118],#page form label select[data-v-c43b9118]{width:100%;display:block;height:42px}.chose_dhcp[data-v-c43b9118]{height:1em;font-size:1.3em}.chose_dhcp .dhcp_info[data-v-c43b9118]{margin-left:10px;user-select:none}@keyframes bganimation-7fc91c6d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7fc91c6d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7fc91c6d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7fc91c6d]{animation:rotateEnter-7fc91c6d .7s;position:relative}.rotate-leave-active[data-v-7fc91c6d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7fc91c6d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}p[data-v-7fc91c6d]{line-height:22px;font-size:14px}.label-item[data-v-7fc91c6d]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-7fc91c6d]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-7fc91c6d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-7fc91c6d]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-7fc91c6d]{width:100%;margin:10px 0}.label-item .label-item_value select[data-v-7fc91c6d],.label-item .label-item_value input[data-v-7fc91c6d]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value input[data-v-7fc91c6d]::placeholder{color:#999;font-size:12PX}.label-item .label-item_value label[data-v-7fc91c6d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=checkbox][data-v-7fc91c6d]{top:0}.label-item .label-item_tips[data-v-7fc91c6d]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-7fc91c6d]{vertical-align:top}span.msg-warning[data-v-7fc91c6d]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}.label-message[data-v-7fc91c6d]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-container_body.setup-loading[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;text-align:center}.actioner-container_body.setup-loading span[data-v-7fc91c6d]{width:100%;display:block;font-size:1.2em;margin-top:1rem;color:#666}.actioner-container_body.setup-error[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;text-align:center}.actioner-container_body.setup-error svg.icon[data-v-7fc91c6d]{width:100px;height:100px}.actioner-container_body.setup-error span[data-v-7fc91c6d]{width:100%;display:block;font-size:1.4em;color:#ff6b6b}.actioner-container_body.setup-success[data-v-7fc91c6d]{display:flex;flex-wrap:wrap;align-items:center;align-content:center;justify-content:center}.actioner-container_body.setup-success svg.icon[data-v-7fc91c6d]{width:100px;height:100px}.actioner-container_body.setup-success .body-title[data-v-7fc91c6d]{width:100%;display:block;color:#1e1e1e;font-size:2em;padding:0;margin:1rem 0;text-align:center}.actioner-container_body.setup-success .body-tips[data-v-7fc91c6d]{text-align:center}.actioner-container_body.setup-success .body-info[data-v-7fc91c6d]{color:#666;font-size:1.3em;margin:1rem 0;width:100%;text-align:center}.actioner-container_body.setup-success .body-info span[data-v-7fc91c6d]{display:block}.actioner-container_body.setup-success .body-tips[data-v-7fc91c6d]{margin:1rem 0;display:block;width:100%}.actioner-container_body.setup-success .body-btns[data-v-7fc91c6d]{width:100%;margin-top:3rem}.actioner-container_body.setup-success .body-btns button[data-v-7fc91c6d]{display:block;width:100%!important;margin:.5rem 0}@keyframes bganimation-51f9d7a2{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-51f9d7a2{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-51f9d7a2{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-51f9d7a2]{animation:rotateEnter-51f9d7a2 .7s;position:relative}.rotate-leave-active[data-v-51f9d7a2]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-51f9d7a2]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-51f9d7a2]{display:block;width:100%;height:100%;border:none;resize:none}@keyframes bganimation-c07c8244{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-c07c8244{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-c07c8244{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-c07c8244]{animation:rotateEnter-c07c8244 .7s;position:relative}.rotate-leave-active[data-v-c07c8244]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-c07c8244]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-c07c8244]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-c07c8244]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-c07c8244]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-c07c8244]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-c07c8244]{width:100%}.label-item .label-item_value select[data-v-c07c8244]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-c07c8244]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-c07c8244]{top:0;margin:0}.label-item .label-item_tips[data-v-c07c8244]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-c07c8244]{vertical-align:top}span.msg-warning[data-v-c07c8244]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-13dc2cd6{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-13dc2cd6{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-13dc2cd6{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-13dc2cd6]{animation:rotateEnter-13dc2cd6 .7s;position:relative}.rotate-leave-active[data-v-13dc2cd6]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-13dc2cd6]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-13dc2cd6]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-13dc2cd6]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-13dc2cd6]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-13dc2cd6]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-13dc2cd6]{width:100%}.label-item .label-item_value select[data-v-13dc2cd6]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-13dc2cd6]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-13dc2cd6]{top:0;margin:0}.label-item .label-item_tips[data-v-13dc2cd6]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-13dc2cd6]{vertical-align:top}span.msg-warning[data-v-13dc2cd6]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-5643983d{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-5643983d{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-5643983d{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-5643983d]{animation:rotateEnter-5643983d .7s;position:relative}.rotate-leave-active[data-v-5643983d]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-5643983d]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.label-item[data-v-5643983d]{width:100%;margin:10px 0}.label-item .label-item_key[data-v-5643983d]{width:100%;font-size:14px;color:#999;margin-bottom:6px}.label-item .label-item_key span[data-v-5643983d]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-item .label-item_key span[data-v-5643983d]:before{content:"*";color:#f56c6c;margin-right:4px}.label-item .label-item_value[data-v-5643983d]{width:100%}.label-item .label-item_value select[data-v-5643983d]{width:100%;height:36px;line-height:36px;color:#000}.label-item .label-item_value label[data-v-5643983d]{width:100%;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:.5rem;border-bottom:1px solid #eee;padding-bottom:10px;font-size:14px;color:#666}.label-item .label-item_value label input[type=radio][data-v-5643983d]{top:0;margin:0}.label-item .label-item_tips[data-v-5643983d]{margin-top:10px;color:#666;font-size:14px}.label-item .label-item_tips svg[data-v-5643983d]{vertical-align:top}span.msg-warning[data-v-5643983d]{width:100%;text-align:left;font-size:14px;color:red;display:block;margin:10px 0}@keyframes bganimation-6ef94d02{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6ef94d02{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6ef94d02{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6ef94d02]{animation:rotateEnter-6ef94d02 .7s;position:relative}.rotate-leave-active[data-v-6ef94d02]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6ef94d02]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-6ef94d02]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-6ef94d02] .actioner-container{width:100%}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:20px;border-bottom:1px solid #eee;justify-content:center;padding:0 10px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-6ef94d02] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-6ef94d02] .actioner-container .actioner-container_body{padding:20px;width:100%;height:400px}@keyframes bganimation-6ef94d02{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-6ef94d02{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-6ef94d02{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-6ef94d02]{animation:rotateEnter-6ef94d02 .7s;position:relative}.rotate-leave-active[data-v-6ef94d02]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-6ef94d02]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-6ef94d02]{width:90%}}@keyframes bganimation-535a673b{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-535a673b{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-535a673b{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-535a673b]{animation:rotateEnter-535a673b .7s;position:relative}.rotate-leave-active[data-v-535a673b]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-535a673b]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.cbi-map-descr[data-v-535a673b]{margin-bottom:32px}.item-status[data-v-535a673b]{word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.item-status-detail[data-v-535a673b]{text-decoration:underline;cursor:help}@keyframes bganimation-2bc40d1c{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-2bc40d1c{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-2bc40d1c{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-2bc40d1c]{animation:rotateEnter-2bc40d1c .7s;position:relative}.rotate-leave-active[data-v-2bc40d1c]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-2bc40d1c]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}#page .cbi-map-descr[data-v-2bc40d1c]{margin-bottom:1rem}#page[data-v-2bc40d1c] .cbi-section{padding:1rem}#page[data-v-2bc40d1c] span.cbi-page-actions.control-group{width:100%;display:block}@keyframes bganimation-742230ae{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-742230ae{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-742230ae{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-742230ae]{animation:rotateEnter-742230ae .7s;position:relative}.rotate-leave-active[data-v-742230ae]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-742230ae]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.action-main[data-v-742230ae]{width:680px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.action-main[data-v-742230ae] .actioner-container{width:100%}.action-main[data-v-742230ae] .actioner-container .actioner-container_header{width:100%;height:50px;line-height:50px;display:flex;flex-wrap:wrap;align-items:center;font-size:16px;border-bottom:1px solid #eee;justify-content:flex-start;padding:0 1rem;color:#525f7f}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer{width:100%;height:50px;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:0 30px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer button{display:inline-block;width:100px!important;margin:0;margin-left:1rem;padding:0;border:none}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .close{min-width:65px;font-weight:400;line-height:30px;text-align:center;cursor:pointer;height:32px;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:14px;font-family:PingFangSC-Regular,PingFang SC;color:#000000d4;line-height:32px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next{min-width:65px;line-height:32px;text-align:center;cursor:pointer;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#fff;margin-left:20px;width:74px;height:32px;background:#553AFE;border-radius:2px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next.save{height:32px;background:#553AFE;border-radius:2px;line-height:16px}.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .next:hover,.action-main[data-v-742230ae] .actioner-container .actioner-container_footer .close:hover{opacity:.9}.action-main[data-v-742230ae] .actioner-container .actioner-container_body{padding:20px;width:100%;min-height:400px}.action-main[data-v-742230ae] .actioner-container .actioner-container_body label.cbi-value-title{width:150px!important}@keyframes bganimation-742230ae{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-742230ae{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-742230ae{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-742230ae]{animation:rotateEnter-742230ae .7s;position:relative}.rotate-leave-active[data-v-742230ae]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-742230ae]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 800px){.action-main[data-v-742230ae]{width:90%}}@keyframes bganimation-3f7c551e{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-3f7c551e{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-3f7c551e{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-3f7c551e]{animation:rotateEnter-3f7c551e .7s;position:relative}.rotate-leave-active[data-v-3f7c551e]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-3f7c551e]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-3f7c551e]{display:block;width:100%;height:400px;padding:1rem;font-size:14px;resize:none;border:none;background-color:#1e1e1e;color:#fff}@keyframes bganimation-7d3ebf99{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-7d3ebf99{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-7d3ebf99{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-7d3ebf99]{animation:rotateEnter-7d3ebf99 .7s;position:relative}.rotate-leave-active[data-v-7d3ebf99]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-7d3ebf99]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-7d3ebf99]{display:block;width:100%;height:400px;padding:1rem;font-size:14px;resize:none;border:none;background-color:#1e1e1e;color:#fff}@keyframes bganimation-76197cba{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-76197cba{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-76197cba{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-76197cba]{animation:rotateEnter-76197cba .7s;position:relative}.rotate-leave-active[data-v-76197cba]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-76197cba]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}textarea[data-v-76197cba]{display:block;width:100%;height:500px;padding:1rem;font-size:14px;resize:none;border:1px solid #999;border-radius:3px}.actioner-dns[data-v-2f7b866f]{width:860px;background-color:#fff;position:relative;z-index:99999;margin:auto;overflow:auto}.actioner-dns .actioner-dns_header[data-v-2f7b866f]{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:1rem;font-size:2em;border-bottom:1px solid #eee}.actioner-dns .actioner-dns_body[data-v-2f7b866f]{padding:1rem;min-height:50vh}.actioner-dns .actioner-dns_body .label-item[data-v-2f7b866f]{width:100%;margin:1rem 0}.actioner-dns .actioner-dns_body .label-item .label-item_key[data-v-2f7b866f]{width:100%;font-size:16px;color:#666;margin-bottom:10px}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-2f7b866f]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actioner-dns .actioner-dns_body .label-item .label-item_key span[data-v-2f7b866f]:before{content:"*";color:#f56c6c;margin-right:4px}.actioner-dns .actioner-dns_body .label-item .label-item_value[data-v-2f7b866f]{width:100%;margin-top:5px}.actioner-dns .actioner-dns_body .label-item .label-item_value select[data-v-2f7b866f],.actioner-dns .actioner-dns_body .label-item .label-item_value input[data-v-2f7b866f]{width:100%;min-height:36px}.actioner-dns .actioner-dns_body .label-message[data-v-2f7b866f]{width:100%;text-align:left;font-size:14px;color:red;text-align:center}.actioner-dns .config-message[data-v-2f7b866f]{width:100%;min-height:inherit;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2em}.actioner-dns .actioner-dns_footer[data-v-2f7b866f]{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:1rem;font-size:2em;border-top:1px solid #eee}.actioner-dns .actioner-dns_footer button[data-v-2f7b866f]{display:inline-block;width:100px!important;margin:0;margin-left:1rem}@keyframes bganimation-2f7b866f{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-2f7b866f{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-2f7b866f{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-2f7b866f]{animation:rotateEnter-2f7b866f .7s;position:relative}.rotate-leave-active[data-v-2f7b866f]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-2f7b866f]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}@media screen and (max-width: 1400px){.actioner-dns .actioner-dns_body[data-v-2f7b866f]{min-height:34vh}}@media screen and (max-width: 800px){.actioner-dns[data-v-2f7b866f]{width:100%}}@keyframes bganimation-589588f0{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotateEnter-589588f0{0%{transform:rotateY(180deg)}10%{transform:rotateY(198deg)}20%{transform:rotateY(216deg)}30%{transform:rotateY(234deg)}40%{transform:rotateY(252deg)}50%{transform:rotateY(270deg)}60%{transform:rotateY(288deg)}70%{transform:rotateY(306deg)}80%{transform:rotateY(324deg)}90%{transform:rotateY(342deg)}to{transform:rotateY(360deg)}}@keyframes turns-589588f0{0%{-webkit-transform:rotate(0deg)}25%{-webkit-transform:rotate(90deg)}50%{-webkit-transform:rotate(180deg)}75%{-webkit-transform:rotate(270deg)}to{-webkit-transform:rotate(360deg)}}.rotate-enter-active[data-v-589588f0]{animation:rotateEnter-589588f0 .7s;position:relative}.rotate-leave-active[data-v-589588f0]{opacity:0;display:none;position:relative;z-index:-999}.app-container[data-v-589588f0]{width:100%;background-color:#fff;box-shadow:0 0 10px 1px #bfbfbf24;padding:10px 30px;border-radius:6px;position:relative}.icon[data-v-589588f0]{width:48px;height:100%;cursor:pointer}.interface-device-flex[data-v-589588f0]{display:flex;justify-content:center}.interface-device-flex .app-container_status-label_bg[data-v-589588f0]{width:0;min-width:130px;max-width:230px;overflow-y:hidden;flex:1 0 160px}.cbi-section-table-row .td.btns[data-v-589588f0]{text-align:left!important} diff --git a/luci-app-quickstart/root/www/luci-static/quickstart/vendor.js b/luci-app-quickstart/root/www/luci-static/quickstart/vendor.js index 1253e8667..ff702f888 100644 --- a/luci-app-quickstart/root/www/luci-static/quickstart/vendor.js +++ b/luci-app-quickstart/root/www/luci-static/quickstart/vendor.js @@ -44,4 +44,4 @@ PERFORMANCE OF THIS SOFTWARE. `:"
",p=c.join(g);this._showOrMove(s,function(){this._updateContentNotChangedOnAxis(r,u)?this._updatePosition(s,v,o[0],o[1],this._tooltipContent,u):this._showTooltipContent(s,p,u,Math.random()+"",o[0],o[1],v,null,h)})},e.prototype._showSeriesItemTooltip=function(r,n,i){var a=this._ecModel,o=Bt(n),s=o.seriesIndex,l=a.getSeriesByIndex(s),u=o.dataModel||l,f=o.dataIndex,c=o.dataType,h=u.getData(c),v=this._renderMode,d=r.positionDefault,y=Ga([h.getItemModel(f),u,l&&(l.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),g=y.get("trigger");if(!(g!=null&&g!=="item")){var p=u.getDataParams(f,c),m=new Df;p.marker=m.makeTooltipMarker("item",hi(p.color),v);var _=Qg(u.formatTooltip(f,!1,c)),w=y.get("order"),b=y.get("valueFormatter"),S=_.frag,x=S?ny(b?q({valueFormatter:b},S):S,m,v,w,a.get("useUTC"),y.get("textStyle")):_.text,T="item_"+u.name+"_"+f;this._showOrMove(y,function(){this._showTooltipContent(y,x,p,T,r.offsetX,r.offsetY,r.position,r.target,m)}),i({type:"showTip",dataIndexInside:f,dataIndex:h.getRawIndex(f),seriesIndex:s,from:this.uid})}},e.prototype._showComponentItemTooltip=function(r,n,i){var a=Bt(n),o=a.tooltipConfig,s=o.option||{};if(nt(s)){var l=s;s={content:l,formatter:l}}var u=[s],f=this._ecModel.getComponent(a.componentMainType,a.componentIndex);f&&u.push(f),u.push({formatter:s.content});var c=r.positionDefault,h=Ga(u,this._tooltipModel,c?{position:c}:null),v=h.get("content"),d=Math.random()+"",y=new Df;this._showOrMove(h,function(){var g=St(h.get("formatterParams")||{});this._showTooltipContent(h,v,g,d,r.offsetX,r.offsetY,r.position,n,y)}),i({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(r,n,i,a,o,s,l,u,f){if(this._ticket="",!(!r.get("showContent")||!r.get("show"))){var c=this._tooltipContent;c.setEnterable(r.get("enterable"));var h=r.get("formatter");l=l||r.get("position");var v=n,d=this._getNearestPoint([o,s],i,r.get("trigger"),r.get("borderColor")),y=d.color;if(h)if(nt(h)){var g=r.ecModel.get("useUTC"),p=et(i)?i[0]:i,m=p&&p.axisType&&p.axisType.indexOf("time")>=0;v=h,m&&(v=hu(p.axisValue,v,g)),v=tw(v,i,!0)}else if(dt(h)){var _=Ht(function(w,b){w===this._ticket&&(c.setContent(b,f,r,y,l),this._updatePosition(r,l,o,s,c,i,u))},this);this._ticket=a,v=h(i,a,_)}else v=h;c.setContent(v,f,r,y,l),c.show(r,y),this._updatePosition(r,l,o,s,c,i,u)}},e.prototype._getNearestPoint=function(r,n,i,a){if(i==="axis"||et(n))return{color:a||(this._renderMode==="html"?"#fff":"none")};if(!et(n))return{color:a||n.color||n.borderColor}},e.prototype._updatePosition=function(r,n,i,a,o,s,l){var u=this._api.getWidth(),f=this._api.getHeight();n=n||r.get("position");var c=o.getSize(),h=r.get("align"),v=r.get("verticalAlign"),d=l&&l.getBoundingRect().clone();if(l&&d.applyTransform(l.transform),dt(n)&&(n=n([i,a],s,o.el,d,{viewSize:[u,f],contentSize:c.slice()})),et(n))i=ue(n[0],u),a=ue(n[1],f);else if(st(n)){var y=n;y.width=c[0],y.height=c[1];var g=No(y,{width:u,height:f});i=g.x,a=g.y,h=null,v=null}else if(nt(n)&&l){var p=Xk(n,d,c,r.get("borderWidth"));i=p[0],a=p[1]}else{var p=Uk(i,a,o,u,f,h?null:20,v?null:20);i=p[0],a=p[1]}if(h&&(i-=Sm(h)?c[0]/2:h==="right"?c[0]:0),v&&(a-=Sm(v)?c[1]/2:v==="bottom"?c[1]:0),GS(r)){var p=Yk(i,a,o,u,f);i=p[0],a=p[1]}o.moveTo(i,a)},e.prototype._updateContentNotChangedOnAxis=function(r,n){var i=this._lastDataByCoordSys,a=this._cbParamsList,o=!!i&&i.length===r.length;return o&&P(i,function(s,l){var u=s.dataByAxis||[],f=r[l]||{},c=f.dataByAxis||[];o=o&&u.length===c.length,o&&P(u,function(h,v){var d=c[v]||{},y=h.seriesDataIndices||[],g=d.seriesDataIndices||[];o=o&&h.value===d.value&&h.axisType===d.axisType&&h.axisId===d.axisId&&y.length===g.length,o&&P(y,function(p,m){var _=g[m];o=o&&p.seriesIndex===_.seriesIndex&&p.dataIndex===_.dataIndex}),a&&P(h.seriesDataIndices,function(p){var m=p.seriesIndex,_=n[m],w=a[m];_&&w&&w.data!==_.data&&(o=!1)})})}),this._lastDataByCoordSys=r,this._cbParamsList=n,!!o},e.prototype._hide=function(r){this._lastDataByCoordSys=null,r({type:"hideTip",from:this.uid})},e.prototype.dispose=function(r,n){mt.node||!n.getDom()||(eh(this,"_updatePosition"),this._tooltipContent.dispose(),gh("itemTooltip",n))},e.type="tooltip",e}(Br);function Ga(t,e,r){var n=e.ecModel,i;r?(i=new ae(r,n,n),i=new ae(e.option,i,n)):i=e;for(var a=t.length-1;a>=0;a--){var o=t[a];o&&(o instanceof ae&&(o=o.get("tooltip",!0)),nt(o)&&(o={formatter:o}),o&&(i=new ae(o,i,n)))}return i}function wm(t,e){return t.dispatchAction||Ht(e.dispatchAction,e)}function Uk(t,e,r,n,i,a,o){var s=r.getSize(),l=s[0],u=s[1];return a!=null&&(t+l+a+2>n?t-=l+a:t+=a),o!=null&&(e+u+o>i?e-=u+o:e+=o),[t,e]}function Yk(t,e,r,n,i){var a=r.getSize(),o=a[0],s=a[1];return t=Math.min(t+o,n)-o,e=Math.min(e+s,i)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function Xk(t,e,r,n){var i=r[0],a=r[1],o=Math.ceil(Math.SQRT2*n)+8,s=0,l=0,u=e.width,f=e.height;switch(t){case"inside":s=e.x+u/2-i/2,l=e.y+f/2-a/2;break;case"top":s=e.x+u/2-i/2,l=e.y-a-o;break;case"bottom":s=e.x+u/2-i/2,l=e.y+f+o;break;case"left":s=e.x-i-o,l=e.y+f/2-a/2;break;case"right":s=e.x+u+o,l=e.y+f/2-a/2}return[s,l]}function Sm(t){return t==="center"||t==="middle"}function qk(t,e,r){var n=yv(t).queryOptionMap,i=n.keys()[0];if(!(!i||i==="series")){var a=jo(e,i,n.get(i),{useDefault:!1,enableAll:!1,enableNone:!1}),o=a.models[0];if(!!o){var s=r.getViewOfComponentModel(o),l;if(s.group.traverse(function(u){var f=Bt(u).tooltipConfig;if(f&&f.name===t.name)return l=u,!0}),l)return{componentMainType:i,componentIndex:o.componentIndex,el:l}}}}var Kk=Wk;function bN(t){vi($S),t.registerComponentModel(Pk),t.registerComponentView(Kk),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},_e),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},_e)}var Zk=function(t){J(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r.layoutMode={type:"box",ignoreSize:!0},r}return e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(zt),jk=function(t){J(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r}return e.prototype.render=function(r,n,i){if(this.group.removeAll(),!!r.get("show")){var a=this.group,o=r.getModel("textStyle"),s=r.getModel("subtextStyle"),l=r.get("textAlign"),u=Mt(r.get("textBaseline"),r.get("textVerticalAlign")),f=new he({style:Sn(o,{text:r.get("text"),fill:o.getTextColor()},{disableBox:!0}),z2:10}),c=f.getBoundingRect(),h=r.get("subtext"),v=new he({style:Sn(s,{text:h,fill:s.getTextColor(),y:c.height+r.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=r.get("link"),y=r.get("sublink"),g=r.get("triggerEvent",!0);f.silent=!d&&!g,v.silent=!y&&!g,d&&f.on("click",function(){Og(d,"_"+r.get("target"))}),y&&v.on("click",function(){Og(y,"_"+r.get("subtarget"))}),Bt(f).eventData=Bt(v).eventData=g?{componentType:"title",componentIndex:r.componentIndex}:null,a.add(f),h&&a.add(v);var p=a.getBoundingRect(),m=r.getBoxLayoutParams();m.width=p.width,m.height=p.height;var _=No(m,{width:i.getWidth(),height:i.getHeight()},r.get("padding"));l||(l=r.get("left")||r.get("right"),l==="middle"&&(l="center"),l==="right"?_.x+=_.width:l==="center"&&(_.x+=_.width/2)),u||(u=r.get("top")||r.get("bottom"),u==="center"&&(u="middle"),u==="bottom"?_.y+=_.height:u==="middle"&&(_.y+=_.height/2),u=u||"top"),a.x=_.x,a.y=_.y,a.markRedraw();var w={align:l,verticalAlign:u};f.setStyle(w),v.setStyle(w),p=a.getBoundingRect();var b=_.margin,S=r.getItemStyle(["color","opacity"]);S.fill=r.get("backgroundColor");var x=new Qt({shape:{x:p.x-b[3],y:p.y-b[0],width:p.width+b[1]+b[3],height:p.height+b[0]+b[2],r:r.get("borderRadius")},style:S,subPixelOptimize:!0,silent:!0});a.add(x)}},e.type="title",e}(Br);function xN(t){t.registerComponentModel(Zk),t.registerComponentView(jk)}function XS(t,e){var r=t.mapDimensionsAll("defaultedLabel"),n=r.length;if(n===1){var i=la(t,e,r[0]);return i!=null?i+"":null}else if(n){for(var a=[],o=0;o=0&&n.push(e[a])}return n.join(" ")}var Jk=function(t){J(e,t);function e(r,n,i,a){var o=t.call(this)||this;return o.updateData(r,n,i,a),o}return e.prototype._createSymbol=function(r,n,i,a,o){this.removeAll();var s=ua(r,-1,-1,2,2,null,o);s.attr({z2:100,culling:!0,scaleX:a[0]/2,scaleY:a[1]/2}),s.drift=tB,this._symbolType=r,this.add(s)},e.prototype.stopSymbolAnimation=function(r){this.childAt(0).stopAnimation(null,r)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){Pl(this.childAt(0))},e.prototype.downplay=function(){Il(this.childAt(0))},e.prototype.setZ=function(r,n){var i=this.childAt(0);i.zlevel=r,i.z=n},e.prototype.setDraggable=function(r){var n=this.childAt(0);n.draggable=r,n.cursor=r?"move":n.cursor},e.prototype.updateData=function(r,n,i,a){this.silent=!1;var o=r.getItemVisual(n,"symbol")||"circle",s=r.hostModel,l=e.getSymbolSize(r,n),u=o!==this._symbolType,f=a&&a.disableAnimation;if(u){var c=r.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,r,n,l,c)}else{var h=this.childAt(0);h.silent=!1;var v={scaleX:l[0]/2,scaleY:l[1]/2};f?h.attr(v):wn(h,v,s,n),tI(h)}if(this._updateCommon(r,n,l,i,a),u){var h=this.childAt(0);if(!f){var v={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:h.style.opacity}};h.scaleX=h.scaleY=0,h.style.opacity=0,Jo(h,v,s,n)}}f&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(r,n,i,a,o){var s=this.childAt(0),l=r.hostModel,u,f,c,h,v,d,y,g,p;if(a&&(u=a.emphasisItemStyle,f=a.blurItemStyle,c=a.selectItemStyle,h=a.focus,v=a.blurScope,y=a.labelStatesModels,g=a.hoverScale,p=a.cursorStyle,d=a.emphasisDisabled),!a||r.hasItemOption){var m=a&&a.itemModel?a.itemModel:r.getItemModel(n),_=m.getModel("emphasis");u=_.getModel("itemStyle").getItemStyle(),c=m.getModel(["select","itemStyle"]).getItemStyle(),f=m.getModel(["blur","itemStyle"]).getItemStyle(),h=_.get("focus"),v=_.get("blurScope"),d=_.get("disabled"),y=Rv(m),g=_.getShallow("scale"),p=m.getShallow("cursor")}var w=r.getItemVisual(n,"symbolRotate");s.attr("rotation",(w||0)*Math.PI/180||0);var b=Fw(r.getItemVisual(n,"symbolOffset"),i);b&&(s.x=b[0],s.y=b[1]),p&&s.attr("cursor",p);var S=r.getItemVisual(n,"style"),x=S.fill;if(s instanceof pi){var T=s.style;s.useStyle(q({image:T.image,x:T.x,y:T.y,width:T.width,height:T.height},S))}else s.__isEmptyBrush?s.useStyle(q({},S)):s.useStyle(S),s.style.decal=null,s.setColor(x,o&&o.symbolInnerColor),s.style.strokeNoScale=!0;var M=r.getItemVisual(n,"liftZ"),D=this._z2;M!=null?D==null&&(this._z2=s.z2,s.z2+=M):D!=null&&(s.z2=D,this._z2=null);var I=o&&o.useNameLabel;Lv(s,y,{labelFetcher:l,labelDataIndex:n,defaultText:A,inheritColor:x,defaultOpacity:S.opacity});function A(H){return I?r.getName(H):XS(r,H)}this._sizeX=i[0]/2,this._sizeY=i[1]/2;var L=s.ensureState("emphasis");if(L.style=u,s.ensureState("select").style=c,s.ensureState("blur").style=f,g){var O=Math.max(1.1,3/this._sizeY);L.scaleX=this._sizeX*O,L.scaleY=this._sizeY*O}this.setSymbolScale(1),Wc(this,h,v,d)},e.prototype.setSymbolScale=function(r){this.scaleX=this.scaleY=r},e.prototype.fadeOut=function(r,n,i){var a=this.childAt(0),o=Bt(this).dataIndex,s=i&&i.animation;if(this.silent=a.silent=!0,i&&i.fadeLabel){var l=a.getTextContent();l&&Ll(l,{style:{opacity:0}},n,{dataIndex:o,removeOpt:s,cb:function(){a.removeTextContent()}})}else a.removeTextContent();Ll(a,{style:{opacity:0},scaleX:0,scaleY:0},n,{dataIndex:o,cb:r,removeOpt:s})},e.getSymbolSize=function(r,n){return jL(r.getItemVisual(n,"symbolSize"))},e}(ce);function tB(t,e){this.parent.drift(t,e)}var ad=Jk;function Uf(t,e,r,n){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(n.isIgnore&&n.isIgnore(r))&&!(n.clipShape&&!n.clipShape.contain(e[0],e[1]))&&t.getItemVisual(r,"symbol")!=="none"}function bm(t){return t!=null&&!st(t)&&(t={isIgnore:t}),t||{}}function xm(t){var e=t.hostModel,r=e.getModel("emphasis");return{emphasisItemStyle:r.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:r.get("focus"),blurScope:r.get("blurScope"),emphasisDisabled:r.get("disabled"),hoverScale:r.get("scale"),labelStatesModels:Rv(e),cursorStyle:e.get("cursor")}}var eB=function(){function t(e){this.group=new ce,this._SymbolCtor=e||ad}return t.prototype.updateData=function(e,r){this._progressiveEls=null,r=bm(r);var n=this.group,i=e.hostModel,a=this._data,o=this._SymbolCtor,s=r.disableAnimation,l=xm(e),u={disableAnimation:s},f=r.getSymbolPoint||function(c){return e.getItemLayout(c)};a||n.removeAll(),e.diff(a).add(function(c){var h=f(c);if(Uf(e,h,c,r)){var v=new o(e,c,l,u);v.setPosition(h),e.setItemGraphicEl(c,v),n.add(v)}}).update(function(c,h){var v=a.getItemGraphicEl(h),d=f(c);if(!Uf(e,d,c,r)){n.remove(v);return}var y=e.getItemVisual(c,"symbol")||"circle",g=v&&v.getSymbolType&&v.getSymbolType();if(!v||g&&g!==y)n.remove(v),v=new o(e,c,l,u),v.setPosition(d);else{v.updateData(e,c,l,u);var p={x:d[0],y:d[1]};s?v.attr(p):wn(v,p,i)}n.add(v),e.setItemGraphicEl(c,v)}).remove(function(c){var h=a.getItemGraphicEl(c);h&&h.fadeOut(function(){n.remove(h)},i)}).execute(),this._getSymbolPoint=f,this._data=e},t.prototype.updateLayout=function(){var e=this,r=this._data;r&&r.eachItemGraphicEl(function(n,i){var a=e._getSymbolPoint(i);n.setPosition(a),n.markRedraw()})},t.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=xm(e),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(e,r,n){this._progressiveEls=[],n=bm(n);function i(l){l.isGroup||(l.incremental=!0,l.ensureState("emphasis").hoverLayer=!0)}for(var a=e.start;a=0},e.prototype.getOrient=function(){return this.get("orient")==="vertical"?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(zt),yh=aB,ki=jt,mh=P,Gs=ce,oB=function(t){J(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r.newlineDisabled=!1,r}return e.prototype.init=function(){this.group.add(this._contentGroup=new Gs),this.group.add(this._selectorGroup=new Gs),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(r,n,i){var a=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),!!r.get("show",!0)){var o=r.get("align"),s=r.get("orient");(!o||o==="auto")&&(o=r.get("left")==="right"&&s==="vertical"?"right":"left");var l=r.get("selector",!0),u=r.get("selectorPosition",!0);l&&(!u||u==="auto")&&(u=s==="horizontal"?"end":"start"),this.renderInner(o,r,n,i,l,s,u);var f=r.getBoxLayoutParams(),c={width:i.getWidth(),height:i.getHeight()},h=r.get("padding"),v=No(f,c,h),d=this.layoutInner(r,o,v,a,l,u),y=No(Dt({width:d.width,height:d.height},f),c,h);this.group.x=y.x-d.x,this.group.y=y.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=Dk(d,r))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(r,n,i,a,o,s,l){var u=this.getContentGroup(),f=gt(),c=n.get("selectedMode"),h=[];i.eachRawSeries(function(v){!v.get("legendHoverLink")&&h.push(v.id)}),mh(n.getData(),function(v,d){var y=v.get("name");if(!this.newlineDisabled&&(y===""||y===` `)){var g=new Gs;g.newline=!0,u.add(g);return}var p=i.getSeriesByName(y)[0];if(!f.get(y))if(p){var m=p.getData(),_=m.getVisual("legendLineStyle")||{},w=m.getVisual("legendIcon"),b=m.getVisual("style"),S=this._createItem(p,y,d,v,n,r,_,b,w,c);S.on("click",ki(Cm,y,null,a,h)).on("mouseover",ki(_h,p.name,null,a,h)).on("mouseout",ki(wh,p.name,null,a,h)),f.set(y,!0)}else i.eachRawSeries(function(x){if(!f.get(y)&&x.legendVisualProvider){var T=x.legendVisualProvider;if(!T.containName(y))return;var M=T.indexOfName(y),D=T.getItemVisual(M,"style"),I=T.getItemVisual(M,"legendIcon"),A=Er(D.fill);A&&A[3]===0&&(A[3]=.2,D=q(q({},D),{fill:nu(A,"rgba")}));var L=this._createItem(x,y,d,v,n,r,{},D,I,c);L.on("click",ki(Cm,null,y,a,h)).on("mouseover",ki(_h,null,y,a,h)).on("mouseout",ki(wh,null,y,a,h)),f.set(y,!0)}},this)},this),o&&this._createSelector(o,n,a,s,l)},e.prototype._createSelector=function(r,n,i,a,o){var s=this.getSelectorGroup();mh(r,function(u){var f=u.type,c=new he({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){i.dispatchAction({type:f==="all"?"legendAllSelect":"legendInverseSelect"})}});s.add(c);var h=n.getModel("selectorLabel"),v=n.getModel(["emphasis","selectorLabel"]);Lv(c,{normal:h,emphasis:v},{defaultText:u.title}),Gc(c)})},e.prototype._createItem=function(r,n,i,a,o,s,l,u,f,c){var h=r.visualDrawType,v=o.get("itemWidth"),d=o.get("itemHeight"),y=o.isSelected(n),g=a.get("symbolRotate"),p=a.get("symbolKeepAspect"),m=a.get("icon");f=m||f||"roundRect";var _=sB(f,a,l,u,h,y),w=new Gs,b=a.getModel("textStyle");if(dt(r.getLegendIcon)&&(!m||m==="inherit"))w.add(r.getLegendIcon({itemWidth:v,itemHeight:d,icon:f,iconRotate:g,itemStyle:_.itemStyle,lineStyle:_.lineStyle,symbolKeepAspect:p}));else{var S=m==="inherit"&&r.getData().getVisual("symbol")?g==="inherit"?r.getData().getVisual("symbolRotate"):g:0;w.add(lB({itemWidth:v,itemHeight:d,icon:f,iconRotate:S,itemStyle:_.itemStyle,lineStyle:_.lineStyle,symbolKeepAspect:p}))}var x=s==="left"?v+5:-5,T=s,M=o.get("formatter"),D=n;nt(M)&&M?D=M.replace("{name}",n!=null?n:""):dt(M)&&(D=M(n));var I=a.get("inactiveColor");w.add(new he({style:Sn(b,{text:D,x,y:d/2,fill:y?b.getTextColor():I,align:T,verticalAlign:"middle"})}));var A=new Qt({shape:w.getBoundingRect(),invisible:!0}),L=a.getModel("tooltip");return L.get("show")&&Iv({el:A,componentModel:o,itemName:n,itemTooltipOption:L.option}),w.add(A),w.eachChild(function(O){O.silent=!0}),A.silent=!c,this.getContentGroup().add(w),Gc(w),w.__legendDataIndex=i,w},e.prototype.layoutInner=function(r,n,i,a,o,s){var l=this.getContentGroup(),u=this.getSelectorGroup();go(r.get("orient"),l,r.get("itemGap"),i.width,i.height);var f=l.getBoundingRect(),c=[-f.x,-f.y];if(u.markRedraw(),l.markRedraw(),o){go("horizontal",u,r.get("selectorItemGap",!0));var h=u.getBoundingRect(),v=[-h.x,-h.y],d=r.get("selectorButtonGap",!0),y=r.getOrient().index,g=y===0?"width":"height",p=y===0?"height":"width",m=y===0?"y":"x";s==="end"?v[y]+=f[g]+d:c[y]+=h[g]+d,v[1-y]+=f[p]/2-h[p]/2,u.x=v[0],u.y=v[1],l.x=c[0],l.y=c[1];var _={x:0,y:0};return _[g]=f[g]+d+h[g],_[p]=Math.max(f[p],h[p]),_[m]=Math.min(0,h[m]+v[1-y]),_}else return l.x=c[0],l.y=c[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(Br);function sB(t,e,r,n,i,a){function o(d,y){d.lineWidth==="auto"&&(d.lineWidth=y.lineWidth>0?2:0),mh(d,function(g,p){d[p]==="inherit"&&(d[p]=y[p])})}var s=e.getModel("itemStyle"),l=s.getItemStyle(),u=t.lastIndexOf("empty",0)===0?"fill":"stroke";l.decal=n.decal,l.fill==="inherit"&&(l.fill=n[i]),l.stroke==="inherit"&&(l.stroke=n[u]),l.opacity==="inherit"&&(l.opacity=(i==="fill"?n:r).opacity),o(l,n);var f=e.getModel("lineStyle"),c=f.getLineStyle();if(o(c,r),l.fill==="auto"&&(l.fill=n.fill),l.stroke==="auto"&&(l.stroke=n.fill),c.stroke==="auto"&&(c.stroke=n.fill),!a){var h=e.get("inactiveBorderWidth"),v=l[u];l.lineWidth=h==="auto"?n.lineWidth>0&&v?2:0:l.lineWidth,l.fill=e.get("inactiveColor"),l.stroke=e.get("inactiveBorderColor"),c.stroke=f.get("inactiveColor"),c.lineWidth=f.get("inactiveWidth")}return{itemStyle:l,lineStyle:c}}function lB(t){var e=t.icon||"roundRect",r=ua(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill,t.symbolKeepAspect);return r.setStyle(t.itemStyle),r.rotation=(t.iconRotate||0)*Math.PI/180,r.setOrigin([t.itemWidth/2,t.itemHeight/2]),e.indexOf("empty")>-1&&(r.style.stroke=r.style.fill,r.style.fill="#fff",r.style.lineWidth=2),r}function Cm(t,e,r,n){wh(t,e,r,n),r.dispatchAction({type:"legendToggleSelect",name:t!=null?t:e}),_h(t,e,r,n)}function qS(t){for(var e=t.getZr().storage.getDisplayList(),r,n=0,i=e.length;ni[o],g=[-v.x,-v.y];n||(g[a]=f[u]);var p=[0,0],m=[-d.x,-d.y],_=Mt(r.get("pageButtonGap",!0),r.get("itemGap",!0));if(y){var w=r.get("pageButtonPosition",!0);w==="end"?m[a]+=i[o]-d[o]:p[a]+=d[o]+_}m[1-a]+=v[s]/2-d[s]/2,f.setPosition(g),c.setPosition(p),h.setPosition(m);var b={x:0,y:0};if(b[o]=y?i[o]:v[o],b[s]=Math.max(v[s],d[s]),b[l]=Math.min(0,d[l]+m[1-a]),c.__rectSize=i[o],y){var S={x:0,y:0};S[o]=Math.max(i[o]-d[o]-_,0),S[s]=b[s],c.setClipPath(new Qt({shape:S})),c.__rectSize=S[o]}else h.eachChild(function(T){T.attr({invisible:!0,silent:!0})});var x=this._getPageInfo(r);return x.pageIndex!=null&&wn(f,{x:x.contentPosition[0],y:x.contentPosition[1]},y?r:null),this._updatePageInfoView(r,x),b},e.prototype._pageGo=function(r,n,i){var a=this._getPageInfo(n)[r];a!=null&&i.dispatchAction({type:"legendScroll",scrollDataIndex:a,legendId:n.id})},e.prototype._updatePageInfoView=function(r,n){var i=this._controllerGroup;P(["pagePrev","pageNext"],function(f){var c=f+"DataIndex",h=n[c]!=null,v=i.childOfName(f);v&&(v.setStyle("fill",h?r.get("pageIconColor",!0):r.get("pageIconInactiveColor",!0)),v.cursor=h?"pointer":"default")});var a=i.childOfName("pageText"),o=r.get("pageFormatter"),s=n.pageIndex,l=s!=null?s+1:0,u=n.pageCount;a&&o&&a.setStyle("text",nt(o)?o.replace("{current}",l==null?"":l+"").replace("{total}",u==null?"":u+""):o({current:l,total:u}))},e.prototype._getPageInfo=function(r){var n=r.get("scrollDataIndex",!0),i=this.getContentGroup(),a=this._containerGroup.__rectSize,o=r.getOrient().index,s=Yf[o],l=Xf[o],u=this._findTargetItemIndex(n),f=i.children(),c=f[u],h=f.length,v=h?1:0,d={contentPosition:[i.x,i.y],pageCount:v,pageIndex:v-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!c)return d;var y=w(c);d.contentPosition[o]=-y.s;for(var g=u+1,p=y,m=y,_=null;g<=h;++g)_=w(f[g]),(!_&&m.e>p.s+a||_&&!b(_,p.s))&&(m.i>p.i?p=m:p=_,p&&(d.pageNextDataIndex==null&&(d.pageNextDataIndex=p.i),++d.pageCount)),m=_;for(var g=u-1,p=y,m=y,_=null;g>=-1;--g)_=w(f[g]),(!_||!b(m,_.s))&&p.i=x&&S.s<=x+a}},e.prototype._findTargetItemIndex=function(r){if(!this._showController)return 0;var n,i=this.getContentGroup(),a;return i.eachChild(function(o,s){var l=o.__legendDataIndex;a==null&&l!=null&&(a=s),l===r&&(n=s)}),n!=null?n:a},e.type="legend.scroll",e}(KS),dB=vB;function pB(t){t.registerAction("legendScroll","legendscroll",function(e,r){var n=e.scrollDataIndex;n!=null&&r.eachComponent({mainType:"legend",subType:"scroll",query:e},function(i){i.setScrollDataIndex(n)})})}function gB(t){vi(ZS),t.registerComponentModel(hB),t.registerComponentView(dB),pB(t)}function CN(t){vi(ZS),vi(gB)}var yB=function(t){J(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r.hasSymbolVisual=!0,r}return e.prototype.getInitialData=function(r){return d2(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(r){var n=new ce,i=ua("line",0,r.itemHeight/2,r.itemWidth,0,r.lineStyle.stroke,!1);n.add(i),i.setStyle(r.lineStyle);var a=this.getData().getVisual("symbol"),o=this.getData().getVisual("symbolRotate"),s=a==="none"?"circle":a,l=r.itemHeight*.8,u=ua(s,(r.itemWidth-l)/2,(r.itemHeight-l)/2,l,l,r.itemStyle.fill);n.add(u),u.setStyle(r.itemStyle);var f=r.iconRotate==="inherit"?o:r.iconRotate||0;return u.rotation=f*Math.PI/180,u.setOrigin([r.itemWidth/2,r.itemHeight/2]),s.indexOf("empty")>-1&&(u.style.stroke=u.style.fill,u.style.fill="#fff",u.style.lineWidth=2),n},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Vo),mB=yB;function jS(t,e,r){var n=t.getBaseAxis(),i=t.getOtherAxis(n),a=_B(i,r),o=n.dim,s=i.dim,l=e.mapDimension(s),u=e.mapDimension(o),f=s==="x"||s==="radius"?1:0,c=ct(t.dimensions,function(d){return e.mapDimension(d)}),h=!1,v=e.getCalculationInfo("stackResultDimension");return Wo(e,c[0])&&(h=!0,c[0]=v),Wo(e,c[1])&&(h=!0,c[1]=v),{dataDimsForPoint:c,valueStart:a,valueAxisDim:s,baseAxisDim:o,stacked:!!h,valueDim:l,baseDim:u,baseDataOffset:f,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function _B(t,e){var r=0,n=t.scale.getExtent();return e==="start"?r=n[0]:e==="end"?r=n[1]:n[0]>0?r=n[0]:n[1]<0&&(r=n[1]),r}function QS(t,e,r,n){var i=NaN;t.stacked&&(i=r.get(r.getCalculationInfo("stackedOverDimension"),n)),isNaN(i)&&(i=t.valueStart);var a=t.baseDataOffset,o=[];return o[a]=r.get(t.baseDim,n),o[1-a]=i,e.dataToPoint(o)}function wB(t,e){var r=[];return e.diff(t).add(function(n){r.push({cmd:"+",idx:n})}).update(function(n,i){r.push({cmd:"=",idx:i,idx1:n})}).remove(function(n){r.push({cmd:"-",idx:n})}).execute(),r}function SB(t,e,r,n,i,a,o,s){for(var l=wB(t,e),u=[],f=[],c=[],h=[],v=[],d=[],y=[],g=jS(i,e,o),p=t.getLayout("points")||[],m=e.getLayout("points")||[],_=0;_=i||y<0)break;if(ai(p,m)){if(l){y+=a;continue}break}if(y===r)t[a>0?"moveTo":"lineTo"](p,m),c=p,h=m;else{var _=p-u,w=m-f;if(_*_+w*w<.5){y+=a;continue}if(o>0){for(var b=y+a,S=e[b*2],x=e[b*2+1];S===p&&x===m&&g=n||ai(S,x))v=p,d=m;else{D=S-u,I=x-f;var O=p-u,H=S-p,B=m-f,Q=x-m,G=void 0,Z=void 0;if(s==="x"){G=Math.abs(O),Z=Math.abs(H);var lt=D>0?1:-1;v=p-lt*G*o,d=m,A=p+lt*Z*o,L=m}else if(s==="y"){G=Math.abs(B),Z=Math.abs(Q);var _t=I>0?1:-1;v=p,d=m-_t*G*o,A=p,L=m+_t*Z*o}else G=Math.sqrt(O*O+B*B),Z=Math.sqrt(H*H+Q*Q),M=Z/(Z+G),v=p-D*o*(1-M),d=m-I*o*(1-M),A=p+D*o*M,L=m+I*o*M,A=jr(A,Qr(S,p)),L=jr(L,Qr(x,m)),A=Qr(A,jr(S,p)),L=Qr(L,jr(x,m)),D=A-p,I=L-m,v=p-D*G/Z,d=m-I*G/Z,v=jr(v,Qr(u,p)),d=jr(d,Qr(f,m)),v=Qr(v,jr(u,p)),d=Qr(d,jr(f,m)),D=p-v,I=m-d,A=p+D*Z/G,L=m+I*Z/G}t.bezierCurveTo(c,h,v,d,p,m),c=A,h=L}else t.lineTo(p,m)}u=p,f=m,y+=a}return g}var JS=function(){function t(){this.smooth=0,this.smoothConstraint=!0}return t}(),bB=function(t){J(e,t);function e(r){var n=t.call(this,r)||this;return n.type="ec-polyline",n}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new JS},e.prototype.buildPath=function(r,n){var i=n.points,a=0,o=i.length/2;if(n.connectNulls){for(;o>0&&ai(i[o*2-2],i[o*2-1]);o--);for(;a=0){var w=u?(d-l)*_+l:(v-s)*_+s;return u?[r,w]:[w,r]}s=v,l=d;break;case o.C:v=a[c++],d=a[c++],y=a[c++],g=a[c++],p=a[c++],m=a[c++];var b=u?Sl(s,v,y,p,r,f):Sl(l,d,g,m,r,f);if(b>0)for(var S=0;S=0){var w=u?Xt(l,d,g,m,x):Xt(s,v,y,p,x);return u?[r,w]:[w,r]}}s=p,l=m;break}}},e}(kt),xB=function(t){J(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(JS),CB=function(t){J(e,t);function e(r){var n=t.call(this,r)||this;return n.type="ec-polygon",n}return e.prototype.getDefaultShape=function(){return new xB},e.prototype.buildPath=function(r,n){var i=n.points,a=n.stackedOnPoints,o=0,s=i.length/2,l=n.smoothMonotone;if(n.connectNulls){for(;s>0&&ai(i[s*2-2],i[s*2-1]);s--);for(;oe){a?r.push(o(a,l,e)):i&&r.push(o(i,l,0),o(i,l,e));break}else i&&(r.push(o(i,l,0)),i=null),r.push(l),a=l}return r}function PB(t,e,r){var n=t.getVisual("visualMeta");if(!(!n||!n.length||!t.count())&&e.type==="cartesian2d"){for(var i,a,o=n.length-1;o>=0;o--){var s=t.getDimensionInfo(n[o].dimension);if(i=s&&s.coordDim,i==="x"||i==="y"){a=n[o];break}}if(!!a){var l=e.getAxis(i),u=ct(a.stops,function(_){return{coord:l.toGlobalCoord(l.dataToCoord(_.value)),color:_.color}}),f=u.length,c=a.outerColors.slice();f&&u[0].coord>u[f-1].coord&&(u.reverse(),c.reverse());var h=AB(u,i==="x"?r.getWidth():r.getHeight()),v=h.length;if(!v&&f)return u[0].coord<0?c[1]?c[1]:u[f-1].color:c[0]?c[0]:u[0].color;var d=10,y=h[0].coord-d,g=h[v-1].coord+d,p=g-y;if(p<.001)return"transparent";P(h,function(_){_.offset=(_.coord-y)/p}),h.push({offset:v?h[v-1].offset:.5,color:c[1]||"transparent"}),h.unshift({offset:v?h[0].offset:.5,color:c[0]||"transparent"});var m=new R1(0,0,0,0,h,!0);return m[i]=y,m[i+"2"]=g,m}}}function IB(t,e,r){var n=t.get("showAllSymbol"),i=n==="auto";if(!(n&&!i)){var a=r.getAxesByScale("ordinal")[0];if(!!a&&!(i&&EB(a,e))){var o=e.mapDimension(a.dim),s={};return P(a.getViewLabels(),function(l){var u=a.scale.getRawOrdinalNumber(l.tickValue);s[u]=1}),function(l){return!s.hasOwnProperty(e.get(o,l))}}}}function EB(t,e){var r=t.getExtent(),n=Math.abs(r[1]-r[0])/t.scale.count();isNaN(n)&&(n=0);for(var i=e.count(),a=Math.max(1,Math.round(i/5)),o=0;on)return!1;return!0}function LB(t,e){return isNaN(t)||isNaN(e)}function RB(t){for(var e=t.length/2;e>0&&LB(t[e*2-2],t[e*2-1]);e--);return e-1}function Em(t,e){return[t[e*2],t[e*2+1]]}function OB(t,e,r){for(var n=t.length/2,i=r==="x"?0:1,a,o,s=0,l=-1,u=0;u=e||a>=e&&o<=e){l=u;break}s=u,a=o}return{range:[s,l],t:(e-a)/(o-a)}}function tb(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&r.get(["emphasis","lineStyle","width"])==="bolder"){var lt=y.getState("emphasis").style;lt.lineWidth=+y.style.lineWidth+1}Bt(y).seriesIndex=r.seriesIndex,Wc(y,Q,G,Z);var _t=Im(r.get("smooth")),yt=r.get("smoothMonotone");if(y.setShape({smooth:_t,smoothMonotone:yt,connectNulls:T}),g){var pt=l.getCalculationInfo("stackedOnSeries"),At=0;g.useStyle(Dt(f.getAreaStyle(),{fill:L,opacity:.7,lineJoin:"bevel",decal:l.getVisual("style").decal})),pt&&(At=Im(pt.get("smooth"))),g.setShape({smooth:_t,stackedOnSmooth:At,smoothMonotone:yt,connectNulls:T}),vg(g,r,"areaStyle"),Bt(g).seriesIndex=r.seriesIndex,Wc(g,Q,G,Z)}var k=function(W){a._changePolyState(W)};l.eachItemGraphicEl(function(W){W&&(W.onHoverStateChange=k)}),this._polyline.onHoverStateChange=k,this._data=l,this._coordSys=o,this._stackedOnPoints=S,this._points=c,this._step=I,this._valueOrigin=w,r.get("triggerLineEvent")&&(this.packEventData(r,y),g&&this.packEventData(r,g))},e.prototype.packEventData=function(r,n){Bt(n).eventData={componentType:"series",componentSubType:"line",componentIndex:r.componentIndex,seriesIndex:r.seriesIndex,seriesName:r.name,seriesType:"line"}},e.prototype.highlight=function(r,n,i,a){var o=r.getData(),s=ui(o,a);if(this._changePolyState("emphasis"),!(s instanceof Array)&&s!=null&&s>=0){var l=o.getLayout("points"),u=o.getItemGraphicEl(s);if(!u){var f=l[s*2],c=l[s*2+1];if(isNaN(f)||isNaN(c)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(f,c))return;var h=r.get("zlevel"),v=r.get("z");u=new ad(o,s),u.x=f,u.y=c,u.setZ(h,v);var d=u.getSymbolPath().getTextContent();d&&(d.zlevel=h,d.z=v,d.z2=this._polyline.z2+1),u.__temp=!0,o.setItemGraphicEl(s,u),u.stopSymbolAnimation(!0),this.group.add(u)}u.highlight()}else gn.prototype.highlight.call(this,r,n,i,a)},e.prototype.downplay=function(r,n,i,a){var o=r.getData(),s=ui(o,a);if(this._changePolyState("normal"),s!=null&&s>=0){var l=o.getItemGraphicEl(s);l&&(l.__temp?(o.setItemGraphicEl(s,null),this.group.remove(l)):l.downplay())}else gn.prototype.downplay.call(this,r,n,i,a)},e.prototype._changePolyState=function(r){var n=this._polygon;lg(this._polyline,r),n&&lg(n,r)},e.prototype._newPolyline=function(r){var n=this._polyline;return n&&this._lineGroup.remove(n),n=new bB({shape:{points:r},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(n),this._polyline=n,n},e.prototype._newPolygon=function(r,n){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new CB({shape:{points:r,stackedOnPoints:n},segmentIgnoreThreshold:2}),this._lineGroup.add(i),this._polygon=i,i},e.prototype._initSymbolLabelAnimation=function(r,n,i){var a,o,s=n.getBaseAxis(),l=s.inverse;n.type==="cartesian2d"?(a=s.isHorizontal(),o=!1):n.type==="polar"&&(a=s.dim==="angle",o=!0);var u=r.hostModel,f=u.get("animationDuration");dt(f)&&(f=f(null));var c=u.get("animationDelay")||0,h=dt(c)?c(null):c;r.eachItemGraphicEl(function(v,d){var y=v;if(y){var g=[v.x,v.y],p=void 0,m=void 0,_=void 0;if(i)if(o){var w=i,b=n.pointToCoord(g);a?(p=w.startAngle,m=w.endAngle,_=-b[1]/180*Math.PI):(p=w.r0,m=w.r,_=b[0])}else{var S=i;a?(p=S.x,m=S.x+S.width,_=v.x):(p=S.y+S.height,m=S.y,_=v.y)}var x=m===p?0:(_-p)/(m-p);l&&(x=1-x);var T=dt(c)?c(d):f*x+h,M=y.getSymbolPath(),D=M.getTextContent();y.attr({scaleX:0,scaleY:0}),y.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:T}),D&&D.animateFrom({style:{opacity:0}},{duration:300,delay:T}),M.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(r,n,i){var a=r.getModel("endLabel");if(tb(r)){var o=r.getData(),s=this._polyline,l=o.getLayout("points");if(!l){s.removeTextContent(),this._endLabel=null;return}var u=this._endLabel;u||(u=this._endLabel=new he({z2:200}),u.ignoreClip=!0,s.setTextContent(this._endLabel),s.disableLabelAnimation=!0);var f=RB(l);f>=0&&(Lv(s,Rv(r,"endLabel"),{inheritColor:i,labelFetcher:r,labelDataIndex:f,defaultText:function(c,h,v){return v!=null?Qk(o,v):XS(o,c)},enableTextSetter:!0},kB(a,n)),s.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(r,n,i,a,o,s,l){var u=this._endLabel,f=this._polyline;if(u){r<1&&a.originalX==null&&(a.originalX=u.x,a.originalY=u.y);var c=i.getLayout("points"),h=i.hostModel,v=h.get("connectNulls"),d=s.get("precision"),y=s.get("distance")||0,g=l.getBaseAxis(),p=g.isHorizontal(),m=g.inverse,_=n.shape,w=m?p?_.x:_.y+_.height:p?_.x+_.width:_.y,b=(p?y:0)*(m?-1:1),S=(p?0:-y)*(m?-1:1),x=p?"x":"y",T=OB(c,w,x),M=T.range,D=M[1]-M[0],I=void 0;if(D>=1){if(D>1&&!v){var A=Em(c,M[0]);u.attr({x:A[0]+b,y:A[1]+S}),o&&(I=h.getRawValue(M[0]))}else{var A=f.getPointOn(w,x);A&&u.attr({x:A[0]+b,y:A[1]+S});var L=h.getRawValue(M[0]),O=h.getRawValue(M[1]);o&&(I=qD(i,d,L,O,T.t))}a.lastFrameIndex=M[0]}else{var H=r===1||a.lastFrameIndex>0?M[0]:0,A=Em(c,H);o&&(I=h.getRawValue(H)),u.attr({x:A[0]+b,y:A[1]+S})}o&&z1(u).setLabelText(I)}},e.prototype._doUpdateAnimation=function(r,n,i,a,o,s,l){var u=this._polyline,f=this._polygon,c=r.hostModel,h=SB(this._data,r,this._stackedOnPoints,n,this._coordSys,i,this._valueOrigin),v=h.current,d=h.stackedOnCurrent,y=h.next,g=h.stackedOnNext;if(o&&(v=Jr(h.current,i,o,l),d=Jr(h.stackedOnCurrent,i,o,l),y=Jr(h.next,i,o,l),g=Jr(h.stackedOnNext,i,o,l)),Pm(v,y)>3e3||f&&Pm(d,g)>3e3){u.stopAnimation(),u.setShape({points:y}),f&&(f.stopAnimation(),f.setShape({points:y,stackedOnPoints:g}));return}u.shape.__points=h.current,u.shape.points=v;var p={shape:{points:y}};h.current!==v&&(p.shape.__points=h.next),u.stopAnimation(),wn(u,p,c),f&&(f.setShape({points:v,stackedOnPoints:d}),f.stopAnimation(),wn(f,{shape:{stackedOnPoints:g}},c),u.shape.points!==f.shape.points&&(f.shape.points=u.shape.points));for(var m=[],_=h.status,w=0;w<_.length;w++){var b=_[w].cmd;if(b==="="){var S=r.getItemGraphicEl(_[w].idx1);S&&m.push({el:S,ptIdx:w})}}u.animators&&u.animators.length&&u.animators[0].during(function(){f&&f.dirtyShape();for(var x=u.shape.__points,T=0;Te&&(e=t[r]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,r=0;r10&&o.type==="cartesian2d"&&a){var l=o.getBaseAxis(),u=o.getOtherAxis(l),f=l.getExtent(),c=n.getDevicePixelRatio(),h=Math.abs(f[1]-f[0])*(c||1),v=Math.round(s/h);if(isFinite(v)&&v>1){a==="lttb"&&e.setData(i.lttbDownSample(i.mapDimension(u.dim),1/v));var d=void 0;nt(a)?d=zB[a]:dt(a)&&(d=a),d&&e.setData(i.downSample(i.mapDimension(u.dim),1/v,d,HB))}}}}}function TN(t){t.registerChartView(NB),t.registerSeriesModel(mB),t.registerLayout(FB("line",!0)),t.registerVisual({seriesType:"line",reset:function(e){var r=e.getData(),n=e.getModel("lineStyle").getLineStyle();n&&!n.stroke&&(n.stroke=r.getVisual("style").fill),r.setVisual("legendLineStyle",n)}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,VB("line"))}function Lm(t,e,r){var n=di.createCanvas(),i=e.getWidth(),a=e.getHeight(),o=n.style;return o&&(o.position="absolute",o.left="0",o.top="0",o.width=i+"px",o.height=a+"px",n.setAttribute("data-zr-dom-id",t)),n.width=i*r,n.height=a*r,n}var $B=function(t){J(e,t);function e(r,n,i){var a=t.call(this)||this;a.motionBlur=!1,a.lastFrameAlpha=.7,a.dpr=1,a.virtual=!1,a.config={},a.incremental=!1,a.zlevel=0,a.maxRepaintRectCount=5,a.__dirty=!0,a.__firstTimePaint=!0,a.__used=!1,a.__drawIndex=0,a.__startIndex=0,a.__endIndex=0,a.__prevStartIndex=null,a.__prevEndIndex=null;var o;i=i||Ml,typeof r=="string"?o=Lm(r,n,i):st(r)&&(o=r,r=o.id),a.id=r,a.dom=o;var s=o.style;return s&&(c_(o),o.onselectstart=function(){return!1},s.padding="0",s.margin="0",s.borderWidth="0"),a.painter=n,a.dpr=i,a}return e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var r=this.dpr;this.domBack=Lm("back-"+this.id,this.painter,r),this.ctxBack=this.domBack.getContext("2d"),r!==1&&this.ctxBack.scale(r,r)},e.prototype.createRepaintRects=function(r,n,i,a){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var o=[],s=this.maxRepaintRectCount,l=!1,u=new Ot(0,0,0,0);function f(m){if(!(!m.isFinite()||m.isZero()))if(o.length===0){var _=new Ot(0,0,0,0);_.copy(m),o.push(_)}else{for(var w=!1,b=1/0,S=0,x=0;x=s)}}for(var c=this.__startIndex;c15)break}}O.prevElClipPaths&&p.restore()};if(m)if(m.length===0)T=g.__endIndex;else for(var D=v.dpr,I=0;I0&&e>i[0]){for(l=0;le);l++);s=n[i[l]]}if(i.splice(l+1,0,e),n[e]=r,!r.virtual)if(s){var u=s.dom;u.nextSibling?o.insertBefore(r.dom,u.nextSibling):o.appendChild(r.dom)}else o.firstChild?o.insertBefore(r.dom,o.firstChild):o.appendChild(r.dom);r.__painter=this}},t.prototype.eachLayer=function(e,r){for(var n=this._zlevelList,i=0;i0?Ws:0),this._needsManuallyCompositing),f.__builtin__||iv("ZLevel "+u+" has been used by unkown layer "+f.id),f!==a&&(f.__used=!0,f.__startIndex!==l&&(f.__dirty=!0),f.__startIndex=l,f.incremental?f.__drawIndex=-1:f.__drawIndex=l,r(l),a=f),i.__dirty&Te&&!i.__inHover&&(f.__dirty=!0,f.incremental&&f.__drawIndex<0&&(f.__drawIndex=l))}r(l),this.eachBuiltinLayer(function(c,h){!c.__used&&c.getElementCount()>0&&(c.__dirty=!0,c.__startIndex=c.__endIndex=c.__drawIndex=0),c.__dirty&&c.__drawIndex<0&&(c.__drawIndex=c.__startIndex)})},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(e){e.clear()},t.prototype.setBackgroundColor=function(e){this._backgroundColor=e,P(this._layers,function(r){r.setUnpainted()})},t.prototype.configLayer=function(e,r){if(r){var n=this._layerConfig;n[e]?Tt(n[e],r,!0):n[e]=r;for(var i=0;i=0;)g++;if(d.substr(0,2)==="::"&&g--,d.substr(-2,2)==="::"&&g--,g>y)return null;for(w=y-g,_=":";w--;)_+="0:";return d=d.replace("::",_),d[0]===":"&&(d=d.slice(1)),d[d.length-1]===":"&&(d=d.slice(0,-1)),y=function(){const b=d.split(":"),S=[];for(let x=0;x0;){if(_=g-p,_<0&&(_=0),d[m]>>_!==y[m]>>_)return!1;p-=g,m+=1}return!0}function c(d){if(a.test(d))return parseInt(d,16);if(d[0]==="0"&&!isNaN(parseInt(d[1],10))){if(i.test(d))return parseInt(d,8);throw new Error(`ipaddr: cannot parse ${d} as octal`)}return parseInt(d,10)}function h(d,y){for(;d.length=0;m-=1)if(_=this.octets[m],_ in p){if(w=p[_],g&&w!==0)return null;w!==8&&(g=!0),y+=w}else return null;return 32-y},d.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},d.prototype.toByteArray=function(){return this.octets.slice(0)},d.prototype.toIPv4MappedAddress=function(){return v.IPv6.parse(`::ffff:${this.toString()}`)},d.prototype.toNormalizedString=function(){return this.toString()},d.prototype.toString=function(){return this.octets.join(".")},d}(),v.IPv4.broadcastAddressFromCIDR=function(d){try{const y=this.parseCIDR(d),g=y[0].toByteArray(),p=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[];let _=0;for(;_<4;)m.push(parseInt(g[_],10)|parseInt(p[_],10)^255),_++;return new this(m)}catch(y){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.isIPv4=function(d){return this.parser(d)!==null},v.IPv4.isValid=function(d){try{return new this(this.parser(d)),!0}catch(y){return!1}},v.IPv4.isValidFourPartDecimal=function(d){return!!(v.IPv4.isValid(d)&&d.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},v.IPv4.networkAddressFromCIDR=function(d){let y,g,p,m,_;try{for(y=this.parseCIDR(d),p=y[0].toByteArray(),_=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[],g=0;g<4;)m.push(parseInt(p[g],10)&parseInt(_[g],10)),g++;return new this(m)}catch(w){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.parse=function(d){const y=this.parser(d);if(y===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(y)},v.IPv4.parseCIDR=function(d){let y;if(y=d.match(/^(.+)\/(\d+)$/)){const g=parseInt(y[2]);if(g>=0&&g<=32){const p=[this.parse(y[1]),g];return Object.defineProperty(p,"toString",{value:function(){return this.join("/")}}),p}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},v.IPv4.parser=function(d){let y,g,p;if(y=d.match(n.fourOctet))return function(){const m=y.slice(1,6),_=[];for(let w=0;w4294967295||p<0)throw new Error("ipaddr: address outside defined range");return function(){const m=[];let _;for(_=0;_<=24;_+=8)m.push(p>>_&255);return m}().reverse()}else return(y=d.match(n.twoOctet))?function(){const m=y.slice(1,4),_=[];if(p=c(m[1]),p>16777215||p<0)throw new Error("ipaddr: address outside defined range");return _.push(c(m[0])),_.push(p>>16&255),_.push(p>>8&255),_.push(p&255),_}():(y=d.match(n.threeOctet))?function(){const m=y.slice(1,5),_=[];if(p=c(m[2]),p>65535||p<0)throw new Error("ipaddr: address outside defined range");return _.push(c(m[0])),_.push(c(m[1])),_.push(p>>8&255),_.push(p&255),_}():null},v.IPv4.subnetMaskFromPrefixLength=function(d){if(d=parseInt(d),d<0||d>32)throw new Error("ipaddr: invalid IPv4 prefix length");const y=[0,0,0,0];let g=0;const p=Math.floor(d/8);for(;g=0;w-=1)if(m=this.parts[w],m in p){if(_=p[m],g&&_!==0)return null;_!==16&&(g=!0),y+=_}else return null;return 128-y},d.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},d.prototype.toByteArray=function(){let y;const g=[],p=this.parts;for(let m=0;m>8),g.push(y&255);return g},d.prototype.toFixedLengthString=function(){const y=function(){const p=[];for(let m=0;m>8,g&255,p>>8,p&255])},d.prototype.toNormalizedString=function(){const y=function(){const p=[];for(let m=0;mm&&(p=_.index,m=_[0].length);return m<0?g:`${g.substring(0,p)}::${g.substring(p+m)}`},d.prototype.toString=function(){return this.toNormalizedString().replace(/((^|:)(0(:|$))+)/,"::")},d}(),v.IPv6.broadcastAddressFromCIDR=function(d){try{const y=this.parseCIDR(d),g=y[0].toByteArray(),p=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[];let _=0;for(;_<16;)m.push(parseInt(g[_],10)|parseInt(p[_],10)^255),_++;return new this(m)}catch(y){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${y})`)}},v.IPv6.isIPv6=function(d){return this.parser(d)!==null},v.IPv6.isValid=function(d){if(typeof d=="string"&&d.indexOf(":")===-1)return!1;try{const y=this.parser(d);return new this(y.parts,y.zoneId),!0}catch(y){return!1}},v.IPv6.networkAddressFromCIDR=function(d){let y,g,p,m,_;try{for(y=this.parseCIDR(d),p=y[0].toByteArray(),_=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[],g=0;g<16;)m.push(parseInt(p[g],10)&parseInt(_[g],10)),g++;return new this(m)}catch(w){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${w})`)}},v.IPv6.parse=function(d){const y=this.parser(d);if(y.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(y.parts,y.zoneId)},v.IPv6.parseCIDR=function(d){let y,g,p;if((g=d.match(/^(.+)\/(\d+)$/))&&(y=parseInt(g[2]),y>=0&&y<=128))return p=[this.parse(g[1]),y],Object.defineProperty(p,"toString",{value:function(){return this.join("/")}}),p;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},v.IPv6.parser=function(d){let y,g,p,m,_,w;if(p=d.match(l.deprecatedTransitional))return this.parser(`::ffff:${p[1]}`);if(l.native.test(d))return u(d,8);if((p=d.match(l.transitional))&&(w=p[6]||"",y=u(p[1].slice(0,-1)+w,6),y.parts)){for(_=[parseInt(p[2]),parseInt(p[3]),parseInt(p[4]),parseInt(p[5])],g=0;g<_.length;g++)if(m=_[g],!(0<=m&&m<=255))return null;return y.parts.push(_[0]<<8|_[1]),y.parts.push(_[2]<<8|_[3]),{parts:y.parts,zoneId:y.zoneId}}return null},v.IPv6.subnetMaskFromPrefixLength=function(d){if(d=parseInt(d),d<0||d>128)throw new Error("ipaddr: invalid IPv6 prefix length");const y=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let g=0;const p=Math.floor(d/8);for(;gi[o],g=[-v.x,-v.y];n||(g[a]=f[u]);var p=[0,0],m=[-d.x,-d.y],_=Mt(r.get("pageButtonGap",!0),r.get("itemGap",!0));if(y){var w=r.get("pageButtonPosition",!0);w==="end"?m[a]+=i[o]-d[o]:p[a]+=d[o]+_}m[1-a]+=v[s]/2-d[s]/2,f.setPosition(g),c.setPosition(p),h.setPosition(m);var b={x:0,y:0};if(b[o]=y?i[o]:v[o],b[s]=Math.max(v[s],d[s]),b[l]=Math.min(0,d[l]+m[1-a]),c.__rectSize=i[o],y){var S={x:0,y:0};S[o]=Math.max(i[o]-d[o]-_,0),S[s]=b[s],c.setClipPath(new Qt({shape:S})),c.__rectSize=S[o]}else h.eachChild(function(T){T.attr({invisible:!0,silent:!0})});var x=this._getPageInfo(r);return x.pageIndex!=null&&wn(f,{x:x.contentPosition[0],y:x.contentPosition[1]},y?r:null),this._updatePageInfoView(r,x),b},e.prototype._pageGo=function(r,n,i){var a=this._getPageInfo(n)[r];a!=null&&i.dispatchAction({type:"legendScroll",scrollDataIndex:a,legendId:n.id})},e.prototype._updatePageInfoView=function(r,n){var i=this._controllerGroup;P(["pagePrev","pageNext"],function(f){var c=f+"DataIndex",h=n[c]!=null,v=i.childOfName(f);v&&(v.setStyle("fill",h?r.get("pageIconColor",!0):r.get("pageIconInactiveColor",!0)),v.cursor=h?"pointer":"default")});var a=i.childOfName("pageText"),o=r.get("pageFormatter"),s=n.pageIndex,l=s!=null?s+1:0,u=n.pageCount;a&&o&&a.setStyle("text",nt(o)?o.replace("{current}",l==null?"":l+"").replace("{total}",u==null?"":u+""):o({current:l,total:u}))},e.prototype._getPageInfo=function(r){var n=r.get("scrollDataIndex",!0),i=this.getContentGroup(),a=this._containerGroup.__rectSize,o=r.getOrient().index,s=Yf[o],l=Xf[o],u=this._findTargetItemIndex(n),f=i.children(),c=f[u],h=f.length,v=h?1:0,d={contentPosition:[i.x,i.y],pageCount:v,pageIndex:v-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!c)return d;var y=w(c);d.contentPosition[o]=-y.s;for(var g=u+1,p=y,m=y,_=null;g<=h;++g)_=w(f[g]),(!_&&m.e>p.s+a||_&&!b(_,p.s))&&(m.i>p.i?p=m:p=_,p&&(d.pageNextDataIndex==null&&(d.pageNextDataIndex=p.i),++d.pageCount)),m=_;for(var g=u-1,p=y,m=y,_=null;g>=-1;--g)_=w(f[g]),(!_||!b(m,_.s))&&p.i=x&&S.s<=x+a}},e.prototype._findTargetItemIndex=function(r){if(!this._showController)return 0;var n,i=this.getContentGroup(),a;return i.eachChild(function(o,s){var l=o.__legendDataIndex;a==null&&l!=null&&(a=s),l===r&&(n=s)}),n!=null?n:a},e.type="legend.scroll",e}(KS),dB=vB;function pB(t){t.registerAction("legendScroll","legendscroll",function(e,r){var n=e.scrollDataIndex;n!=null&&r.eachComponent({mainType:"legend",subType:"scroll",query:e},function(i){i.setScrollDataIndex(n)})})}function gB(t){vi(ZS),t.registerComponentModel(hB),t.registerComponentView(dB),pB(t)}function CN(t){vi(ZS),vi(gB)}var yB=function(t){J(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=e.type,r.hasSymbolVisual=!0,r}return e.prototype.getInitialData=function(r){return d2(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(r){var n=new ce,i=ua("line",0,r.itemHeight/2,r.itemWidth,0,r.lineStyle.stroke,!1);n.add(i),i.setStyle(r.lineStyle);var a=this.getData().getVisual("symbol"),o=this.getData().getVisual("symbolRotate"),s=a==="none"?"circle":a,l=r.itemHeight*.8,u=ua(s,(r.itemWidth-l)/2,(r.itemHeight-l)/2,l,l,r.itemStyle.fill);n.add(u),u.setStyle(r.itemStyle);var f=r.iconRotate==="inherit"?o:r.iconRotate||0;return u.rotation=f*Math.PI/180,u.setOrigin([r.itemWidth/2,r.itemHeight/2]),s.indexOf("empty")>-1&&(u.style.stroke=u.style.fill,u.style.fill="#fff",u.style.lineWidth=2),n},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Vo),mB=yB;function jS(t,e,r){var n=t.getBaseAxis(),i=t.getOtherAxis(n),a=_B(i,r),o=n.dim,s=i.dim,l=e.mapDimension(s),u=e.mapDimension(o),f=s==="x"||s==="radius"?1:0,c=ct(t.dimensions,function(d){return e.mapDimension(d)}),h=!1,v=e.getCalculationInfo("stackResultDimension");return Wo(e,c[0])&&(h=!0,c[0]=v),Wo(e,c[1])&&(h=!0,c[1]=v),{dataDimsForPoint:c,valueStart:a,valueAxisDim:s,baseAxisDim:o,stacked:!!h,valueDim:l,baseDim:u,baseDataOffset:f,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function _B(t,e){var r=0,n=t.scale.getExtent();return e==="start"?r=n[0]:e==="end"?r=n[1]:n[0]>0?r=n[0]:n[1]<0&&(r=n[1]),r}function QS(t,e,r,n){var i=NaN;t.stacked&&(i=r.get(r.getCalculationInfo("stackedOverDimension"),n)),isNaN(i)&&(i=t.valueStart);var a=t.baseDataOffset,o=[];return o[a]=r.get(t.baseDim,n),o[1-a]=i,e.dataToPoint(o)}function wB(t,e){var r=[];return e.diff(t).add(function(n){r.push({cmd:"+",idx:n})}).update(function(n,i){r.push({cmd:"=",idx:i,idx1:n})}).remove(function(n){r.push({cmd:"-",idx:n})}).execute(),r}function SB(t,e,r,n,i,a,o,s){for(var l=wB(t,e),u=[],f=[],c=[],h=[],v=[],d=[],y=[],g=jS(i,e,o),p=t.getLayout("points")||[],m=e.getLayout("points")||[],_=0;_=i||y<0)break;if(ai(p,m)){if(l){y+=a;continue}break}if(y===r)t[a>0?"moveTo":"lineTo"](p,m),c=p,h=m;else{var _=p-u,w=m-f;if(_*_+w*w<.5){y+=a;continue}if(o>0){for(var b=y+a,S=e[b*2],x=e[b*2+1];S===p&&x===m&&g=n||ai(S,x))v=p,d=m;else{D=S-u,I=x-f;var O=p-u,H=S-p,B=m-f,Q=x-m,G=void 0,Z=void 0;if(s==="x"){G=Math.abs(O),Z=Math.abs(H);var lt=D>0?1:-1;v=p-lt*G*o,d=m,A=p+lt*Z*o,L=m}else if(s==="y"){G=Math.abs(B),Z=Math.abs(Q);var _t=I>0?1:-1;v=p,d=m-_t*G*o,A=p,L=m+_t*Z*o}else G=Math.sqrt(O*O+B*B),Z=Math.sqrt(H*H+Q*Q),M=Z/(Z+G),v=p-D*o*(1-M),d=m-I*o*(1-M),A=p+D*o*M,L=m+I*o*M,A=jr(A,Qr(S,p)),L=jr(L,Qr(x,m)),A=Qr(A,jr(S,p)),L=Qr(L,jr(x,m)),D=A-p,I=L-m,v=p-D*G/Z,d=m-I*G/Z,v=jr(v,Qr(u,p)),d=jr(d,Qr(f,m)),v=Qr(v,jr(u,p)),d=Qr(d,jr(f,m)),D=p-v,I=m-d,A=p+D*Z/G,L=m+I*Z/G}t.bezierCurveTo(c,h,v,d,p,m),c=A,h=L}else t.lineTo(p,m)}u=p,f=m,y+=a}return g}var JS=function(){function t(){this.smooth=0,this.smoothConstraint=!0}return t}(),bB=function(t){J(e,t);function e(r){var n=t.call(this,r)||this;return n.type="ec-polyline",n}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new JS},e.prototype.buildPath=function(r,n){var i=n.points,a=0,o=i.length/2;if(n.connectNulls){for(;o>0&&ai(i[o*2-2],i[o*2-1]);o--);for(;a=0){var w=u?(d-l)*_+l:(v-s)*_+s;return u?[r,w]:[w,r]}s=v,l=d;break;case o.C:v=a[c++],d=a[c++],y=a[c++],g=a[c++],p=a[c++],m=a[c++];var b=u?Sl(s,v,y,p,r,f):Sl(l,d,g,m,r,f);if(b>0)for(var S=0;S=0){var w=u?Xt(l,d,g,m,x):Xt(s,v,y,p,x);return u?[r,w]:[w,r]}}s=p,l=m;break}}},e}(kt),xB=function(t){J(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(JS),CB=function(t){J(e,t);function e(r){var n=t.call(this,r)||this;return n.type="ec-polygon",n}return e.prototype.getDefaultShape=function(){return new xB},e.prototype.buildPath=function(r,n){var i=n.points,a=n.stackedOnPoints,o=0,s=i.length/2,l=n.smoothMonotone;if(n.connectNulls){for(;s>0&&ai(i[s*2-2],i[s*2-1]);s--);for(;oe){a?r.push(o(a,l,e)):i&&r.push(o(i,l,0),o(i,l,e));break}else i&&(r.push(o(i,l,0)),i=null),r.push(l),a=l}return r}function PB(t,e,r){var n=t.getVisual("visualMeta");if(!(!n||!n.length||!t.count())&&e.type==="cartesian2d"){for(var i,a,o=n.length-1;o>=0;o--){var s=t.getDimensionInfo(n[o].dimension);if(i=s&&s.coordDim,i==="x"||i==="y"){a=n[o];break}}if(!!a){var l=e.getAxis(i),u=ct(a.stops,function(_){return{coord:l.toGlobalCoord(l.dataToCoord(_.value)),color:_.color}}),f=u.length,c=a.outerColors.slice();f&&u[0].coord>u[f-1].coord&&(u.reverse(),c.reverse());var h=AB(u,i==="x"?r.getWidth():r.getHeight()),v=h.length;if(!v&&f)return u[0].coord<0?c[1]?c[1]:u[f-1].color:c[0]?c[0]:u[0].color;var d=10,y=h[0].coord-d,g=h[v-1].coord+d,p=g-y;if(p<.001)return"transparent";P(h,function(_){_.offset=(_.coord-y)/p}),h.push({offset:v?h[v-1].offset:.5,color:c[1]||"transparent"}),h.unshift({offset:v?h[0].offset:.5,color:c[0]||"transparent"});var m=new R1(0,0,0,0,h,!0);return m[i]=y,m[i+"2"]=g,m}}}function IB(t,e,r){var n=t.get("showAllSymbol"),i=n==="auto";if(!(n&&!i)){var a=r.getAxesByScale("ordinal")[0];if(!!a&&!(i&&EB(a,e))){var o=e.mapDimension(a.dim),s={};return P(a.getViewLabels(),function(l){var u=a.scale.getRawOrdinalNumber(l.tickValue);s[u]=1}),function(l){return!s.hasOwnProperty(e.get(o,l))}}}}function EB(t,e){var r=t.getExtent(),n=Math.abs(r[1]-r[0])/t.scale.count();isNaN(n)&&(n=0);for(var i=e.count(),a=Math.max(1,Math.round(i/5)),o=0;on)return!1;return!0}function LB(t,e){return isNaN(t)||isNaN(e)}function RB(t){for(var e=t.length/2;e>0&&LB(t[e*2-2],t[e*2-1]);e--);return e-1}function Em(t,e){return[t[e*2],t[e*2+1]]}function OB(t,e,r){for(var n=t.length/2,i=r==="x"?0:1,a,o,s=0,l=-1,u=0;u=e||a>=e&&o<=e){l=u;break}s=u,a=o}return{range:[s,l],t:(e-a)/(o-a)}}function tb(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&r.get(["emphasis","lineStyle","width"])==="bolder"){var lt=y.getState("emphasis").style;lt.lineWidth=+y.style.lineWidth+1}Bt(y).seriesIndex=r.seriesIndex,Wc(y,Q,G,Z);var _t=Im(r.get("smooth")),yt=r.get("smoothMonotone");if(y.setShape({smooth:_t,smoothMonotone:yt,connectNulls:T}),g){var pt=l.getCalculationInfo("stackedOnSeries"),At=0;g.useStyle(Dt(f.getAreaStyle(),{fill:L,opacity:.7,lineJoin:"bevel",decal:l.getVisual("style").decal})),pt&&(At=Im(pt.get("smooth"))),g.setShape({smooth:_t,stackedOnSmooth:At,smoothMonotone:yt,connectNulls:T}),vg(g,r,"areaStyle"),Bt(g).seriesIndex=r.seriesIndex,Wc(g,Q,G,Z)}var k=function(W){a._changePolyState(W)};l.eachItemGraphicEl(function(W){W&&(W.onHoverStateChange=k)}),this._polyline.onHoverStateChange=k,this._data=l,this._coordSys=o,this._stackedOnPoints=S,this._points=c,this._step=I,this._valueOrigin=w,r.get("triggerLineEvent")&&(this.packEventData(r,y),g&&this.packEventData(r,g))},e.prototype.packEventData=function(r,n){Bt(n).eventData={componentType:"series",componentSubType:"line",componentIndex:r.componentIndex,seriesIndex:r.seriesIndex,seriesName:r.name,seriesType:"line"}},e.prototype.highlight=function(r,n,i,a){var o=r.getData(),s=ui(o,a);if(this._changePolyState("emphasis"),!(s instanceof Array)&&s!=null&&s>=0){var l=o.getLayout("points"),u=o.getItemGraphicEl(s);if(!u){var f=l[s*2],c=l[s*2+1];if(isNaN(f)||isNaN(c)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(f,c))return;var h=r.get("zlevel"),v=r.get("z");u=new ad(o,s),u.x=f,u.y=c,u.setZ(h,v);var d=u.getSymbolPath().getTextContent();d&&(d.zlevel=h,d.z=v,d.z2=this._polyline.z2+1),u.__temp=!0,o.setItemGraphicEl(s,u),u.stopSymbolAnimation(!0),this.group.add(u)}u.highlight()}else gn.prototype.highlight.call(this,r,n,i,a)},e.prototype.downplay=function(r,n,i,a){var o=r.getData(),s=ui(o,a);if(this._changePolyState("normal"),s!=null&&s>=0){var l=o.getItemGraphicEl(s);l&&(l.__temp?(o.setItemGraphicEl(s,null),this.group.remove(l)):l.downplay())}else gn.prototype.downplay.call(this,r,n,i,a)},e.prototype._changePolyState=function(r){var n=this._polygon;lg(this._polyline,r),n&&lg(n,r)},e.prototype._newPolyline=function(r){var n=this._polyline;return n&&this._lineGroup.remove(n),n=new bB({shape:{points:r},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(n),this._polyline=n,n},e.prototype._newPolygon=function(r,n){var i=this._polygon;return i&&this._lineGroup.remove(i),i=new CB({shape:{points:r,stackedOnPoints:n},segmentIgnoreThreshold:2}),this._lineGroup.add(i),this._polygon=i,i},e.prototype._initSymbolLabelAnimation=function(r,n,i){var a,o,s=n.getBaseAxis(),l=s.inverse;n.type==="cartesian2d"?(a=s.isHorizontal(),o=!1):n.type==="polar"&&(a=s.dim==="angle",o=!0);var u=r.hostModel,f=u.get("animationDuration");dt(f)&&(f=f(null));var c=u.get("animationDelay")||0,h=dt(c)?c(null):c;r.eachItemGraphicEl(function(v,d){var y=v;if(y){var g=[v.x,v.y],p=void 0,m=void 0,_=void 0;if(i)if(o){var w=i,b=n.pointToCoord(g);a?(p=w.startAngle,m=w.endAngle,_=-b[1]/180*Math.PI):(p=w.r0,m=w.r,_=b[0])}else{var S=i;a?(p=S.x,m=S.x+S.width,_=v.x):(p=S.y+S.height,m=S.y,_=v.y)}var x=m===p?0:(_-p)/(m-p);l&&(x=1-x);var T=dt(c)?c(d):f*x+h,M=y.getSymbolPath(),D=M.getTextContent();y.attr({scaleX:0,scaleY:0}),y.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:T}),D&&D.animateFrom({style:{opacity:0}},{duration:300,delay:T}),M.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(r,n,i){var a=r.getModel("endLabel");if(tb(r)){var o=r.getData(),s=this._polyline,l=o.getLayout("points");if(!l){s.removeTextContent(),this._endLabel=null;return}var u=this._endLabel;u||(u=this._endLabel=new he({z2:200}),u.ignoreClip=!0,s.setTextContent(this._endLabel),s.disableLabelAnimation=!0);var f=RB(l);f>=0&&(Lv(s,Rv(r,"endLabel"),{inheritColor:i,labelFetcher:r,labelDataIndex:f,defaultText:function(c,h,v){return v!=null?Qk(o,v):XS(o,c)},enableTextSetter:!0},kB(a,n)),s.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(r,n,i,a,o,s,l){var u=this._endLabel,f=this._polyline;if(u){r<1&&a.originalX==null&&(a.originalX=u.x,a.originalY=u.y);var c=i.getLayout("points"),h=i.hostModel,v=h.get("connectNulls"),d=s.get("precision"),y=s.get("distance")||0,g=l.getBaseAxis(),p=g.isHorizontal(),m=g.inverse,_=n.shape,w=m?p?_.x:_.y+_.height:p?_.x+_.width:_.y,b=(p?y:0)*(m?-1:1),S=(p?0:-y)*(m?-1:1),x=p?"x":"y",T=OB(c,w,x),M=T.range,D=M[1]-M[0],I=void 0;if(D>=1){if(D>1&&!v){var A=Em(c,M[0]);u.attr({x:A[0]+b,y:A[1]+S}),o&&(I=h.getRawValue(M[0]))}else{var A=f.getPointOn(w,x);A&&u.attr({x:A[0]+b,y:A[1]+S});var L=h.getRawValue(M[0]),O=h.getRawValue(M[1]);o&&(I=qD(i,d,L,O,T.t))}a.lastFrameIndex=M[0]}else{var H=r===1||a.lastFrameIndex>0?M[0]:0,A=Em(c,H);o&&(I=h.getRawValue(H)),u.attr({x:A[0]+b,y:A[1]+S})}o&&z1(u).setLabelText(I)}},e.prototype._doUpdateAnimation=function(r,n,i,a,o,s,l){var u=this._polyline,f=this._polygon,c=r.hostModel,h=SB(this._data,r,this._stackedOnPoints,n,this._coordSys,i,this._valueOrigin),v=h.current,d=h.stackedOnCurrent,y=h.next,g=h.stackedOnNext;if(o&&(v=Jr(h.current,i,o,l),d=Jr(h.stackedOnCurrent,i,o,l),y=Jr(h.next,i,o,l),g=Jr(h.stackedOnNext,i,o,l)),Pm(v,y)>3e3||f&&Pm(d,g)>3e3){u.stopAnimation(),u.setShape({points:y}),f&&(f.stopAnimation(),f.setShape({points:y,stackedOnPoints:g}));return}u.shape.__points=h.current,u.shape.points=v;var p={shape:{points:y}};h.current!==v&&(p.shape.__points=h.next),u.stopAnimation(),wn(u,p,c),f&&(f.setShape({points:v,stackedOnPoints:d}),f.stopAnimation(),wn(f,{shape:{stackedOnPoints:g}},c),u.shape.points!==f.shape.points&&(f.shape.points=u.shape.points));for(var m=[],_=h.status,w=0;w<_.length;w++){var b=_[w].cmd;if(b==="="){var S=r.getItemGraphicEl(_[w].idx1);S&&m.push({el:S,ptIdx:w})}}u.animators&&u.animators.length&&u.animators[0].during(function(){f&&f.dirtyShape();for(var x=u.shape.__points,T=0;Te&&(e=t[r]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,r=0;r10&&o.type==="cartesian2d"&&a){var l=o.getBaseAxis(),u=o.getOtherAxis(l),f=l.getExtent(),c=n.getDevicePixelRatio(),h=Math.abs(f[1]-f[0])*(c||1),v=Math.round(s/h);if(isFinite(v)&&v>1){a==="lttb"&&e.setData(i.lttbDownSample(i.mapDimension(u.dim),1/v));var d=void 0;nt(a)?d=zB[a]:dt(a)&&(d=a),d&&e.setData(i.downSample(i.mapDimension(u.dim),1/v,d,HB))}}}}}function TN(t){t.registerChartView(NB),t.registerSeriesModel(mB),t.registerLayout(FB("line",!0)),t.registerVisual({seriesType:"line",reset:function(e){var r=e.getData(),n=e.getModel("lineStyle").getLineStyle();n&&!n.stroke&&(n.stroke=r.getVisual("style").fill),r.setVisual("legendLineStyle",n)}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,VB("line"))}function Lm(t,e,r){var n=di.createCanvas(),i=e.getWidth(),a=e.getHeight(),o=n.style;return o&&(o.position="absolute",o.left="0",o.top="0",o.width=i+"px",o.height=a+"px",n.setAttribute("data-zr-dom-id",t)),n.width=i*r,n.height=a*r,n}var $B=function(t){J(e,t);function e(r,n,i){var a=t.call(this)||this;a.motionBlur=!1,a.lastFrameAlpha=.7,a.dpr=1,a.virtual=!1,a.config={},a.incremental=!1,a.zlevel=0,a.maxRepaintRectCount=5,a.__dirty=!0,a.__firstTimePaint=!0,a.__used=!1,a.__drawIndex=0,a.__startIndex=0,a.__endIndex=0,a.__prevStartIndex=null,a.__prevEndIndex=null;var o;i=i||Ml,typeof r=="string"?o=Lm(r,n,i):st(r)&&(o=r,r=o.id),a.id=r,a.dom=o;var s=o.style;return s&&(c_(o),o.onselectstart=function(){return!1},s.padding="0",s.margin="0",s.borderWidth="0"),a.painter=n,a.dpr=i,a}return e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var r=this.dpr;this.domBack=Lm("back-"+this.id,this.painter,r),this.ctxBack=this.domBack.getContext("2d"),r!==1&&this.ctxBack.scale(r,r)},e.prototype.createRepaintRects=function(r,n,i,a){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var o=[],s=this.maxRepaintRectCount,l=!1,u=new Ot(0,0,0,0);function f(m){if(!(!m.isFinite()||m.isZero()))if(o.length===0){var _=new Ot(0,0,0,0);_.copy(m),o.push(_)}else{for(var w=!1,b=1/0,S=0,x=0;x=s)}}for(var c=this.__startIndex;c15)break}}O.prevElClipPaths&&p.restore()};if(m)if(m.length===0)T=g.__endIndex;else for(var D=v.dpr,I=0;I0&&e>i[0]){for(l=0;le);l++);s=n[i[l]]}if(i.splice(l+1,0,e),n[e]=r,!r.virtual)if(s){var u=s.dom;u.nextSibling?o.insertBefore(r.dom,u.nextSibling):o.appendChild(r.dom)}else o.firstChild?o.insertBefore(r.dom,o.firstChild):o.appendChild(r.dom);r.__painter=this}},t.prototype.eachLayer=function(e,r){for(var n=this._zlevelList,i=0;i0?Ws:0),this._needsManuallyCompositing),f.__builtin__||iv("ZLevel "+u+" has been used by unkown layer "+f.id),f!==a&&(f.__used=!0,f.__startIndex!==l&&(f.__dirty=!0),f.__startIndex=l,f.incremental?f.__drawIndex=-1:f.__drawIndex=l,r(l),a=f),i.__dirty&Te&&!i.__inHover&&(f.__dirty=!0,f.incremental&&f.__drawIndex<0&&(f.__drawIndex=l))}r(l),this.eachBuiltinLayer(function(c,h){!c.__used&&c.getElementCount()>0&&(c.__dirty=!0,c.__startIndex=c.__endIndex=c.__drawIndex=0),c.__dirty&&c.__drawIndex<0&&(c.__drawIndex=c.__startIndex)})},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(e){e.clear()},t.prototype.setBackgroundColor=function(e){this._backgroundColor=e,P(this._layers,function(r){r.setUnpainted()})},t.prototype.configLayer=function(e,r){if(r){var n=this._layerConfig;n[e]?Tt(n[e],r,!0):n[e]=r;for(var i=0;i=0;)g++;if(d.substr(0,2)==="::"&&g--,d.substr(-2,2)==="::"&&g--,g>y)return null;for(w=y-g,_=":";w--;)_+="0:";return d=d.replace("::",_),d[0]===":"&&(d=d.slice(1)),d[d.length-1]===":"&&(d=d.slice(0,-1)),y=function(){const b=d.split(":"),S=[];for(let x=0;x0;){if(_=g-p,_<0&&(_=0),d[m]>>_!==y[m]>>_)return!1;p-=g,m+=1}return!0}function c(d){if(a.test(d))return parseInt(d,16);if(d[0]==="0"&&!isNaN(parseInt(d[1],10))){if(i.test(d))return parseInt(d,8);throw new Error(`ipaddr: cannot parse ${d} as octal`)}return parseInt(d,10)}function h(d,y){for(;d.length=0;m-=1)if(_=this.octets[m],_ in p){if(w=p[_],g&&w!==0)return null;w!==8&&(g=!0),y+=w}else return null;return 32-y},d.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},d.prototype.toByteArray=function(){return this.octets.slice(0)},d.prototype.toIPv4MappedAddress=function(){return v.IPv6.parse(`::ffff:${this.toString()}`)},d.prototype.toNormalizedString=function(){return this.toString()},d.prototype.toString=function(){return this.octets.join(".")},d}(),v.IPv4.broadcastAddressFromCIDR=function(d){try{const y=this.parseCIDR(d),g=y[0].toByteArray(),p=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[];let _=0;for(;_<4;)m.push(parseInt(g[_],10)|parseInt(p[_],10)^255),_++;return new this(m)}catch(y){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.isIPv4=function(d){return this.parser(d)!==null},v.IPv4.isValid=function(d){try{return new this(this.parser(d)),!0}catch(y){return!1}},v.IPv4.isValidFourPartDecimal=function(d){return!!(v.IPv4.isValid(d)&&d.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},v.IPv4.networkAddressFromCIDR=function(d){let y,g,p,m,_;try{for(y=this.parseCIDR(d),p=y[0].toByteArray(),_=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[],g=0;g<4;)m.push(parseInt(p[g],10)&parseInt(_[g],10)),g++;return new this(m)}catch(w){throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.parse=function(d){const y=this.parser(d);if(y===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(y)},v.IPv4.parseCIDR=function(d){let y;if(y=d.match(/^(.+)\/(\d+)$/)){const g=parseInt(y[2]);if(g>=0&&g<=32){const p=[this.parse(y[1]),g];return Object.defineProperty(p,"toString",{value:function(){return this.join("/")}}),p}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},v.IPv4.parser=function(d){let y,g,p;if(y=d.match(n.fourOctet))return function(){const m=y.slice(1,6),_=[];for(let w=0;w4294967295||p<0)throw new Error("ipaddr: address outside defined range");return function(){const m=[];let _;for(_=0;_<=24;_+=8)m.push(p>>_&255);return m}().reverse()}else return(y=d.match(n.twoOctet))?function(){const m=y.slice(1,4),_=[];if(p=c(m[1]),p>16777215||p<0)throw new Error("ipaddr: address outside defined range");return _.push(c(m[0])),_.push(p>>16&255),_.push(p>>8&255),_.push(p&255),_}():(y=d.match(n.threeOctet))?function(){const m=y.slice(1,5),_=[];if(p=c(m[2]),p>65535||p<0)throw new Error("ipaddr: address outside defined range");return _.push(c(m[0])),_.push(c(m[1])),_.push(p>>8&255),_.push(p&255),_}():null},v.IPv4.subnetMaskFromPrefixLength=function(d){if(d=parseInt(d),d<0||d>32)throw new Error("ipaddr: invalid IPv4 prefix length");const y=[0,0,0,0];let g=0;const p=Math.floor(d/8);for(;g=0;w-=1)if(m=this.parts[w],m in p){if(_=p[m],g&&_!==0)return null;_!==16&&(g=!0),y+=_}else return null;return 128-y},d.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},d.prototype.toByteArray=function(){let y;const g=[],p=this.parts;for(let m=0;m>8),g.push(y&255);return g},d.prototype.toFixedLengthString=function(){const y=function(){const p=[];for(let m=0;m>8,g&255,p>>8,p&255])},d.prototype.toNormalizedString=function(){const y=function(){const p=[];for(let m=0;mm&&(p=_.index,m=_[0].length);return m<0?g:`${g.substring(0,p)}::${g.substring(p+m)}`},d.prototype.toString=function(){return this.toNormalizedString().replace(/((^|:)(0(:|$))+)/,"::")},d}(),v.IPv6.broadcastAddressFromCIDR=function(d){try{const y=this.parseCIDR(d),g=y[0].toByteArray(),p=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[];let _=0;for(;_<16;)m.push(parseInt(g[_],10)|parseInt(p[_],10)^255),_++;return new this(m)}catch(y){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${y})`)}},v.IPv6.isIPv6=function(d){return this.parser(d)!==null},v.IPv6.isValid=function(d){if(typeof d=="string"&&d.indexOf(":")===-1)return!1;try{const y=this.parser(d);return new this(y.parts,y.zoneId),!0}catch(y){return!1}},v.IPv6.networkAddressFromCIDR=function(d){let y,g,p,m,_;try{for(y=this.parseCIDR(d),p=y[0].toByteArray(),_=this.subnetMaskFromPrefixLength(y[1]).toByteArray(),m=[],g=0;g<16;)m.push(parseInt(p[g],10)&parseInt(_[g],10)),g++;return new this(m)}catch(w){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${w})`)}},v.IPv6.parse=function(d){const y=this.parser(d);if(y.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(y.parts,y.zoneId)},v.IPv6.parseCIDR=function(d){let y,g,p;if((g=d.match(/^(.+)\/(\d+)$/))&&(y=parseInt(g[2]),y>=0&&y<=128))return p=[this.parse(g[1]),y],Object.defineProperty(p,"toString",{value:function(){return this.join("/")}}),p;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},v.IPv6.parser=function(d){let y,g,p,m,_,w;if(p=d.match(l.deprecatedTransitional))return this.parser(`::ffff:${p[1]}`);if(l.native.test(d))return u(d,8);if((p=d.match(l.transitional))&&(w=p[6]||"",y=u(p[1].slice(0,-1)+w,6),y.parts)){for(_=[parseInt(p[2]),parseInt(p[3]),parseInt(p[4]),parseInt(p[5])],g=0;g<_.length;g++)if(m=_[g],!(0<=m&&m<=255))return null;return y.parts.push(_[0]<<8|_[1]),y.parts.push(_[2]<<8|_[3]),{parts:y.parts,zoneId:y.zoneId}}return null},v.IPv6.subnetMaskFromPrefixLength=function(d){if(d=parseInt(d),d<0||d>128)throw new Error("ipaddr: invalid IPv6 prefix length");const y=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let g=0;const p=Math.floor(d/8);for(;g