Skip to content

Commit ba71db1

Browse files
committed
fix: 标题背景图
1 parent 6c20475 commit ba71db1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

resources/logger/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525
padding: 30px;
2626
color: #0f172a;
2727
overflow: hidden;
28-
background: #e0f2ff;
28+
background: url('main.png') center/cover no-repeat, #e0f2ff;
2929
border-bottom: 1px solid rgba(148, 163, 184, 0.35);
3030
}
3131

resources/logger/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>日志查看器</title>
7+
<title>Karin 日志</title>
88
<link rel="stylesheet" href="{{pluResPath}}logger/index.css">
99
</head>
1010

1111
<body>
1212
<div class="container">
1313
<div class="header">
14-
<div class="header-bg-text">Karin Log</div>
15-
<h1>📋 系统日志查看器</h1>
14+
<h1>📋 Karin 日志</h1>
1615
<div class="info">
1716
<span class="date">{{date}}</span>
1817
<span class="count">共 {{total}} 条日志</span>

resources/logger/main.png

119 KB
Loading

0 commit comments

Comments
 (0)