Skip to content

Commit 14c8b05

Browse files
committed
🎨 优化多硬盘下磁盘样式长度一致
1 parent 5e7cd22 commit 14c8b05

File tree

5 files changed

+13
-427
lines changed

5 files changed

+13
-427
lines changed

resources/common/layout/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width">
77
<link rel="shortcut icon" href="#" />
8-
<link rel="preload" href="{{_res_path}}common/font/HYWH-65W.woff" as="font" type="font/woff">
8+
<link rel="preload" href="{{_res_path}}common/font/FZB.woff" as="font" type="font/woff">
99
<link rel="preload" href="{{_res_path}}common/font/NZBZ.woff" as="font" type="font/woff">
10-
<link rel="preload" href="{{_res_path}}common/font/tttgbnumber.woff" as="font" type="font/woff">
1110
<link rel="stylesheet" type="text/css" href="{{_res_path}}common/common.css" />
1211
<title>yenai-plugin</title>
1312
{{block 'css'}}

resources/state/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ <h1>{{$value.nickname}}</h1>
132132
<div class="box" data-boxInfo="图表">
133133
<div id="Chart" style="height: 300px"></div>
134134
<script src="{{_res_path}}state/js/modules/echarts.min.js"></script>
135-
<script src="{{_res_path}}state/js/modules/theme/{{rawConfig.chartsCfg.themeCfg}}.js"></script>
136135
<script src="{{_res_path}}state/js/chart.js"></script>
137136
</div>
138137
{{/if}}

resources/state/js/modules/theme/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)