Skip to content

Commit 902e1c8

Browse files
committed
feat: 对字体文件进行分包
1 parent 7d10c13 commit 902e1c8

File tree

206 files changed

+1434
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+1434
-71
lines changed

.stylelintcache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"D:\\codes\\MF-TurbineMonitor\\src\\components\\WidgetLabel.vue":"1","D:\\codes\\MF-TurbineMonitor\\src\\layout\\LayoutFooter.vue":"2","D:\\codes\\MF-TurbineMonitor\\src\\layout\\LayoutHeader.vue":"3","D:\\codes\\MF-TurbineMonitor\\src\\layout\\LayoutLoading.vue":"4","D:\\codes\\MF-TurbineMonitor\\src\\layout\\LayoutPanel.vue":"5","D:\\codes\\MF-TurbineMonitor\\src\\components\\WidgetPanel01.vue":"6","D:\\codes\\MF-TurbineMonitor\\src\\components\\WidgetPanel07.vue":"7","D:\\codes\\MF-TurbineMonitor\\src\\layout\\Layout.vue":"8","D:\\codes\\MF-TurbineMonitor\\src\\components\\WidgetPanel02.vue":"9"},{"size":592,"mtime":1741001026682,"hashOfConfig":"10"},{"size":2644,"mtime":1741003743554,"hashOfConfig":"10"},{"size":3935,"mtime":1741003749956,"hashOfConfig":"10"},{"size":1116,"mtime":1741003752999,"hashOfConfig":"10"},{"size":1159,"mtime":1741003755489,"hashOfConfig":"10"},{"size":2365,"mtime":1741001026682,"hashOfConfig":"10"},{"size":10486,"mtime":1741001026684,"hashOfConfig":"10"},{"size":2292,"mtime":1741006911717,"hashOfConfig":"10"},{"size":2926,"mtime":1741001026682,"hashOfConfig":"10"},"1stdlti"]
1+
[{"/Users/fengtianxi001/Desktop/代码仓库/MF-TurbineMonitor/src/layout/LayoutLoading.vue":"1","/Users/fengtianxi001/Desktop/代码仓库/MF-TurbineMonitor/src/components/WidgetPanel07.vue":"2"},{"size":1066,"mtime":1741048284570,"hashOfConfig":"3"},{"size":10272,"mtime":1740993659158,"hashOfConfig":"3"},"dstj6n"]

index.html

+37-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,45 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="/favicon.png" />
5+
<link rel="icon" href="/images/favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>大型风力发电机监控平台</title>
8+
<style>
9+
* {
10+
padding: 0;
11+
margin: 0;
12+
list-style: none;
13+
}
14+
15+
#app {
16+
width: 100;
17+
height: 100%;
18+
overflow: hidden;
19+
}
20+
21+
.app-loading {
22+
display: flex;
23+
flex-direction: column;
24+
align-items: center;
25+
justify-content: center;
26+
width: 100vw;
27+
height: 100vh;
28+
background-color: #303133;
29+
}
30+
.app-loading-title {
31+
margin-top: 10px;
32+
font-size: 16px;
33+
font-weight: bold;
34+
color: #fff;
35+
}
36+
.app-loading-subtitle {
37+
margin-top: 10px;
38+
font-size: 12px;
39+
color: #fff;
40+
}
41+
</style>
42+
<link rel="stylesheet" href="/fonts/DouyuFont/result.css" />
43+
<link rel="stylesheet" href="/fonts/SarasaMonoSC/result.css" />
844
<link rel="stylesheet" href="/styles/boostrap.css" />
945
<link rel="stylesheet" href="/fontawesome/css/all.css" />
1046
</head>
-185 KB
Binary file not shown.
-1.2 MB
Binary file not shown.
-1.1 MB
Binary file not shown.
-1010 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-882 KB
Binary file not shown.
-1.21 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)