diff --git a/src/apps/android.zhibo8.ts b/src/apps/android.zhibo8.ts index e407eb33..2c27a758 100644 --- a/src/apps/android.zhibo8.ts +++ b/src/apps/android.zhibo8.ts @@ -59,5 +59,19 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '更新提示', + rules: [ + { + key: 0, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + matches: '@[vid="iv_cancel"] - * >4 [text="发现新版本"]', + snapshotUrls: 'https://i.gkd.li/i/14395465', + }, + ], + }, ], });