Skip to content

Commit aad667e

Browse files
committed
feat: ChatGPT 局部广告
1 parent 902d256 commit aad667e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/apps/com.openai.chatgpt.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,20 @@ export default defineGkdApp({
8686
},
8787
],
8888
},
89+
{
90+
key: 3,
91+
name: '局部广告',
92+
rules: [
93+
{
94+
activityIds: '.MainActivity',
95+
matchTime: 18000,
96+
resetMatch: 'app',
97+
matches:
98+
'[text="获取 Plus"] < View + @View[clickable=true][childCount=2] > [desc="关闭"] + Button',
99+
snapshotUrls: 'https://i.gkd.li/i/26234095',
100+
exampleUrls: 'https://e.gkd.li/dd8a2887-ea64-466d-b270-de7568b55af4',
101+
},
102+
],
103+
},
89104
],
90105
});

0 commit comments

Comments
 (0)