diff --git a/src/apps/com.ixyzh.question.ts b/src/apps/com.ixyzh.question.ts new file mode 100644 index 00000000..6691536b --- /dev/null +++ b/src/apps/com.ixyzh.question.ts @@ -0,0 +1,40 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.ixyzh.question', + name: '小包搜题', + groups: [ + { + key: 1, + name: '局部广告-卡片广告', + desc: '点击关闭', + fastQuery: true, + rules: [ + { + key: 0, + activityIds: 'com.ixyzh.question.HomeActivity', + matches: + '@ImageView[clickable=true][desc^="close"] < FrameLayout[childCount=1] > @ImageView[childCount=0][visibleToUser=true][text=null] <2 [text="广告"]', + exampleUrls: 'https://e.gkd.li/3dc83ae2-72f0-4660-b175-0610765fc6ec', + snapshotUrls: 'https://i.gkd.li/i/16661120', + }, + ], + }, + ], +});