mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 15:19:30 +08:00
移除 SiteResourceDialog 组件中的分页文本绑定
This commit is contained in:
@@ -186,7 +186,6 @@ onMounted(() => {
|
||||
fixed-header
|
||||
hover
|
||||
:items-per-page-text="t('dialog.siteResource.itemsPerPage')"
|
||||
:page-text="t('dialog.siteResource.pageText')"
|
||||
:loading-text="t('dialog.siteResource.loading')"
|
||||
class="h-full"
|
||||
>
|
||||
|
||||
@@ -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