diff --git a/src/style/simplify-home/simple-home/blackboard.ts b/src/style/simplify-home/simple-home/blackboard.ts index bd8438060..dd7d49286 100644 --- a/src/style/simplify-home/simple-home/blackboard.ts +++ b/src/style/simplify-home/simple-home/blackboard.ts @@ -7,7 +7,7 @@ export interface Blackboard { export const getBlackboards = async (): Promise => { if (dq('.international-home')) { const initData = await SpinQuery.condition(() => unsafeWindow['__INITIAL_STATE__'], it => it !== undefined) - return dqa('.home-slide .item') + return dqa('.first-screen .home-slide .item') .slice(0, 5) .map((it, index) => { const locID = it.querySelector('a')!.getAttribute('data-loc-id')!