Skip to content

Commit 55d6d75

Browse files
committed
fix(Photos): 更新提示 (#754)
1 parent 23153e0 commit 55d6d75

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/apps/com.google.android.apps.photos.ts

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ export default defineGkdApp({
1111
fastQuery: true,
1212
matchTime: 10000,
1313
actionMaximum: 1,
14-
resetMatch: 'app',
1514
rules: [
1615
{
17-
activityIds: '.update.treatment.UpdateAppTreatmentPromoPageActivity',
18-
matches: '[text="以后再说" || text="Not now"][visibleToUser=true]',
16+
activityIds: [
17+
'.update.treatment.UpdateAppTreatmentPromoPageActivity',
18+
'.home.HomeActivity',
19+
],
20+
matches: '[text="以后再说" || text="Not now"]', // [visibleToUser=true] https://github.com/AIsouler/GKD_subscription/issues/754
1921
snapshotUrls: [
2022
'https://i.gkd.li/i/13218940',
2123
'https://i.gkd.li/i/18522070',
24+
'https://i.gkd.li/i/18608917',
2225
],
2326
},
2427
],

0 commit comments

Comments
 (0)