Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit a1f2a55

Browse files
authored
Update prompt.html
1 parent d452094 commit a1f2a55

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

prompt.html

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: default
3-
title: 开源prompt文件下载中心
4-
description: "「侵权专线」"
3+
title: prompt
4+
description: "「LangBot专线」"
55
header-img: "img/bg-download.jpg"
66
header-mask: 0.3
77
---
88

99
<div class="container">
1010
<div class="row">
1111
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
12-
<h1 class="my-4">资源库</h1>
12+
<h1 class="my-4">开源prompt文件下载中心</h1>
13+
1314

1415
<div class="search-box">
1516
<input type="text" id="searchInput" class="form-control"
@@ -38,7 +39,6 @@ <h1 class="my-4">资源库</h1>
3839
</div>
3940
</div>
4041
</div>
41-
4242
<script src="/js/jquery.min.js"></script>
4343
<script src="/js/bootstrap.min.js"></script>
4444
<script>
@@ -63,8 +63,9 @@ <h1 class="my-4">资源库</h1>
6363
<td>${file.wrt}</td>
6464
<td>${file.time}</td>
6565
<td>
66-
<a href="${file.url}" class="btn btn-primary download-btn">
67-
下载
66+
<a href="${file.url}" class="btn btn-primary btn-sm btn-download">
67+
<i class="fa fa-download"></i>
68+
<span>下载</span>
6869
</a>
6970
</td>
7071
</tr>
@@ -108,3 +109,19 @@ <h1 class="my-4">资源库</h1>
108109
<div id="disqus_thread" class="disqus-thread"></div>
109110
</div>
110111
{% endif %}
112+
113+
<style>
114+
/* 在原有样式基础上新增 */
115+
.btn-download {
116+
padding: 5px 12px;
117+
border-radius: 15px;
118+
transition: all 0.3s ease;
119+
}
120+
.btn-download i {
121+
margin-right: 5px;
122+
}
123+
.btn-download:hover {
124+
transform: translateY(-2px);
125+
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
126+
}
127+
</style>

0 commit comments

Comments
 (0)