diff --git a/eslint.config.mjs b/eslint.config.mjs index 52d7192..3ac5407 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -55,7 +55,8 @@ export default [ defineEmits: 'readonly', // TypeScript 全局类型 NodeJS: 'readonly', - ScrollBehavior: 'readonly' + ScrollBehavior: 'readonly', + ScrollToOptions: 'readonly' } }, plugins: { @@ -148,7 +149,8 @@ export default [ useMessage: 'readonly', // TypeScript 全局类型 NodeJS: 'readonly', - ScrollBehavior: 'readonly' + ScrollBehavior: 'readonly', + ScrollToOptions: 'readonly' } }, plugins: { diff --git a/src/renderer/components/common/StickyTabPage.vue b/src/renderer/components/common/StickyTabPage.vue index a4e3345..a5275f1 100644 --- a/src/renderer/components/common/StickyTabPage.vue +++ b/src/renderer/components/common/StickyTabPage.vue @@ -4,7 +4,9 @@
-

+

{{ title }}

diff --git a/src/renderer/components/podcast/RadioCard.vue b/src/renderer/components/podcast/RadioCard.vue index 4fc5956..25f52e0 100644 --- a/src/renderer/components/podcast/RadioCard.vue +++ b/src/renderer/components/podcast/RadioCard.vue @@ -23,11 +23,7 @@ const goToDetail = () => {

-
+

{{ t('podcast.noCategoryRadios') }}

@@ -134,7 +143,10 @@ {{ t('common.loading') }}
-
+
{{ t('common.noMore') }}