diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index 3ef41e56..6849637c 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -67,5 +67,15 @@ export default defineAppConfig({ }, ], }, + { + key: 3, + name: '更新弹窗', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: + '[id="com.magicalstory.AppStore:id/tv_update"] <2 * + * > [id="com.magicalstory.AppStore:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13459373', + }, ], });