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