Skip to content

Commit

Permalink
fix: update namespace of 'sdu' (DIYgod#16807)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiketool committed Sep 19, 2024
1 parent 492c952 commit c78833e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/sdu/namespace.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Namespace } from '@/types';

export const namespace: Namespace = {
name: '山东大学(威海)',
url: 'xinwen.wh.sdu.edu.cn',
name: '山东大学',
url: 'www.sdu.edu.cn',
};

0 comments on commit c78833e

Please sign in to comment.