feat(懂车帝): 请求推送通知弹窗 (#763)

* feat(懂车帝): 请求推送通知弹窗

- 请求推送通知弹窗

* chore(actions): check_format_lint

* feat(懂车帝): 请求推送通知弹窗-规则优化

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
jiuqianyuan 2023-10-08 23:25:49 +08:00 committed by GitHub
parent 2d263436d1
commit 653388e63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
],
});