Merge branch 'master' into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-04-13 01:58:42 +03:00
commit dbcc08112e
3 changed files with 21 additions and 2 deletions

View file

@ -86,6 +86,10 @@ For installation and deployment details, please refer to the official documentat
For details, see: <b>[ChangeLog-en.md](./docs/ChangeLog-en.md)</b>
### 6. Older Versions
Older versions of GISCUS are available on the <b>[deprecated/giscus](https://github.com/ClovertaTheTrilobita/SanYeCao-blog/tree/deprecated/giscus)</b> branch, but they havent been updated in a while and may contain numerous issues.
<hr>
## ⚖️ License

View file

@ -1,6 +1,6 @@
# SanYeCao-Blog
[中文](README.md) | [English](README-en.md)
<p align="right">[<a href="./README.md">中文</a> | <a href="./README-en.md">English</a>]</p>
<p align="center"><br>
✨三叶草Blog✨<br>
@ -88,6 +88,10 @@
详情请看:<b>[ChangeLog.md](./docs/ChangeLog.md)</b>
### 6. 旧版本
支持GISCUS的旧版本在 <b>[deprecated/giscus](https://github.com/ClovertaTheTrilobita/SanYeCao-blog/tree/deprecated/giscus)</b> 分支上,但是它有些时候没更新了,可能会有诸多问题。
<hr>
## ⚖️ 许可

View file

@ -134,12 +134,23 @@ const tags = data.tags;
}
.post-title {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen,
Ubuntu,
Cantarell,
"Open Sans",
"Helvetica Neue",
sans-serif;
font-weight: 500;
font-size: 1.34rem;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 3;
color:;
-webkit-box-orient: vertical;
overflow: hidden;
}