diff --git a/src/apps/com.gvsoft.gofun.ts b/src/apps/com.gvsoft.gofun.ts new file mode 100644 index 00000000..403bb2a0 --- /dev/null +++ b/src/apps/com.gvsoft.gofun.ts @@ -0,0 +1,30 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.gvsoft.gofun', + name: 'GoFun出行', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13497753', + }, + { + key: 5, + name: '广告弹窗', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.gvsoft.gofun.module.home.activity.HomeActivity', + rules: + '[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13497777', + }, + ], +});