mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '取消更新',
|
name: '更新提示-取消更新',
|
||||||
desc: '点击[以后再说]',
|
desc: '点击[以后再说]',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.google.android.apps.photos.update.treatment.UpdateAppTreatmentPromoPageActivity',
|
'com.google.android.apps.photos.update.treatment.UpdateAppTreatmentPromoPageActivity',
|
||||||
@@ -20,5 +20,20 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
quickFind: true,
|
||||||
|
name: '全屏广告-优惠提示',
|
||||||
|
desc: '点击X',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.google.android.apps.photos.cloudstorage.paidfeatures.PaidFeaturesActivity',
|
||||||
|
matches:
|
||||||
|
'@[desc="转到上一层级"] < ViewGroup[id="com.google.android.apps.photos:id/toolbar"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13774247',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user