feat(全能计算器): 弹窗广告 (#2169)

* feat(全能计算器):弹窗广告

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2165
This commit is contained in:
jiuqianyuan 2023-11-18 23:05:21 +08:00 committed by GitHub
parent 1dbfb9d66f
commit 55c6ab97d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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