diff --git a/src/apps/com.hose.ekuaibao.ts b/src/apps/com.hose.ekuaibao.ts new file mode 100644 index 00000000..05695fca --- /dev/null +++ b/src/apps/com.hose.ekuaibao.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hose.ekuaibao', + name: '易快报', + groups: [ + { + key: 1, + name: '首页-横幅广告', + activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity', + rules: + 'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12649616'], + }, + ], +});