mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:33:37 +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:
parent
56343c1c90
commit
2596169e41
|
@ -49,16 +49,5 @@ export default defineAppConfig({
|
|||
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,
|
||||
name: '关闭开启通知弹窗',
|
||||
name: '关闭请求通知弹窗',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
matchTime: 30000,
|
||||
|
@ -28,10 +28,18 @@ export default defineAppConfig({
|
|||
'com.xingin.xhs.index.v2.IndexActivityV2',
|
||||
'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity',
|
||||
],
|
||||
rules: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||
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
|
||||
rules: [
|
||||
{
|
||||
matches: '@ImageView <2 FrameLayout >2 [text^="打开通知"]',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user