From 80ed4b6c81e3bbe1515d239b74d7043611d0ae3e Mon Sep 17 00:00:00 2001 From: yanyu2023 <130368710+yanyu2023@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:03:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BA=A2=E4=B9=A6):=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E8=AF=B7=E6=B1=82=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97?= =?UTF-8?q?(=E5=A2=9E=E5=8A=A0activityIds)=20(#1830)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(小红书): 关闭请求通知弹窗(增加activityIds) * feat(小红书): 通知权限弹窗 --------- Co-authored-by: lisonge --- src/apps/com.xingin.xhs.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts index f5c28197..e8053b04 100644 --- a/src/apps/com.xingin.xhs.ts +++ b/src/apps/com.xingin.xhs.ts @@ -19,9 +19,12 @@ export default defineAppConfig({ }, { key: 1, - name: '关闭请求通知弹窗', + name: '通知权限弹窗', quickFind: true, actionMaximum: 1, + matchTime: 30000, + resetMatch: 'app', + matchLauncher: true, activityIds: [ 'com.xingin.xhs.index.v2.IndexActivityV2', 'com.xingin.xhs.notification.NotificationAuthorizationTranslucentActivity', @@ -33,6 +36,7 @@ export default defineAppConfig({ 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 + 'https://gkd-kit.gitee.io/import/13256145', //com.huawei.android.launcher.unihome.UniHomeLauncher 'https://gkd-kit.gitee.io/import/13255627', //com.xingin.matrix.notedetail.r10.comment.r10.NoteCommentActivity ], }, @@ -44,7 +48,7 @@ export default defineAppConfig({ }, { key: 2, - name: '免流量升级弹窗', + name: '更新弹窗', quickFind: true, actionMaximum: 1, matchTime: 30000,