mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
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:
@@ -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 均为授权类的规则
|
// Key1,2,3,4,11 均为授权类的规则
|
||||||
enable: false,
|
enable: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user