mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 17:52:20 +08:00
feat(QQ邮箱): 支持英文版列表广告规则 (#788)
* feat(QQ邮箱): 支持英文版列表广告规则 * fix(QQ邮箱): 支持英文版列表广告规则 - 规则优化
This commit is contained in:
parent
41bc845c3a
commit
70f5cd4b08
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user