feat(华尔街见闻): 卡片广告 (#1880)

* Update com.wallstreetcn.news.ts

* feat(华尔街见闻): 卡片广告

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
walklty
2023-11-06 23:19:56 +08:00
committed by GitHub
parent 361353ef52
commit 2a61a866d7

View File

@@ -15,5 +15,19 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 10,
name: '卡片广告',
desc: '点击关闭, 无后续确认操作',
activityIds: ['com.wallstreetcn.news.ProxyMainActivity'],
quickFind: true,
rules: [
{
matches:
'[text="广告"] + [id="com.wallstreetcn.news:id/close"][visibleToUser=true]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13262717',
},
],
},
], ],
}); });