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', + }, ], }, ],