diff --git a/src/apps/com.happy.cloud.ts b/src/apps/com.happy.cloud.ts new file mode 100644 index 00000000..3b2fc7e4 --- /dev/null +++ b/src/apps/com.happy.cloud.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.happy.cloud', + name: '磁力云', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.e4a.runtime.android.mainActivity', + matchLauncher: true, + rules: '[id="com.happy.cloud:id/splash_container"] >n [text^="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13187851', + }, + ], +});