We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb53bf commit 3e01a9aCopy full SHA for 3e01a9a
src/apps/com.ss.android.ugc.aweme.ts
@@ -145,7 +145,7 @@ export default defineGkdApp({
145
{
146
key: 10,
147
name: '权限提示-通知权限',
148
- desc: '点击[暂不]',
+ desc: '点击[暂不] 或 [以后再说]',
149
fastQuery: true,
150
actionMaximum: 1,
151
resetMatch: 'app',
@@ -167,6 +167,15 @@ export default defineGkdApp({
167
matches: '[text="及时获得消息提醒"] +2 [text="暂不开启"]',
168
snapshotUrls: 'https://i.gkd.li/i/13669790',
169
},
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
+ },
179
],
180
181
0 commit comments