Files
AIsouler-GKD_subscription/src/apps/com.jincheng.supercaculator.ts
walklty d1f7de6d11 feat(全能计算器): 京东弹窗 (#1876)
* Update com.jincheng.supercaculator.ts

* Update com.jincheng.supercaculator.ts

* Update com.jincheng.supercaculator.ts

* feat(全能计算器): 规则优化

---------

Co-authored-by: 二刺螈 <i@songe.li>

close #1834
2023-11-08 00:07:19 +08:00

30 lines
884 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jincheng.supercaculator',
name: '全能计算器',
groups: [
{
key: 0,
name: '弹窗广告',
desc: '点击右上角x',
rules: [
{
activityIds: 'com.jincheng.supercaculator.activity.MainActivity',
matches: '@Image < View < View TextView[text = "反馈"]',
snapshotUrls: [
'https://i.gkd.li/import/12859523',
'https://i.gkd.li/import/12859545',
],
},
{
activityIds: 'com.jincheng.supercaculator.activity.SplashActivity',
matches:
'TextView < LinearLayout[childCount=2] < FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView',
snapshotUrls: ['https://gkd-kit.gitee.io/import/13261870'],
},
],
},
],
});