chore: make linter happy

This commit is contained in:
Hakadao
2025-02-23 04:09:22 +08:00
parent 0c9198842b
commit c33dde5a95

View File

@@ -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
}