From 2443150bb1237cc541cb3106b55af3c8e158d897 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:50:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:(=E6=8A=96=E9=9F=B3=E6=9E=81=E9=80=9F?= =?UTF-8?q?=E7=89=88):=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#3822)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat:(抖音极速版):消息提醒弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.ss.android.ugc.aweme.lite.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.lite.ts b/src/apps/com.ss.android.ugc.aweme.lite.ts index 115c63d5..2aa01a8f 100644 --- a/src/apps/com.ss.android.ugc.aweme.lite.ts +++ b/src/apps/com.ss.android.ugc.aweme.lite.ts @@ -53,5 +53,19 @@ export default defineAppConfig({ '[text="朋友推荐"] +2 [id="com.ss.android.ugc.aweme.lite:id/close"][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13650523', }, + { + key: 9, + quickFind: true, + name: '通知提示-消息提醒弹窗', + desc: '点击暂不开启', + rules: [ + { + activityIds: 'com.ss.android.ugc.aweme.main.MainActivity', + matches: + '[id="com.ss.android.ugc.aweme.lite:id/gl7"] > [id="com.ss.android.ugc.aweme.lite:id/h5q"]', + snapshotUrls: 'https://i.gkd.li/import/13888485', + }, + ], + }, ], });