diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts new file mode 100644 index 00000000..afba49a9 --- /dev/null +++ b/src/apps/com.realtech.xiaocan.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.realtech.xiaocan', + name: '小蚕霸王餐', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.realtech.adscope.SplashActivity', + rules: + '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + }, + ], +});