From be8b9ba19cee023829d2adc5d390e5bf0f56cbb8 Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期一, 08 四月 2024 17:33:33 +0800
Subject: [PATCH] 版本更新

---
 public/index.html |   30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/public/index.html b/public/index.html
index 32be090..dff9710 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,7 +12,33 @@
     <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/index.js"></script>
+    <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>
@@ -20,6 +46,6 @@
       <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 -->
+ 
   </body>
 </html>

--
Gitblit v1.9.3