style: auto format
This commit is contained in:
parent
11966ad278
commit
a1909d73be
|
|
@ -277,6 +277,12 @@ GitHub 官方也提供了一些 RSS:
|
|||
|
||||
<Route author="Weilet" example="/go-weekly" path="/go-weekly"/>
|
||||
|
||||
## GoCN
|
||||
|
||||
### 文章
|
||||
|
||||
<Route author="AtlanCI" example="/gocn" path="/gocn"/>
|
||||
|
||||
## Hacker News
|
||||
|
||||
### 分区
|
||||
|
|
@ -974,9 +980,3 @@ GitHub 官方也提供了一些 RSS:
|
|||
### 热门
|
||||
|
||||
<Route author="SirM2z" example="/zcfy/hot" path="/zcfy/hot"/>
|
||||
|
||||
## GoCN
|
||||
|
||||
### 文章
|
||||
|
||||
<Route author="AtlanCI" example="/gocn" path="/gocn"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
'/': ['AtlanCI'],
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module.exports = function (router) {
|
||||
router.get('/', require('./topics'));
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue