surprise
2024-03-05 1ce1b525e7470ebaaeb0d5cd1e59bd905c1a7114
public/index.html
@@ -2,26 +2,109 @@
<html lang="">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <link rel="stylesheet" href="./SmartEarthSDK/Workers/css/smartearth.css">
  <title>SmartEarth</title>
</head>
  <meta charset="utf-8" />
<body>
  <noscript>
    <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
        Please enable it to continue.</strong>
  </noscript>
  <div id="app"></div>
  <!-- built files will be auto injected -->
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="Cache" content="no-cache" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Cache-control" content="no-cache" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <title> </title>
<!--
  <link rel="stylesheet" href="./SmartEarthSDK/Workers/css/smartearth.css" />
  <link rel="stylesheet" href="./SmartEarthSDK/Workers/layui/css/layui.css" />
  <script src="./SmartEarthSDK/Workers/polyfill.min.js"></script>
  <script src="./SmartEarthSDK/Cesium/Cesium.js"></script>
  <script src="./SmartEarthSDK/SmartEarth.min.js"></script>
  <script src="./SmartEarthSDK/Workers/TreeTool.js"></script>
  <script src="./config.js"></script>
  <script src="./SmartEarthSDK/Workers/TreeTool.js"></script> -->
  <link rel="stylesheet" href="./CimSDK/Workers/layui/css/layui.css">
  <link rel="stylesheet" href="./CimSDK/CimSDK.min.css">
  <script src="./CimSDK/Assets/jquery-2.0.3.js"></script>
  <script src="./CimSDK/CimSDK.min.js"></script>
  <script src="./config/config.js"></script>
  <script src="./config/rsa.min.js"></script>
  <script src="./config/rollups.js"></script>
  <script src="./globle/globle.js"></script>
  <style>
    .esriControlsBR {
      display: none;
    }
    .ol-overlaycontainer-stopevent {
      /* display: none; */
    }
    .ol-control button {
      display: block;
      margin: 1px;
      padding: 0;
      color: rgb(102, 102, 102);
      font-weight: bold;
      text-decoration: none;
      font-size: inherit;
      text-align: center;
      height: 1.375em;
      width: 1.375em;
      line-height: 0.4em;
      background-color: #fff;
      border: none;
      border-radius: 2px;
    }
    .ol-full-screen {
      display: none;
      position: absolute;
      right: 0.5em;
      top: 0.5em;
    }
    .ol-rotate {
      display: none;
      position: absolute;
      top: 3em;
      right: 0.5em;
      transition: opacity 0.25s linear, visibility 0s linear;
    }
    .ol-scale-line {
      display: none;
      right: 0.3em;
      bottom: 0.5em;
      position: absolute;
    }
    .ol-scale-line-inner {
      /* padding: 5px 10px; */
      color: rgb(102, 102, 102);
      font-weight: bold;
      background-color: #fff;
      text-align: center;
      border-radius: 5px;
    }
    .ol-zoom {
      display: none;
      right: 0.3em;
      bottom: 3em;
      position: absolute;
    }
  </style>
</head>
<body>
  <div id="app"></div>
</body>
</html>