UNPKG

dmp-cli

Version:

Dmp component's cli

69 lines (63 loc) 3.15 kB
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- <link rel="icon" href="" otype="image/x-icon"> --> <link rel="shortcut icon" href="data:image/ico;base64,aWNv" type="image/x-icon"> <link rel="dns-prefetch" href="https://dmp.mypaas.com.cn"> <link rel="dns-prefetch" href="https://dmp-open.mypaas.com.cn"> <link rel="dns-prefetch" href="https://dmp-prod.oss-cn-hangzhou.aliyuncs.com"> <link rel="dns-prefetch" href="https://mic-open.mypaas.com.cn"> <link rel="dns-prefetch" href="https://prod.cn-hangzhou.log.aliyuncs.com"> <title></title> </head> <body class="dmp_theme"> <svg id="base-page-loading" width="264" height="281" viewBox="0 0 1024 1024"> <g> <path d="M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM655.53 240.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM832 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM719.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM448.002 896c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM176.472 783.53c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM144.472 240.47c0 0 0 0 0 0 0-53.019 42.981-96 96-96s96 42.981 96 96c0 0 0 0 0 0 0 53.019-42.981 96-96 96s-96-42.981-96-96zM56 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72s-72-32.235-72-72z"> </path> </g> </svg> <style id="base-page-loading-style"> #base-page-loading { fill: #507AFE; stroke: #507AFE; stroke-width: 0; position: absolute; left: 50%; top: 50%; margin-left: -132px; margin-top: -140.5px; transform-origin: center; transform: scale(0.14545454545454545, 0.14545454545454545); animation: basespin 2s infinite linear; } @keyframes basespin { 0% { transform: scale(0.14545454545454545, 0.14545454545454545) rotateZ(0deg) } 100% { transform: scale(0.14545454545454545, 0.14545454545454545) rotateZ(360deg) } } </style> <div id="root"></div> <script> // 检测浏览器是否支持webp图片格式 function checkWebp() { try { return (document.createElement('canvas').toDataURL('image/webp').indexOf('data:image/webp') === 0) } catch (err) { return false } } window._SUPPORT_WEBP = checkWebp() </script> <script src="https://webapi.amap.com/maps?v=1.4.14&key=a45ba17570f967ab89704da0cc5fb7de" defer="defer"></script> <script src="https://dmp-open.mypaas.com.cn/dmp-static/comlib/echarts.64c41b46.js"></script> <script src="https://dmp-open.mypaas.com.cn/dmp-static/comlib/d3.69b99af8.js"></script> <script src="https://dmp-open.mypaas.com.cn/dmp-static/comlib/vendor.a73a8b4b.js"></script> </body> </html>