灰度发布支持机器非22端口bug修复

This commit is contained in:
赵连启 2019-01-22 10:07:50 +08:00
parent ca1e1af10c
commit 77bcb90e30
9 changed files with 54 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="white">
<path transform="translate(2)" d="M0 12 V20 H4 V12z">
<animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z"
dur="1.2s" repeatCount="indefinite" begin="0" keytimes="0;.2;.5;1"
keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"/>
</path>
<path transform="translate(8)" d="M0 12 V20 H4 V12z">
<animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z"
dur="1.2s" repeatCount="indefinite" begin="0.2" keytimes="0;.2;.5;1"
keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"/>
</path>
<path transform="translate(14)" d="M0 12 V20 H4 V12z">
<animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z"
dur="1.2s" repeatCount="indefinite" begin="0.4" keytimes="0;.2;.5;1"
keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"/>
</path>
<path transform="translate(20)" d="M0 12 V20 H4 V12z">
<animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z"
dur="1.2s" repeatCount="indefinite" begin="0.6" keytimes="0;.2;.5;1"
keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"/>
</path>
<path transform="translate(26)" d="M0 12 V20 H4 V12z">
<animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z"
dur="1.2s" repeatCount="indefinite" begin="0.8" keytimes="0;.2;.5;1"
keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"/>
</path>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

17
src/static/js/1b6863c8.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,i){for(var u,a,f,s=0,l=[];s<t.length;s++)a=t[s],o[a]&&l.push(o[a][0]),o[a]=0;for(u in c)Object.prototype.hasOwnProperty.call(c,u)&&(e[u]=c[u]);for(r&&r(t,c,i);l.length;)l.shift()();if(i)for(s=0;s<i.length;s++)f=n(n.s=i[s]);return f};var t={},o={3:0};n.e=function(e){function r(){u.onerror=u.onload=null,clearTimeout(a);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var i=document.getElementsByTagName("head")[0],u=document.createElement("script");u.type="text/javascript",u.charset="utf-8",u.async=!0,u.timeout=12e4,n.nc&&u.setAttribute("nonce",n.nc),u.src=n.p+"static/js/"+{0:"72279688",1:"1b6863c8",2:"1d30d0d3"}[e]+".js";var a=setTimeout(r,12e4);return u.onerror=u.onload=r,i.appendChild(u),c},n.m=e,n.c=t,n.i=function(e){return e},n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/",n.oe=function(e){throw console.error(e),e}}([]);

View File

@ -112,7 +112,7 @@
.then(({data: {data}}) => {
this.ProjectData = data
this.Hosts=[]
var ss=this.ProjectData.Hosts.match(/(\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+)/g)
var ss=this.ProjectData.Hosts.match(/((\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+))|((\d+)\.(\d+)\.(\d+)\.(\d+))/g)
for(var i=0;i<ss.length;i++){
this.Hosts.push({label: ss[i], value: ss[i]})
}

View File

@ -122,7 +122,7 @@
.then(({data: {data}}) => {
this.ProjectData = data
this.Hosts=[]
var ss=this.ProjectData.Hosts.match(/(\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+)/g)
var ss=this.ProjectData.Hosts.match(/((\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+))|((\d+)\.(\d+)\.(\d+)\.(\d+))/g)
for(var i=0;i<ss.length;i++){
this.Hosts.push({label: ss[i], value: ss[i]})
}

View File

@ -115,7 +115,7 @@
.then(({data: {data}}) => {
this.ProjectData = data
this.Hosts=[]
var ss=this.ProjectData.Hosts.match(/(\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+)/g)
var ss=this.ProjectData.Hosts.match(/((\d+)\.(\d+)\.(\d+)\.(\d+)\:(\d+))|((\d+)\.(\d+)\.(\d+)\.(\d+))/g)
for(var i=0;i<ss.length;i++){
this.Hosts.push({label: ss[i], value: ss[i]})
}