diff --git a/src/apps/com.hj119.sygjx.ts b/src/apps/com.hj119.sygjx.ts new file mode 100644 index 00000000..c7687255 --- /dev/null +++ b/src/apps/com.hj119.sygjx.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hj119.sygjx', + name: '实用工具箱', + groups: [ + { + key: 2, + name: '广告弹窗', + quickFind: true, + rules: + '@ImageView < FrameLayout +2 FrameLayout[childCount=2] > FrameLayout > TextView[text="立即下载"]', + snapshotUrls: 'https://i.gkd.li/import/13226595', + }, + ], +});