From 653388e63e826b5d44706c7f8eb54609b0cb642b Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:25:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=87=82=E8=BD=A6=E5=B8=9D):=20=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=8E=A8=E9=80=81=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#763)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(懂车帝): 请求推送通知弹窗 - 请求推送通知弹窗 * chore(actions): check_format_lint * feat(懂车帝): 请求推送通知弹窗-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: 二刺螈 --- src/apps/com.ss.android.auto.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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', + }, ], });