surprise
2024-04-08 be8b9ba19cee023829d2adc5d390e5bf0f56cbb8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!--
 * @Description: 
 * @Author: SurprisePlus
 * @Date: 2023-02-27 11:30:56
 * @LastEditTime: 2023-03-03 11:23:02
 * @LastEditors: SurprisePlus
-->
<!DOCTYPE html>
<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">
    <script src="./js/config.js"></script>
 
  <link rel="stylesheet" href="./DeveloperGuide/css/prism.min.css" />
 
  <script src="./DeveloperGuide/js/prism.js"></script>
  <script src="./DeveloperGuide/js/jquery.min.js"></script>
<style>
  /* 滚动条样式 */
 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
 }
 /* 滚动条滑块(里面小方块) */
 ::-webkit-scrollbar-thumb {
     border-radius: 4px;
     height: 6px;
     box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     background: #d5d5d5
 }
 /* 滚动条轨道 */
 ::-webkit-scrollbar-track {
     border-radius: 4px;
     box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     background: #fff;
 }
</style>
    <title>SmartEarth</title>
  </head>
  <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>
 
  </body>
</html>