diff --git a/src/apps/com.sup.android.superb.ts b/src/apps/com.sup.android.superb.ts index eab886eac..bb8c392c2 100644 --- a/src/apps/com.sup.android.superb.ts +++ b/src/apps/com.sup.android.superb.ts @@ -33,5 +33,17 @@ export default defineAppConfig({ 'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView', snapshotUrls: 'https://i.gkd.li/import/13624220', }, + { + key: 7, + quickFind: true, + name: '更新提示', + desc: '点击我再想想', + rules: [ + { + matches: '[text="发现新版本"] +2 * > [text="我再想想"]', + snapshotUrls: 'https://i.gkd.li/import/13858490', + }, + ], + }, ], });