mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-30 12:49:55 +08:00
移除 SiteResourceDialog 组件中的分页文本绑定
This commit is contained in:
@@ -39,7 +39,7 @@ export function getBrowserLocale(): SupportedLocale | null {
|
||||
return navigatorLocale.includes(locale.split('-')[0])
|
||||
})
|
||||
|
||||
return (locale as SupportedLocale) || zh-CN
|
||||
return (locale as SupportedLocale) || 'zh-CN'
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user