Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(微信): 全屏广告-文档页面-腾讯文档APP弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 8, 2024
1 parent 4fe43af commit 4b576a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.tencent.mm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,5 +721,20 @@ export default defineAppConfig({
},
],
},
{
key: 30,
name: '全屏广告-文档页面-腾讯文档APP弹窗',
desc: '点击关闭',
rules: [
{
activityIds: 'com.tencent.mm.plugin.webview.ui.tools.MMWebViewUI',
matches:
'@TextView[clickable=true] + * > [text="腾讯文档"] + [text^="使用 APP"]',
exampleUrls:
'https://m.gkd.li/57941037/2228f99e-e0a1-4915-864f-d60e3d8580a6',
snapshotUrls: 'https://i.gkd.li/i/14533286',
},
],
},
],
});

0 comments on commit 4b576a4

Please sign in to comment.