mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
fix(Photos): 更新提示 (#754)
This commit is contained in:
@@ -11,14 +11,17 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: '.update.treatment.UpdateAppTreatmentPromoPageActivity',
|
activityIds: [
|
||||||
matches: '[text="以后再说" || text="Not now"][visibleToUser=true]',
|
'.update.treatment.UpdateAppTreatmentPromoPageActivity',
|
||||||
|
'.home.HomeActivity',
|
||||||
|
],
|
||||||
|
matches: '[text="以后再说" || text="Not now"]', // [visibleToUser=true] https://github.com/AIsouler/GKD_subscription/issues/754
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13218940',
|
'https://i.gkd.li/i/13218940',
|
||||||
'https://i.gkd.li/i/18522070',
|
'https://i.gkd.li/i/18522070',
|
||||||
|
'https://i.gkd.li/i/18608917',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user