Skip to content

Commit

Permalink
docs: add author in TJU route (DIYgod#16773)
Browse files Browse the repository at this point in the history
* Updated TJU

* fix(route): add author name in tju route
  • Loading branch information
AlanZeng423 committed Sep 16, 2024
1 parent 6de50fb commit 1108e0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/routes/tju/cic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const route: Route = {
supportScihub: false,
},
name: 'College of Intelligence and Computing',
maintainers: ['SuperPung'],
maintainers: ['AlanZeng423', 'SuperPung'],
handler,
description: `| College News | Notification | TJU Forum for CIC |
| :----------: | :----------: | :---------------: |
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/tju/news/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const route: Route = {
supportScihub: false,
},
name: 'News',
maintainers: ['SuperPung'],
maintainers: ['AlanZeng423', 'SuperPung'],
handler,
description: `| Focus on TJU | General News | Internal News | Media Report | Pictures of TJU |
| :----------: | :----------: | :-----------: | :----------: | :-------------: |
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/tju/oaa/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const route: Route = {
supportScihub: false,
},
name: 'The Office of Academic Affairs',
maintainers: ['AmosChenYQ', 'SuperPung'],
maintainers: ['AlanZeng423', 'AmosChenYQ', 'SuperPung'],
handler,
description: `| News | Notification |
| :--: | :----------: |
Expand Down

0 comments on commit 1108e0c

Please sign in to comment.