chore: change github activity view to notification

This commit is contained in:
pseudoyu 2024-10-23 21:33:52 +08:00
parent 680928cce6
commit a3454ed515
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export const route: Route = {
maintainers: ['hyoban'],
example: '/github/activity/DIYgod',
categories: ['programming', 'popular'],
view: ViewType.Articles,
view: ViewType.Notifications,
parameters: {
user: 'GitHub username',
},

View File

@ -13,7 +13,7 @@ export const route: Route = {
path: '/trending/:since/:language/:spoken_language?',
categories: ['programming', 'popular'],
example: '/github/trending/daily/javascript/en',
view: ViewType.Articles,
view: ViewType.Notifications,
parameters: {
since: {
description: 'time range',