style: auto format

This commit is contained in:
github-actions[bot]
2022-02-19 19:31:10 +00:00
parent 11966ad278
commit a1909d73be
3 changed files with 8 additions and 8 deletions

View File

@@ -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"/>

View File

@@ -1,3 +1,3 @@
module.exports = { module.exports = {
'/': ['AtlanCI'], '/': ['AtlanCI'],
}; };

View File

@@ -1,3 +1,3 @@
module.exports = function (router) { module.exports = function (router) {
router.get('/', require('./topics')); router.get('/', require('./topics'));
}; };