Skip to content

Commit 1fe38de

Browse files
committed
feat: 插件首页
1 parent 57abed5 commit 1fe38de

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

index.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,40 @@
6060
border-radius: 5px;
6161
margin-top: 30px;
6262
}
63+
.nav {
64+
background-color: #2c3e50;
65+
padding: 10px 0;
66+
margin-bottom: 20px;
67+
}
68+
.nav ul {
69+
list-style-type: none;
70+
padding: 0;
71+
margin: 0;
72+
text-align: center;
73+
}
74+
.nav ul li {
75+
display: inline;
76+
margin: 0 10px;
77+
}
78+
.nav ul li a {
79+
color: white;
80+
text-decoration: none;
81+
font-weight: bold;
82+
}
83+
.nav ul li a:hover {
84+
text-decoration: underline;
85+
}
6386
</style>
6487
</head>
6588
<body>
89+
<nav class="nav">
90+
<ul>
91+
<li><a href="https://demo.shellapi.ltd/" target="_blank">ShellApi专业版演示站</a></li>
92+
<li><a href="https://lite.shellapi.ltd/" target="_blank">ShellApi青春版演示站</a></li>
93+
<li><a href="https://github.com/akl7777777/ShellApiLogOptimizer" target="_blank">ShellApiLogOptimizer</a></li>
94+
</ul>
95+
</nav>
96+
6697
<h1>ShellApiLogOptimizer</h1>
6798
<p>ShellApiLogOptimizer 是一款专为 ShellApi 设计的日志优化插件,旨在显著提升日志查询和统计的速度。</p>
6899

0 commit comments

Comments
 (0)