mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(小红书):申请开启通知 (#1521)
* feat(小红书):申请开启通知 * feat(小红书): 关闭开启通知弹窗 --------- Co-authored-by: lisonge <i@songe.li> close #1520
This commit is contained in:
@@ -12,5 +12,13 @@ export default defineAppConfig({
|
|||||||
rules: '[text="广告"] - @FrameLayout > [text="跳过"]',
|
rules: '[text="广告"] - @FrameLayout > [text="跳过"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12739065',
|
snapshotUrls: 'https://i.gkd.li/import/12739065',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '关闭开启通知弹窗',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||||
|
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13195753',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user