mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(小红书): 免流量升级弹窗 (#1784)
* feat(小红忆): 免流量升级弹窗 * feat(小红书): 规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -22,6 +22,8 @@ export default defineAppConfig({
|
||||
name: '关闭开启通知弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
matchTime: 30000,
|
||||
resetMatch: 'app',
|
||||
activityIds: [
|
||||
'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||
'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity',
|
||||
@@ -32,5 +34,17 @@ export default defineAppConfig({
|
||||
'https://gkd-kit.gitee.io/import/13222356', //com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '免流量升级弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
matchTime: 30000,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||
rules:
|
||||
'@ImageView[clickable=true] <2 FrameLayout < LinearLayout >2 [text="立即安装"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13246890',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user