diff --git a/src/apps/com.Qunar.ts b/src/apps/com.Qunar.ts index a54637e1..da83a2fb 100644 --- a/src/apps/com.Qunar.ts +++ b/src/apps/com.Qunar.ts @@ -22,5 +22,21 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '更新提示', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.mqunar.atom.attemper.pupgrade.PUpgradeActivity', + matches: '[text="残忍拒绝"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/068a6e67-572f-4cd5-a4db-ba63d760cbd0', + snapshotUrls: 'https://i.gkd.li/i/23742676', + }, + ], + }, ], });