mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(小红书): 消息页底部通知横幅 (#1800)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(小红书): 消息页底部通知横幅 * feat(小红书): 关闭请求通知弹窗 * feat(多点): bugs 修复 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -49,16 +49,5 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13234668'],
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/13234668'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 3,
|
|
||||||
name: '更新提示',
|
|
||||||
quickFind: true,
|
|
||||||
activityIds: 'com.wm.dmall.MainActivity',
|
|
||||||
rules: [
|
|
||||||
'[id="com.wm.dmall:id/update_confirm_btn"]',
|
|
||||||
'[id="com.wm.dmall:id/close_btn"]',
|
|
||||||
],
|
|
||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13234668'],
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '关闭开启通知弹窗',
|
name: '关闭请求通知弹窗',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
matchTime: 30000,
|
matchTime: 30000,
|
||||||
@@ -28,10 +28,18 @@ export default defineAppConfig({
|
|||||||
'com.xingin.xhs.index.v2.IndexActivityV2',
|
'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||||
'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity',
|
'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity',
|
||||||
],
|
],
|
||||||
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
rules: [
|
||||||
snapshotUrls: [
|
{
|
||||||
'https://i.gkd.li/import/13195753', //com.xingin.xhs.index.v2.IndexActivityV2
|
matches: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||||
'https://gkd-kit.gitee.io/import/13222356', //com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13195753', //com.xingin.xhs.index.v2.IndexActivityV2
|
||||||
|
'https://gkd-kit.gitee.io/import/13222356', //com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '@ImageView <2 FrameLayout - [text^="打开通知"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13250418',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user