fix(route): fix zh name for shanximuseum (#22169)

This commit is contained in:
Jiamin 2026-06-03 02:18:32 +08:00 committed by GitHub
parent f82a357623
commit 7931a8d4ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ export const namespace: Namespace = {
url: 'www.shanximuseum.com.cn',
zh: {
name: '山西博物',
name: '山西博物',
},
};