diff --git a/src/apps/com.gtgj.view.ts b/src/apps/com.gtgj.view.ts new file mode 100644 index 00000000..77c0acc1 --- /dev/null +++ b/src/apps/com.gtgj.view.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.gtgj.view', + name: '高铁管家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.gtgj.view.LaunchActivity', + rules: + '[id="com.gtgj.view:id/logo_img_container"] >2 FrameLayout[clickable=true] > TextView[text=`跳过`]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12684583'], + }, + ], +});