mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
fix(Photos): 更新提示 (#754)
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user