After Width: | Height: | Size: 66 KiB |
@ -0,0 +1,100 @@
|
||||
!(function () {
|
||||
var Sys = {};
|
||||
var ua = navigator.userAgent.toLowerCase();
|
||||
|
||||
var regMap = {
|
||||
msie: '/msie ([\\d.]+)/',
|
||||
firefox: '/firefox\\/([\\d.]+)/',
|
||||
chrome: '/chrome\\/([\\d.]+)/',
|
||||
opera: '/opera.([\\d.]+)/',
|
||||
safari: '/version\\/([\\d.]+).*safari/'
|
||||
};
|
||||
|
||||
var o;
|
||||
if (ua.match(eval(regMap.msie))) {
|
||||
o = ua.match(eval(regMap.msie));
|
||||
Sys = {
|
||||
appName: 'IE',
|
||||
version: o[1]
|
||||
}
|
||||
} else if (ua.match(eval(regMap.firefox))) {
|
||||
o = ua.match(eval(regMap.firefox));
|
||||
Sys = {
|
||||
appName: 'Firefox',
|
||||
version: o[1]
|
||||
}
|
||||
} else if (ua.match(eval(regMap.chrome))) {
|
||||
o = ua.match(eval(regMap.chrome));
|
||||
Sys = {
|
||||
appName: 'Chrome',
|
||||
version: o[1]
|
||||
}
|
||||
} else if (ua.match(eval(regMap.opera))) {
|
||||
o = ua.match(eval(regMap.opera));
|
||||
Sys = {
|
||||
appName: 'Opera',
|
||||
version: o[1]
|
||||
}
|
||||
} else if (ua.match(eval(regMap.safari))) {
|
||||
o = ua.match(eval(regMap.safari));
|
||||
Sys = {
|
||||
appName: 'Safari',
|
||||
version: o[1]
|
||||
}
|
||||
} else if (ua.indexOf('edge')) {
|
||||
Sys = {
|
||||
appName: 'Edge'
|
||||
}
|
||||
} else {
|
||||
if (navigator.appName === 'Microsoft Internet Explorer') {
|
||||
Sys = {
|
||||
appName: 'IE',
|
||||
version: '6.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
window.onload = function() {
|
||||
var n = document.createElement('div')
|
||||
n.style.position = 'fixed'
|
||||
n.style.bottom = '2px'
|
||||
n.style.left = '0'
|
||||
n.style.right = '0'
|
||||
n.style.textAlign = 'center'
|
||||
n.style.fontSize = '12px'
|
||||
n.style.color = '#999'
|
||||
n.style.zIndex = 1
|
||||
|
||||
var i = document.createElement('img')
|
||||
i.style.width = '14px'
|
||||
i.style.verticalAlign = 'bottom'
|
||||
i.style.marginRight = '5px'
|
||||
|
||||
var img = new Image()
|
||||
img.onload = function() {
|
||||
var canvas = document.createElement('canvas')
|
||||
var ctx = canvas.getContext('2d')
|
||||
|
||||
canvas.height = img.naturalHeight
|
||||
canvas.width = img.naturalWidth
|
||||
ctx.drawImage(img, 0, 0)
|
||||
|
||||
var uri = canvas.toDataURL('image/png')
|
||||
i.src = uri
|
||||
n.appendChild(i)
|
||||
var ti = ''
|
||||
var tis = [80, 111, 119, 101, 114, 32, 98, 121, 32]
|
||||
tis.forEach(c => {
|
||||
ti = ti + String.fromCharCode(c)
|
||||
})
|
||||
var t = document.createTextNode(ti + decodeURI('%E6%82%9F%E7%A9%BA'))
|
||||
n.appendChild(t)
|
||||
document.body.appendChild(n)
|
||||
}
|
||||
img.src = 'static/img/logo.png'
|
||||
}
|
||||
|
||||
if (Sys.appName === 'IE' && Number(Sys.version) < 10) {
|
||||
window.location.href = './static/index.html'
|
||||
}
|
||||
})();
|
@ -0,0 +1 @@
|
||||
!(function(){var Sys={};var ua=navigator.userAgent.toLowerCase();var regMap={msie:"/msie ([\\d.]+)/",firefox:"/firefox\\/([\\d.]+)/",chrome:"/chrome\\/([\\d.]+)/",opera:"/opera.([\\d.]+)/",safari:"/version\\/([\\d.]+).*safari/"};var o;if(ua.match(eval(regMap.msie))){o=ua.match(eval(regMap.msie));Sys={appName:"IE",version:o[1]}}else{if(ua.match(eval(regMap.firefox))){o=ua.match(eval(regMap.firefox));Sys={appName:"Firefox",version:o[1]}}else{if(ua.match(eval(regMap.chrome))){o=ua.match(eval(regMap.chrome));Sys={appName:"Chrome",version:o[1]}}else{if(ua.match(eval(regMap.opera))){o=ua.match(eval(regMap.opera));Sys={appName:"Opera",version:o[1]}}else{if(ua.match(eval(regMap.safari))){o=ua.match(eval(regMap.safari));Sys={appName:"Safari",version:o[1]}}else{if(ua.indexOf("edge")){Sys={appName:"Edge"}}else{if(navigator.appName==="Microsoft Internet Explorer"){Sys={appName:"IE",version:"6.0"}}}}}}}}if(Sys.appName==="IE"&&Number(Sys.version)<11){window.location.href="http://localhost:10000"}})();
|
@ -0,0 +1 @@
|
||||
[data-v-ba5c43ea]:export{xrColorPrimary:#2362fb}.project[data-v-ba5c43ea]{height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.xr-header[data-v-ba5c43ea]{padding-top:0}.project-body[data-v-ba5c43ea]{position:absolute;top:45px;right:0;bottom:0;left:0;overflow-y:auto}.project-body .project-body-select[data-v-ba5c43ea]{position:absolute;top:8px;right:8px}.statistical-overview[data-v-ba5c43ea]{position:relative;background-color:#fff;border-radius:3px;border:1px solid #e6e6e6;overflow:hidden;padding-top:5px}.statistical-task[data-v-ba5c43ea]{margin-top:10px}.statistical-task .section[data-v-ba5c43ea]{margin-top:0}.statistical-task .statistical-task-item[data-v-ba5c43ea]{background-color:#fff;border-radius:3px;border:1px solid #e6e6e6;overflow:hidden;padding-top:5px;-webkit-box-flex:1;-ms-flex:1;flex:1}.statistical-task .statistical-task-item[data-v-ba5c43ea]:first-child{margin-right:10px}.statistical-member[data-v-ba5c43ea]{background-color:#fff;border-radius:3px;border:1px solid #e6e6e6;overflow:hidden;padding-top:5px}
|
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 497 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 6.9 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 5.5 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 4.7 KiB |