feat:update

This commit is contained in:
li
2025-11-19 16:43:28 +08:00
parent 25b811b74b
commit 374246237d
3 changed files with 16 additions and 3 deletions

View File

@@ -84,8 +84,8 @@
letter-spacing: 3px;
}
.signature {
font-size: 24px;
.author {
font-size: 30px;
font-family: 'Liu Jian Mao Cao', 'ZCOOL KuaiLe', cursive;
text-shadow: -1px -1px 0 #000,
1px -1px 0 #000,
@@ -104,7 +104,7 @@
<!-- 底部文字区 -->
<div class="bottom-section">
<div class="main-text">{{text}}</div>
<div class="signature">{{author=@Pixelle.AI}}</div>
<div class="author">{{author=@Pixelle.AI}}</div>
</div>
</body>
</html>