diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 144b7417..498653e3 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -91,9 +91,11 @@ export default defineAppConfig({ key: 0, matches: 'FlattenUIText[text^="广告"||text^="来自"] -n UIView[text^="不感兴趣"][clickable=true]', + action: 'clickCenter', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12733098', 'https://gkd-kit.gitee.io/import/12755264', + 'https://gkd-kit.gitee.io/import/12836272', ], }, { @@ -101,6 +103,7 @@ export default defineAppConfig({ preKeys: 0, matches: '@ViewGroup[clickable=true] > ImageView + TextView[text="不感兴趣"]', + action: 'clickCenter', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12733152', 'https://gkd-kit.gitee.io/import/12755265',