feat(QQ邮箱): 支持英文版列表广告规则 (#788)

* feat(QQ邮箱): 支持英文版列表广告规则

* fix(QQ邮箱): 支持英文版列表广告规则 - 规则优化
This commit is contained in:
Adam 2023-10-10 23:17:11 +08:00 committed by GitHub
parent 41bc845c3a
commit 70f5cd4b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,14 @@ export default defineAppConfig({
rules: [
{
key: 0,
matches: '[id="com.tencent.androidqqmail:id/advertise_view_ad"]', // 需要补充快照
desc: '英文版邮箱广告',
matches: ['[id="com.tencent.androidqqmail:id/advertise_view_ad"]'],
snapshotUrls: 'https://gkd-kit.songe.li/import/12842757',
},
{
preKeys: [0],
matches: '@FrameLayout > TextView[text="Not interested"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12842775',
},
{
key: 1,