feat(Gmail): 信息流广告

This commit is contained in:
lisonge
2023-11-16 22:12:31 +08:00
parent e70225eee1
commit 0241f6614a

View File

@@ -5,6 +5,7 @@ export default defineAppConfig({
name: 'Gmail', name: 'Gmail',
groups: [ groups: [
{ {
enable: false,
key: 2, key: 2,
name: '信息流广告', name: '信息流广告',
rules: [ rules: [
@@ -37,6 +38,14 @@ export default defineAppConfig({
matches: 'Button[text="继续"]', // TODO Button[text="继续"] <<n [id="com.google.android.gm:id/design_bottom_sheet"] matches: 'Button[text="继续"]', // TODO Button[text="继续"] <<n [id="com.google.android.gm:id/design_bottom_sheet"]
snapshotUrls: 'https://i.gkd.li/import/13255701', snapshotUrls: 'https://i.gkd.li/import/13255701',
}, },
{
preKeys: 2,
key: 3,
quickFind: true,
name: '关闭弹窗',
matches: '[id="com.google.android.gm:id/my_ad_center_close_icon"]',
snapshotUrls: 'https://i.gkd.li/import/13263279',
},
], ],
}, },
], ],