We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23153e0 commit 55d6d75Copy full SHA for 55d6d75
src/apps/com.google.android.apps.photos.ts
@@ -11,14 +11,17 @@ export default defineGkdApp({
11
fastQuery: true,
12
matchTime: 10000,
13
actionMaximum: 1,
14
- resetMatch: 'app',
15
rules: [
16
{
17
- activityIds: '.update.treatment.UpdateAppTreatmentPromoPageActivity',
18
- matches: '[text="以后再说" || text="Not now"][visibleToUser=true]',
+ activityIds: [
+ '.update.treatment.UpdateAppTreatmentPromoPageActivity',
+ '.home.HomeActivity',
19
+ ],
20
+ matches: '[text="以后再说" || text="Not now"]', // [visibleToUser=true] https://github.com/AIsouler/GKD_subscription/issues/754
21
snapshotUrls: [
22
'https://i.gkd.li/i/13218940',
23
'https://i.gkd.li/i/18522070',
24
+ 'https://i.gkd.li/i/18608917',
25
],
26
},
27
0 commit comments