diff --git a/src/apps/com.lemon.faceu.ts b/src/apps/com.lemon.faceu.ts new file mode 100644 index 00000000..fdc02644 --- /dev/null +++ b/src/apps/com.lemon.faceu.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lemon.faceu', + name: 'Faceu激萌', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.android.maya.activity.SplashActivity', + rules: [ + { + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12855897', + }, + ], + }, + ], +});