Skip to content

Commit

Permalink
fix(Photos): 更新提示 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Jan 31, 2025
1 parent 23153e0 commit 55d6d75
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/apps/com.google.android.apps.photos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ export default defineGkdApp({
fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
activityIds: '.update.treatment.UpdateAppTreatmentPromoPageActivity',
matches: '[text="以后再说" || text="Not now"][visibleToUser=true]',
activityIds: [
'.update.treatment.UpdateAppTreatmentPromoPageActivity',
'.home.HomeActivity',
],
matches: '[text="以后再说" || text="Not now"]', // [visibleToUser=true] https://github.com/AIsouler/GKD_subscription/issues/754
snapshotUrls: [
'https://i.gkd.li/i/13218940',
'https://i.gkd.li/i/18522070',
'https://i.gkd.li/i/18608917',
],
},
],
Expand Down

0 comments on commit 55d6d75

Please sign in to comment.