Skip to content

Commit 3e01a9a

Browse files
author
minglu7
committed
feat(抖音): 新增密友通知弹窗跳过
1 parent fdb53bf commit 3e01a9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/apps/com.ss.android.ugc.aweme.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default defineGkdApp({
145145
{
146146
key: 10,
147147
name: '权限提示-通知权限',
148-
desc: '点击[暂不]',
148+
desc: '点击[暂不] 或 [以后再说]',
149149
fastQuery: true,
150150
actionMaximum: 1,
151151
resetMatch: 'app',
@@ -167,6 +167,15 @@ export default defineGkdApp({
167167
matches: '[text="及时获得消息提醒"] +2 [text="暂不开启"]',
168168
snapshotUrls: 'https://i.gkd.li/i/13669790',
169169
},
170+
{
171+
key: 2,
172+
matches: [
173+
'TextView[text^="打开私信通知"]',
174+
'TextView[text="以后再说"]',
175+
],
176+
exampleUrls: 'https://e.gkd.li/0ef98b19-7233-4b17-9fea-ec1502ba0aa7',
177+
snapshotUrls: 'https://i.gkd.li/i/18419574',
178+
},
170179
],
171180
},
172181
{

0 commit comments

Comments
 (0)