From c33dde5a95b6fd06ed3df3ebb5975ce7b794d21f Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 23 Feb 2025 04:09:22 +0800 Subject: [PATCH] chore: make linter happy --- src/stores/mainStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/mainStore.ts b/src/stores/mainStore.ts index 17863c45..7b5f52e0 100644 --- a/src/stores/mainStore.ts +++ b/src/stores/mainStore.ts @@ -11,7 +11,7 @@ export interface DockItem { page: AppPage openInNewTab: boolean useOriginalBiliPage: boolean - url: string | string[] + url: string hasBewlyPage: boolean // Whether BewlyBewly has a page for this item }