🎉 logo, thank @sheldonrrr
This commit is contained in:
parent
01dbdde769
commit
87cf3a87f6
|
|
@ -1,4 +1,7 @@
|
|||
# RSSHub
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center">RSSHub</h1>
|
||||
|
||||
> 🍭 使用 RSS 连接全世界
|
||||
|
||||
|
|
@ -68,6 +71,9 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
|
|||
- 吐槽新帖
|
||||
- 笔趣阁
|
||||
- 小说章节
|
||||
- 开发者头条
|
||||
- 今天头条
|
||||
- 独家号
|
||||
|
||||
## 参与我们
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,17 @@ $accentColor = #F5712C
|
|||
|
||||
.page .custom-block.tip {
|
||||
border-color: $accentColor;
|
||||
}
|
||||
|
||||
a.sidebar-link {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sidebar-sub-header a.sidebar-link {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.page .content .logo {
|
||||
padding-top: 2.6rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
|
@ -2,7 +2,10 @@
|
|||
sidebar: auto
|
||||
---
|
||||
|
||||
# 使用
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center" class="logo">RSSHub</h1>
|
||||
|
||||
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue