mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
docs: update vuepress; unregister service worker
This commit is contained in:
@@ -3,3 +3,4 @@ npm-debug.log
|
||||
error.log
|
||||
combined.log
|
||||
.vscode
|
||||
docs/.vuepress/dist
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
package.json
|
||||
docs/.vuepress/dist
|
||||
|
||||
@@ -19,4 +19,8 @@ a.sidebar-link {
|
||||
.page .content .logo {
|
||||
padding-top: 2.6rem;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.icon.outbound {
|
||||
display: none;
|
||||
}
|
||||
|
||||
+22
-2
@@ -9,6 +9,18 @@ sidebar: auto
|
||||
|
||||
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
|
||||
|
||||
<p>
|
||||
<script>
|
||||
if(window.navigator.serviceWorker) {
|
||||
window.navigator.serviceWorker.getRegistrations().then(function(registrations) {
|
||||
registrations.forEach(function (registration) {
|
||||
registration.unregister();
|
||||
});
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</p>
|
||||
|
||||
## 鸣谢
|
||||
|
||||
### Sponsors
|
||||
@@ -17,11 +29,19 @@ RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇
|
||||
|
||||
* [Sayori Studio](https://t.me/SayoriStudio)
|
||||
|
||||
[](https://docs.rsshub.app/support/)
|
||||
<p>
|
||||
<a href="https://docs.rsshub.app/support/">
|
||||
<img src="https://opencollective.com/static/images/become_sponsor.svg">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
### Contributors
|
||||
|
||||
[](https://github.com/DIYgod/RSSHub/graphs/contributors)
|
||||
<p>
|
||||
<a href="https://github.com/DIYgod/RSSHub/graphs/contributors">
|
||||
<img src="https://opencollective.com/RSSHub/contributors.svg?width=890">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
::: tip 提示
|
||||
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@
|
||||
"lint-staged": "^7.1.0",
|
||||
"prettier": "^1.12.1",
|
||||
"prettier-check": "^2.0.0",
|
||||
"vuepress": "0.8.4",
|
||||
"vuepress": "0.9.0",
|
||||
"yorkie": "^1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user