diff --git a/src/apps/make.more.r2d2.cellular_z.ts b/src/apps/make.more.r2d2.cellular_z.ts new file mode 100644 index 00000000..ad3bfbf7 --- /dev/null +++ b/src/apps/make.more.r2d2.cellular_z.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'make.more.r2d2.cellular_z', + name: 'Cellular-Z', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: 'make.more.r2d2.cellular_z.activity.SplashGMActivity', + rules: [ + { + matches: '[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12648511', + }, + ], + }, + ], +});