diff --git a/src/apps/com.xxwolo.cc5.ts b/src/apps/com.xxwolo.cc5.ts new file mode 100644 index 00000000..ec0a4adf --- /dev/null +++ b/src/apps/com.xxwolo.cc5.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xxwolo.cc5', + name: '测测', + groups: [ + { + key: 0, + name: '开屏广告', + matchLauncher: true, + quickFind: true, + activityIds: 'com.cece.app.MainActivity', + rules: '[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12852352', + }, + ], +});