mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
移除 SiteResourceDialog 组件中的分页文本绑定
This commit is contained in:
@@ -186,7 +186,6 @@ onMounted(() => {
|
|||||||
fixed-header
|
fixed-header
|
||||||
hover
|
hover
|
||||||
:items-per-page-text="t('dialog.siteResource.itemsPerPage')"
|
:items-per-page-text="t('dialog.siteResource.itemsPerPage')"
|
||||||
:page-text="t('dialog.siteResource.pageText')"
|
|
||||||
:loading-text="t('dialog.siteResource.loading')"
|
:loading-text="t('dialog.siteResource.loading')"
|
||||||
class="h-full"
|
class="h-full"
|
||||||
>
|
>
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,7 @@ export function getBrowserLocale(): SupportedLocale | null {
|
|||||||
return navigatorLocale.includes(locale.split('-')[0])
|
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