mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-04 02:58:08 +08:00
style: auto format
This commit is contained in:
@@ -277,6 +277,12 @@ GitHub 官方也提供了一些 RSS:
|
|||||||
|
|
||||||
<Route author="Weilet" example="/go-weekly" path="/go-weekly"/>
|
<Route author="Weilet" example="/go-weekly" path="/go-weekly"/>
|
||||||
|
|
||||||
|
## GoCN
|
||||||
|
|
||||||
|
### 文章
|
||||||
|
|
||||||
|
<Route author="AtlanCI" example="/gocn" path="/gocn"/>
|
||||||
|
|
||||||
## Hacker News
|
## Hacker News
|
||||||
|
|
||||||
### 分区
|
### 分区
|
||||||
@@ -974,9 +980,3 @@ GitHub 官方也提供了一些 RSS:
|
|||||||
### 热门
|
### 热门
|
||||||
|
|
||||||
<Route author="SirM2z" example="/zcfy/hot" path="/zcfy/hot"/>
|
<Route author="SirM2z" example="/zcfy/hot" path="/zcfy/hot"/>
|
||||||
|
|
||||||
## GoCN
|
|
||||||
|
|
||||||
### 文章
|
|
||||||
|
|
||||||
<Route author="AtlanCI" example="/gocn" path="/gocn"/>
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
'/': ['AtlanCI'],
|
'/': ['AtlanCI'],
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module.exports = function (router) {
|
module.exports = function (router) {
|
||||||
router.get('/', require('./topics'));
|
router.get('/', require('./topics'));
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user