feat(微信): 朋友圈广告-繁体 (#3524)

* feat(微信): 朋友圈广告-繁体

* chore(actions): check_format_lint

---------

Co-authored-by: adproqwq <2757917031@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
adproqwq 2024-01-02 20:07:30 +08:00 committed by GitHub
parent 1bf1d063a6
commit 278c03491d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,29 @@ export default defineAppConfig({
},
],
},
{
key: 20,
name: '朋友圈广告-繁体',
desc: '点击广告卡片右上角[廣告],出现菜单点击[關閉此廣告],确认关闭',
activityIds: 'com.tencent.mm.plugin.sns.ui.SnsTimeLineUI',
quickFind: true,
rules: [
{
key: 0,
name: '点击广告卡片右上角[廣告]',
matches:
'ImageView - TextView[text="廣告"][clickable=true][id!=null]',
snapshotUrls: 'https://i.gkd.li/import/13791200',
},
{
preKeys: 0,
key: 1,
name: '点击[關閉此廣告]',
matches: 'RelativeLayout[childCount=6] > TextView[text="關閉此廣告"]',
snapshotUrls: 'https://i.gkd.li/import/13791202',
},
],
},
{
// Key1,2,3,4,11 均为授权类的规则
enable: false,