diff --git a/registry/lib/components/utils/black-list/index.ts b/registry/lib/components/utils/black-list/index.ts index 33369e01cb..42f62e0a40 100644 --- a/registry/lib/components/utils/black-list/index.ts +++ b/registry/lib/components/utils/black-list/index.ts @@ -1,8 +1,8 @@ import { defineComponentMetadata } from '@/components/define' -import { mainSiteUrls } from '@/core/utils/urls' import { allMutationsOn } from '@/core/observer' import { selectAll } from '@/core/spin-query' -import { registerData, getData } from '@/plugins/data' +import { mainSiteUrls } from '@/core/utils/urls' +import { getData, registerData } from '@/plugins/data' import { BlackListDataKey } from './common' const name = 'blackList' @@ -14,7 +14,7 @@ const entry = async ({ settings: { options } }) => { } registerData(BlackListDataKey, blackListData) - const billGrid = await selectAll('.bili-grid') + const billGrid = await selectAll('.feed2') allMutationsOn(billGrid, async () => { const videos = await selectAll('.bili-video-card') if (!videos) {