Commit 94c86f6749c2a4b63feb6884e96e00b9971561fc

Authored by ww
1 parent dd538f76

perf: 设置index.html的title

Showing 2 changed files with 3 additions and 7 deletions
@@ -8,7 +8,7 @@ VITE_DEV_PATH = '/' @@ -8,7 +8,7 @@ VITE_DEV_PATH = '/'
8 VITE_PRO_PATH = '/' 8 VITE_PRO_PATH = '/'
9 9
10 # spa-title 10 # spa-title
11 -VITE_GLOB_APP_TITLE = Large_Desinger 11 +VITE_GLOB_APP_TITLE = 大屏设计器
12 12
13 # spa shortname 13 # spa shortname
14 # VITE_GLOB_APP_SHORT_NAME = 14 # VITE_GLOB_APP_SHORT_NAME =
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" /> 12 content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
13 <link rel="icon" href="./favicon.ico" /> 13 <link rel="icon" href="./favicon.ico" />
14 <title> 14 <title>
15 - <%= title %>> 15 + <%= title %>
16 </title> 16 </title>
17 <link rel="stylesheet" href="./index.css" /> 17 <link rel="stylesheet" href="./index.css" />
18 </head> 18 </head>
@@ -25,11 +25,7 @@ @@ -25,11 +25,7 @@
25 <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span> 25 <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
26 </div> 26 </div>
27 </div> 27 </div>
28 - </div>  
29 - <!-- THINGS_KIT -->  
30 - <script>  
31 - document.title="大屏设计器"  
32 - </script> 28 + </div>
33 <script type="module" src="/src/main.ts"></script> 29 <script type="module" src="/src/main.ts"></script>
34 </body> 30 </body>
35 31