Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(Gmail): 信息流广告
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 16, 2023
1 parent e70225e commit 0241f66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/com.google.android.gm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineAppConfig({
name: 'Gmail',
groups: [
{
enable: false,
key: 2,
name: '信息流广告',
rules: [
Expand Down Expand Up @@ -37,6 +38,14 @@ export default defineAppConfig({
matches: 'Button[text="继续"]', // TODO Button[text="继续"] <<n [id="com.google.android.gm:id/design_bottom_sheet"]
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',
},
],
},
],
Expand Down

0 comments on commit 0241f66

Please sign in to comment.