mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
docs: add icon, move logo.png
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
<img src="https://i.loli.net/2019/04/23/5cbeb7e41414c.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center">RSSHub</h1>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"description": "万物皆可 RSS",
|
||||
"repository": "https://github.com/DIYgod/RSSHub",
|
||||
"website": "https://docs.rsshub.app/",
|
||||
"logo": "https://i.imgur.com/NZpRScX.png",
|
||||
"logo": "https://i.loli.net/2019/04/23/5cbeb7e41414c.png",
|
||||
"keywords": ["RSS"],
|
||||
"env": {
|
||||
"NODE_MODULES_CACHE": {
|
||||
|
||||
@@ -76,6 +76,6 @@ li.params p {
|
||||
margin: 1rem 0 2rem;
|
||||
}
|
||||
#app .page .badge.tip {
|
||||
background-color: #FFD6A6;
|
||||
background-color: #FFB74D;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -30,6 +30,7 @@ module.exports = {
|
||||
description: '🍰 Everthing can be RSS',
|
||||
},
|
||||
},
|
||||
head: [['link', { rel: 'icon', href: `/logo.png` }]],
|
||||
themeConfig: {
|
||||
repo: 'DIYgod/RSSHub',
|
||||
editLinks: true,
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
+1
-1
@@ -1,7 +1,7 @@
|
||||
# 关于
|
||||
|
||||
<p align="center" class="logo-img">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
<img src="/logo.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center" class="logo-text">RSSHub</h1>
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ sidebar: auto
|
||||
---
|
||||
|
||||
<p align="center" class="logo-img">
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
<img src="/logo.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
<h1 align="center" class="logo-text">RSSHub</h1>
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<body>
|
||||
<div class="content">
|
||||
<p>
|
||||
<img src="https://i.imgur.com/NZpRScX.png" alt="RSSHub" width="100">
|
||||
<img src="https://i.loli.net/2019/04/23/5cbeb7e41414c.png" alt="RSSHub" width="100">
|
||||
</p>
|
||||
|
||||
<h1>Welcome to
|
||||
|
||||
Reference in New Issue
Block a user