diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts index cc44482f..fa9f2681 100644 --- a/src/apps/com.ss.android.auto.ts +++ b/src/apps/com.ss.android.auto.ts @@ -70,5 +70,13 @@ export default defineAppConfig({ 'https://gkd-kit.gitee.io/import/12825865', ], }, + { + key: 6, + name: '请求推送通知弹窗', + activityIds: 'com.ss.android.auto.activity.SplashActivity', + rules: + '@TextView[clickable=true && text.length =1] + [text ^="打开推送通知"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12840664', + }, ], });