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