From 55c6ab97d9416d57008fb9ec58982912fd4e6b12 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:05:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=A8=E8=83=BD=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=99=A8):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#2169)?= 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] close #2165 --- src/apps/com.jincheng.supercaculator.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.jincheng.supercaculator.ts b/src/apps/com.jincheng.supercaculator.ts index e97ea3a9..527aa736 100644 --- a/src/apps/com.jincheng.supercaculator.ts +++ b/src/apps/com.jincheng.supercaculator.ts @@ -23,6 +23,14 @@ export default defineAppConfig({ 'TextView < LinearLayout[childCount=2] < FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView', snapshotUrls: ['https://i.gkd.li/import/13261870'], }, + { + // 与"咕咚"app快照类似,https://i.gkd.li/import/13348663 ,可能来自同个sdk + activityIds: + 'com.jincheng.supercaculator.activity.basic.CalculatorActivity', + matches: + '[id="android:id/content"] >4 FrameLayout > ImageView + FrameLayout > ImageView', + snapshotUrls: 'https://i.gkd.li/import/13378847', + }, ], }, ],